.swiper-slide img {
  width: 100%;
  height: 100%;
}

.g-logo-title {
  display: none;
}

.bottom-pane {
  display: none;
}

.language-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 120px;
  z-index: 20;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 80px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  color: #666666;
  background: #EAEAEA;
}

.language-box span:first-of-type {
  border-radius: 20px 0 0 20px;
}

.language-box span:last-of-type {
  border-radius: 0 20px 20px 0;
}

.language-box span.active {
  background: #002954;
  color: #fff;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 668px;
  min-width: 710px;
  position: relative;
}

.wx-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 230px;
  box-sizing: border-box;
}

.wx-cut {
  width: 260px;
  height: 185px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#iframe {
  width: 522px;
  height: 480px;
  /* transform: scale(0.8); */
  /* transform: scale(0.8) translateX(-100px); */
  /* transform-origin: 0 0; */
  margin-top: 0;
  transform: scale(1);
}

.wx-tip {
  /* margin-top: 8px; */
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.9px;
}

.dz_ewm {
  width: 400px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  position: relative;
  min-height: 488px;
  background: rgba(0, 0, 0, 0.50);
  border-radius: 15px 0 0 15px;
}

.left-logo {
  width: 161px;
  height: 46px;
  margin-top: 16px;
  margin-left: 15px;
}

.change-icon {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.cus_wrap {
  display: flex;
  /* align-items: center; */
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.right_wrap {
  background: rgba(0, 0, 0, 0.70);
  border-radius: 0 15px 15px 0;
  width: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .3s;
}

.right_wrap.show {
  width: 400px;
  transform: scaleX(1);
}

.cus_wrap.show {
  overflow: visible;
}

/* .cus_wrap::before {
  content: "";
  display: block;
  width: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px 0 0 15px;
}

.cus_wrap::after {
  content: "";
  display: block;
  width: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 15px 15px 0;
} */

.auth_login_content {
  width: 1366px;
  height: 768px;
  box-sizing: border-box;
  justify-content: center;
  flex: none;
  min-height: auto;
}

.wrap-ge {
  width: 400px;
  height: auto;
  min-height: 430px;
  background: none;
}

.main {
  padding: 30px 55px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.wrap-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.wrap-logo img {
  height: 63px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
}

.loginFont_a {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  max-width: none !important;
}

.selected_underline a {
  text-align: center;
  color: #fff !important;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  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: 12px 0 12px 42px;
  border: 1px solid transparent;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  position: relative;
}

.icon-info {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 4px;
}

.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: 12px 100px 12px 42px;
  border: 1px solid transparent;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #1783CD;
}

.form .captcha .captcha-img {
  top: 9px;
  right: 8px;
}

.ge-input-eye {
  bottom: 32px;
}

.form .code .get-code {
  top: 12px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: Microsoft YaHei UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  width: 0;
  flex: 1;
}

.m-rememberMe input {
  border: none;
}

.container-ge .btn .login-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  background: #024285;
  color: #fff;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  width: auto;
  margin-top: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help .activation-account {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fo-password {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .unlock-account {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fetch-online {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .self-service-center {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover,
.help .self-service-center:hover {
  color: #024285;
}

.help .split-lines {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.3);
}


.qr_scan_code img {
  width: 144px;
  height: 144px;
  margin: 0;
}

.qrcode_img_tip {
  top: 180px;
}

.qrcode-middle {
  transform: none;
  left: 0;
  top: 28px;
}

.qr_scan_box {
  width: 144px;
  height: 144px;
}

.auth-qroce {
  height: 230px;
}

.qrcode_img_tip p {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.9px;
}

.qr_scan_Invalid {
  width: 144px;
  height: 144px;
  top: 0;
}

#qr_refresh {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qr_scan_success {
  margin-top: 0;
}

.qr_success {
  width: 144px;
  height: 144px;
}

.qr_scan_success img {
  margin-top: 0;
}

.qr_success_back {
  margin-top: 0;
}

.qr_success_tips {
  color: #fff;
}

.qr_success_sub_title {
  color: #fff;
}

.container-ge .footer {
  position: relative;
  height: auto;
  background: none;
  padding: 34px 0 0;
  width: calc(100% - 85px - 85px);
  margin: 0 auto;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
}

.login-ways {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.login-ways::before,
.login-ways::after {
  content: "";
  display: inline-block;
  width: 0;
  flex: 1;
  height: 1px;
  background: #DDDDDD;
  opacity: 0.4;
}

.login-ways::before {
  margin-right: 16px;
}

.login-ways::after {
  margin-left: 16px;
}

.footer .ways .item img {
  width: 36px;
  height: 36px;
}

.footer .ways>.item {
  margin-right: 26px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.login-way {
  position: relative;
  box-sizing: border-box;
  display: flex;
  border: 4px solid transparent;
}

.login-way.selected {
  border-radius: 100px;
  border: 4px solid rgba(255, 255, 255, 0.40);
}

.custom-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(3, 61, 120, 0.55);
  padding: 9px 33px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 0 15px;
}

.custom-info .activation-account {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  padding: 6px 20px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.scan-box {
  display: flex;
  align-items: center;
}

.app-scan {
  width: 76px;
  height: 76px;
  margin-left: 10px;
}

.app-logo {
  width: 100px;
  height: 31.5px;
}

.scan-box-left {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}