/* 登录 start */
.login-page .header, .login-page .footer {
  width: 100%;
  background: #1a2226;
  box-sizing: border-box;
}
.login-page .header {
  height: 80px;
  line-height: 80px;
  padding-left: 64px;
}
.login-page .logo {
  height: 80px;
}
.login-page .footer {
  height: 100px;
}
.login-page .copyright {
  padding-left: 58px;
  font-size: 16px;
  color: #fff;
}
.login-page .w1200 {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  height: 100%;
}
.login-page .banner-container {
  min-height: calc(105vh - 80px - 150px);
  width: 100%;
  background: url(/static/images/login/banner.svg) center center;
  background-size: cover;
}
.login-container {
  position: absolute;
  right: 0;
  top: 50%;
  width: 450px;
  height: 490px;
  padding: 38px 58px;
  margin-top: -245px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.14);
}
.login-page h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 0 0 50px;
}
.login-form-group .err-tip {
  visibility: hidden;
  position: relative;
  font-size: 12px;
  color: #da5443;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  border-radius: 2px;
  background: #faedeb;
}
.login-page .has-err .err-tip {
  visibility: visible;
}
.login-form-group .err-tip:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url(xintai_icon.png) -20px -40px no-repeat;
}
.login-page .login-form-group {
  position: relative;
}
.f-inp {
  width: 280px;
  height: 39px;
  line-height: 39px;
  padding-left: 10px;
  font-size: 18px;
  color: #666;
  border: none;
  outline: none;
}
.login-page .login-tp {
  margin: 30px 0;
  color: #676767;
  font-size: 16px;
}
.login-page .lt-wechat {
  position: relative;
  float: left;
  height: 35px;
  line-height: 35px;
  padding-left: 42px;
  cursor: pointer;
}
.login-page .lt-wechat::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 35px;
  left: 0;
  top: 0;
  background: url(xintai_icon.png) 0 0 no-repeat;
}
.login-page .lt-account {
  position: relative;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 42px;
  cursor: pointer;
}
.login-page .lt-account::before {
  content: '';
  position: absolute;
  width: 33px;
  height: 32px;
  left: 0;
  top: 0;
  background: url(xintai_icon.png) 0 -80px no-repeat;
}
.login-page .lt-keep-login {
  float: right;
  height: 32px;
  line-height: 32px;
}
.forget-container {
  text-align: right;
  font-size: 16px;
  color: #528cb7;
  margin-top: 20px;
}
.forget-container a {
  color: #656565;
  text-decoration: none;
}
.forget-container a:hover {
  text-decoration: underline;
}
.login-page .show-pwd-btn {
  display: inline-block;
  position: absolute;
  right: 1px;
  bottom: 14px;
  width: 17px;
  height: 14px;
  background: url(xintai_icon.png) -40px -19px no-repeat;
  cursor: pointer;
}
.login-page .show-pwd .text-password, .login-page .password {
  display: block;
}
.login-page .show-pwd .password, .login-page .text-password {
  display: none;
}
.login-page .show-pwd .show-pwd-btn {
  background-position: -40px 0;
}
/* 登录 end */
/* 忘记密码、重置密码、注册 start */
.forget-page {
  width: 100%;
  min-height: 100vh;
  background: url(../img/login/forget_bg.jpg) center no-repeat;
  background-size: cover;
}
.forget-page .w934 {
  position: absolute;
  width: 934px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.forget-page .container {
  padding-top: 62px;
  height: 572px;
  background: #fff;
  box-sizing: border-box;
}
.forget-page .fp-head {
  height: 73px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 22px;
  color: #3c8dbc;
}
.forget-page .fp-head img {
  width: 87px;
  margin-right: 74px;
}
.forget-page .fp-head span {
  display: inline-block;
  line-height: 73px;
  vertical-align: top;
  font-weight: bold;
}
.fp-enter-group {
  width: 430px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 20px;
  font-size: 15px;
  color: #333;
}
.fp-enter-group.no-label {
  width: 320px;
}
.fp-enter-group .label {
  float: left;
  text-align: right;
  width: 110px;
}
.fp-enter-group .inp-box {
  overflow: hidden;
}
.fp-enter-group .inp {
  width: 100%;
  height: 45px;
  padding: 0 17px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
}
.fp-enter-group .code {
  width: 200px;
}
.fp-enter-group .bgb_btn {
  width: 155px;
}
.fp-enter-group .code-img {
  width: 110px;
  height: 45px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.fp-enter-group .get-code {
  line-height: 42px;
  background: #fff;
  color: #3c8dbc;
  font-weight: bold;
  border-radius: 0;
}
.fp-enter-group .get-code.blue_btn {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.fp-enter-group.has-err .inp {
  border-color: red;
}
.fp-enter-group .err-msg {
  display: none;
  position: relative;
  font-size: 13px;
  color: #ec7171;
  padding-left: 20px;
}
.fp-enter-group .err-msg:before {
  content: '!';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  line-height:  16px;
  background: #ffd8d8;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
.fp-enter-group.has-err .err-msg {
  display: block;
}
.service-box {
  color: #3c8dbc;
  border: 1px solid #3c8dbc;
  line-height: 36px;
  padding: 12px 20px;
}
/* 忘记密码、重置密码、注册 end */