.login {
  height: 100%;
  width: 100%;
  min-height: 740px;
  /* background: url('./images/login_background_large.png') no-repeat 0 0; */
  background-size: cover;
  behavior: url('styles/backgroundSize.htc');
}
.login .navbar {
  display: none;
  height: 50px;
  background-color: #20243d;
  -moz-box-shadow: 0px 2px 8px 0px rgba(33, 76, 217, 0.2);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33, 76, 217, 0.2);
  -o-box-shadow: 0px 2px 8px 0px rgba(33, 76, 217, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(33, 76, 217, 0.2);
}
.login .navbar .logo {
  object-fit: contain;
  position: absolute;
  top: 12px;
  left: 21px;
  height: 28px;
  max-width: 200px;
}
.login .login-container {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
}
.login .login-container .login-container-child {
  position: absolute;
  top: 50%;
  margin-top: -242px;
  /* left: 194px; */
}
.login .login-container .login-container-child .login-header {
  transform: translateX(calc(400px - 50%));
  display: table;
  text-align: center;
  width: 50vw;
  height: 0;
  margin-bottom: 30px;
}
.login .login-container .login-container-child .login-header .logoImg {
  vertical-align: middle;
  max-width: 120px;
  max-height: 40px;
  margin-right: 15px;
}
.login .login-container .login-container-child .login-header .login-header-title {
  height: 41px;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
  line-height: 41px;
  vertical-align: middle;
}
.login .login-container .login-container-child .login-header-zr {
  position: absolute;
  top: calc(50% - 166px);
  left: -620px;
}
.login .login-container .login-container-child .login-header-zr .title-zr {
  width: 246px;
  height: 24px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 1px;
  color: #212a40;
}
.login .login-container .login-container-child .login-header-zr .brief {
  display: block;
  margin-top: 8px;
  width: 460px;
  height: 63px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #6d7383;
  word-wrap: break-word;
}
.login .login-container .login-container-child .login-box {
  width: 440px;
  /* height: 404px; */
  min-height: 404px;
  height: auto;
  background-color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 20px;
  margin: 0 auto;
  /* position: absolute;
  top:97px; */
  /* z-index: 2; */
  behavior: url('styles/PIE.htc');
}
.login .login-container .login-container-child .login-box .login-box-title {
  margin: 0;
  padding: 24px 29px 0;
  text-align: center;
}
.login .login-container .login-container-child .login-box .formLogo {
  width: 38px;
  height: 38px;
  position: absolute;
}
.login .login-container .login-container-child .login-box .login-box-title span {
  display: inline-block;
  line-height: 36px;
  margin-left: 44px;
    font-size: 24px;
    font-family: NotoSansSC-Light, NotoSansSC;
    color: #363636;
}
.login .login-container .login-container-child .login-box .login-content {
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px 25px 30px;
}
.login .login-container .login-container-child .login-box .login-content .logins-title-box {
  text-align: center;
  padding-bottom: 40px;
  *padding-bottom: 0;
}
.login .login-container .login-container-child .login-box .login-content .logins-title-box .tabs-title {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.login .login-container .login-container-child .login-box .login-content .logins-title-box .tabs-title span {
  display: none;
  line-height: 40px;
  font-size: 17px;
  font-family: NotoSansSC-Medium, NotoSansSC;
  color: #687392;
  cursor: not-allowed;
  padding: 0 6px 0;
  min-width: 60px;
  flex: 1;
}
.login .login-container .login-container-child .login-box .login-content .logins-title-box .tabs-title span.auth_show {
  display: inline-block;
  cursor: pointer;
}
.login .login-container .login-container-child .login-box .login-content .logins-title-box .tabs-title span.active {
  position: relative;
  color: #6E8DE3;
  border-bottom: 2px solid #6E8DE3;
}
.login .login-container #loginErrorMsg{
  height: 0px;
  text-align: center;
  position: relative;
  display: none;
}
.login .login-container  #loginErrorMsg div {
  display: inline-block;
  position: relative;
  font-size: 12px;
  bottom: 20px;
  padding: 0 15px;
  /* height: 40px; */
  line-height: 20px;
  color: #ed2d14;
  background: #fce0dc;
  -moz-box-shadow: 0px 2px 4px 0px rgba(10, 41, 92, 0.09);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(10, 41, 92, 0.09);
  -o-box-shadow: 0px 2px 4px 0px rgba(10, 41, 92, 0.09);
  box-shadow: 0px 2px 4px 0px rgba(10, 41, 92, 0.09);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  animation: fadeInDown 300ms;
  z-index: 2;
  behavior: url('styles/PIE.htc');
}

/* 第三方登录 */
.login .login-container #others-login {
  display: none;
  /* position: absolute; */
  /* bottom: 10px; */
  width: 100%;
  text-align: center;
  border-top: 1px solid #E7E7E7;
  margin-bottom: 24px;
}
#others-login .only-others-login-box {
  display: none;
}

