/*#verify {
  display: block;
  flex: 1;
}

#verify img {
  width: 100%;
  height: 42px;
}

input, button {
  -webkit-appearance: none;
}

.flex-1 {
  width: 28%;
}

.flex-2 {
  width: 62%;
}*/

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

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

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


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

/* 输入框 */
.form-input {
  width: 100%;
  /* height: 64vw; */
  /* 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-5.png) no-repeat;
  background-size: 100% auto;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 2.13vw;
  /* border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgb(81 86 91 / 80%); */
}

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-reg {
  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-reg.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-reg,
.link-reg:hover {
  font-size: 3.73vw;
  color: #4095F8;
  text-decoration: underline;
}

/* 验证码 */
.yzm-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.u-input + .u-input,
.yzm-body {
  border-top: 1px solid #999;
}
.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-reg {
  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;
}