/*******公共样式*******/
.container .section .login-box {
  width: 30%;
  margin: 0.5rem auto;
}
.container .section .login-box form .glyphicon {
  color: #999;
}
.container .section .login-box form .h4 {
  margin: 0.6rem auto;
}
.container .section .login-box form .form-group {
  position: relative;
}
.container .section .login-box form .form-group label {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
}
.container .section .login-box form .form-group span {
  color: #f00;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-size: 0.13rem;
}
.container .section .login-box form .form-group .tips01 {
  right: -1.8rem;
}
.container .section .login-box form .form-group .tips02 {
  right: -1.05rem;
}
.container .section .login-box form .form-group .tips03 {
  right: -2.65rem;
}
.container .section .login-box form .form-group .tips04 {
  right: -2rem;
}
.container .section .login-box form .form-group .form-control {
  padding: 0.1rem 9%;
  height: auto;
  margin: 0.4rem 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.container .section .login-box form .form-group .form-control:focus {
  box-shadow: none;
}
.container .section .login-box form .form-group #getCode {
  position: absolute;
  right: 0;
  padding: 0.09rem 0.12rem;
}
.container .section .login-box form .form-group .imgCode {
  width: 96px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  cursor: pointer;
}
.container .section .login-box form .form-group #regBtn {
  padding: 0.1rem 0;
}
.container .section .login-box form .checkbox {
  text-align: center;
  margin-bottom: 0.2rem;
}
.container .section .login-box form .links {
  margin-top: 0.2rem;
}
@media (max-width: 1200px) {
  .container .section .login-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .container .section .login-box {
    width: 100%;
    margin-top: 80px;
  }
  .container .section .login-box form .form-group {
    margin-bottom: 20px;
  }
  .container .section .login-box form .form-group .form-control {
    margin: 0.15rem 0;
  }
  .container .section .login-box form .form-group span {
    position: static;
    margin-bottom: 0.2rem;
    transform: translate(0, 0);
    margin-left: 0.3rem;
  }
  .container .section .login-box form .h4 {
    margin: 20px 0;
  }
}
