/**
* @name: login_register.less
* @description: 驅動列表页样式
* @author: Alan(alan_webdeveloper@163.com)
* @update: 2020-04-01 16:00
*/
* {
  margin: 0;
  padding: 0;
}
body {
  padding-top: 0;
}
.common-width {
  width: 100%;
}
.info {
  position: relative;
}
#code-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 30px;
  border: 1px solid #ccc;
  border-left: none;
  box-sizing: border-box;
}
#code-box img {
  height: 100%;
}
.btn-box {
  margin: 0;
  text-align: center;
}
.btn-box .btn-submit {
  width: 119px;
  height: 27px;
  font-size: 12px;
  text-align: center;
  background: url("../../img/btn.png") no-repeat left top;
  cursor: pointer;
}
.btn-box .btn-submit:hover {
  background: url("../../img/btn-hover.png") no-repeat left top;
}
.home-page-button {
  width: 119px;
  height: 27px;
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #1d428a;
  color: #fff;
  border: none;
  cursor: pointer;
}
.home-page-button span {
  line-height: 28px;
}
.home-page-button:hover::before {
  transform: scaleX(1);
}
.home-page-button-content {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.home-page-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #306de6;
  transition: all 0.475s;
}
.home-page-button-content {
  color: #fff;
}
.register-box,
.proRegister-box,
.login-box,
.forgot-box,
.change-box {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: url("../../img/bg.jpg") fixed center center repeat-y;
  position: relative;
}
.register-box .box,
.proRegister-box .box,
.forgot-box .box,
.change-box .box {
  width: 500px;
  padding: 40px 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.register-box .box .logo-box h2,
.proRegister-box .box .logo-box h2,
.login-box .box .logo-box h2,
.forgot-box .box .logo-box h2,
.change-box .box .logo-box h2 {
  margin-bottom: 20px;
  text-align: center;
}
.register-box .box .logo-box h2 img,
.proRegister-box .box .logo-box h2 img,
.login-box .box .logo-box h2 img,
.forgot-box .box .logo-box h2 img,
.change-box .box .logo-box h2 img {
  height: 40px;
}
.register-box .box .info-box .info,
.forgot-box .box .info-box .info,
.change-box .box .info-box .info {
  margin-bottom: 10px;
}
.register-box .box .info-box .infobefore,
.forgot-box .box .info-box .infobefore,
.change-box .box .info-box .infobefore,
.register-box .box .info-box .info:after,
.forgot-box .box .info-box .info:after,
.change-box .box .info-box .info:after {
  content: " ";
  display: table;
  zoom: 1;
}
.register-box .box .info-box .info:after,
.forgot-box .box .info-box .info:after,
.change-box .box .info-box .info:after {
  clear: both;
}
.register-box .box .info-box .info label,
.forgot-box .box .info-box .info label,
.change-box .box .info-box .info label {
  float: left;
  width: 121px;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  font-weight: normal;
}
.register-box .box .info-box .info label span,
.forgot-box .box .info-box .info label span,
.change-box .box .info-box .info label span {
  color: #f00;
}
.register-box .box .info-box .info input,
.forgot-box .box .info-box .info input,
.change-box .box .info-box .info input {
  float: left;
  width: 210px;
  height: 30px;
  margin-left: 0;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-box .box {
  width: 440px;
  padding: 40px 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
.login-box .box .info-box {
  text-align: center;
}
.login-box .box .info-box formbefore,
.login-box .box .info-box form:after {
  content: " ";
  display: table;
  zoom: 1;
}
.login-box .box .info-box form:after {
  clear: both;
}
.login-box .box .info-box .info {
  overflow: hidden;
  width: 265px;
  margin: 0 auto;
}
.login-box .box .info-box .info:nth-of-type(1),
.login-box .box .info-box .info:nth-of-type(2) {
  margin-bottom: 10px;
}
.login-box .box .info-box .info label {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.29);
}
.login-box .box .info-box .info label .iconfont {
  font-size: 18px;
  color: #fff;
}
.login-box .box .info-box .info input {
  float: left;
  width: 235px;
  height: 30px;
  margin-left: 0;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-box .box .info-box .info input#captcha {
  width: 145px;
}
.login-box .box .info-box .tips {
  overflow: hidden;
  width: 265px;
  margin: 20px auto;
  font-size: 12px;
}
.login-box .box .info-box .tips .to-register {
  float: left;
  width: 50%;
  text-align: left;
}
.login-box .box .info-box .tips .retrieve {
  float: left;
  width: 50%;
  text-align: right;
}
.login-box .box .info-box .tips a {
  display: inline;
  font-size: 12px;
}
.login-box .box .info-box .tips a:hover {
  text-decoration: underline;
  color: #1D428A;
}
.login-box .box .info-box .btn-box {
  float: left;
  width: 100%;
}
.login-box .infoError {
  padding-left: 0;
}
.register-box .box .link-box {
  margin-top: 20px;
  text-align: center;
}
.register-box .box .info-box p.infoError {
  padding-left: 126px;
}
.register-box .box .info-box .terms {
  margin: 10px 0 20px 102px;
}
.register-box .box .info-box .terms div:nth-last-of-type(1) {
  margin-top: 5px;
}
.register-box .box .info-box .terms div:nth-last-of-type(1) label {
  margin-left: 10px;
}
.register-box .box .info-box .terms input {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}
.register-box .box .info-box .terms label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}
.register-box .box .info-box .terms label span {
  color: #f00;
}
.register-box .box .info-box .terms label a {
  display: inline-block;
  line-height: 15px;
}
.register-box .box .info-box .terms label a:hover {
  color: #1D428A;
  text-decoration: underline;
}
.proRegister-box .box .info-box p.infoError {
  padding-left: 129px;
}
.proRegister-box .box .info-box .info {
  margin-bottom: 10px;
}
.proRegister-box .box .info-box .infobefore,
.proRegister-box .box .info-box .info:after {
  content: " ";
  display: table;
  zoom: 1;
}
.proRegister-box .box .info-box .info:after {
  clear: both;
}
.proRegister-box .box .info-box .info label {
  float: left;
  width: 124px;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  font-weight: normal;
}
.proRegister-box .box .info-box .info label span {
  color: #f00;
}
.proRegister-box .box .info-box .info input,
.proRegister-box .box .info-box .info select {
  float: left;
  width: 210px;
  height: 30px;
  margin-left: 0;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.proRegister-box .box .info-box .btn-box .btn-submit-Jump {
  display: inline-block;
  line-height: 27px;
  color: #000;
}
.proRegister-box .box .tips {
  margin-top: 20px;
  font-size: 12px;
}
.forgot-box .box .info-box p.infoError {
  padding-left: 126px;
}
.change-box .box .info-box p.infoError {
  padding-left: 126px;
}
@media screen and (max-width: 767px) {
  .register-box .box,
  .proRegister-box .box,
  .forgot-box .box,
  .change-box .box {
    width: 98%;
    padding: 40px 10px;
  }
  .register-box .box .info,
  .proRegister-box .box .info,
  .forgot-box .box .info,
  .change-box .box .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .register-box .box .info label,
  .proRegister-box .box .info label,
  .forgot-box .box .info label,
  .change-box .box .info label {
    order: 0;
  }
  .register-box .box .info input,
  .proRegister-box .box .info input,
  .forgot-box .box .info input,
  .change-box .box .info input,
  .register-box .box .info select,
  .proRegister-box .box .info select,
  .forgot-box .box .info select,
  .change-box .box .info select {
    flex: 1;
    order: 1;
  }
  .register-box .box .info #send_code,
  .proRegister-box .box .info #send_code,
  .forgot-box .box .info #send_code,
  .change-box .box .info #send_code {
    order: 2;
  }
  .register-box .box .info p.infoError,
  .proRegister-box .box .info p.infoError,
  .forgot-box .box .info p.infoError,
  .change-box .box .info p.infoError {
    order: 20;
  }
  .login-box .box {
    width: 98%;
    padding: 40px 10px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
  }
  .register-box .box .info-box .terms {
    margin: 10px auto 20px;
  }
}
