.swiper-slide img {
  width: 100%;
  height: 100%;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 740px;
}

.g-logo-title{
  height: 130px;
  margin: 0;
  width: 100%;
  background: #fff;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.school-logo img{
  width: auto;
  height: 80px;
}

.school-logo .logo-title{
  padding: 0;
  color: rgba(0, 0, 0, 0.9);
  font-size: 26px;
  line-height: 80px;
  font-weight: 700;
}

.school-logo{
  max-width: 100%;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0 18%;
  box-sizing: border-box;
  justify-content: flex-end;
  min-height: 480px;
}

.bottom-pane{
  display: none;
}

.wrap-ge {
  width: 388px;
  height: auto;
  min-height: 430px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 4px 4px 12px 0px rgba(6, 23, 54, 0.08);
  border-radius: 2px;
  margin-top: -26px;
  backdrop-filter: blur(4px);
}

.main {
  padding: 32px 26px 18px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
  height: 54px;
  display: flex;
  align-items: center;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
}

.loginFont_a {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 1px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  max-width: none !important;
}

.selected_underline a {
  text-align: center;
  color: rgba(0, 0, 0, 0.9) !important;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #0B2DAA;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 18px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: #F3F3F3;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 0 12px 32px;
  border: 1px solid transparent;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  position: relative;
}

.icon-info {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 8px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  background: #F3F3F3;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 100px 12px 32px;
  border: 1px solid transparent;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #0B2DAA;
}

.form .captcha .captcha-img {
  top: 9px;
}

.ge-input-eye {
  bottom: 32px;
}

.form .code .get-code {
  top: 12px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 0;
  flex: 1;
}

.m-rememberMe input {
  border: none;
}

.container-ge .btn .login-btn {
  width: 100%;
  box-shadow: 0px 4px 12px 0px rgba(7, 42, 173, 0.24);
}

.help .split-lines{
  margin-bottom: 0;
}

.help-inline {
  display: none;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.container-ge .help {
  position: relative;
  width: auto;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.help .fetch-online {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.help .activation-account {
  color: rgba(0, 0, 0, 0.6);
}

.help .fo-password {
  color: rgba(0, 0, 0, 0.6);
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover {
  color: #0B2DAA;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: none;
  margin-top: 0;
}

.footer .ways .item img{
  width: 30px;
  height: 30px;
}

.footer .ways>.item {
  margin-right: 22px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.prompt-bottom {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  background: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 0;
}

.prompt-bottom::before {
  display: none;
}

.copy-bottom {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4);
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  flex-shrink: 0;
  height: 50px;
  background: #F3F3F3;
}

.welcome{
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}

.dlts-wrap{
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  height: 146px;
  padding: 0 18%;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  flex-shrink: 0;
}

.dlts-img{
  width: 82px;
  height: 82px;
  margin-right: 24px;
}

.ts-info{
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 26px;
}

.ts-item{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ts-item img{
  width: 22px;
  height: 22px;
  margin: 0 4px 0 16px;
}

.ts-item:last-of-type{
  margin-bottom: 0;
}

.auth-qroce{
  height: 350px;
}

.qr_scan_box {
  width: 260px;
  height: 230px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.qrcode-middle {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.qr_scan_code img {
  margin: 0;
}

.qr_scan_Invalid {
  margin-top: -38px;
}

#qr_refresh {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qr_scan_success {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr_scan_success img {
  margin-bottom: 12px;
  margin-top: 0;
}

.scan_a {
  color: rgba(0, 0, 0, 0.6);
}

.qrcode_img_tip {
  top: 260px;
}

.qrcode_img_tip p {
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-height: 810px) {
  .g-logo-title{
    height: 100px;
  }

  .school-logo img{
    height: 60px;
  }

  .school-logo .logo-title{
    line-height: 60px;
  }

  .copy-bottom{
    height: 40px;
  }

  .dlts-wrap{
    height: 120px;
  }

  .ts-info{
    font-size: 16px;
    line-height: 20px;
  }

  .dlts-img{
    width: 76px;
    height: 76px;
  }
}