.swiper-slide img {
  width: 100%;
  height: 100%;
}

.g-logo-title {
  width: auto;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  max-width: none;
  position: absolute;
  top: 24px;
  right: 50px;
}

.bottom-pane {
  display: none;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 500px;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10%;
}

.wrap-ge {
  width: 416px;
  height: auto;
  min-height: 500px;
  background: #ffffff;
  box-shadow: 0 15px 22px -5px rgba(40, 75, 96, 0.18);
  border-radius: 6px;
  padding-bottom: 58px;
  box-sizing: border-box;
}

.main {
  padding: 22px 38px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.cus-logo {
  width: 320px;
}

.tabHead {
  width: 100%;
  margin: 16px 0 0;
  position: relative;
  box-shadow: none;
  height: 36px;
  display: flex;
  align-items: center;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
  text-align: center;
}

.loginFont_a {
  color: rgba(158, 158, 158, 0.64);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  height: 100%;
  text-decoration: none;
  max-width: none;
}

.selected_underline a {
  text-align: center;
  color: black !important;
  font-family: Microsoft YaHei UI;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1F51A9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 20px;
}

.account-title {
  display: none !important;
}

.form .prex-icon {
  display: block;
  top: 5px;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  height: 100%;
  border: none;
}

.form .m-account .item,
.form .m-phone .item {
  height: 50px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-top: none;
  box-sizing: border-box;
}

.form .m-account .item:first-of-type,
.form .m-phone .item:first-of-type {
  border-top: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
}

.form .m-account .item:last-child,
.form .m-phone .item:last-of-type {
  border-radius: 0 0 5px 5px;
}

.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: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 100px 0 50px;
  height: 100%;
  border: none;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: none;
}

.item-error-tip {
  position: absolute;
  left: 50px;
  bottom: 0;
  max-width: calc(100% - 50px);
}

.form .captcha .captcha-img {
  top: 8px;
  right: 8px;
}

.ge-input-eye {
  bottom: 16px;
}

.form .code .get-code {
  top: 14px;
  right: 10px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border-bottom: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: #000;
  font-family: Microsoft YaHei UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.container-ge .btn .login-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.help-inline {
  display: none;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.container-ge .help {
  position: absolute;
  width: 100%;
  margin-top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 0;
  height: 58px;
  background: rgba(12, 74, 249, 0.05);
  padding: 0 32px;
  box-sizing: border-box;
}

.help .fetch-online {
  padding: 0;
  margin: 0;
  color: #0c4af9;
}

.help .activation-account {
  padding: 0;
  margin: 0;
  color: #0c4af9;
}

.help .fo-password {
  padding: 0;
  margin: 0;
  color: #0c4af9;
}

.help .unlock-account {
  padding: 0;
  margin: 0;
  color: #0c4af9;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #0c4af9;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: #000;
  border: none;
  transform: none;
  margin: 0 5px;
  display: inline-block;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.qr_scan_code img{
  margin: 0;
}

.qr_scan_Invalid{
  top: 0;
}

.qr_scan_success{
  margin-top: 0;
}

.qr_success_tips_div{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wx-cut {
  width: 100%;
  height: 330px;
  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);
}