.tabs-1 {
  display: none;
}

.tabs-1.active,
.tabs-2.active,
.tabs-3.active,
.tabs-4.active {
  display: block;
}

.tabs-1 .form-item {
  padding-bottom: 0;
}

.tabs-2 .form-item {
  padding-bottom: 20px;
}

.tabs-3 .form-item {
  padding-bottom: 0;
}

.tabs-1 .form-item label,
.tabs-2 .form-item label,
.tabs-3 .form-item label {
  display: inline-block;
  width: 100%;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
}

.tabs-1 .form-item input,
.tabs-2 .form-item input,
.tabs-3 .form-item input,
.tabs-4 .form-item input,
.tabs-1 .form-item select,
.tabs-3 .form-item select {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  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: 2px solid #A1C2D7;
  outline: none;
}

.tabs-1 .form-item.error-input input,
.tabs-2 .form-item.error-input input,
.tabs-3 .form-item.error-input input {
  border: 1px solid #f56c6c;
}

.tabs-1 .form-item .error-message,
.tabs-2 .form-item .error-message,
.tabs-3 .form-item .error-message {
  display: inline-block;
  height: 0;
  *height: 21px;
  color: #f56c6c;
  font-size: 12px;
  margin-left: 5px;
}

.tabs-1 .form-item input.submit,
.tabs-2 .form-item input.submit,
.tabs-3 .form-item input.submit,
.tabs-4 .form-item input.submit {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  transition: 0.1s;
  background: #5892FA;
  letter-spacing: 10px;
  border: none;
  font-size: 18px;
  font-family: NotoSansSC-Medium, NotoSansSC;
}

.tabs-1 .form-item input.submit.disable,
.tabs-2 .form-item input.submit.disable,
.tabs-3 .form-item input.submit.disable,
.tabs-4 .form-item input.submit.disable {
  opacity: 0.5;
  border: none;
  cursor: not-allowed;
}

.tabs-1 .form-item.vercode,
.tabs-2 .form-item.vercode,
.tabs-3 .form-item.vercode {
  display: none;
}

.tabs-1 .form-item.form-item-btn,
.tabs-2 .form-item.form-item-btn,
.tabs-3 .form-item.form-item-btn,
.tabs-4 .form-item.form-item-btn {
  padding-bottom: 10px;
  *padding-bottom: 0;
}

.tabs-1 .clear-float {
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #212a40;
}

.tabs-1 .clear-float .iam {
  color: #212a40;
  cursor: pointer;
  padding: 0 33px;
}

.tabs-1 .clear-float .account-register {
  padding-right: 33px;
  border-right: 1px solid #212a40;
}

.tabs-1 .clear-float .forget-password {
  padding-left: 33px;
  border-left: 1px solid #212a40;
}

.tabs-1 .clear-float .account-register a {
  text-decoration: none;
}

.tabs-1 .clear-float .forget-password a {
  text-decoration: none;
  color: #212a40;
}

.tabs-1 .clear-float .divide {
  border-right: 1px solid #8c8c8c;
}

.tabs-2,
.tabs-3,
.tabs-4,
.tabs-5 {
  display: none;
  position: relative;
}

.successfulInstallation {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 17px;
  text-align: center;
  margin-top: 15px;
}

.codeDiv {
  position: relative;
}

.tabs-2 .codeDiv button {
  border: none;
  background: none;
  /* color: #8c8c8c; */
  color: #1467ed;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  right: 5px;
  *right: 45px;
  outline: 0;
  cursor: pointer;
  height: 37px;
  z-index: 3;
}

.codeDiv button:disabled {
  cursor: not-allowed;
}

.tabs-5.active {
  display: block;
}

.tabs-5.active .normal .QRCode {
  width: 135px;
  height: 135px;
}

.tabs-5.active .expire .QRCode {
  width: 135px;
  height: 135px;
}

.tabs-5.active .normal,
.tabs-5.active .expire,
.tabs-5.active .success {
  text-align: center;
  margin: auto;
  height: 140px;
  width: 140px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 57px;
}

.tabs-5.active .normal .refreshMsg {
  display: none;
}

.tabs-5.active .expire .refreshMsg {
  display: block;
  color: #787878;
  position: absolute;
  top: -30px;
  left: 0px;
  text-align: center;
  font-size: 14px;
}

.tabs-5.active .msg {
  display: block;
  width: 230px;
  text-align: center;
  color: #787878;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 18px;
  margin-bottom: 29px;
  position: relative;
  left: -31%;
  z-index: 2;
  behavior: url('PIE.htc');
}

