/*
* {
  margin: 0;
}
.title {
  font-size: 0.75rem;
  margin: 20px 0;
  color:#fff;
}
body {
  text-align: center;
}
.qrCode-box {
  width: 5.68rem;
  height: 5.68rem;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0.8rem;
  border-radius: 8px;
  overflow: hidden;
}
[v-cloak] {
  display: none;
}
.product {
  font-size: .4rem;
}
.product > p {
  margin-top: .63rem;
  padding: 0 0.3rem;
  font-size: 0.4rem;
  color: #666;
}
.product > strong {
  font-size: .7rem;
  margin: .2rem 0;
  display: block;
  font-weight: normal;
}
.weixin__green {
  background-color: #1DAA39;
  padding: .5rem 0 .8rem;
}
.van-tag {
  padding: 4px;
}
.van-field--error .van-field__control, .van-field--error .van-field__control::placeholder {
color: #cbc9d6;
}*/

.find-pwd {
  width: 100vw;
  height: 100vh;
  position: relative;
}
/* 背景图 */
.find-pwd .content,
.find-pwd .content2 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -2;
}
.find-pwd .content2 {
  z-index: -1;
}

/* 标题 */
.b-page-title .b-page-text {
  color: #FFF;
  padding-top: 11.73vw;
}

/* .find-pwd-logo {
  width: auto;
  height: 9.6vw;
  margin-top: 24.27vw;
} */


.form {
  /* margin-top: 6.4vw; */
  margin-top: 24.27vw;
}

/* 输入框 */
.form-input {
  width: 100%;
  height: 38.4vw;

  /* Frame 48095411 */
  box-sizing: border-box;

  /* Auto layout */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: url(/mobile/images/login-img/login-line-3.png) no-repeat;
  background-size: 100% auto;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 2.13vw;

}

a {
  background: transparent !important;
}

/* 内容输入 */
.u-input {
  width: 90%;
  height: 12.8vw;
  color: #FFF;
  font-size: 3.73vw;
  background-color: transparent;
  border: transparent
}

/* 用户协议 */
.read-agreement {
  width: 100%;
  margin-top: 10.4vw;
  font-size: 3.73vw;
  line-height: 5.3vw;
  color: #FFF;
  display: flex;
}
.read-agreement .radio {
  width: 5.33vw;
  height: 5.33vw;
  border-radius: 100%;
}
.read-agreement .radio.border {
  border: 1px solid #FFF;
}
.read-agreement .radio img {
  width: 5.33vw;
  height: 5.33vw;
}

.read-agreement .agreement{
  margin-left: 3.67vw;
  font-size: 3.5vw;
}
.read-agreement .agreement a {
  background-color: transparent !important;
}


/* 登录 */
.btn-find-pwd {
  margin-top: 10.4vw;
  width: 100%;
  height: 12.8vw;
  line-height: 12.8vw;
  text-align: center;
  border-radius: 1.07vw;
  background: #4095F8;
  border: transparent;
  color: #FFF;
  font-size: 3.73vw;
}

.btn-find-pwd.btn-disabled {
  background: rgba(64, 149, 248, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.btn-link {
  display: flex;
  justify-content: space-between;
  margin-top: 10.13vw;
  padding: 0 15.53vw;
}
.link-find-pwd,
.link-find-pwd:hover {
  font-size: 3.73vw;
  color: #4095F8;
  text-decoration: underline;
}

/* 验证码 */
.yzm-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.code {
  width: auto;
  flex: 1;
}
.get_msg {
  display: block;
  width: 28vw;
  color: #4095F8;
  text-align: right;
}

.get_msg:hover,
.get_msg:active {
  color: rgba(255, 255, 255, 0.6);
}

.btn-return-find-pwd {
  margin-top: 4.53vw;
  width: 100%;
  height: 12.8vw;
  border-radius: 1.07vw;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 3.73vw;
}