.login .login-container #others-login .others-login-types {
  margin-top: 10px;
  list-style: none;
  display: inline-block;
  padding: 0;
}
.login .login-container #others-login .others-login-types .others-login-type {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  color: #242424;
  padding-left: 21px;
  margin: 0 15px;
  cursor: pointer;
}
.login .login-container #others-login .others-login-types .others-login-type:nth-child(1) {
  margin-left: 0;
}
.login .login-container #others-login .others-login-types .others-login-type:last-child {
  margin-right: 0;
}
/* .login .login-container #others-login .others-login-types .wechat-login {
  background: url("./images/wechat.png") no-repeat 0 center;
  background-size: 16px;
}
.login .login-container #others-login .others-login-types .dingtalk-login {
  background: url("./images/dingtalk.png") no-repeat 0 center;
  background-size: 16px;
}
.login .login-container #others-login .others-login-types .external-login {
  background: url("./images/external.png") no-repeat 0 center;
  background-size: 16px;
} */





.login .login-container .login-container-child .login-box .others-login .others-login-types .others-login-type .otherLoginIcon {
  width: 16px;
  height: 16px;
  display: inherit;
  margin-bottom: -3px;
  margin-right: 6px;
}
.login .login-bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #c8ddff;
  opacity: 0.49;
}
.login .downloadapp {
  display: none;
}
.login .footerDiv {
  position: absolute;
  left: 17%;
  bottom: 20px;
  color: #b4b4b4;
  font-size: 12px;
  width: 65%;
  text-align: center;
}
.login .ga-icon {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  vertical-align: middle;
}
.login .footerDiv span{
  vertical-align: middle;
}
.login .footerDiv a{
  color: #b4b4b4;
  text-decoration: none;
}
.login .footerDiv a:hover{
  color: #0a25bb;
}
.login .footerDiv .copyright {
  height: 13px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #6d7383;
  word-wrap:break-word
}
.login .footerDiv .address {
  display: block;
  margin-top: 8px;
  height: 13px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #6d7383;
  word-wrap:break-word
}
.login .login-box .login-content .change-password-button{
  color: #4891FF;
  float: left;
  line-height: 17px;
  font-size: 12px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.login .login-box .login-content .standard_register_user{
  color: #4891FF;
  /* float: left; */
  line-height: 17px;
  font-size: 12px;
  cursor: pointer;
}
.login-box-tip-nomal{

}

/* 首登or到期修改密码 */
.login .login-container #sQfirstloginbox {
  display: none;
}
.login .login-container #sQfirstloginbox .first-login-box-title {
  margin: 0;
  padding: 40px 29px 0;
}
.login .login-container #sQfirstloginbox .first-login-box-title span {
  display: inline-block;
  line-height: 36px;
  font-size: 22px;
  font-weight: 500;
  color: rgb(8, 7, 7);
}
.login .login-container #sQfirstloginbox .first-login-box-tips {
  margin: 0;
  padding: 15px 0;
}
.login .login-container #sQfirstloginbox .first-login-box-tips span {
  display: inline-block;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(8, 7, 7);
  line-height: 24px;
}
.login .login-container #sQfirstloginbox .loginBoxList {
  padding: 0 29px;
}
.login .login-container #sQfirstloginbox .form-item input, .firstGoBackBox input{
  box-sizing: border-box;
  height: 37px;
  line-height: 37px;
  width: 100%;
  *width: 370px;
  font-size: 14px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  outline: none;
}
.login .login-container #sQfirstloginbox .form-item input:first-child {
  margin-top: 10px;
}

.login .login-container #sQfirstloginbox .form-item input.submit, .firstGoBackBox input.submit {
  width: 100%;
  color: #fff;
  cursor: pointer;
  background: #1466ed;
  border-color: #1466ed;
  transition: 0.1s;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e51070ff, endColorstr=#e51070ff);
}
.login .login-container #sQfirstloginbox .form-item input.submit:last-child{
  background-color: #fff;
  color: black;
  border-color: #e2e2e2;
}
.sQfirstloginbox .form-item .error-message {
  display: inline-block;
  height: 0;
  color: #f56c6c;
  font-size: 12px;
  margin-left: 5px;
}
.sQfirstloginbox .firstGoBackBox{
  display: none;
  margin-top: 40px;
}
.sQfirstloginbox .firstGoBackBox .goBacklogo{
  width: 104px;
  height: 104px;
  margin: 0 auto;
  display: block;
}
.sQfirstloginbox .firstGoBackBox h3{
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  text-transform: none;
  margin: 20px 0 50px;
}
.login .login-container #sQfirstloginbox .form-item input.disable {
  opacity: 0.5;
  border: none;
  cursor: not-allowed;
}

.login .login-container #sQfirstloginbox .error-inout input {
  border: 1px solid #f56c6c;
}
#jdga_submit,#third_party_oauth_submit{
  width: 200px;
  height: 45px;
  color: #1466ed;
  border: 1px solid #1466ed;
  border-radius: 5px;
  margin: 60px 0 80px 90px;
  background-color: #fff;
  cursor: pointer;
}
#loginForm_third_party_cas div{
  height: 2px;
  background-color: #e7e7e7;
}
#loginForm_third_party_cas p{
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 15px;
}

#loginForm_third_party_oauth div{
  height: 2px;
  background-color: #e7e7e7;
}
#loginForm_third_party_oauth p{
  text-align: center;
  font-size: 14px;
  color: #8c8c8c;
  margin-top: 15px;
}
@media screen and (max-height: 768px) {
  .login .footerDiv {
    display: none;
  }
}
