.swiper-slide img {
  width: 100%;
  height: 100%;
}

.g-logo-title {
  width: 100%;
  height: 44px;
  margin-bottom: 40px;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-top: 82px;
  /*margin-left: 300px;*/
  /*background: linear-gradient(0deg, rgba(90, 137, 192, 0.5) 0%, rgba(37, 44, 69, 0) 95.06%);*/
  padding-bottom: 41px;
}

.bottom-pane {
  /*display: none;*/
}

.language-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 20;
  border-radius: 100px;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 80px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  color: #666;
  background: #cdcdcd;
}

.language-box span.active {
  background: #006B38;
  color: #FFFFFF;
}

.language-box span:first-of-type{
  border-radius: 100px 0 0 100px;
}

.language-box span:last-of-type {
  border-radius: 0 100px 100px 0;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 563px;
  min-width: 832px;
  overflow-x: hidden;
}

.dz_ewm {
  width: 256px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 340px;
}


.cus_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 9px;
  /* background: #e6e6e6e6; */
  margin-top: 250px;
  background: rgba(255, 255, 255, 0.75);
}


.cus_wrap::before {
  content: "";
  display: block;
  width: 400px;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.45);*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.auth_login_content {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  flex: none;
  min-height: auto;
  height: auto;
  min-width: 832px;
}

.wrap-ge {
  width: 373px;
  height: auto;
  min-height: 340px;
  background: none;
  padding: 22px 26px;
  box-sizing: border-box;
}

.main {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.wrap-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap-logo img {
  height: 49px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
}

.loginFont_a {
  color: rgba(15,15,15,0.80);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  max-width: none !important;
}

.selected_underline a {
  text-align: center;
  color: #000 !important;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 20px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 0 8px 32px;
  border: 1px solid #DCDCDC;
}

.form .m-account .item,
.form .m-phone .item {
  height: 56px;
  position: relative;
}

.icon-info {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 8px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 100px 8px 32px;
  border: 1px solid #DCDCDC;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #002954;
}

.form .captcha .captcha-img {
  top: 5px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container-ge .btn .login-btn {
  width: 100%;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  width: auto;
  margin-top: 12px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help_item {
  display: flex;
  align-items: center;
}

.help .fetch-online {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.help .activation-account {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.help .fo-password {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.help .unlock-account {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
  color: #002954;
}

.help-item {
  display: flex;
  align-items: center;
}

.help .split-lines {
  margin: 0;
  border-color: #000;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  background: none;
}

.container-ge .footer .ways {
  margin-top: 12px;
  margin-left: 14px;
}

.qrcode-middle {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  border-left: 2px solid #2f2e2a1a;
}

.qr_scan_code img {
  margin: 0;
  width: 160px;
  height: 160px;
}

.qr_scan_Invalid {
  top: 0px;
  width: 160px;
  height: 160px;
  left: 25px;
}

.qr_scan_success img {
  margin: 30px auto;
}

#qr_refresh {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qr_scan_success {
  margin-top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scan_a {
  color: #fff;
}

.qrcode_img_tip{
  position: relative;
  top: 0;
}

.qrcode_img_tip p {
  color: #000;
  font-size: 18px;
}

.fidoLogo {
  margin-top: 0;
}

.auth-qroce {
  min-height: 170px;
  height: 212px;
  padding-top: 105px;
}

.copy-bottom{
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.t-language-switch {
  display: none;
}

.text10{
  opacity: 0.7;
  font-family: 'Microsoft YaHei UI';
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  line-height: 36px;
  font-weight: 400;
  flex-shrink: 0;
  margin-top: 3px;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.text1{
  margin-left: 12px;
  font-family: 'Microsoft YaHei UI';
  font-size: 20px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
  line-height: 32px;
  font-weight: 400;
  flex-shrink: 0;
}

.footer .ways>.item .selected img{
  box-shadow: 0 0 0 2px #fff;
}

/*.wx-cut {*/
/*  width: 220px;*/
/*  height: 285px;*/
/*  overflow: hidden;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/

p.wx-tip {
  margin-top: -90px;
color:black;
}

.custom-remember {
  position: absolute;
  opacity: 0;
  /* 隐藏但保留交互 */
  cursor: pointer;
}

.remember-label {
  position: relative;
  display: inline-block;
  width: 15px;
  /* 还原原有width:15px */
  height: 15px;
  /* 与width一致 */
  margin-right: 5px;
  /* 还原原有margin-right:5px */
  transform: translateY(2px);
  /* 还原原有translateY(2px) */
  cursor: pointer;
}

/* 3. 模拟未选中的复选框外观 */
.remember-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  /* 未选中边框色 */
  border-radius: 2px;
  /* 轻微圆角，贴近原生 */
  background-color: #fff;
  /* 未选中背景色 */
  box-sizing: border-box;
  /* 避免边框撑大尺寸 */
}

/* 4. 核心：修改选中后的背景色！ */
.custom-remember:checked+.remember-label::before {
  background-color: #006B38;
  /* 👉 选中后的背景色（可改为你想要的颜色，如#67c23a） */
  border-color: #006B38;
  /* 选中后边框色，与背景色协调 */
}

/* 5. 可选：添加选中后的对勾（增强视觉，贴合原生体验） */
.custom-remember:checked+.remember-label::after {
  content: "✓";
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 12px;
  color: #fff;
  /* 对勾颜色 */
  line-height: 15px;
  text-align: center;
}