.tabs-5.active .normal .refresh {
  display: none;
}

.tabs-5.active .expire .refresh {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  position: absolute;
  top: 52px;
  left: 50px;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #676767;
  z-index: 11;
  behavior: url('PIE.htc');
}

.tabs-5.active .logo {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 54px;
  left: 54px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  border: 2px solid #fff;
  z-index: 2;
  behavior: url(PIE.htc);
}

.tabs-5.active .success {
  width: 100%;
  text-align: center;
}

.tabs-5.active .success .icon-login-success {
  color: #aed710;
  font-size: 90px;
}

.tabs-5.active .success .successMsg {
  display: block;
  color: #343434;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 120px;
}

.tabs-5.active .success .successTips {
  display: block;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 160px;
}

.tabs-5.active div.hide {
  display: none;
}

.tabs-1.active input:disabled,
.tabs-2.active input:first-child:disabled,
.tabs-3.active select:disabled {
  cursor: not-allowed;
  user-select: none;
}

.tabs-5.active .normal .mask {
  display: none;
}

.tabs-5.active .expire .mask {
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  position: absolute;
  left: 0px;
  width: 135px;
  height: 135px;
  list-style: none;
  z-index: 10;
}

.tabs-1.active .form-item {
  padding-bottom: 0;
}

.tabs-1 .form-item .xtop {
  margin-top: 8px;
}

.tabs-1 .form-item .xtop,
.tabs-1 .form-item .xbottom,
.tabs-2 .form-item .xtop,
.tabs-2 .form-item .xbottom,
.tabs-3 .form-item .xtop,
.tabs-3 .form-item .xbottom {
  display: block;
  background: transparent;
  font-size: 1px;
}

.tabs-1 .form-item .xtop .xb1,
.tabs-1 .form-item .xbottom .xb1,
.tabs-1 .form-item .xtop .xb2,
.tabs-1 .form-item .xbottom .xb2,
.tabs-1 .form-item .xtop .xb3,
.tabs-1 .form-item .xbottom .xb3,
.tabs-1 .form-item .xtop .xb4,
.tabs-1 .form-item .xbottom .xb4,
.tabs-2 .form-item .xtop .xb1,
.tabs-2 .form-item .xbottom .xb1,
.tabs-2 .form-item .xtop .xb2,
.tabs-2 .form-item .xbottom .xb2,
.tabs-2 .form-item .xtop .xb3,
.tabs-2 .form-item .xbottom .xb3,
.tabs-2 .form-item .xtop .xb4,
.tabs-2 .form-item .xbottom .xb4,
.tabs-3 .form-item .xtop .xb1,
.tabs-3 .form-item .xbottom .xb1,
.tabs-3 .form-item .xtop .xb2,
.tabs-3 .form-item .xbottom .xb2,
.tabs-3 .form-item .xtop .xb3,
.tabs-3 .form-item .xbottom .xb3,
.tabs-3 .form-item .xtop .xb4,
.tabs-3 .form-item .xbottom .xb4 {
  display: block;
  overflow: hidden;
}

.tabs-1 .form-item .xtop .xb1,
.tabs-1 .form-item .xbottom .xb1,
.tabs-1 .form-item .xtop .xb2,
.tabs-1 .form-item .xbottom .xb2,
.tabs-1 .form-item .xtop .xb3,
.tabs-1 .form-item .xbottom .xb3,
.tabs-2 .form-item .xtop .xb1,
.tabs-2 .form-item .xbottom .xb1,
.tabs-2 .form-item .xtop .xb2,
.tabs-2 .form-item .xbottom .xb2,
.tabs-2 .form-item .xtop .xb3,
.tabs-2 .form-item .xbottom .xb3,
.tabs-3 .form-item .xtop .xb1,
.tabs-3 .form-item .xbottom .xb1,
.tabs-3 .form-item .xtop .xb2,
.tabs-3 .form-item .xbottom .xb2,
.tabs-3 .form-item .xtop .xb3,
.tabs-3 .form-item .xbottom .xb3 {
  height: 1px;
}

