/*设置页面窗口大小*/
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  background: url("../images/loginPageBg.png") center center no-repeat;
  background-size: cover;
}
/*页面主体*/
.content-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .form-box {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: stretch;
  width: 50%;
  height: 59.16666667%;
  border-radius: 26px;
  overflow: hidden;
}
.content-box .form-box .title-text {
  width: 47.38243123%;
  flex-shrink: 0;
  background: url("../images/fromBoxLeftBg.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.content-box .form-box .form-list {
  width: 100%;
  padding: 11px;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
}
.content-box .form-box .form-list > button {
  float: right;
  width: 58px;
  height: 58px;
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}
.content-box .form-box .form-list > button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 56px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 56px solid #fff;
}
.content-box .form-box .form-list > button.code {
  background: url("../images/iconQrCode.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.content-box .form-box .form-list > button.conput {
  background: url("../images/iconConput.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.content-box .form-box .qrCode-login {
  display: none;
  box-sizing: border-box;
}
.content-box .form-box .qrCode-login .centent {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.content-box .form-box .qrCode-login .centent strong {
  display: block;
  line-height: 44px;
  text-align: center;
  font-size: 28px;
  color: #0076fe;
}
.content-box .form-box .qrCode-login .centent > div {
  width: 100%;
  height: 100%;
  margin: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .form-box .qrCode-login .centent > div img {
  width: auto;
  height: 100%;
}
.content-box .form-box .qrCode-login .centent p {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  font-size: 21px;
  color: #1283fb;
}
.content-box .form-box .input-login {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.content-box .form-box .input-login strong {
  display: block;
  line-height: 44px;
  text-align: center;
  font-size: 28px;
  color: #999;
  flex-shrink: 0;
}
.content-box .form-box .input-login ul {
  width: 100%;
  height: 100%;
  padding: 5% 10% 10%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
}
.content-box .form-box .input-login li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position:relative;
}
    .content-box .form-box .input-login li:before {
        content: "";
        position: absolute;
        left: 0;
        width: 57px;
        height: 1.2rem;
    }
    .content-box .form-box .input-login li:nth-child(1):before {
        background: url("../images/phone.png") 1.5rem center no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .content-box .form-box .input-login li:nth-child(2):before {
        background: url("../images/password.png") 1.5rem center no-repeat;
        -webkit-background-size: 1.2rem 1.2rem;
        background-size: 1.2rem 1.2rem;
    }
    .content-box .form-box .input-login li:nth-child(3):before {
        background: url("../images/vcode.png") 1.5rem center no-repeat;
        -webkit-background-size: 1.2rem 1.2rem;
        background-size: 1.2rem 1.2rem;
    }
    .content-box .form-box .input-login li.cur:nth-child(1):before {
        background: url("../images/phone_cur.png") 1.5rem center no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .content-box .form-box .input-login li.cur:nth-child(2):before {
        background: url("../images/password_cur.png") 1.5rem center no-repeat;
        -webkit-background-size: 1.2rem 1.2rem;
        background-size: 1.2rem 1.2rem;
    }

    .content-box .form-box .input-login li.cur:nth-child(3):before {
        background: url("../images/vcode_cur.png") 1.5rem center no-repeat;
        -webkit-background-size: 1.2rem 1.2rem;
        background-size: 1.2rem 1.2rem;
    }
.content-box .form-box .input-login li:nth-child(3) span {
  justify-content: center;
  width: 30%;
  display: flex;
  align-items: center;
  height: 3.5rem;
  max-height: 80%;
  color: #333;
  box-sizing: border-box;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: #bfbfbf;
}
.content-box .form-box .input-login li button {
  width: 100%;
  height: 3.5rem;
  max-height: 80%;
  color: #333;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #0076fe;
  border-radius: 25px;
}
.content-box .form-box .input-login li .sms-code {
    padding: 6px;
    border-radius: 30px;
    background: #bcbcbc;
    color: #fff;
    font-size: 14px;
    width: 150px;
    cursor: not-allowed;
}
.content-box .form-box .input-login li .sms-code-cur {
    background: #0076fe;
    cursor: pointer;
}
.content-box .form-box .input-login input {
  width: 100%;
  display: flex;
  align-items: center;
  height: 3.5rem;
  max-height: 80%;
  color: #333;
  padding: 0 20%;
  padding-left:57px;
  font-size: 16px;
  border-radius: 25px;
  border: solid 2px #eeee;
  box-sizing: border-box;
}
    .content-box .form-box .input-login li:nth-child(3) input {
        width: 60%;
        display: flex;
        align-items: center;
        height: 3.5rem;
        max-height: 80%;
        color: #333;
        padding: 0 10%;
        padding-left: 57px;
        box-sizing: border-box;
    }
    .content-box .form-box .input-login input:focus {
        border-color: #0076fe;
        transition: all .7s;
    }
.content-box .form-box .input-login input::-webkit-input-placeholder {
  color: #b9bed1;
}
.content-box .form-box .form-text {
  width: 100%;
  height: 100%;
}
.content-box .copy {
  position: absolute;
  bottom: 44px;
  z-index: 10;
  font-family: SourceHanSansCN-Normal;
  font-size: 15px;
  line-height: 27px;
  color: #ebf7fe;
}
.content-box .adorn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 284px;
}
.content-box .adorn span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 3624px;
  height: 100%;
  background: url("../images/loginPageBgAdorn.png") left center;
}
.content-box .adorn span:nth-child(1) {
  animation: myimg 20s linear infinite;
}
.content-box .adorn span:nth-child(2) {
  margin-left: -453px;
  animation: myimg 24s linear infinite;
}
.content-box .adorn span:nth-child(3) {
  margin-left: -906px;
  animation: myimg 26s linear infinite;
}
@keyframes myimg {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(453px);
  }
  50% {
    transform: translateX(906px);
  }
  75% {
    transform: translateX(1359px);
  }
  100% {
    transform: translateX(1812px);
  }
}