* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
a {
  text-decoration: none;
}
.sk-fading-circle {
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.alert {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.alert .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 348px;
  height: 365px;
  background: url(../../img/alert-bac.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.alert .content .tag {
  font-size: 18px;
  font-family: MiSans-Semibold, MiSans;
  font-weight: 600;
  color: #6595d7;
  margin: 50px 0 42px 28px;
  text-align: left;
}
.alert .content .title {
  font-size: 20px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #333333;
}
.alert .content .msg {
  font-size: 16px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #666666;
  margin: 28px 0 32px 94px;
  text-align: left;
}
.alert .content .msg div {
  margin-bottom: 13px;
}
.alert .content .msg span {
  color: #0088ff;
}
.alert .content button {
  border: none;
  background-color: #0088ff;
  border-radius: 2px;
  color: #fff;
  width: 270px;
  height: 47px;
  line-height: 47px;
  cursor: pointer;
}
.register,
.loginIn,
.apply {
  height: 100vh;
  background: #D8E5F2;
  background: url(../../img/login/bg.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}
.register .logo,
.loginIn .logo,
.apply .logo {
  float: left;
  margin: 40px 0 0 70px;
}
.register .logo img,
.loginIn .logo img,
.apply .logo img {
  height: 40px;
  width: auto;
}
.register .content,
.loginIn .content,
.apply .content {
  position: absolute;
  top: 50%;
  right: 220px;
  transform: translateY(-50%);
  width: 480px;
  min-height: 542px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px #BFD2E8;
  overflow: hidden;
  border-radius: 4px;
}
.register .content .tabs,
.loginIn .content .tabs,
.apply .content .tabs {
  padding-bottom: 36px;
  border-bottom: 1px solid #F5F5F5;
  margin: 40px 30px 0 30px;
}
.register .content .tabs > div,
.loginIn .content .tabs > div,
.apply .content .tabs > div {
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #758395;
  cursor: pointer;
}
.register .content .tabs > div.show,
.loginIn .content .tabs > div.show,
.apply .content .tabs > div.show {
  font-weight: 600;
  font-size: 18px;
  color: #0088FF;
  position: relative;
}
.register .content .tabs > div.show::after,
.loginIn .content .tabs > div.show::after,
.apply .content .tabs > div.show::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: #0088ff;
  border-radius: 6px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.register .content .tabs > div:nth-child(2),
.loginIn .content .tabs > div:nth-child(2),
.apply .content .tabs > div:nth-child(2) {
  margin: 0 72px;
}
.register .content .form,
.loginIn .content .form,
.apply .content .form {
  padding: 0 30px;
  margin-top: 20px;
}
.register .content .form .item,
.loginIn .content .form .item,
.apply .content .form .item {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid #CFCFCF;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  display: flex;
  align-items: center;
}
.register .content .form .item:first-child,
.loginIn .content .form .item:first-child,
.apply .content .form .item:first-child {
  margin-bottom: 20px;
}
.register .content .form .item select,
.loginIn .content .form .item select,
.apply .content .form .item select,
.register .content .form .item input,
.loginIn .content .form .item input,
.apply .content .form .item input {
  border: none;
  background: unset;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}
.register .content .form .item select,
.loginIn .content .form .item select,
.apply .content .form .item select {
  border-right: 1px solid #e0e3e9;
  color: #000000;
  margin-right: 15px;
}
.register .content .form .item input,
.loginIn .content .form .item input,
.apply .content .form .item input {
  height: 100%;
}
.register .content .form .item input::placeholder,
.loginIn .content .form .item input::placeholder,
.apply .content .form .item input::placeholder {
  color: #9097a9;
}
.register .content .form .item img,
.loginIn .content .form .item img,
.apply .content .form .item img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.register .content .form .item .error,
.loginIn .content .form .item .error,
.apply .content .form .item .error {
  display: none;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  left: 0px;
  bottom: -20px;
  color: red;
}
.register .content .tip,
.loginIn .content .tip,
.apply .content .tip {
  font-size: 14px;
  font-weight: 400;
  color: #a0a5ab;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px 46px 30px;
}
.register .content .tip .left,
.loginIn .content .tip .left,
.apply .content .tip .left {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.register .content .tip .left img,
.loginIn .content .tip .left img,
.apply .content .tip .left img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.register .content .tip .right,
.loginIn .content .tip .right,
.apply .content .tip .right {
  padding-top: 4px;
}
.register .content .tip .right a,
.loginIn .content .tip .right a,
.apply .content .tip .right a {
  color: #a0a5ab;
}
.register .content .submit,
.loginIn .content .submit,
.apply .content .submit {
  position: relative;
  margin-left: 30px;
}
.register .content .submit button,
.loginIn .content .submit button,
.apply .content .submit button {
  width: 420px;
  height: 48px;
  background: #0088FF;
  border-radius: 2px 2px 2px 2px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
}
.register .content .submit .sk-fading-circle,
.loginIn .content .submit .sk-fading-circle,
.apply .content .submit .sk-fading-circle {
  left: 43%;
}
.register .content .badge,
.loginIn .content .badge,
.apply .content .badge {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-top: 16px;
}
.register .content .badge .bac,
.loginIn .content .badge .bac,
.apply .content .badge .bac {
  color: #7A828D;
}
.register .content .badge a,
.loginIn .content .badge a,
.apply .content .badge a {
  color: #0088FF;
}
.register .content #authCode,
.loginIn .content #authCode,
.apply .content #authCode {
  display: none;
}
.register .content #authCode .getAuthCode,
.loginIn .content #authCode .getAuthCode,
.apply .content #authCode .getAuthCode {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #0088ff;
  cursor: pointer;
  border-left: 1px solid #CFCFCF;
  padding-left: 16px;
}
.register .content #qrCode,
.loginIn .content #qrCode,
.apply .content #qrCode {
  display: none;
}
.register .content #qrCode .qrTitle,
.loginIn .content #qrCode .qrTitle,
.apply .content #qrCode .qrTitle {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin-top: 100px;
}
.register .content #qrCode .qr,
.loginIn .content #qrCode .qr,
.apply .content #qrCode .qr {
  margin: 40px 0 53px 140px;
}
.register .content #qrCode .qr img,
.loginIn .content #qrCode .qr img,
.apply .content #qrCode .qr img {
  width: 200px;
  height: 200px;
}
.register .content #qrCode .app,
.loginIn .content #qrCode .app,
.apply .content #qrCode .app {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #989daf;
}
.register .content #qrCode .app a,
.loginIn .content #qrCode .app a,
.apply .content #qrCode .app a {
  color: #333333;
}
.register .content .s-qrcode,
.loginIn .content .s-qrcode,
.apply .content .s-qrcode {
  position: absolute;
  right: 0;
  top: 0;
}
.register .content .s-qrcode img,
.loginIn .content .s-qrcode img,
.apply .content .s-qrcode img {
  width: 66px;
  height: 66px;
}
.register .content .host-title,
.loginIn .content .host-title,
.apply .content .host-title {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  margin: 60px 0 0 30px;
}
.register .content .agree,
.loginIn .content .agree,
.apply .content .agree {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #989daf;
  margin: 20px 0 0 30px;
}
.register .content .agree a,
.loginIn .content .agree a,
.apply .content .agree a {
  color: #0088ff;
}
