* {
  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: 100%;
  background: url(../../img/login/bac.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: 70px;
  width: auto;
}
.register .content,
.loginIn .content,
.apply .content {
  position: absolute;
  top: 50%;
  right: 360px;
  transform: translateY(-50%);
  width: 582px;
  min-height: 774px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(225, 233, 245, 0.5);
  overflow: hidden;
}
.register .content .badge,
.loginIn .content .badge,
.apply .content .badge {
  position: relative;
}
.register .content .badge .bac,
.loginIn .content .badge .bac,
.apply .content .badge .bac {
  width: 134.35px;
  height: 134.35px;
  background: linear-gradient(133deg, #b2f1ff 0%, #89c8ff 100%);
  transform: translate(514px, -67px) rotate(45deg);
}
.register .content .badge a,
.loginIn .content .badge a,
.apply .content .badge a {
  position: absolute;
  right: 12px;
  top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.register .content .tabs,
.loginIn .content .tabs,
.apply .content .tabs {
  padding: 6px 60px 75px;
}
.register .content .tabs > div,
.loginIn .content .tabs > div,
.apply .content .tabs > div {
  float: left;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.register .content .tabs > div.show,
.loginIn .content .tabs > div.show,
.apply .content .tabs > div.show {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  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: 37px;
  height: 6px;
  background: #0088ff;
  border-radius: 6px;
  position: absolute;
  bottom: -15px;
  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 60px 19px;
}
.register .content .form .item,
.loginIn .content .form .item,
.apply .content .form .item {
  width: 100%;
  height: 68px;
  padding: 21px 24px;
  box-sizing: border-box;
  background: #f2f4f9;
  border-radius: 2px 2px 2px 2px;
  position: relative;
}
.register .content .form .item:first-child,
.loginIn .content .form .item:first-child,
.apply .content .form .item:first-child {
  margin-bottom: 26px;
}
.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 .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 {
  padding: 0 60px 56px;
  font-size: 14px;
  font-weight: 400;
  color: #a0a5ab;
}
.register .content .tip .left,
.loginIn .content .tip .left,
.apply .content .tip .left {
  float: left;
  font-size: 15px;
  color: #d9d9d9;
}
.register .content .tip .left .iconfont,
.loginIn .content .tip .left .iconfont,
.apply .content .tip .left .iconfont {
  cursor: pointer;
}
.register .content .tip .left .icon-xuanzhong,
.loginIn .content .tip .left .icon-xuanzhong,
.apply .content .tip .left .icon-xuanzhong {
  color: #0088ff;
}
.register .content .tip .right,
.loginIn .content .tip .right,
.apply .content .tip .right {
  float: 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 {
  padding: 0 60px;
  position: relative;
}
.register .content .submit button,
.loginIn .content .submit button,
.apply .content .submit button {
  width: 100%;
  height: 68px;
  background: #0088ff;
  border-radius: 2px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.register .content .submit .sk-fading-circle,
.loginIn .content .submit .sk-fading-circle,
.apply .content .submit .sk-fading-circle {
  left: 43%;
}
.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;
}
.register .content #qrCode,
.loginIn .content #qrCode,
.apply .content #qrCode {
  display: none;
}
.register .content #qrCode .qr,
.loginIn .content #qrCode .qr,
.apply .content #qrCode .qr {
  width: 254px;
  height: 254px;
  margin: 53px auto;
  border: 1px solid black;
}
.register .content #qrCode .icon,
.loginIn .content #qrCode .icon,
.apply .content #qrCode .icon {
  text-align: center;
  color: #b8bdcc;
  font-size: 27px;
}
.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 .agree,
.loginIn .content .agree,
.apply .content .agree {
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #989daf;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.register .content .agree a,
.loginIn .content .agree a,
.apply .content .agree a {
  color: #0088ff;
}
