.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: 40px;
  right: 180px;
  z-index: 20;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 70px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.7);
}

.language-box span:first-of-type {
  border-radius: 20px 0 0 20px;
  border-right: none;
}

.language-box span:last-of-type {
  border-radius: 0 20px 20px 0;
}

.language-box span.active {
  background: #1783CD;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 668px;
  min-width: 710px;
  position: relative;
}

.wx-cut {
  width: 260px;
  height: 168px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#iframe {
  width: 522px;
  height: 162px;
  /* transform: scale(0.8); */
  /* transform: scale(0.8) translateX(-100px); */
  /* transform-origin: 0 0; */
  margin-top: 0;
  transform: scale(1);
}

.dz_ewm {
  width: 260px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wx-tip {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cus_wrap {
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.cus_wrap::before {
  content: "";
  display: block;
  width: 404px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px 0 0 16px;
}

.cus_wrap::after {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  background: rgb(55, 55, 55);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 16px 16px 0;
}

.auth_login_content {
  width: 1366px;
  height: 768px;
  box-sizing: border-box;
  justify-content: center;
  flex: none;
  min-height: auto;
}

.wrap-ge {
  width: 404px;
  height: auto;
  min-height: 430px;
  background: none;
}

.main {
  padding: 36px 36px;
  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: 56px;
  margin-right: 12px;
}

.wrap-logo .logo-title {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
}

.loginFont_a {
  color: rgba(255, 255, 255, 0.8);
  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: 600;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #1783CD;
  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: 8px;
  box-sizing: border-box;
  padding: 8px 0 8px 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form .m-account .item,
.form .m-phone .item {
  height: 56px;
  position: relative;
}

.icon-info {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 18px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 8px 100px 8px 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #1783CD;
}

.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;
}

.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: #1783CD;
  color: #fff;
}

.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 .activation-account {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  max-width: 130px;
}

.help .fo-password {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  max-width: 130px;
}

.help .unlock-account {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  max-width: 130px;
}

.help .fetch-online {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  max-width: 130px;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
  color: #1783CD;
}

.help .split-lines {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.3);
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.form-errorTip {
  height: 16px;
  line-height: 16px;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  margin-top: 24px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.footer .ways>.item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .ways>.item a span {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.footer .ways .item img {
  width: 40px;
  height: 40px;
}

.copy-bottom {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}

.change-btns {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  position: relative;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  right: 0;
  opacity: 0.5;
  background: url(../images/btn_active.png) no-repeat center / 100% 100%;
  transform: rotate(180deg);
  margin-right: 48px;
}

.swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  right: 0;
  opacity: 0.5;
  background: url(../images/btn_active.png) no-repeat center / 100% 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.cus_wrap.noafter::after {
  display: none;
}

.cus-bottom-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
}

.link-btns {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.btn-item {
  margin: 0 16px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.80);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.btn-item>img {
  width: 40px;
  height: 40px;
}

.btn-item>span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  display: block;
  white-space: nowrap;
}

.wx-gzh-code {
  position: absolute;
  right: calc(100% + 24px);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.80);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3px;
  display: none;
}

.wx-gzh-code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.80);
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.wx-gzh-code img {
  width: 104px;
  height: 104px;
  margin-bottom: 6px;
}

.btn-website:hover span {
  text-decoration: underline;
}

@media screen and (max-width: 1366px) {
  .auth_login_content {
    width: auto;
  }
}

@media screen and (max-height: 768px) {
  .auth_login_content {
    height: 100%;
  }
}