.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 500px;
  min-width: 1200px;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
}

.container-ge {
  background: #F6F6F6 url(../images/mainbg.png);
}

.g-logo-title {
  width: 100%;
  margin: 0;
  background: #066FE2;
  height: 110px;
  padding: 0 10%;
  align-items: center;
  box-sizing: border-box;
}

.school-logo {
  display: flex;
  align-items: center;
}

.school-logo img {
  width: 320px;
  height: auto;
  margin-right: 22px;
}

.school-logo .logo-title {
  padding: 0;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

.left-bg {
  width: 0;
  flex: 1;
  height: 100%;
  margin-right: 46px;
}

.wrap-ge {
  width: 425px;
  height: auto;
  min-height: 450px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
}

.language-wrap {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10%;
  box-sizing: border-box;
}

.language-box {
  display: flex;
  align-items: center;
  border: 1px solid #066FE2;
  border-radius: 20px;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 66px;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #222222;
  background: #fff;
}

.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: #066FE2;
  color: #FFFFFF;
}

.main {
  padding: 36px 40px 0px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.wrap-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.wrap-logo img {
  height: 56px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: none;
  height: 42px;
  display: flex;
  align-items: center;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  /* flex: 1; */
  text-align: center;
  margin-right: 24px;
}

.tabHead span:last-of-type {
  margin-right: 0;
}

.loginFont_a {
  color: #272B33;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  text-decoration: none;
}

.selected_underline a {
  text-align: center;
  color: #272B33 !important;
  font-family: Microsoft YaHei UI;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #066FE2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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: 4px;
  box-sizing: border-box;
  padding: 8px 0 8px 32px;
  border: 1px solid #DEDEDE;
}

.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: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 100px 8px 32px;
  border: 1px solid #DEDEDE;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #066FE2;
}

.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: #999999;
  font-family: Microsoft YaHei UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.container-ge .btn .login-btn {
  width: 100%;
}

.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;
  margin-top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help .fetch-online {
  padding: 0;
  color: #999999;
}

.help .activation-account {
  color: #999999;
}

.help .fo-password {
  color: #999999;
}

.help .unlock-account {
  color: #999999;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #066FE2;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: #999999;
  ;
  border: none;
  transform: none;
  margin: 0 5px;
  display: none;
}

.container-ge .footer {
  position: relative;
  width: calc(100% - 80px);
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  margin-top: 50px;
  padding-top: 40px;
  margin-left: 40px;
  padding-bottom: 40px;
}

.footer-tip {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  color: #8C8C8C;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

.footer-tip::before {
  content: "";
  display: block;
  width: 0;
  flex: 1;
  height: 1px;
  background-color: rgba(240, 240, 240, 1);
  margin-right: 18px;
}

.footer-tip::after {
  content: "";
  display: block;
  width: 0;
  flex: 1;
  height: 1px;
  background-color: rgba(240, 240, 240, 1);
  margin-left: 18px;
}

.footer .ways>.item {
  position: relative;
  margin-right: 20px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.footer .ways>.item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .ways .item img {
  width: 40px;
  height: 40px;
}

.bottom-pane {
  margin: 0;
  width: 641px;
}

.copy-bottom {
  margin: 0;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}