body {
  --theme-color: #9F1709;
}

.g-logo-title {
  width: 80%;
  margin: 0 auto;
  /* height: 132px; */
  height: 12vh;
  align-items: center;
  min-width: 1000px;
  min-height: 100px;
  max-height: 132px;
}

.school-logo img {
  width: auto;
  /* height: 84px; */
  height: 64%;
}

.school-logo .split-lines {
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #DDDDDD;
  transform: none;
  margin: 0 24px;
  border: none;
}

.school-logo {
  display: flex !important;
  align-items: center;
  height: 100%;
  width: 0;
  flex: 1;
  max-width: none;
}

.school-logo .logo-title {
  font-size: 28px;
  padding: 0;
  color: #272B33;
}

.auth_page_content {
  min-width: 1000px;
  padding: 0;
  height: calc(100% - 132px - 15%);
  background: url(../../dzimages/bg1.png) no-repeat center / 100% 100%;
  max-height: 560px;
  flex: 1;
}

.page_bottom {
  width: 80%;
  min-width: 1000px;
  margin: 10px auto 0;
  text-align: left;
  max-width: 1120px;
}

.ts-img {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.ts-content {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.bottom-pane {
  display: none;
}

.left-bg {
  display: none;
}

.auth_login_content {
  width: 80%;
  justify-content: flex-end;
  min-width: unset;
  min-height: unset;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.tabHead {
  overflow: hidden !important;
  margin-top: 25px;
  height: 36px;
  display: flex;
}

.selected_underline {
  border-bottom: 2px solid #9F1709 !important;
}

.selected_underline a {
  color: #9F1709;
  text-align: center;
}

.login-main {
  margin-top: 75px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  border: 1px solid #DADADA;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 0 8px 32px;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  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 {
  border: 1px solid #DADADA;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 100px 8px 32px;
}

.form .captcha .captcha-img {
  top: 5px;
}

.ge-input-eye {
  bottom: 36px;
}

.form .code .get-code {
  top: 8px;
}

.main {
  padding: 10px 40px;
  width: calc(100% - 80px);
  height: auto;
  position: relative;
  min-height: 291px;
}

.wrap-ge {
  width: 425px;
  /* height: 488px; */
  height: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding-bottom: 12px;
  min-height: 340px;
}

.rememberMe {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 110px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.container-ge .btn .login-btn {
  width: 100%;
  background-color: #9F1709;
}

.help-inline {
  display: none;
}

.container-ge .help {
  bottom: 76px;
  left: auto;
  right: 40px;
  width: auto;
  max-width: calc(100% - 80px - 110px);
  display: flex;
  align-items: center;
}

.help .activation-account,
.help .fetch-online,
.help .fo-password {
  padding: 0;
  margin: 0;
  color: #9F1709;
}

.help .split-lines {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #DDDDDD;
  transform: none;
  margin: 0 4px;
  border: none;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover {
  color: #9F1709
}

.container-ge .footer {
  position: relative;
  padding: 0;
  width: calc(100% - 80px);
  margin: 10px auto 0;
  background: none;
  border-radius: 0;
  padding-top: 0;
  justify-content: center;
  height: auto;
}

.ways-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: flex;
  align-items: center;
}

.ways-login p {
  margin: 0 30px;
}

.ways-login::before,
.ways-login::after {
  content: "";
  display: inline-block;
  flex: 1;
  background-color: #CDCDCD;
  height: 1px;
}

.footer .ways {
  margin-bottom: 12px;
}

.footer .ways>.item {
  padding: 0 6px;
}

.footer .ways>.item a {
  display: inline-block;
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}

.footer .ways>.item a span {
  max-width: 60px;
  display: block;
  margin-top: 4px;
}

.auth_page_body {
  min-height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}

.auth-qroce {
  height: 200px;
  margin-top: 75px;
}

.qr_scan_code img {
  margin-top: 0;
  margin-bottom: 20px;
}

.qrcode_img_tip {
  top: 328px;
}

.qr_scan_success {
  margin-top: 50px;
}

.qr_scan_Invalid {
  top: 0;
}

.required {
  border: 1px solid red !important;
}

.g-switch-result {
  border: 1px solid #DFE2E8;
}

.t-language-switch {
  width: auto;
}

.tabHead span {
  flex: 1;
  margin: 0;
}

.loginFont_a {
  text-align: center;
}

.wx-login {
  width: 218px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  background: rgba(0, 0, 0, 0.5);
}

.wx-cut {
  width: 218px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
}

#iframe {
  width: 436px;
  height: 480px;
  transform: scale(0.5);
  /* transform: scale(0.6) translateX(-82px); */
  transform-origin: 0 0;
  margin-top: -20px;
}

.wx-tip {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  color: #999;
}

.list-wrap-item {
  /* width: calc(50% - 10px); */
  width: calc((100% - 115px) / 2 - 10px);
}

.item-title {
  color: #9F1709;
  font-size: 18px;
  font-weight: bold;
}

.item-content {
  display: flex;
  margin-top: 4px;
}

.inner-right {
  flex: 1;
  line-height: 20px;
}

.page_bottom a {
  color: #0000ff;
  text-decoration: none;
}

.cus-copyright {
  background: #9F1709;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 12px;
  min-width: 1000px;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-color: #9F1709;
}

@media screen and (max-height: 800px) {
  .wrap-ge {
    transform: scale(0.9);
  }
}