.login-wrap {
  display: none;
  background: #fff;
  padding: 0.24rem;
  min-height: 100vh;
  box-sizing: border-box;
}
.login-wrap .top-back {
  width: 0.14rem;
  height: 0.26rem;
  background: url(../image/icon-arrowl.png) no-repeat;
  background-size: 100%;
}
.login-wrap .title {
  margin-top: 0.5rem;
  margin-bottom: 0.57rem;
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1d1f21;
  line-height: 0.56rem;
}
 
.input-wrap input {
  background: #f7f7f7;
}

.tips{
	color: #ff0000;
}

.otherway {
  display: block;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(32, 31, 34, 1);
  line-height: 0.21rem;
  padding-left: 0.1rem;
  margin: 0.12rem auto 0.64rem;
}
.wx-icon {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../image/icon-wx.png) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: 0 auto;
}

/* 密码类型 */
.pwd_type {
  position: absolute;
  right: 0.32rem;
  top: 0.2rem;
  cursor: pointer;
  width: 0.16rem;
  height: 0.11rem;
}