.tabs-1 .form-item .xtop .xb2,
.tabs-1 .form-item .xbottom .xb2,
.tabs-1 .form-item .xtop .xb3,
.tabs-1 .form-item .xbottom .xb3,
.tabs-1 .form-item .xtop .xb4,
.tabs-1 .form-item .xbottom .xb4,
.tabs-2 .form-item .xtop .xb2,
.tabs-2 .form-item .xbottom .xb2,
.tabs-2 .form-item .xtop .xb3,
.tabs-2 .form-item .xbottom .xb3,
.tabs-2 .form-item .xtop .xb4,
.tabs-2 .form-item .xbottom .xb4,
.tabs-3 .form-item .xtop .xb2,
.tabs-3 .form-item .xbottom .xb2,
.tabs-3 .form-item .xtop .xb3,
.tabs-3 .form-item .xbottom .xb3,
.tabs-3 .form-item .xtop .xb4,
.tabs-3 .form-item .xbottom .xb4 {
  background: #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.tabs-1 .form-item .xtop .xb1,
.tabs-1 .form-item .xbottom .xb1,
.tabs-2 .form-item .xtop .xb1,
.tabs-2 .form-item .xbottom .xb1,
.tabs-3 .form-item .xtop .xb1,
.tabs-3 .form-item .xbottom .xb1 {
  margin: 0 5px;
  background: #e2e2e2;
}

.tabs-1 .form-item .xtop .xb2,
.tabs-1 .form-item .xbottom .xb2,
.tabs-2 .form-item .xtop .xb2,
.tabs-2 .form-item .xbottom .xb2,
.tabs-3 .form-item .xtop .xb2,
.tabs-3 .form-item .xbottom .xb2 {
  margin: 0 3px;
  border-width: 0 2px;
}

.tabs-1 .form-item .xtop .xb3,
.tabs-1 .form-item .xbottom .xb3,
.tabs-2 .form-item .xtop .xb3,
.tabs-2 .form-item .xbottom .xb3,
.tabs-3 .form-item .xtop .xb3,
.tabs-3 .form-item .xbottom .xb3 {
  margin: 0 2px;
}

.tabs-1 .form-item .xtop .xb4,
.tabs-1 .form-item .xbottom .xb4,
.tabs-2 .form-item .xtop .xb4,
.tabs-2 .form-item .xbottom .xb4,
.tabs-3 .form-item .xtop .xb4,
.tabs-3 .form-item .xbottom .xb4 {
  height: 2px;
  margin: 0 1px;
}

.customize-selectBox {
  margin: 0;
  padding: 0;
  position: relative;
}

.customize-selectBox .viewBox {
  width: 100%;
  height: 37px;
  color: #303030;
  cursor: pointer;
}

.customize-selectBox .viewBox .viewInput {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 37px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  border: none;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #F03E3E;
}

.customize-selectBox #loginForm_pki_cert_cert_select {
  position: absolute;
  top: 37px;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  background: #ffffff;
  border: 1px solid #92877d;
  z-index: 10;
}

.customize-selectBox #loginForm_pki_cert_cert_select li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 24px;
  font-size: 14px;
  color: #082338;
  line-height: 24px;
  cursor: pointer;
  list-style-type: none;
  padding-left: 10px;
}

.customize-selectBox #loginForm_pki_cert_cert_select li:hover {
  background: #1e90ff;
  color: #ecf2ff;
}

.customize-selectBox #loginForm_pki_cert_cert_select .disabled {
  color: #6b6968;
}

.customize-selectBox #loginForm_pki_cert_cert_select .disabled:hover {
  cursor: default;
  color: #6b6968;
  background: #ffffff;
}

.tabs-2 .form-item.paddding-bottom {
  padding-bottom: 0px;
}
.tabs-2 .form-item.paddding-bottom-10 {
  padding-bottom: 10px;
}

.tabs-2 .form-item .loginForm_verify_radio {
  line-height: 37px;
  color: #999999;
  font-size: 14px;
}

