#login {
  background: #fff;
  height: 100vh;
}

#login .bgf5 {
  background: #f5f5f5;
  height: 0.27rem;
}

#login #header .logoimg {
  width: auto;
}

#login #header .title {
  margin-left: 1.33rem;
  font-size: .48rem;
}

#login .van-checkbox__label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

#login .van-checkbox__icon {
  font-size: 16px;
}

#login .van-checkbox__icon .van-icon {
  width: 0.37rem;
  height: 0.37rem;
  line-height: 0.37rem;
}

#login .van-checkbox__icon--checked .van-icon {
  background: #ba0c2f;
  border-color: #ba0c2f;
}

#login .logintabs .van-tab {
  font-size: 16px;
  color: #000000;
}

#login .logintabs .van-tab__pane {
  background: #fff;
}

#login .logintabs .van-tab--active {
  background: #ba0c2f;
  color: #fff;
}

#login .logintabs .van-tabs__line {
  width: 0;
}

#login .logintabs .van-cell:last-child::after {
  display: block;
}

#login .logintabs .title {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding: 0.27rem 0.27rem 0;
}

#login .logintabs .van-cell {
  padding-top: 0.53rem;
}

#login .logintabs .van-cell .van-field__control {
  font-size: 14px;
}

#login .logintabs .passwordchoice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0.27rem;
}

#login .logintabs .passwordchoice .forget {
  font-size: 14px;
  font-weight: bold;
  color: #ba0c2f;
}

#login .logintabs .submitbtn {
  width: 6.93rem;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #ba0c2f;
  border-radius: 0.13rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 0.8rem;
  font-size: 16px;
}

#login .logintabs .submitbtn .van-button__content {
  font-size: 16px;
}

#login .logintabs .register .van-field__label {
  width: fit-content;
}

#login .logintabs .register .submitbtn {
  margin-top: 1.07rem;
}

#login .logintabs .register .sendcode {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #fdfdfd;
  border: 1px solid #ba0c2f;
  border-radius: 0.11rem;
  font-size: 14px;
  font-weight: 400;
  color: #ba0c2f;
  cursor: pointer;
}

#login .agreement {
  width: 10rem;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding-bottom: 0.8rem;
}

#login .agreement .van-checkbox__label {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

#login .agreement .agree {
  display: inline-block;
}

#login .agreement .agree a {
  color: #0091ff;
  display: inline-block;
  text-decoration: underline;
}

#login .tel {
  width: 100%;
  text-align: center;
}

.forgetpwd {
  margin: 0 auto;
}

.forgetpwd .tips {
  line-height: 2em;
  margin: 0.53rem 0;
  font-size: 14px;
  text-align: center;
}

.forgetpwd .title {
  font-size: 16px;
  font-family: pingfang sc;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  opacity: 1;
}

.forgetpwd .vague .van-field__button {
  display: flex;
  align-items: center;
}

.forgetpwd .vague .van-field__button a {
  color: #ba0c2f;
  margin-left: .13rem;
}

.forgetpwd .sendcode {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #fdfdfd;
  border: 1px solid #ba0c2f;
  border-radius: 0.11rem;
  font-size: 14px;
  font-weight: 400;
  color: #ba0c2f;
  cursor: pointer;
}

.forgetpwd .submitbtn {
  width: 6.93rem;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #ba0c2f;
  border-radius: 0.13rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 0.8rem;
  font-size: 16px;
  margin-top: 1.6rem;
}

.forgetpwd .submitbtn .van-button__content {
  font-size: 16px;
}
