@charset "UTF-8";
.top {
  width: 100%;
  height: 60px;
  padding: 0 27px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top #yuyan {
  cursor: pointer;
}
.top .yuyan_Di {
  padding: 0 15px;
  top: 50px;
  border: 1px solid #b6d3f5;
  z-index: 999;
  display: none;
}
.top .yuyan_Di li {
  height: 30px;
  line-height: 30px;
}

.main {
  width: 520px;
  margin: 130px auto 0;
  background-color: #fff;
  padding: 0;
}
.main .title {
  color: rgb(16, 16, 16);
  font-size: 28px;
  text-align: center;
  margin-bottom: 44px;
}
.main .list {
  width: 520px;
  height: 50px;
  border: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.main .list .label {
  width: 55px;
  height: 50px;
}
.main .list .input1 {
  width: 464px;
  height: 48px;
  padding: 0 12px;
  border: none;
  outline: none;
}
.main .list .input2 {
  width: 409px;
  height: 48px;
  padding: 0 12px;
  border: none;
  outline: none;
}
.main .list .input2::-ms-reveal {
  display: none;
}
.main .list .label:nth-child(1) {
  border-right: 1px solid #F0F0F0;
}
.main .list .label:nth-child(3) {
  border-left: 1px solid #F0F0F0;
}
.main .agreement {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main .agreement input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  font-size: 14px;
  margin-top: 0;
  margin-right: 6px;
}
.main .agreement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 15px;
  height: 15px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
}
    .main .agreement input[type=checkbox]:checked::after {
        content: "✓";
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        background-color: var(--main-color);
    }
.main .agreement :nth-child(2) {
  color: rgb(51, 51, 51);
  font-size: 12px;
}
.main .agreement :nth-child(3) {
  color: #188AEA;
  font-size: 12px;
  cursor: pointer;
}
.main .btn {
  width: 520px;
  height: 50px;
  border-radius: 4px;
  background-color: rgb(24, 138, 234);
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.success-box {
  width: 520px;
  margin: 165px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-box .title {
  color: rgb(16, 16, 16);
  font-size: 22px;
  text-align: center;
  margin: 20px 0 66px;
}
.success-box .btn {
  width: 520px;
  height: 50px;
  border-radius: 4px;
  background-color: rgb(24, 138, 234);
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.pop-main {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
}
.pop-main .pop-box {
  width: 1069px;
  height: 623px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 7px 12px 0px rgb(152, 152, 152);
  border-radius: 4px;
}
.pop-main .pop-box .pop-title {
  width: 100%;
  height: 57px;
  padding: 0 25px;
  color: rgb(16, 16, 16);
  font-size: 18px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pop-main .pop-box .pop-content {
  width: 100%;
  height: 566px;
  padding: 20px 49px;
  overflow-y: scroll;
}/*# sourceMappingURL=registered.css.map */
/*.select {
    width: 16px;
    height: 16px;
    box-sizing: content-box;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
}
.select img {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:10;
}*/
.logo {
    height: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #EEE;
    background-color: #fff;
    line-height: 16px;
    border-radius: 4px;
    color: #fff;
    box-sizing:content-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}