.swiper-slide img {
  width: 100%;
  height: 100%;
}

.auth_page_content {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  min-height: 670px;
  position: relative;
}

.g-logo-title {
  display: none;
}

.auth_login_content {
  width: 1109px;
  min-height: 420px;
  background: #fff;
  box-shadow: 4px 4px 12px 0px rgba(6, 23, 54, 0.08);
  align-items: flex-start;
  border-radius: 32px;
  min-width: 800px;
  flex: none;
  height: auto;
  margin-top: -5%;
}

.left-bg {
  width: 0;
  height: auto;
  flex: 1;
}

.content-bg {
  min-width: auto;
  border-radius: 32px 0 0 32px;
  min-height: 420px;
}

.right-wrap {
  width: 426px;
}

.wrap-ge {
  width: 100%;
  height: auto;
  background: none;
}

.main {
  padding: 47px 40px 10px 50px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: none;
  height: 34px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  margin-right: 32px;
}

.tabHead span:last-of-type{
  margin-right: 0;
}

.loginFont_a {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  text-decoration: none;
}

.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: 700;
  line-height: normal;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(1, 117, 117, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.sys-title {
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  font-size: 28px;
  line-height: 74px;
  font-weight: 700;
  position: relative;
}

.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 #E7E7E7;
}

.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 #E7E7E7;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #017575;
}

.form .captcha .captcha-img {
  top: 5px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
  /* margin-top: 80px; */
}

.required {
  border: 1px solid red !important;
}

.container-ge .btn .login-btn {
  width: 100%;
  box-shadow: 0px 4px 12px 0px rgba(21, 115, 182, 0.35);
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.m-rememberMe {
  margin: 0;
  width: auto;
  color: rgba(0, 0, 0, 0.6);
}

.help .fo-password {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: rgba(231, 231, 231, 1);
  border: none;
  transform: none;
  margin: 0 5px;
  display: block;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  left: 0;
  width: auto;
  display: flex;
  align-items: center;
  margin: 0;
}

.container-ge .footer {
  position: relative;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  background: none;
  padding-top: 44px;
  height: auto;
  justify-content: center;
}

.container-ge .footer .tip{
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 100px);
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
}

.container-ge .footer .tip::before{
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #E7E7E7;
  margin-right: 12px;
}

.container-ge .footer .tip::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #E7E7E7;
  margin-left: 12px;
}

.footer .ways{
  display: flex;
}

.footer .ways>.item{
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-right: 16px;
  padding: 0 20px;
  height: 44px;
  display: flex;
  align-items: center;
}

.footer .ways>.item:last-of-type{
  margin-right: 0;
}

.footer .ways>.item a{
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  line-height: 23px;
}

.footer .ways>.item a img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.account-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.help .activation-account {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
}

.help .unlock-account {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #017575;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-color: rgba(1, 117, 117, 1);
}

.bottom-pane {
  display: none;
}

.copy-bottom {
  position: absolute;
  bottom: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.bottom-info {
  position: absolute;
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
}

.bottom-info .info-wrap {
  margin-right: 32px;
  position: relative;
}

.bottom-info .info-wrap:last-of-type {
  margin-right: 0;
}

.bottom-info .item-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.wx-img-wrap {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-right: 10px;
  display: none;
  z-index: 10;
}

.wx-img-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wx-img-wrap img {
  width: 104px;
  height: 104px;
}

.info-text {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  margin-left: 10px;
  display: none;
}

.info-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wx-wrap:hover .wx-img-wrap{
  display: block;
}

.text-wrap:hover .info-text {
  display: block;
}

.school-logo{
  width: 314px;
  position: absolute;
  top: 30px;
  left: 50px;
}

.swiper-pagination{
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  margin-right: 16px;
}

.swiper-pagination-bullet:last-of-type{
  margin-right: 0;
}

.swiper-pagination-bullet-active{
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
}

.auth-qroce{
  height: 400px;
}

@media screen and (max-width: 1800px) {
  .auth_login_content{
    width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .auth_login_content {
    width: 56%;
  }
  .left-bg {
    display: none !important;
  }

  .right-wrap {
    width: 100%;
  }

  .wrap-ge{
    padding-bottom: 40px;
  }
}

@media screen and (max-height: 735px) {
  .bottom-info{
    bottom: 45px;
  }
}