.erweima {
  text-align: center;
  height: 200px;
}
.erweima img {
  width: 200px;
  display: none;
}
.form-bg {
  background-color: #5471e3;
  height: 50%;
  position: fixed;
  width: 100%;
}
.form-bg p {
  text-align: center;
  font-size: 36px;
  color: #fff;
  padding-top: 60px;
}
.form-login {
  width: 100%;
  padding-top: 180px;
}
.form-login form {
  max-width: 360px;
  min-height: 380px;
  width: 96%;
  background-color: #fff;
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, .6);
  border-radius: 5px;
  padding: 35px 25px;
  position: relative;
  margin: 0 auto;
}
.form-login form p {
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.form-login .input-group {
  margin: 15px 0px;
  width: 100%;
}
.form-login button {
  width: 100%;
  margin-top: 45px;
}
p.no-open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  bottom: 0;
  line-height: 300px;
  background: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 18px;
}
#dr_row_qitaxuexiao {
  display: none;
}

.label {
  cursor: pointer;
}

.progress {
  display: none;
  margin-bottom: 1rem;
}

.alert {
  display: none;
}

.img-container img {
  max-width: 100%;
}
.rounded {
  width: 150px;
  height: 210px;
  object-fit: contain;
  border: 2px dashed #ddd;
}
.signup-form {
  width: 100%;
  position: relative;
  padding-top: 180px;
}
.signup-form form {
  position: relative;
  max-width: 600px;
  width: 96%;
  background-color: #fff;
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, .6);
  border-radius: 5px;
  padding: 25px;
  margin: 0 auto;
  min-height: 360px;
}
.signup-form .control-label {
  line-height: 34px;
  text-align: right;
}

.show_form {
  line-height: 2;
  font-size: 16px;
}

.show_form h2 {
  text-align: center;
}
.show_form p {
  text-align: center;
  margin-bottom: 15px;
}
.show_form img {
  width: 150px;
  height: 210px;
  object-fit: contain;
  border: 2px dashed #ddd;
  padding: 5px;
}
.weixin-tip {
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 100;
  position: fixed;
  height: 100%;
  /* opacity: 0.8; */
}
.weixin-tip p {
  text-align: center;
  margin-top: 1%;
  padding: 0 5%;
}
.height-i {
  height: 150px;
}
.a0 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.a1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.a1 p {
  background-color: #fff;
  font-size: 24px;
  width: 360px;
  line-height: 3;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -36px;
  max-width: 100%;
}
.footer {
  position: static;
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
.footer .rukou {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.form-login form .chaxun {
  padding: 25px 0;
}
.form-login form .chaxun p {
  line-height: 1.8;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.form-login form .chaxun p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.form-login form .chaxun span {
  float: left;
  padding: 5px;
  text-align: left;
}
.form-login form .chaxun p span:first-child {
  width: 95px;
  text-align: right;
}
.form-login form .chaxun .down_url_box {
  padding-top: 20px;
  position: relative;
}
.form-login form .chaxun .down_url_box p {
  font-size: 14px;
  color: #f00;
  text-align: left;
}
.form-login form .chaxun .down_url_box input {
  width: 100%;
  font-size: 14px;
  height: 32px;
  width: calc(100% - 59px);
  border: 1px solid #337ab7;
  border-radius: 0;
  padding: 0 5px;
}
.form-login form .chaxun .down_url_box button {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  width: 60px;
  padding: 5px 0;
  border-radius: 0;
}
  .login-tab {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
    padding-bottom: 10px;
    align-items: end;
}
  .login-tab span {
    cursor: pointer;
    position: relative;
  }
  .login-tab .active {
    color: #0052d9;
    font-size: 20px;
  }
  .login-tab .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0052d9;
  }
  .form-login .erweima .pc {
    display: none;
  }
    .help-block span:first-child{
      display: block;
    }
    .help-block span b{
      color: red;
    }
    .help-block span:last-child{
      display: none;
      color: red;
    }
    .help-block.error span:first-child{
      display: none;
    }
    .help-block.error span:last-child{
      display: block;
    }