.header {
  height: 78px;
  line-height: 78px;
  padding: 0 60px;
  background-color: #fff;
}

.header .top_left {
  height: 78px;
  float: left;
  padding-top: 24px;

}

.header .top_left img {
  float: left;
}

.header .top_left .title-border {
  float: left;
  height: 30px;
  font-size: 26px;
  display: inline-block;
  color: #333333;
  padding-left: 9px;
  margin-left: 10px;
  line-height: 30px;
  border-left: 1px solid rgba(133, 133, 133, 0.6);
}

.header .top_right {
  float: right;
}

.top_right .link-btn {
  width: 110px;
  height: 30px;
  /* UI Properties */
  display: inline-block;
  line-height: 30px;
  border: 1px solid #1F72EC;
  font-size: 16px;
  text-align: center;
  color: #2F69EF;
  border-radius: 14px;
  margin-right: 15px;
  text-decoration: none;
}

.language-select {}

.language-select span {
  padding: 0 10px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

.language-select span.active {
  color: #333333;
}

.language-select span:not(:first-child) {
  border-left: 1px solid #858585;
}




.main .main-content {
  width: 1200px;
  height: 700px;
  background: #fff;
}



.main .main-content .right-box {
  padding-top: 84px;
  padding-left: 90px;
  float: left;
}

.main .main-content .right-box .form-title {
  font-size: 24px;
  color: #666666;
  margin-bottom: 56px;
}

.main .main-content .right-box .form-subtitle {
  color: #D2D2D2;
}

.main .main-content .right-box .form-item {
  width: 400px;
  position: relative;
  margin-bottom: 35px;
}

.main .main-content .right-box .form-item-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  left: 10px;
}

.main .main-content .right-box .form-item-input {
  width: 400px;
  height: 46px;
  border-radius: 6px;
  padding-left: 44px;
  border-color: #B5B5B5;
}

.main .main-content .right-box .form-item-input:active,
.main .main-content .right-box .form-item-input:focus {
  border-color: #2F69EF;
  box-shadow: none;
}

.main .main-content .right-box .has-error .form-item-input {
  border-color: #F3585B;

}

.code-input-box {
  padding-bottom: 21px;
}

.code-input {
  padding-right: 100px;
}

.code-img-box {
  position: absolute;
  padding-left: 10px;
  line-height: 31px;
  right: 7px;
  border-left: 1px solid #DCDCDC;
  top: 7.5px;
}

.code-img {
  width: 82px;
  height: 31px;
}

.login-btn {
  margin-bottom: 20px;
  line-height: 46px;
  height: 46px;
  padding: 0;
}


.login-bottom {
  color: #999999;
  font-size: 14px;
}

.login-bottom .forget-box {
  text-align: end;
}

.login-bottom .forget {
  color: #999999;
}

/*报错信息*/
.help-block {
  color: #F3585B;
  float: right;
}

.copyright {
  color: #666666;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
}



/*忘记密码*/
.main .main-content .forget-form-box .form-title {
  margin-bottom: 40px;
}

.main .main-content .forget-form-box .form-item {
  margin-bottom: 24px;
}

.tbl-txt {
  font-size: 14px;
}

.tbl-txt input {
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 6px;
}

.pw-strength {
  position: relative;
  width: 180px;
  padding-top: 5px;
  margin-left: 11px;
}



.pw-bar-label {
  color: #999999;
  font-size: 14px;
  margin-left: 30px;

}

.pw-weak .pw-defule {
  width: 0px;
}

.pw-weak .pw-bar-on {
  width: 47px;
}

.pw-medium .pw-bar-on {
  width: 97px;
}

.pw-strong .pw-bar-on {
  width: 143px;
}

.pw-txt {
  padding-top: 2px;
  width: 143px;
  overflow: hidden;
}

.pw-txt span {
  color: #707070;
  float: left;
  font-size: 12px;
  text-align: center;
  width: 47px;
}

#sendmail {
  color: #2F69EF;
  font-size: 14px;
  cursor: pointer;
}

.main .main-content .right-box .password-box {
  margin-bottom: 10px;
}

.main .main-content .right-box .form-item-bottom {
  margin-bottom: 40px;
}

.back-btn {
  width: 120px;
  margin-right: 12px;
  height: 46px;
  line-height: 46px;
  padding: 0;

}

.forget-btn {
  width: 270px;
  line-height: 46px;
  height: 46px;
  padding: 0;

}

.form-item-icon-eye-off,
.form-item-icon-eye-on {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.form-item-icon-eye-off {
  display: none;
}

.doc-box {
  width: 400px;
  margin: 45px auto 0;

}

.doc-box h5,
.doc-box p,
.doc-box a {
  letter-spacing: 0.72px;
  color: #666666;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 0;
}

.doc-box h5 {
  text-align: center;
  margin-bottom: 150px;
  line-height: 1;
}
.doc-box .doc-btn{
  margin-top: 90px;
  height: 46px;
  line-height: 46px;
  padding: 0;
}