.tabs-2 .form-item .loginForm_verify_radio input {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.tabs-2 .form-item .loginForm_verify_radio input:hover {
  cursor: pointer;
}
#verifyCode {
  padding-right: 100px;
}
#loginForm_pki_cert_finger .fingerImg {
  width: 48px;
  height: 49px;
  margin: 20px auto 20px;
  display: block;
}
.loginForm_otp_bottom {
  padding: 0 8px;
  font-size: 12px;
  color: #1e90ff;
  height: 20px;
}
.loginForm_otp_option {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.getActivePas:hover .popover1,
.equipmentLoss:hover .popover2 {
  display: block;
}
.popover1,
.popover2 {
  display: none;
  width: 240px;
  transform-origin: center bottom;
  z-index: 2044;
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #fff;
  min-width: 150px;
  border: 1px solid #ebeef5;
  color: #8c8c8c;
  line-height: 1.4;
  text-align: justify;
  font-size: 12px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
}
.popover1 .popover-title {
  border-bottom: 1px solid #dadada;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  color: #606266;
}
.popover1 .popover-content,
.popover2 .popover-content {
  padding: 13px 15px;
}
.popover1 .popover-content a {
  color: #1e90ff;
}
.triangle {
  width: 0px;
  height: 0px;
  border-top: 20px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 40px;
}
.equipmentLoss {
  position: relative;
}
.pos2 {
  left: -115px;
}
.triPos2 {
  left: 123px;
}
.loginAgainTips {
  display: none;
  margin: 10px 0px 20px;
  font-size: 14px;
}

.login-box-tip-box {
  display: none;
  box-sizing: border-box;
  width: 87%;
  padding: 12px 16px;
  margin: 10px auto -10px;
  font-size: 14px;
  background-color: #f3f7ff;
  border-radius: 3px 3px 3px 3px;
  font-weight: 500;
  line-height: 20px;
  color: #1467ed;
  position: relative;
}
.login-box-tip-box img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 12px;
}
.login-box-tip-nomal {
  padding-left: 28px;
  margin: 0;
}
.otherLogin {
  font-size: 14px;
  color: #646363;
  line-height: 16px;
}
#loginFormTip {
  display: none;
  color: red;
  margin-top: 0;
  text-align: center;
  font-size: 14px;
}
#technicalSupport {
  display: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 20px;
  color: #8c8c8c;
  text-align: center;
  font-size: 14px;
}
.findMobileLink {
  float: right;
  text-decoration: none;
  font-size: 14px;
}

.selectSubAccount {
  height: 100%;
  padding: 20px;
}
.selectSubAccount > span:first-child {
  font-family: PingFangSC-Regular;
  color: #4d5464;
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin: 0 0 20px;
}
.selectSubAccount > span:nth-child(2) {
  font-family: PingFangSC-Regular;
  color: #4d5464;
  font-size: 14px;
  margin-left: 10px;
}
.subAccountList {
  height: 220px;
  margin: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.bg-odd {
  color: #1466ed;
  background-color: rgba(242, 242, 242, 0.27843137254902);
}
.subAccount_header,
.subAccount_body ul li {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
}
.subAccount_header .list,
.subAccount_body ul li .list {
  display: flex;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
  color: #8c8c8c;
  width: calc(100% - 70px);
}
.subAccount_header span,
.subAccount_body ul li span {
  display: inline-block;
  text-align: left;
  width: 100%;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subAccount_header span {
  font-weight: 600;
}
.radio {
  width: 50px !important;
  height: 35px !important;
  line-height: 35px;
  float: left;
  text-align: center !important;
}
.selectSubAccount .submit {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #1466ed;
  border-color: #1466ed;
  transition: 0.1s;
  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;
}
.subAccount_body {
  height: calc(100% - 35px);
  overflow-y: auto;
  overflow-x: hidden;
}
.radio__inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 14px !important;
  height: 14px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.radio__inner:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}
.radio__inner:after {
  transform: translate(-50%, -50%) scale(1);
}
.is-checked {
  background-color: #409eff;
  border: 1px solid #409eff;
}
ul li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}

/* 加强认证方式提示 */
#ass_authen_box {
  box-sizing: border-box;
  padding: 22px 35px;
}
#ass_authen_box .authenimg {
  display: block;
  margin: 0 auto 20px;
}
#ass_authen_box input {
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  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 #2e5c9c;
  outline: none;
  background: transparent;
  color: #6c83ac;
}
#ass_authen_box .submit {
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #1466ed;
  border-color: #1466ed;
  transition: 0.1s;
}

#loginForm_back {
  display: none;
  margin: 0 auto;
  padding: 0;
  width: 87.015%;
  cursor: pointer;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  color: #242424;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  outline: none;
  background: transparent;
  position: relative;
  top: -15px;
}

.others-login.dingtalkOnly #dingtalk_qr span {
  display: none;
}
.others-login.dingtalkOnly #dingtalk_qr {
  display: none !important;
}

