/**
 * @time           2025-11-18
 * @author         liangbin
 * @description    登录界面样式表
 **/
.loginBox {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  width: 100%;
  height: 100%;
  min-width: 1440px;
  min-height: 770px;
  background: #C2D8FE;
}
.loginBox .loginTxt {
  display: flex;
  flex-direction: row;
  width: 1280px;
  height: 680px;
  border-radius: 24px;
}
.loginBox .loginTxt .loginLeft {
  position: relative;
  width: 416px;
  height: 680px;
  border-radius: 24px 0 0 24px;
}
.loginBox .loginTxt .loginCenter {
  width: 518px;
  height: 680px;
}
.loginBox .loginTxt .download-right-box {
  width: 346px;
  height: 680px;
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, #337EFD 0%, #76A9FF 53.85%, #337EFD 100%);
}
/*左边幻灯片样式*/
.slideBox {
  width: 416px;
  height: 680px;
  overflow: hidden;
  position: relative;
}
.slideBox .slideList img {
  display: block;
  width: 416px;
  height: 680px;
  border-radius: 24px 0 0 24px;
}

/*中间内容样式*/
.loginCenterBox {
  height: calc(100% - 80px);
  padding: 25px 35px 0 35px;
}
.loginCenterForm {
  padding: 32px 32px 0 32px;
}
.loginImg {
  width: 170px;
  height: 50px;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
.loginImg img {
  width: 170px;
  height: 45px;
}
.loginBox .loginTxt .loginTit {
  display: flex;
  width: 100%;
  height: 68px;
  padding: 4px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 26px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 10px;
  background: #F3F4F6;
  margin: 0;
}
.loginTit_item {
  display: flex;
  width: 109px;
  padding: 12px 8px 8px 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  color: #4A5565;
  cursor: pointer;
}
.loginTit_item .login-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}
.loginTit_item .password-icon {
  background: url("../images/login/password-icon.png") center center no-repeat;
  background-size: cover;
}
.loginTit_item .verify-code-icon {
  background: url("../images/login/verify-code-icon.png") center center no-repeat;
  background-size: cover;
}
.loginTit_item .qr-code-icon {
  background: url("../images/login/qr-code-icon.png") center center no-repeat;
  background-size: cover;
}
.loginHover {
  border-radius: 8px;
  background: #FFF;
  color: #337EFD;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  .password-icon {
    background: url("../images/login/password-icon-blue.png") center center no-repeat;
    background-size: cover;
  }
  .verify-code-icon {
    background: url("../images/login/verify-code-icon-blue.png") center center no-repeat;
    background-size: cover;
  }
  .qr-code-icon {
    background: url("../images/login/qr-code-icon-blue.png") center center no-repeat;
    background-size: cover;
  }
}
.loginTit_item .login-txt {
  display: block;
  height: 22px;
  line-height: 22px;
}
.loginBox .loginTxt .loginError {
  height: 24px;
  color: #fc6365;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.loginBox .loginTxt .loginCh {
  width: 100%;
  margin: 0
}
.loginBox .loginTxt .formInput {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 6px;
}
.loginBox .loginTxt .formInput:first-child {
  margin-top: 0;
}
.loginBox .loginTxt .name-label {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #0A0A0A;
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
}
.loginBox .loginTxt .formInput .dropDownList {
  width: 340px;
  top: 76px;
}
.loginBox .loginTxt .formInput .InputTxt {
  height: 48px;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #C6CCD8;
  background: none !important;
}
.loginBox .loginTxt .formInput .lookIcon {
  width: 24px;
  height: 24px;
  top: 42px;
  right: 12px;
}
.loginBox .loginTxt .formInput .lookIcon.visible,
.loginBox .loginTxt .formInput .lookIcon.invisible {
  background-size: 24px 24px;
}
.loginBox .loginTxt .formInput .InputTxt.loginCode {
  width: 254px;
  padding: 4px 12px;
}
.loginBox .loginTxt .formInput .loginCodeBtn {
  width: 120px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #155DFC;
  background: #FFF;
  color: #155DFC;
  top: 30px;
}
.loginBox .loginTxt .forgetPass {
  height: 20px;
  margin: 24px 0 0 0;
  text-align: left;
  color: #155DFC;
  line-height: 22px;
}
.loginBox .loginTxt .forgetPass a,
.loginBox .loginTxt .forgetPass a:hover {
  text-decoration: none;
  font-size: 14px;
  color: #155DFC;
}
.loginBox .loginTxt .formBtnBox {
  width: 100%;
  height: 48px;
  margin: 24px 0 0 0;
}
.loginBox .loginTxt .formBtnBox .formBtn {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  background: #337EFD;
  box-shadow: 0 10px 15px -3px rgba(43, 127, 255, 0.30), 0 4px 6px -4px rgba(43, 127, 255, 0.30);
  font-weight: bold;
}
.loginBox .loginTxt .solveTxt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #6A7282;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
.loginBox .loginTxt .solveTxt .yellowCol {
  color: #155DFC;
}
.loginBox .loginTxt .user-agreement-box {
  margin-top: 28px;
  padding-top: 17px;
  border-top: 1px solid #E5E7EB;
  color: #6A7282;
  font-size: 13.8px;
  text-align: center;
}
.loginBox .loginTxt .userAgree {
  color: #155DFC;
}
/*扫码登录*/
.loginBox .loginTxt .scan-code-login {
  display: flex;
  height: 270px;
  padding: 12px 95px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 16px;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}
