.signin-wrap {
  min-height: 100vh;
  padding-top: 1.42rem;
  background: url(../img/bg@2x.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -0.2rem;
}
.signin-wrap.forgot-password {
  background: #FFFFFF;
}
.signin-wrap .logo {
  width: 2.16rem;
  height: 2.16rem;
  margin: 0 auto;
}
.signin-wrap .title {
  font-size: 0.4rem;
  font-weight: 900;
  color: #02010E;
  line-height: 0.54rem;
  text-align: center;
  margin: 0.4rem 0 1.96rem 0;
}
.signin-wrap .text {
  padding-left: 0.8rem;
}
.signin-wrap .text h1 {
  font-size: 0.48rem;
  font-weight: 900;
  line-height: 0.66rem;
  color: #02010E;
}
.signin-wrap .text p {
  font-size: 0.28rem;
  font-weight: 500;
  color: #98A2AD;
  line-height: 0.38rem;
  margin-top: 0.12rem;
}
.signin-wrap .text ul {
  padding-top: 0.14rem;
}
.signin-wrap .text ul li {
  height: 1.54rem;
  border-bottom: 0.02rem solid #F2F3F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.signin-wrap .text ul li i {
  height: 0.4rem;
  width: 0.4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.signin-wrap .text ul li i.phoneicon {
  background-image: url(../img/phone@2x.png);
}
.signin-wrap .text ul li i.passwordicon {
  background-image: url(../img/password@2x.png);
}
.signin-wrap .text ul li i.codeicon {
  background-image: url(../img/code@2x.png);
}
.signin-wrap .text ul li em {
  font-size: 0.32rem;
  font-weight: 800;
  color: #000000;
  padding-left: 0.15rem;
}
.signin-wrap .text ul li input {
  width: 5rem;
  border: none;
  font-size: 0.32rem;
  font-weight: 500;
  color: #02010E;
  padding-left: 0.4rem;
  background: transparent;
}
.signin-wrap .text ul li input::-webkit-input-placeholder {
  color: #98A2AD;
}
.signin-wrap .text ul li input::-moz-placeholder {
  color: #98A2AD;
}
.signin-wrap .text ul li input:-ms-input-placeholder {
  color: #98A2AD;
}
.signin-wrap .text ul li input::-ms-input-placeholder {
  color: #98A2AD;
}
.signin-wrap .text ul li input::placeholder {
  color: #98A2AD;
}
.signin-wrap .text ul li p {
  position: absolute;
  left: 0.6rem;
  bottom: 0.08rem;
  font-size: 0.24rem;
  color: #FF0000;
}
.signin-wrap .text ul li b {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.signin-wrap .text ul li b.close {
  background-image: url(../img/close@2x.png);
  opacity: 0;
}
.signin-wrap .text ul li b.close.active {
  opacity: 1;
}
.signin-wrap .text ul li b.close.right90 {
  right: 0.9rem;
}
.signin-wrap .text ul li b.close.right190 {
  right: 1.9rem;
}
.signin-wrap .text ul li b.close.right290 {
  right: 2.9rem;
}
.signin-wrap .text ul li b.eye {
  background-image: url(../img/zy.png);
}
.signin-wrap .text ul li b.eye.active {
  background-image: url(../img/by.png);
}
.signin-wrap .text ul li span {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.32rem;
  font-weight: 500;
  color: #00BA63;
}
.signin-wrap .text ul li div {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.signin-wrap .text ul li div img {
  width: 100%;
  height: auto;
}
.signin-wrap .text .retrieve {
  font-size: 0.28rem;
  color: #868D9A;
  padding-right: 0.4rem;
  margin: 0.22rem 0 0.64rem 0;
  text-align: right;
  width: 100%;
}
.signin-wrap .btn {
  width: 5.12rem;
  height: 0.88rem;
  background: #00BA63;
  border-radius: 0.44rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.88rem;
  margin: 0 auto;
}
.signin-wrap > p {
  text-align: center;
  font-size: 0.28rem;
  color: #98A2AD;
  margin-top: 0.72rem;
}
.signin-wrap > p b {
  color: #00BA63;
}