/*----------------------------------------提前定义的变量------------------------------------------------- */
/*--------------------------------------根据屏幕宽度设置基准 START------------------------------------------------- */
@media only screen and (min-width: 400px) {
  html {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 9px !important;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 2100px) {
  html {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 2700px) {
  html {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 3000px) {
  html {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 3300px) {
  html {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 3600px) {
  html {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 3900px) {
  html {
    font-size: 17px !important;
  }
}
/*--------------------------------------根据屏幕自适应 END------------------------------------------------- */
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: no-repeat center url(images/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.loading,
.invisible {
  display: none;
}
/** 加载对话框的时候，可以先展示page背景图，避免界面闪动 */
.loading.page {
  display: block;
}
.loading .main-container {
  display: block;
}
.multiple-login .type-switcher,
.captcha-show .row-captcha,
.rememberme-show .login-remember {
  display: block;
}
.header {
  text-align: center;
  height: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 10rem;
  font-size: 1.8rem;
  line-height: 4rem;
  height: 4.8rem;
  background: url("/sysdata/public/login/customImages/微信图片_20241122111835.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo-caption {
  font-size: 20px;
  color: #333333;
  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: 20px;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding-left: 8px;
}
.login-content {
  position: absolute;
  top: 50%;
  left: 70%;
  margin: -18rem 0 0 -24rem;
  text-align: center;
  width: 34rem;
  min-height: 36rem;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(0deg, rgba(248, 250, 252, 0.62) 1%, rgba(251, 252, 253, 0.9) 47%, rgba(255, 255, 255, 0.35) 97%);
  box-shadow: 0 0 34px 0 rgba(113, 188, 247, 0.14), 0 0 64px 0 rgba(113, 188, 247, 0.27);
}
.login-box-body {
  padding: 0 12%;
}
.login-box-header {
  height: 0rem;
  display: none;
}
.show-user-tabs.login-box-header {
  display: block;
}
.login-tab-header {
  height: 100%;
  padding: 0 12%;
}
.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: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.92px;
  cursor: pointer;
}
.tab-item:hover {
  opacity: 0.8;
}
.inner-active .item-inner,
.outer-active .item-outer {
  color: #3890DD;
  opacity: 1;
}
.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;
}
.account .only-sysuser .login-options > .switch-qrcode,
.account .only-external .login-options > .switch-qrcode,
.account .qrcode-switcher,
.account .login-phone,
.account .login-qrcode {
  display: none;
}
.account .password-switcher,
.account .login-account {
  display: block;
}
.phone .only-sysuser .login-options-phone > .switch-qrcode,
.phone .only-external .login-options-phone > .switch-qrcode,
.phone .qrcode-switcher,
.phone .login-qrcode,
.phone .login-account {
  display: none;
}
.phone .password-switcher,
.phone .login-phone {
  display: block;
}
.qrcode .only-sysuser .login-options-qrcode,
.qrcode .only-external .login-options-qrcode,
.qrcode .password-switcher,
.qrcode .login-phone,
.qrcode .login-account {
  display: none;
}
.qrcode .qrcode-switcher,
.qrcode .login-qrcode {
  display: block;
}
.login-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: red;
  height: 2rem;
  margin-bottom: 0.8rem;
  flex: 0.2 1 auto;
}
.login-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 30px;
  text-align: center;
}
.row-user,
.row-password,
.row-captcha,
.row-code,
.row-phone {
  position: relative;
  width: 100%;
  flex: 0 1 auto;
  height: 4rem;
  margin-bottom: 2rem;
}
.row-captcha {
  text-align: left;
  display: none;
}
.captcha-show .row-captcha {
  display: block;
}
.row-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.row-remember {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.row-user:before,
.row-password:before,
.row-captcha:before,
.row-phone:before,
.row-code:before {
  font-family: "szfont";
  position: absolute;
  left: 0.9rem;
  font-size: 1.4rem;
  color: #475665;
  letter-spacing: 0.117rem;
  z-index: 1;
  /* 避免FireFox自动填充表单时遮挡图标 */
  top: 50%;
  transform: translateY(-50%);
}
.row-user:before {
  content: '\e043';
}
.row-password:before {
  content: '\e168';
}
.row-code:before,
.row-captcha:before {
  content: '\e152';
}
.row-phone:before {
  content: '\e510';
}
.input-user,
.input-password,
.input-captcha,
.input-phone,
.input-code,
.input-sendcode {
  display: block;
  width: 100%;
  padding: 0 1rem 0 15%;
  font-size: 1.2rem;
  box-sizing: border-box;
  outline: none;
  background: #FFFFFF;
  border: 0 solid #E0F1FF;
  box-shadow: 0 0 16px 0 rgba(96, 165, 255, 0.04), 0 0 38px 0 rgba(88, 134, 181, 0.11);
  border-radius: 0.2rem;
  height: 100%;
}
.input-code {
  width: 60%;
  padding-right: 1rem;
}
.input-sendcode.waiting {
  color: #d2d2d2;
  pointer-events: none;
  cursor: not-allowed;
}
.input-sendcode {
  width: 34%;
  padding: 0;
  color: #3890DD;
  text-align: center;
  cursor: pointer;
}
.input-sendcode:hover {
  opacity: 0.8;
}
.input-user:focus,
.input-password:focus,
.input-captcha:focus,
.input-phone:focus,
.input-code:focus {
  border-color: #3890DD;
  box-shadow: 0px 0px 0.3rem 0px #3890DD;
}
.input-captcha,
.input-code {
  display: inline-block;
  vertical-align: top;
  width: 54%;
}
.captcha-img,
.input-sendcode {
  float: right;
  width: 40%;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 0.2rem;
  height: 100%;
}
.login-btn {
  background: #3890DD;
  border-radius: 1.77rem;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  flex: 0 1 auto;
  height: 4rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-btn:hover {
  opacity: 0.9;
}
.login-options,
.login-options-qrcode,
.login-options-phone {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.login-options-qrcode {
  margin-top: 0;
}
.login-option {
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #686F78;
  cursor: pointer;
  width: 50%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.login-option:hover {
  opacity: 0.8;
}
.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: 1.7rem;
  left: 0;
  top: 0;
  background-color: #ABBBCC;
}
.login-remember {
  cursor: pointer;
  color: #3D4146;
}
.login-remember:hover {
  opacity: 0.8;
}
.login-remember:before {
  content: "\e172";
  color: #FFFFFF;
  font-family: "szfont";
  font-size: 1.6rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  box-shadow: 0 0 16px 0 rgba(96, 165, 255, 0.04), 0 0 28px 0 rgba(54, 97, 140, 0.15);
  border-radius: 0.1rem;
}
.remember-checked:before {
  content: "\e173";
  color: #3890DD;
  font-family: "szfont";
  font-size: 1.6rem;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.login-type-btn {
  font-family: "szfont";
  font-size: 2.4rem;
  vertical-align: top;
  margin: 0 2rem;
  cursor: pointer;
}
.qrcode-content {
  height: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 23rem;
  align-content: space-around;
  position: relative;
}
.qrcode-content > .qrcode {
  width: 21rem;
  height: 21rem;
  padding-top: 1rem;
}
.qrcode-desc {
  padding-top: 2rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.qrcode-img {
  width: 100%;
  height: 100%;
}
.version {
  display: block;
  height: 2rem;
  opacity: 0.5;
  font-family: PingFangSC-Regular;
  font-size: 1.2rem;
  color: #FFFFFF;
  position: fixed;
  right: 10px;
  bottom: 6px;
}
.login-loading {
  width: 100%;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-ring {
  position: relative;
  width: 5rem;
  height: 5rem;
  box-shadow: inset 0 0 0 5px #DFDFDF;
  border-radius: 50%;
}
.loading-circle {
  position: absolute;
  clip: rect(0, 5rem, 5rem, 2.5rem);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #1B97F9;
  animation: rotate 0.6s linear infinite;
}
.both-user .type-switcher {
  display: none;
}
.only-sysuser .type-switcher,
.only-external .type-switcher {
  display: block;
}
.only-external > .no-switcher .type-switcher,
.only-sysuser > .no-switcher .type-switcher {
  display: none;
}
.type-switcher {
  display: none;
  position: absolute;
  height: 6rem;
  width: 6rem;
  right: 0;
  user-select: none;
  cursor: pointer;
}
.type-switcher:hover {
  opacity: 0.6;
}
.switcher-item {
  width: 100%;
  height: 100%;
}
.qrcode-switcher {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/pc.png);
}
.password-switcher {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/code.png);
}
.qrcode-refresh-mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 21.2rem;
  width: 21.2rem;
  margin-top: 0.9rem;
}
.qrcode-refresh-content {
  color: #222;
  display: inline-block;
  position: absolute;
  height: 11rem;
  width: 13rem;
  top: 50%;
  margin-top: -3.5rem;
  left: 50%;
  margin-left: -6.5rem;
  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: 1rem;
  text-decoration: none;
}
.foot-bar {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  /** 屏幕宽度小于480px时，只显示登录对话框，方便将登录界面直接嵌入到iframe作为登录窗口使用  */
  .page {
    background: no-repeat center url(images/login-bg-phone.jpg);
    background-size: cover;
  }
  .content,
  .login-box,
  .page-content {
    height: 100%;
  }
  .login-content {
    height: 75%;
    width: 100%;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    background-image: none;
    box-shadow: none;
  }
  .header {
    height: 35%;
  }
  .logo {
    height: 100px;
    background: url("/sysdata/public/login/customImages/3.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
  }
  .login-btn {
    background: #369FF1;
    box-shadow: none;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }
  .tab-item {
    font-size: 2.4rem;
  }
  .row-user,
  .row-password,
  .row-captcha,
  .row-code,
  .row-phone {
    margin-bottom: 3rem;
    height: 4.5rem;
  }
  .login-remember:before,
  .row-user:before,
  .row-password:before,
  .row-captcha:before {
    top: 15px;
    left: 9px;
    font-size: 18px;
  }
  .input-user,
  .input-password,
  .input-captcha,
  .input-phone,
  .input-code {
    border: none;
    border-bottom: 1px solid #CDCDCD;
    box-shadow: none;
    font-size: 16px;
  }
  .input-sendcode {
    color: #369FF1;
  }
  .input-user:focus,
  .input-password:focus,
  .input-captcha:focus,
  .input-phone:focus,
  .input-code:focus {
    border-color: #369FF1;
    box-shadow: none;
  }
  .inner-active .item-inner,
  .outer-active .item-outer {
    color: #369FF1;
  }
  .inner-active .item-inner:before,
  .outer-active .item-outer:before {
    background: #369FF1;
  }
  .remember-checked:before {
    color: #369FF1;
  }
  .foot-bar {
    flex-direction: column;
    width: 100%;
    height: 25%;
    justify-content: center;
    align-items: center;
  }
  .foot-bar.show-bar {
    display: flex;
  }
  .foot-title {
    font-size: 12px;
    color: #666666;
    position: relative;
    height: 50px;
    display: flex;
    margin: 0 30px;
    white-space: nowrap;
    align-items: center;
  }
  .foot-title:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid #e0e0e0;
  }
  .foot-title:after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid #e0e0e0;
  }
  .foot-content {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .logins-item {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    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);
  }
  .only-sysuser .type-switcher {
    display: none;
  }
  .page .version,
  .type-switcher,
  .login-title,
  .login-qrcode,
  .row-remember,
  .switch-qrcode {
    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 .switch-qrcode + .switch-phone:before,
  .external > .external-all .switch-qrcode + .switch-account:before {
    display: none;
  }
  html {
    font-size: 8px !important;
  }
}
#remember{
	display: none !important;
}