.swiper-slide img {
  width: 100%;
  height: 100%;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 500px;
}

.school-logo {}

.school-logo .logo-title {
  font-size: 28px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #181818;
  min-width: 168px;
}

.school-logo img {
  width: 405px;
  height: auto;
  vertical-align: middle;
}

.g-logo-title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 32px 80px 0 196px;
  box-sizing: border-box;
  align-items: center;
}

.bottom-pane {
  display: none;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 0 10% 120px;
}

.wrap-ge {
  background: rgba(247, 247, 247, 0.8);
  width: 383px;
  height: auto;
  min-height: 450px;
  border-radius: 20px;
}

.main {
  padding: 16px 22px 18px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.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%;
  text-align: center;
  margin-right: 8px;
}

.loginFont_a {
  color: #000;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  height: 100%;
  text-decoration: none;
  max-width: 100%;
}

.selected_underline a {
  text-align: center;
  color: #000 !important;
  font-family: Microsoft YaHei UI;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 12px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  background: none;
  box-sizing: border-box;
  padding: 12px 0 12px 46px;
  border: 1px solid #757575;
  border-radius: 20px;
  color: #000;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  position: relative;
}

.icon-info {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  background: none;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 12px 100px 12px 46px;
  border: 1px solid #757575;
  color: #000;
}

.form input::-webkit-input-placeholder {
  color: #8c8c8c;
}

.form input:-moz-placeholder {
  color: #8c8c8c;
}

.form input:-ms-input-placeholder {
  color: #8c8c8c;
}

.form .captcha .captcha-img {
  top: 8px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}


.m-rememberMe {
  margin: 0;
  color: #000;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 0;
  flex: 1;
}

.container-ge .btn .login-btn {
  width: 100%;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
}

.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: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus_help .fetch-online {
  padding: 0;
  color: #19344D;
  margin-top: 8px;
  display: block;
  text-decoration: none;
}

.help .activation-account {
  color: #707070;
}

.help .fo-password {
  color: #707070;
}

.cus_help .unlock-account {
  color: #19344D;
  margin-top: 8px;
  display: block;
  text-decoration: none;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #19344D;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: #707070;
  border: none;
  transform: none;
  margin: 0 2px;
  display: inline-block;
}

.tips {
  margin-top: 20px;
  text-align: left;
}

.tips .tips-title {
  font-size: 25px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 10px;
}

.tips .tips-content {
  width: 338px;
  font-weight: 400;
  color: #313131;
  font-size: 13px;
  line-height: 25px;
}

.tips-content--bold {
  font-weight: bold;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0 22px;
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}

.form .code .get-code{
  top: 12px;
  right: 8px;
}