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

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

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


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

/* 输入框 */
.form-input {
  width: 100%;
  height: 25.6vw;
  /* Frame 48095411 */
  box-sizing: border-box;

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

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

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;
  display: none;
}

.read-agreement .agreement{
  margin-left: 3.67vw;
  font-size: 3.5vw;
}
.read-agreement .agreement a {
  background-color: transparent !important;
  text-decoration: underline;
  color: #4095F8;
}


/* 登录 */
.btn-login {
  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-login.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-login,
.link-login:hover {
  font-size: 3.73vw;
  color: #4095F8;
  text-decoration: none;
}

/* 其他方式登录 */
.login-other-title {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.2vw;
  line-height: 6.4vw;
  margin: 3.73vw auto 6.4vw auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-other-title>div {
  margin: 0 4.2vw;
}

.login-other-title::after,
.login-other-title::before {
  content: "";
  display: block;
  width: 13.87vw;
  height: 0.13vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.login-other {
  display: flex;
  justify-content: space-between;
  padding: 0 15.53vw;
  background: url(/mobile/images/login-type.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-other {
  width: 21.13vw;
  height: 18.13vw;
  background: transparent;
  border: transparent;
}



/* old */
/* .txt_tg {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: solid;
  width: 90%;
}
.hr {
  width: 80%;
  height: 70px;
  text-align: center;
  margin-left: 10%;
  font-size: 10px;
}
.hr_st1 {
  float: left;
  border: none;
  border-top: 1px solid #ccc;
  width: 31%;
  text-align: center;
  margin-top: 22px;
  margin-left: 2%;
  margin-right: 2%;
}
.qita {
  float: left;
  color: #8e8d8d;
  width: 30%;
  height: 20px;
}
.buttons {
  color: #8e8d8d;
}
.buttons p {
  width: 50%;
  float: left;
  font-size: 10px;
}
.one {
  color: #8e8d8d;
  font-size: 10px;
  margin-top: -20px;
}
.btn_wxs {
  background: url("/mobile/image/weiixn_logo.png") no-repeat left bottom;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  border-radius: 50px;
  border: 0px;
}
.shouji {
  background: url("/mobile/image/shouji.png") no-repeat left bottom;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  float: left;
  margin-top: 15px;
}
.suo {
  background: url("/mobile/image/suo.png") no-repeat left bottom;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  float: left;
  margin-top: 15px;
}
.btn_yzm {
  background: url("/mobile/image/yanzhengma.jpg") no-repeat left bottom;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  border-radius: 50px;
  border: 0px;
}
.but_but {
  margin-top: 20px;
  width: 50%;
  float: left;
} */