.swiper-slide img {
  width: 100%;
  height: 100%;
}

.g-logo-title {
  display: none;
}

.bottom-pane {
  display: none;
}

.language-box {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 60px;
  right: 10%;
  z-index: 20;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 67px;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.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: #006630;
  color: #fff;
}

.copy-right {
  position: absolute;
  bottom: 0;
  height: 58px;
  background: rgba(0, 0, 0, 0.41);
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 58px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../images/prev.png) no-repeat center / 100% 100%;
  top: auto;
  bottom: 102px;
  left: calc(50% - 45px);
  transform: translateX(-50%);
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/next.png) no-repeat center / 100% 100%;
  top: auto;
  bottom: 102px;
  right: calc(50% - 45px);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .6;
}

.ewm-wrap {
  height: 194px;
}

.auth_page_content {
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: 700px;
  position: relative;
}

.auth_login_content {
  flex: none;
  min-width: auto;
  min-height: auto;
  height: auto;
  top: -58px;
}

.left-bg {
  display: none;
}

.wrap-ge {
  border-radius: 10px 0px 0px 10px;
  background: rgba(255, 255, 255, 0.85);
  height: auto;
}

.right-wrap {
  width: 316px;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-ge .btn .login-btn {
  width: 100%;
}

.tabHead {
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(38, 38, 38, .1);
  display: flex;
  position: relative;
}

.tabHead span {
  margin-right: 30px;
}

.tabHead span.selected_underline {
  border-bottom: 2px solid #006630 !important;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.loginFont_a,
.selected_underline a {
  text-align: center;
}

.login-main {
  margin-top: 16px;
}

.selected_underline a {
  color: #000000 !important;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  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-radius: 4px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 8px 100px 8px 32px;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-color: #006630;
}

.form .captcha .captcha-img {
  top: 5px;
  right: 8px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.help-inline {
  display: none !important;
}

.logo-wrap {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: 16px;
  padding: 0 60px;
  box-sizing: border-box;
}

.logo-wrap img {
  height: 48px;
  margin-right: 14px;
}

.container-ge .footer {
  position: relative;
  margin-top: 60px;
  padding: 0;
  width: 100%;
  border-radius: 0;
  background: none;
  height: auto;
}

.container-ge .help {
  width: 100%;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help_item {
  display: flex;
  align-items: center;
}

.help .activation-account,
.help .fetch-online,
.help .fo-password,
.help .unlock-account {
  color: #000000;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #006630;
}

.tips-wrap {
  margin: 24px 0;
  text-align: left;
}

.tips-title {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.tips-item {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tips-item img {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.qrcode-middle {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.qrcode_img_tip {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
}

.qrcode_img_tip p {
  color: #262626;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3.5px;
  width: 100%;
}

.qr_scan_box {
  width: auto;
  height: auto;
}

.qr_scan_code img {
  margin: 0;
  width: 156px;
  height: 156px;
}

.qr_scan_Invalid {
  width: 156px;
  height: 156px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.qr_scan_Invalid img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qr_scan_success {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-qroce {
  height: auto;
}

.m-rememberMe {
  margin: 0;
}

.footer .ways {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .ways .item {
  padding: 10px 8px;
  min-width: 56px;
  margin: 0;
}

.footer .ways .item:last-of-type {
  margin-right: 0;
}

.footer .ways .item img {
  width: 40px;
  height: 40px;
}

.main {
  height: calc(100% - 48px - 28px - 20px);
}

.item-name {
  color: #262626;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 6px;
}

.footer .ways .item.selected {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.47);
}

.footer .ways a {
  display: block;
}

.wx-cut {
  width: 190px;
  height: 190px;
  /* overflow: hidden; */
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.wx-cut #iframe {
  width: 300px;
  height: 260px;
  transform: scale(1);
  /* transform-origin: 0 0; */
  margin-top: 0;
}

.copy-bottom {
  position: absolute;
  bottom: 0;
  height: 59px;
  line-height: 59px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1000px) {}

@media screen and (max-height: 750px) {
  .auth_login_content {
    transform: scale(0.9);
    transform-origin: top center;
  }
}