/* 钉钉扫码登录 二维码内嵌到页面 */
#loginForm_dingtalk_qr {
  height: 260px;
  overflow: hidden;
}
#loginForm_dingtalk_qr button {
  display: none;
  border: 1px solid #1467ed;
  border-radius: 4px;
  background-color: #1467ed;
  color: #fff;
  width: 60%;
  height: 40px;
  line-height: 40px;
  padding-left: 0;
  margin: 110px auto;
  font-weight: 500;
  outline: none;
}
#loginForm_dingtalk_qr_iframe {
}
#loginForm_dingtalk_qr iframe {
  border: none;
  display: block;
  margin: -40px auto 0;
}

/* 中移政企扫码认证 */
#loginForm_zyzq_qr {
  text-align: center;
  position: relative;
}
#loginForm_zyzq_qr .zyzq_qr-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#loginForm_zyzq_qr .zyzq_qr-border img {
  width: 250px;
  height: 252px;
}
#loginForm_zyzq_qr #zyzq_qr {
  width: 210px;
  height: 210px;
  position: relative;
  top: 20px;
  z-index: 2;
}
#loginForm_zyzq_qr img[src=''] {
  display: none;
}

/* 西藏党委-二维码 */
.xzdw-QR-code-box {
  display: none;
  margin: 20px auto 0;
  width: 404px;
  text-align: center;
}
.xzdw-QR-code-box .xzdw-QR-code-item {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}
.xzdw-QR-code-box .xzdw-QR-code-item div {
  display: inline-block;
}
.xzdw-QR-code-box .xzdw-QR-code-item p {
  margin: 5px;
  font-size: 14px;
  color: red;
  font-weight: bold;
}
.xzdw-QR-code-box .email-url {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 18px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  width: max-content;
  margin: 10px auto 0;
}

.xzdw-QR-code-box .email-url:first-child {
  margin-top: 20px;
}

/* xxs 信息所 登录触发策略风险 信息二次确认 */
#xxs-box {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#xxs-box .xxs-box-wrap {
  box-sizing: border-box;
  padding: 20px;
  width: 402px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  right: 199px;
  top: 54%;
  transform: translateY(-50%);
}
.xxs-box-wrap > p {
  line-height: 36px;
  font-size: 20px;
  font-weight: 600;
  color: #242424;
  margin: 0 0 20px 0;
  text-align: center;
}
#loginForm_xxs {
}
#loginForm_xxs > div {
  position: relative;
  padding-bottom: 20px;
}
#loginForm_xxs > div.form-item.error-input input {
  border: 1px solid #f56c6c;
}
#loginForm_xxs > div label,
#loginForm_xxs > div div {
  /*float: left;*/
}
#loginForm_xxs > div.form-item-btn input {
  float: right;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background-color: #1466ed;
  border: none;
  border-radius: 4px;
  transition: 0.1s;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  margin-left: 20px;
  box-sizing: border-box;
}
#loginForm_xxs > div.form-item-btn input.default-btn {
  background-color: transparent;
  border: 1px solid #dcdfe6;
  color: #606266;
}
#loginForm_xxs > div label {
  display: block;
  width: 72px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
  padding-left: 12px;
  position: relative;
  box-sizing: border-box;
}
#loginForm_xxs > div label:after {
  content: '*';
  position: absolute;
  left: 0;
  top: 2px;
  color: red;
  font-size: 16px;
}
#loginForm_xxs > div div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 72px;
  box-sizing: border-box;
}
#loginForm_xxs > div div input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #242424;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  outline: none;
  box-sizing: border-box;
}
#loginForm_xxs_job input {
  cursor: pointer;
}
#loginForm_xxs > div div span {
  position: absolute;
  left: 80px;
  bottom: -18px;
  height: 20px;
  line-height: 20px;
  color: red;
  font-size: 12px;
}
#loginForm_xxs .xxs_org_select_box {
  top: 40px;
  z-index: 2;
  display: none;
}
#loginForm_xxs .xxs_org_select {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 170px;
  overflow-y: auto;
  box-sizing: border-box;
}
#loginForm_xxs .xxs_org_select li {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
}
#loginForm_xxs .xxs_org_select li:hover {
  background-color: #f5f7fa;
}
#loginForm_xxs .xxs_org_select li.active {
  color: #409eff;
}

#xxs-box .disabled-use-app {
  text-align: center;
  display: none;
}
#xxs-box .disabled-use-app p {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  margin: 20px auto;
}

