.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: 20px;
  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: rgba(0, 107, 56, 1);
  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: 230px;
  color: #000;
  font-size: 18px;
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 230px;
}


.cus_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  /*background: rgba(0, 0, 0, 0.5);*/
  /* margin-top: 12%; */
  /*margin-right: -45%;*/
}

.cus_wrap::before {
  content: "";
  display: block;
  width: 400px;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cus_wrap::after {
  content: "";
  display: block;
  width: 233px;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.auth_login_content {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  flex: none;
  min-height: auto;
  height: 100%;
  min-width: 832px;
}

.wrap-ge {
  width: 402px;
  height: auto;
  min-height: 394px;
  background: none;
  padding: 22px 38px;
  box-sizing: border-box;
}

.main {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.wrap-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.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: rgb(41 36 36 / 64%);
  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: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 20px;
  margin-bottom: 15px;
}

.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: #444;
  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 .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: #fe0000;
}

.help-item {
  display: flex;
  align-items: center;
}

.help .split-lines {
  width: 15px;
  border-top: 1px solid #ffffff;
  transform: rotate(90deg);
  display: inline-table;
  margin-bottom: 12px;
}

.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;
}

.qr_scan_code img {
  margin: 0;
  /*width: 160px;*/
  /*height: 160px;*/
}

.qr_scan_Invalid {
  top: 6px;
  /*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: #fff;
  font-size: 18px;
}

.fidoLogo {
  margin-top: 0;
}

.auth-qroce {
  min-height: 213px;
  height: 278px;
}

.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;
  background: rgb(60 46 144) !important;
  height: 40px;
  line-height: 40px;
}

.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: 23px;
  font-family: 'Microsoft YaHei UI';
  font-size: 18px;
  white-space: nowrap;
  color: #000;
  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;*/
/*}*/

.dz_ewm .content6 {
  width: 153px;
  height: 50px;
  margin-top: 38px;
  margin-left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dz_ewm .main9 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.dz_ewm .image121 {
  width: 33.78px;
  height: 27.90px;
  position: absolute;
  top: 10.56px;
  left: 8.29px;
}

.dz_ewm .image122 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.dz_ewm .image123 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-left: 8px;
}

.dz_ewm .image124 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-left: 15px;
}




.wx-cut {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#iframe {
  width: 522px;
  height: 480px;
  margin-top: 0;
  transform: scale(1);
}

.wx-tip {
  margin-top: 6px;
  color: #000;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: -30px;
}