/*----------------------------------------提前定义的变量------------------------------------------------- */
/*-------------------------------------------具体样式-----------------------------------------------------*/
html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei";
  color: #333;
  -webkit-text-size-adjust: none;
  margin: 0;
  background: #fff;
  padding: 0;
}
.page {
  width: 100%;
  height: 100%;
  background: url("/datacvgbi/sysdata/public/login/customImages/登录页面背景图片.png") no-repeat center / contain;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.page-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header {
  height: 25%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-top: 20px;
}
.logo {
  min-width: 60px;
  height: 60px;
  background: url("/datacvgbi/sysdata/public/login/none");
  background-repeat: no-repeat;
  background-size: contain;
}
.logo-caption {
  font-size: 32px;
  color: #35435A;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding-left: 8px;
}
.logo-caption-phone {
  display: none;
  font-size: 32px;
  color: #35435A;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding-left: 8px;
}
.content {
  height: 75%;
  display: flex;
  padding-right: 8%;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.login-content {
  width: 400px;
  min-height: 393px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(1, 129, 255, 0);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.login-account,
.login-qrcode,
.login-phone {
  display: none;
}
.sys .no-sys-account:not(.only-external) .login-account,
.sys .no-sys-account:not(.only-external) .switch-account {
  display: none;
}
.sys .no-sys-qrcode:not(.only-external) .login-qrcode,
.sys .no-sys-qrcode:not(.only-external) .switch-qrcode {
  display: none;
}
.sys .no-sys-phone:not(.only-external) .login-phone,
.sys .no-sys-phone:not(.only-external) .switch-phone {
  display: none;
}
.external .no-external-account:not(.only-sysuser) .login-account,
.external .no-external-account:not(.only-sysuser) .switch-account {
  display: none;
}
.external .no-external-qrcode:not(.only-sysuser) .login-qrcode,
.external .no-external-qrcode:not(.only-sysuser) .switch-qrcode {
  display: none;
}
.external .no-external-phone:not(.only-sysuser) .login-phone,
.external .no-external-phone:not(.only-sysuser) .switch-phone {
  display: none;
}
.login-box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.login-box-header {
  margin: 30px 0 20px 0;
  height: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.login-box-body {
  margin: 0 30px 20px 30px;
}
.account .login-phone,
.account .login-qrcode {
  display: none;
}
.account .login-account {
  display: block;
}
.phone .login-qrcode,
.phone .login-account {
  display: none;
}
.phone .login-phone {
  display: block;
}
.qrcode .login-phone,
.qrcode .login-account {
  display: none;
}
.qrcode .login-qrcode {
  display: block;
}
.login-title,
.login-tab-header {
  display: none;
  padding: 0 30px;
  width: 100%;
}
.login-title {
  font-size: 31px;
  color: #0179C8;
  letter-spacing: 0.92px;
  text-align: center;
  font-weight: bold;
}
.login-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.has-tab > .switch-login-type.login-tab-header {
  display: block;
}
.show-user-tabs .login-tab-header.switch-login-user {
  display: block;
}
.show-user-tabs .login-tab-header.switch-login-type {
  display: none;
}
.one-type .login-tab-header {
  display: none;
}
.one-type .login-title {
  display: block;
}
.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-inline-start: 0;
  height: 100%;
}
.tab-item {
  list-style-type: none;
  position: relative;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.92px;
  cursor: pointer;
}
.tab-item:hover {
  opacity: 0.8;
}
.item-account,
.item-qrcode,
.item-sms {
  display: none;
}
.no-item-account .item-qrcode,
.no-item-account .item-sms {
  display: block;
}
.no-item-qrcode .item-account,
.no-item-qrcode .item-sms {
  display: block;
}
.no-item-sms .item-account,
.no-item-sms .item-qrcode {
  display: block;
}
.inner-active .item-inner,
.outer-active .item-outer,
.account-active .item-account,
.qrcode-active .item-qrcode,
.sms-active .item-sms {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.inner-active .item-inner:before,
.outer-active .item-outer:before,
.account-active .item-account:before,
.qrcode-active .item-qrcode:before,
.sms-active .item-sms:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  width: 100%;
  background: #002B7D;
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.3s ease-out;
}
.version {
  display: none;
  width: 400px;
  margin-top: 30px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
.login-status {
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 20px;
  text-align: center;
  color: red;
}
.login-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  text-align: center;
}
.row-user,
.row-password,
.row-phone,
.row-code,
.row-captcha {
  position: relative;
  margin-bottom: 25px;
}
.row-user:before,
.row-password:before,
.row-phone:before,
.row-code:before,
.row-captcha:before {
  font-family: "szfont";
  position: absolute;
  top: 13px;
  left: 9px;
  color: #999;
  font-size: 18px;
  z-index: 1;
  /* 避免FireFox自动填充表单时遮挡图标 */
}
.row-user {
  display: flex;
  align-items: center;
}
.row-user:before {
  content: none;
}
.row-user .input-user {
  flex: 1;
  width: auto;
  margin-bottom: 0;
  padding-left: 10px;
}
.input-label {
  color: #0179C8;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
}

.row-password {
  display: flex;
  align-items: center;
}
.row-password:before {
  content: none;
}
.row-password .input-password {
  flex: 1;
  width: auto;
  margin-bottom: 0;
  padding-left: 10px;
}
.row-code:before {
  content: '\e168';
}
.row-captcha:before {
  content: '\e152';
}
.row-phone:before {
  content: '\e510';
}
.input-user,
.input-password,
.input-captcha,
.input-phone,
.input-code,
.input-sendcode {
  display: block;
  height: 50px;
  margin-bottom: 25px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  font-size: 16px;
  color: #6A758B;
  border: none;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  padding: 0 10px 0 40px;
}
.input-user:focus,
.input-password:focus,
.input-captcha:focus,
.input-code:focus,
.input-phone:focus {
  background: rgba(0, 43, 125, 0.1);
  box-shadow: none;
}
.input-sendcode {
  width: 100px;
  margin-bottom: 0;
  background: rgba(250, 148, 44, 0.14);
  color: #002B7D;
  cursor: pointer;
}
.input-sendcode.waiting {
  color: #d2d2d2;
  pointer-events: none;
  cursor: not-allowed;
}
.row-captcha {
  display: none;
}
.captcha-show .row-captcha {
  display: block;
}
.input-captcha,
.input-code {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: 60%;
  margin-bottom: 0px;
}
.captcha-img,
.input-sendcode {
  float: right;
  width: 34%;
  height: 50px;
  padding: 0;
  border: none;
  cursor: pointer;
}
.forgot-password {
  display: block;
  text-align: right;
  color: #0179C8;
  font-size: 14px;
  text-decoration: none;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.forgot-password:hover {
  text-decoration: underline;
}
.login-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  background: #0179C8;
  box-shadow: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.login-btn:hover {
  opacity: 0.9;
}
.apply-member {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}
.apply-link {
  color: #0179C8;
  text-decoration: none;
}
.apply-link:hover {
  text-decoration: underline;
}
.apply-divider {
  width: 1px;
  height: 14px;
  background-color: #0179C8;
  margin: 0 12px;
}
.login-options,
.login-options-qrcode,
.login-options-phone {
  margin-top: 15px;
  display: flex;
  align-content: space-around;
  justify-content: center;
}
.no-link-switch .login-options,
.no-link-switch .login-options-qrcode,
.no-link-switch .login-options-phone {
  display: none;
}
.only-sysuser .login-options > .switch-qrcode,
.only-external .login-options > .switch-qrcode,
.only-sysuser .login-options-phone > .switch-qrcode,
.only-external .login-options-phone > .switch-qrcode {
  display: none;
}
.only-sysuser .login-options-qrcode,
.only-external .login-options-qrcode {
  display: none;
}
.login-option:not(.login-remember):hover {
  opacity: 0.8;
}
.login-option {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  color: #666666;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.sys > .sys-all:not(.only-sysuser) .switch-qrcode + .switch-phone:before,
.sys > .sys-all:not(.only-sysuser) .switch-qrcode + .switch-account:before,
.sys > .sys-all:not(.only-sysuser) .switch-phone + .switch-account:before,
.external > .external-all:not(.only-external) .switch-qrcode + .switch-phone:before,
.external > .external-all:not(.only-external) .switch-qrcode + .switch-account:before,
.external > .external-all:not(.only-external) .switch-phone + .switch-account:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 0;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.login-remember:before {
  font-family: "szfont";
  font-size: 18px;
  margin-right: 4px;
  vertical-align: top;
}
.login-remember {
  padding-left: 10px;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 1.2rem;
  cursor: pointer;
  color: #333333;
}
.login-remember:hover {
  opacity: 0.8;
}
.login-remember:before {
  content: "\e174";
  color: #a9a9a9;
  left: 9px;
}
.remember-checked:before {
  content: "\e173";
  color: #002B7D;
}
.select-icon {
  color: #bababa;
  font-size: 18px;
}
.area-select {
  height: 50px;
  width: 100px;
  border: none;
  padding: 0 10px 0 20px;
  font-size: 16px;
  color: #333333;
  background: rgba(0, 0, 0, 0.03);
}
.qrcode-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
  position: relative;
}
.qrcode-content > .qrcode {
  padding-top: 10px;
  height: 180px;
  width: 180px;
}
.qrcode-desc {
  padding-top: 20px;
  font-size: 14px;
  color: #333333;
}
.qrcode-refresh-mask.invisible {
  display: none;
}
.qrcode-refresh-mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 182px;
  width: 182px;
  margin-top: 9px;
}
.qrcode-refresh-content {
  color: #222;
  display: inline-block;
  position: absolute;
  height: 110px;
  width: 130px;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  margin-left: -65px;
  text-align: center;
}
.qrcode-refresh-btn {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
  background-image: -webkit-linear-gradient(top, #fff 0, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #fff 0, #F8F8F8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
  border-radius: 2px;
  vertical-align: middle;
  border: 1px solid #AAA;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 24px;
  height: 24px;
  padding: 0 12px;
  background: #F5F5F5;
  line-height: 24px;
  outline: 0;
  text-align: center;
  font-size: 12px;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  text-decoration: none;
}
#wework:before {
  content: "\e811";
  padding-left: 3px;
}
#dingtalk:before {
  content: "\e813";
  padding-left: 3px;
}
.loading-ring {
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: inset 0 0 0 5px #DFDFDF;
  border-radius: 50%;
}
.loading-circle {
  position: absolute;
  clip: rect(0, 50px, 50px, 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #5745c0;
  animation: rotate 0.6s linear infinite;
}
.foot-bar {
  display: none;
}
.row-remember {
  display: none;
}
.rememberme-show .row-remember {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  /** 屏幕宽度小于440px时，视为移动手机效果  */
  .page {
    background: url("/datacvgbi/sysdata/public/login/customImages/登录页面背景图片.png") no-repeat center / contain;
    background-size: cover;
    justify-content: flex-end;
  }
  .page-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
  }
  .header {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    background: #FFFFFF;
    height: 15%;
  }
  .logo {
    background: url("/datacvgbi/sysdata/public/login/none");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .login-btn {
    background: #002B7D;
    box-shadow: none;
    margin-top: 50px;
  }
  .tab-item {
    font-size: 20px;
  }
  .row-user,
  .row-password,
  .row-phone,
  .row-code,
  .row-captcha {
    margin-bottom: 20px;
  }
  .captcha-show .login-btn {
    margin-top: 20px;
  }
  .input-user,
  .input-password {
    height: 45px;
    margin-bottom: 15px;
  }
  .input-captcha,
  .captcha-img {
    height: 45px;
  }
  .input-user:focus,
  .input-password:focus,
  .input-captcha:focus,
  .input-phone:focus,
  .input-code:focus {
    border-color: #002B7D;
  }
  .input-sendcode {
    color: #002B7D;
  }
  .inner-active .item-inner:before,
  .outer-active .item-outer:before,
  .account-active .item-account:before,
  .qrcode-active .item-qrcode:before,
  .sms-active .item-sms:before {
    background: #002B7D;
  }
  .remember-checked:before {
    color: #002B7D;
  }
  .content {
    padding: 0;
    height: 85%;
    background: #FFFFFF;
  }
  .only-sysuser > .content,
  .only-external > .content {
    height: 80%;
  }
  .login-box-header {
    margin: 20px 0 10px 0;
  }
  .login-content {
    box-shadow: none;
    width: 100%;
  }
  .login-box-body {
    margin: 0 30px;
  }
  .logo-caption-phone {
    display: flex;
  }
  .only-external .login-box-header,
  .only-sysuser .login-box-header {
    display: none;
  }
  .content-aside,
  .login-title,
  .logo-caption,
  .login-qrcode,
  .switch-qrcode,
  .row-remember,
  .version {
    display: none;
  }
  .no-link-switch:not(.one-type) .login-options,
  .no-link-switch:not(.one-type) .login-options-phone {
    display: flex;
  }
  .sys > .sys-all:not(.only-sysuser) .switch-qrcode + .switch-phone:before,
  .sys > .sys-all:not(.only-sysuser) .switch-qrcode + .switch-account:before,
  .external > .external-all:not(.only-external) .switch-qrcode + .switch-phone:before,
  .external > .external-all:not(.only-external) .switch-qrcode + .switch-account:before {
    display: none;
  }
  .foot-bar {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
  }
  .foot-bar.show-bar {
    display: flex;
  }
  .foot-title {
    font-size: 14px;
    color: #666666;
    position: relative;
    height: 50px;
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
  .foot-title:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    height: 1px;
    width: 110px;
    border-bottom: 1px solid #D8D8D8;
  }
  .foot-title:after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    height: 1px;
    width: 110px;
    border-bottom: 1px solid #D8D8D8;
  }
  .foot-content {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .logins-item {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    position: relative;
  }
  .invisible.logins-item {
    display: none;
  }
  #login-wxservice {
    background: no-repeat center url(images/wechat.svg);
  }
  #login-wxminiprogram {
    background: no-repeat center url(images/wxapp.svg);
  }
}