.yj-header {
  height: 150px;
  background: #056891;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: unset;
  align-items: center;
}
.yj-header .yj-header-content {
  width: calc(100% - 200px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.yj-header .yj-header-content .yj-header-content-title {
  width: 538px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  color: #ffffff;
}
.yj-header
  .yj-header-content
  .yj-header-content-title
  .yj-header-content-title-img {
  display: inline-block;
  margin-right: 20px;
  margin-top: 8px;
  width: 50px;
  height: 50px;
}
.yj-header
.yj-header-content
.yj-header-content-title
.yj-header-content-title-img img {
  width: 50px;
  height: 50px;
}
.yj-header
  .yj-header-content
  .yj-header-content-title
  .yj-header-content-title-font {
  display: inline-block;
}
.yj-header
  .yj-header-content
  .yj-header-content-title
  .yj-header-content-title-font
  div:nth-of-type(1) {
  font-size: 36px;
  letter-spacing: 3px;
  font-family: AlibabaPuHuiTi_2_105_Heavy;
  line-height: 1.42857143;
}
.yj-header
  .yj-header-content
  .yj-header-content-title
  .yj-header-content-title-font
  div:nth-of-type(2) {
  font-size: 12px;
  font-family: AlibabaPuHuiTi_2_105_Heavy;
  letter-spacing: 1px;
  line-height: 1.42857143;
}
.yj-header .yj-header-content .yj-header-content-tip {
  font-size: 24px;
  color: #ff6c00;
  display: inline-block;
  margin-left: 40px;
  font-weight: 900;
  font-family: SimSun;
  line-height: 34px;
}
.yj-header .yj-header-content .yj-header-content-date {
  flex: 1;
  text-align: right;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  min-width: 315px;
  margin-right: 8%;
}
.yj-header .yj-header-content .yj-header-content-date > div:nth-of-type(1) {
  font-size: 60px;
  color: #fff;
  display: inline-block;
}
.yj-header .yj-header-content .yj-header-content-date > div:nth-of-type(2) {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  margin-left: 20px;
}
.yj-qrcode {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
}
.zww-gg {
  display: block;
  position: absolute;
  bottom: 10%;
  text-align: left;
  left: 10%;
  margin-left: -88px;
  width: 40%;
  font-size: 30px;
  color: greenyellow;
  font-style: normal;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  line-height: 1.42857143;
}
.zww-gg span {
  color: #ff6c00;
}
.zww-ewm {
  position: absolute;
  right: 680px;
  top: 50%;
  display: none;
  margin-top: 100px;
}
.zww-ewm div {
  color: #fff;
  text-align: center;
}
.zww-ewm div img {
  margin-top: 10px;
}
.zww-gdt {
  white-space: nowrap;
  margin: -22px 30px 20px;
  overflow: hidden;
  color: #767676;
  font-family: NotoSansSC-Light, NotoSansSC;
}
.zww-gdt div {
  position: relative;
  animation: roll 20s infinite linear;
  -webkit-animation: roll 15s infinite linear; /* Safari and Chrome */
  font-size: 14px;
}

@keyframes roll {
  0% {
    left: 450px;
  }
  100% {
    left: -800px;
  }
}

@-webkit-keyframes roll /* Safari and Chrome */ {
  0% {
    left: 450px;
  }
  100% {
    left: -800px;
  }
}

/* 账号密码登录 验证码样式 */
#loginForm_pwd_verCode {
  font-size: 0;
  height: 71px;
  margin-bottom: 15px;
}
#loginForm_pwd_verCode input,
#loginForm_pwd_verCode canvas {
  vertical-align: middle;
}
#loginForm_pwd_verCode input {
  width: 270px;
}
#loginForm_pwd_verCode img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#loginForm_pwd_verCode canvas {
  width: 100px;
  height: 38px;
  margin-left: 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
}

.login .login-box .login-content .tabs-1.active .eye-close{
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 15px;
  background-image: url(./images/sw/eyeclose.png);
  display: block;
  width: 25px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.login .login-box .login-content .tabs-1.active .eye-open{
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 15px;
  background-image: url(./images/sw/eye.png);
  display: block;
  width: 25px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
}
#loginForm_pwd_password {
  position: relative;
}
/* 口令方式登录 眼睛位置 */
#loginForm_pwd_password .eye-close {
  top: 45px;
  right: 0;
}
#loginForm_pwd_password .eye-open {
  top: 45px;
  right: 0;
}

#loginForm_mobile_code_code #getCode {
  height: 48px;
}