.loginBox .loginTxt .scan-code-img {
  padding: 20px;
  background: #fff;
}
.loginBox .loginTxt .scan-code-img img {
  display: block;
  width: 160px;
  height: 160px;
}
.loginBox .loginTxt .scan-code-title {
  margin-top: 12px;
  font-size: 16px;
  color: #364153;
  line-height: 24px;
}
.loginBox .loginTxt .download-right-center {
  padding: 30px 40px;
}
.loginBox .loginTxt .contact-us-title {
  width :100%;
  height: 28px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.loginBox .loginTxt .contact-phone-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #05DF72 0%, #00C950 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  margin-right: 16px;
}
.loginBox .loginTxt .contact-phone-icon .phone-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.loginBox .loginTxt .contact-phone {
  display: flex;
  height: 94px;
  padding: 21px 21px 1px 21px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  margin-top: 24px;
  box-sizing: border-box;
}
.loginBox .loginTxt .contact-phone-center {
  flex: 1;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.loginBox .loginTxt .callNumber {
  margin-top: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.loginBox .loginTxt .download-center {
  margin-top: 50px;
}
.loginBox .loginTxt .download-title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.loginBox .loginTxt .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 44px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 15px -3px rgba(124, 169, 255, 0.45), 0 4px 6px -4px rgba(118, 169, 255, 0.50);
  margin-bottom: 16px;
  cursor: pointer;
}
.loginBox .loginTxt .download-btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.loginBox .loginTxt .download-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.loginBox .loginTxt .download-active .download-qr-code {
  width: 130px;
  height: 130px;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 25px 50px -12px rgba(124, 169, 255, 0.60);
  margin: 30px 0 12px 0;
}
.loginBox .loginTxt .ios-ewm {
  display: block;
  width: 130px;
  height: 130px;
}
.loginBox .loginTxt .download-active .download-btn-center {
  padding-bottom: 12px;
}
.loginBox .copyright {
  bottom: -45px;
  color: #000;
}
.loginBox .loginTxt .company-list {
  float: none !important;
  position: relative;
  width: 100%;
  height: 438px;
  padding: 0;
  overflow: inherit;
}
.loginBox .loginTxt .company-name {
  line-height: 1.2;
  max-width: 265px;
  font-size: 14px;
}
.loginBox .loginTxt .company-list-center {
  height: 398px;
  padding-right: 16px;
  overflow-y: auto;
}
.loginBox .loginTxt .return {
  position: absolute;
  left: 0;
  top: -130px;
  z-index: 100;
}
.loginBox .loginTxt .list-content {
  margin-bottom: 12px;
}
.loginBox .loginTxt .title {
  font-size: 16px;
   font-weight: 400;
  color: #616265;
  line-height: 30px;
  padding-bottom: 10px;
}
.loginBox .loginTxt .music-btn {
  position: absolute;
  left: 17px;
  bottom: 17px;
  width: 34px;
  height: 34px;
  background: url("../images/login/play-icon.png") 0 0 no-repeat;
  background-size: 34px 34px;
  cursor: pointer;
}
.loginBox .loginTxt .music-btn.pause-btn {
  background: url("../images/login/pause-icon.png") 0 0 no-repeat;
  background-size: 34px 34px;
}

.hide {
  display: none !important;
}