.swiper-button-prev {
  background-image: url(../../dzimages/left.png);
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  bottom: 150px;
  top: auto;
  left: calc(50% - 40px);
  transform: translateX(-50%);
}

.swiper-button-next {
  background-image: url(../../dzimages/right.png);
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  bottom: 150px;
  top: auto;
  left: calc(50% + 40px);
  transform: translateX(-50%);
}

.auth_page_content {
  position: relative;
  height: 100%;
  min-height: 686px;
  min-width: 900px;
  padding: 0;
}

.g-logo-title {
  display: none;
}

.bottom-pane {
  display: none;
}

.left-bg {
  display: none;
}

.auth-qroce {
  position: absolute;
  right: 0;
  width: 320px;
  top: 0;
}

.auth_login_content {
  align-items: center;
  width: 800px;
  min-width: auto;
  min-height: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  height: auto;
  flex: none;
  bottom: 30px;
}

.wrap-ge {
  width: 480px;
  height: auto;
  background: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px 0px 0px 10px;
}

.main {
  padding: 0 86px 46px 86px;
  width: calc(100% - 86px - 86px);
  height: auto;
  min-height: 274px;
}

.tabHead {
  width: calc(100% - 86px - 86px);
  overflow: hidden !important;
  margin-top: 0;
  display: flex;
}

.tabHead span {
  flex: 1;
  width: 0;
  margin-right: 0;
}

.login-main {
  margin-top: 20px;
  padding-top: calc(40px + 20px);
  padding-bottom: 34px;
}

.account-title {
  display: none !important;
}

.tabHead-underline {
  display: none !important;
}

.selected_underline {
  border-bottom: 1px solid #005BAC !important;
}

.selected_underline a {
  color: #005BAC;
  text-align: center;
}

.loginFont_a {
  text-align: center;
  line-height: 24px;
}

.cus-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.cus-logo img {
  width: 190px;
  height: 52px;
  margin-right: 16px;
}

.cus-logo span {
  font-size: 17px;
  line-height: 22px;
  color: #060606;
  font-weight: 600;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 0 8px 32px;
}

.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: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 100px 8px 32px;
}

.form .captcha .captcha-img {
  top: 5px;
}

.rememberMe {
  display: flex;
  align-items: center;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.check-title {
  color: #060606;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover {
  color: #060606;
}

.help .fo-password,
.help .activation-account,
.help .fetch-online {
  color: #060606;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-color: #005BAC;
}

.container-ge .btn .login-btn {
  width: 100%;
  background: #005BAC;
  letter-spacing: 1px;
}

.help-inline {
  display: none;
}

.container-ge .help {
  width: calc(100% - 86px - 86px);
  left: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help .split-lines {
  width: 1px;
  height: 16px;
  background: #060606;
  border: none;
  transform: none;
  display: inline-block;
  margin: 0;
}

.qr_scan_code img {
  margin-top: 0;
  margin-bottom: 20px;
  width: 156px;
  height: 156px;
}

.qr_scan_success img{
  margin-top: 10px;
  margin-bottom: 10px;
}

.qrcode_img_tip {
  top: calc(50% + 156px / 2 + 10px - 50px);
}

.qrcode_img_tip p {
  color: #000000;
  font-size: 1rem;
}

.qr_scan_success {
  margin-top: 50px;
}

.qr_scan_Invalid {
  top: 0;
  width: 156px;
  height: 156px;
  left: 0;
}

.qr_scan_box{
  width: 156px;
  height: 156px;
}

#qr_refresh {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qrcode-middle {
  top: calc(50% - 50px);
}

.container-ge .footer {
  position: relative;
  padding: 0;
  width: calc(100% - 86px - 86px);
  left: 86px;
  background: none;
  border-radius: 0;
  height: auto;
  margin-bottom: 46px;
}

.item-error-tip {
  line-height: 16px;
}

.cus-bottom {
  height: 112px;
  background: rgba(0, 0, 0, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.cus-bottom img {
  width: 176px;
  height: 44px;
}

.cus-bottom .split-line {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #9BC1C4;
  margin: 0 30px;
}

.cus-bottom .right-info {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 22px;
}

.language-box {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 64px;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: #353535;
  background: rgba(255, 255, 255, 0.52);
}

.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: #005BAC;
  color: #fff;
}

.swiper-slide img{
  object-fit: cover;
}

.scan-info{
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% + 156px / 2 + 70px - 50px);
  position: absolute;
  left: 0;
  width: 100%;
}

.scan-info-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 14px;
  color: #000000;
}

.scan-info-box img{
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

@media screen and (max-height: 840px) {
  .auth_login_content{
    transform: scale(0.9);
    transform-origin: top center;
  }

  .cus-bottom{
    height: 90px;
  }

  .swiper-button-prev {
    bottom: 110px;
  }

  .swiper-button-next {
    bottom: 110px;
  }
}