/* 短信口令认证 眼睛位置 */
#loginForm_mobile_pwd_code_pwd .eye-close {
  top: 100px;
}
#loginForm_mobile_pwd_code_pwd .eye-open {
  top: 100px;
}
/* 短信口令认证 忘记密码 */
#loginForm_mobile_pwd_code #loginForm_mobile_pwd_code_forget_password {
  margin-top: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: -42px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 14px;
    font-family: NotoSansSC-Light, NotoSansSC;
    font-weight: 400;
    color: #1F3A86;
}
#loginForm_mobile_pwd_code .user-icon {
  background-image: url(./images/yj/phone.png);
  background-size: 13px 20px;
  background-repeat: no-repeat;
  background-position: 18px;
  padding-left: 50px;
}
#loginForm_mobile_pwd_code .pw-icon {
  background-image: url(./images/yj/password.png);
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: 18px;
  padding-left: 50px;
}
#loginForm_mobile_pwd_code #loginForm_mobile_pwd_code_code_input {
  background-image: url(./images/yj/ic_yanzheng.png);
  background-repeat: no-repeat;
  background-position: 16px;
  background-size: 18px 20px;
  padding: 0 15px 0 50px;
  width: 230px;
}
#loginForm_mobile_pwd_code .user-icon:hover, #loginForm_mobile_pwd_code .pw-icon:hover, #loginForm_mobile_pwd_code #loginForm_mobile_pwd_code_code_input:hover {
  border-color: #5C78D5;
}
#loginForm_mobile_pwd_code #getMobileCode {
  margin-left: 4%;
    padding: 6px 0;
    vertical-align: top;
    width: 36%;
    height: 48px;
    line-height: 35px;
    border: 2px solid #C8D5FC;
    background: linear-gradient(180deg, #F2F5FC 0%, #E2E7F8 100%);
    letter-spacing: 1px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #203B8F;
    right: 0;
}

/* 短信口令认证 忘记密码弹框 */
.forgot_mobile_pwd{
  width: 100%;
  height: 100%;
  margin-top: -150px;
  display: none;
}
/* 短信口令认证 忘记密码遮罩*/
.forgot_mobile_pwd .forgot_mobile_pwd_mask{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
/* 短信口令认证 忘记密码输入框样式 */
.forgot_mobile_pwd input{
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #A1C2D7;
  outline: none;
}
.forgot_mobile_pwd input:hover {
  border-color: #5C78D5;
}
/* 短信口令认证 忘记密码校验错误输入框样式 */
.forgot_mobile_pwd .form-item.error-input input {
  border: 1px solid #f56c6c;
}
/* 短信口令认证 忘记密码校验错误提示样式 */
.forgot_mobile_pwd .form-item .error-message {
  display: inline-block;
  height: 0;
  *height: 21px;
  color: #f56c6c;
  font-size: 12px;
}
/* 短信口令认证 间距 */
.forgot_mobile_pwd .forgot_mobile_pwd_mask .forgot_mobile_pwd_main .padding-bottom{
  padding-bottom: 5px;
}

.forgot_mobile_pwd .forgot_mobile_pwd_mask .forgot_mobile_pwd_main{
  position: absolute;
  width: 380px;
  height: auto;
  left: calc(50% - 190px);
  top: 22%;
  background-color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}
.forgot_mobile_pwd #forgot_mobile_pwd_mobile_input {
  background-image: url(./images/yj/user.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 18px;
  padding: 0 15px 0 50px;
}
.forgot_mobile_pwd #forgot_mobile_pwd_drawCode_input {
  background-image: url(./images/yj/tuxingicon.png);
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 18px 20px;
    padding: 0 15px 0 50px;
}
.forgot_mobile_pwd #forgot_mobile_pwd_smsCode_input {
  background-image: url(./images/yj/ic_yanzheng.png);
    background-repeat: no-repeat;
    background-position: 18px;
    background-size: 18px 20px;
    padding: 0 15px 0 50px;
}
.forgot_mobile_pwd #forgot_mobile_pwd_pwd_input, .forgot_mobile_pwd #forgot_mobile_pwd_pwdAgain_input {
  background-image: url(./images/yj/password.png);
  background-repeat: no-repeat;
  background-position: 18px;
  background-size: 18px 20px;
  padding: 0 15px 0 50px;
}
/* 短信口令认证 忘记密码弹框头部样式 */
.forgot_mobile_pwd_mask .forgot_mobile_pwd_main .forgot_mobile_pwd_header{
  display: flex;
  justify-content: space-between;
  height: 20px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #364146;
  font-size: 18px;
}
.forgot_mobile_pwd_mask .forgot_mobile_pwd_main .forgot_mobile_pwd_header p{
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  margin: 0;
}
.forgot_mobile_pwd_mask .forgot_mobile_pwd_main .forgot_mobile_pwd_header span{
  font-size: 24px;
  font-weight: 400;
  line-height: 12px;
  opacity: .2;
  font-weight: 700;
}
.forgot_mobile_pwd_mask .forgot_mobile_pwd_main .forgot_mobile_pwd_header span:hover {
  opacity: 1;
}
.forgot_mobile_pwd_mask .forgot_mobile_pwd_main .forgot_mobile_pwd_content{
  padding: 30px 15px 10px;
}
#forgot_mobile_pwd_drawCode .drawCodeDiv, #forgot_mobile_pwd_smsCode .smsCodeDiv{
  display: flex;
}
#forgot_mobile_pwd_drawCode #forgot_mobile_pwd_drawCode_input, #forgot_mobile_pwd_smsCode #forgot_mobile_pwd_smsCode_input{
  width: 208px;
  margin-right: 10px;
}
#forgot_mobile_pwd_smsCode #smsCode{
  transition: 0.1s;
  border-radius: 2px;
  text-align: center;
    padding: 6px 0;
    vertical-align: top;
    height: 48px;
    line-height: 35px;
    border: 2px solid #C8D5FC;
    background: linear-gradient(180deg, #F2F5FC 0%, #E2E7F8 100%);
    letter-spacing: 1px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #203B8F;
}
#forgot_mobile_pwd_drawCode #drawCode_img, .forgot_mobile_pwd #smsCode{
  width: calc(100% - 208px - 10px);
  cursor: pointer;
}
.forgot_mobile_pwd .password-rules {
    cursor: pointer;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 10px;
    font-family: NotoSansSC-Light, NotoSansSC;
    font-weight: 400;
    color: #ff0000;
    margin: 0;
}
/* 短信口令认证 忘记密码弹框按钮 */
.forgot_mobile_pwd_mask .forgot_mobile_pwd_button{
  padding: 10px 15px 30px;
}
.forgot_mobile_pwd_mask .forgot_mobile_pwd_button button{
  width: 100%;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #1466ed;
  border-color: #1466ed;
  transition: 0.1s;
  border: none;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;

  height: 48px;
    background: #5892FA;
    border-radius: 4px;
    font-size: 18px;
    font-family: NotoSansSC-Medium, NotoSansSC;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 10px;
    border: none;
}
#forgot_mobile_pwd_pwd{
  position: relative;
}
#forgot_mobile_pwd_pwdAgain{
  position: relative;
}
#forgot_mobile_pwd_pwd .eye-close,#forgot_mobile_pwd_pwdAgain .eye-close{
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 19px;
  background-image: url(./images/sw/eyeclose.png);
  display: block;
  width: 25px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
}
#forgot_mobile_pwd_pwd .eye-open,#forgot_mobile_pwd_pwdAgain .eye-open{
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 15px;
  background-image: url(./images/sw/eye.png);
  display: block;
  width: 25px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
}
#loginForm_mobile_pwd_code_submit {
  margin-top: 0;
}
#loginForm_pki_cert .no-cert-tips {
  color: #7A8C94;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
#loginForm_pki_cert .yj-link {
  text-decoration: none;
  color: #337ab7;
}
#loginForm_pki_cert .yj-link:hover {
  color: #23527c;
}
#loginForm_pki_cert .yj-update-pin {
  margin-top: 20px;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 14px;
  font-family: NotoSansSC-Light, NotoSansSC;
  font-weight: 400;
  color: #1F3A86;
  float: right;
}
#loginForm_pki_cert #loginForm_pki_cert_cert_input {
  outline: none;
  border: 2px solid #A1C2D7;
  box-sizing: border-box;
  height: 48px;
  line-height: 38px;
  width: 100%;
  padding: 0 15px 0 50px;
  border-radius: 4px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  margin-bottom: 30px;
  font-size: 14px;
  background-image: url(./images/yj/cert.png);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: 18px;
}
#loginForm_pki_cert .form-item-btn {
  margin-bottom: 40px;
}
#loginForm_pki_cert #loginForm_pki_cert_cert_input:hover {
  border-color: #5C78D5;
}

.form-item-btn:has(input#loginForm_sq_chang_gobanck) {
  padding-bottom: 10px;
}
