.swiper-slide img {
  width: 100%;
  height: 100%;
}
.footer-tips{
	background-color: rgba(255, 255, 255, .9);
    width: 400px;
    height: 100px;
    color: #676a6c;
    border-radius: 14px;
    margin-left: 100px;
}
.tips-option-title{
	width: 100%;
    float: left;
    margin-left: 28px;
    font-weight: bold;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 800px;
}

.g-logo-title {
  width: 100%;
  margin-bottom: 0;
  padding: 0 13.5%;
  box-sizing: border-box;
  height: 102px;
  align-items: center;
  background: #A34345;
}

.school-logo img {
  width: auto;
  height: 70px;
}

.school-logo {
  display: flex;
  align-items: center;
}

.school-logo .split-lines {
  width: 34px;
  margin: 0;
}

.school-logo .logo-title {
  padding: 0;
  color: #F9F9FB;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.right-navs {
  display: flex;
  align-items: center;
}

.nav-link{
  display: flex;
  align-items: center;
}

.nav-link a {
  color: #FFF !important;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
  text-decoration: none;
}

.nav-link a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav-link a:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.nav-link a:last-of-type::after {
  display: none;
}

.t-language-switch {
  width: auto;
  margin-left: 16px;
}

.auth_login_content {
  width: 100%;
  justify-content: flex-end;
  padding-right: 14%;
  box-sizing: border-box;
  min-height: 500px;
}

.wrap-ge {
  width: 424px;
  height: auto;
  min-height: 430px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}

.main {
  padding: 80px 40px 30px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 34px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #C3C3C3;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
  max-width: none !important;
}

.loginFont_a {
  color: #222222;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  height: 36px;
  width: 100%;
  display: block;
  text-decoration: none;
  max-width: none !important;
}

.selected_underline a {
  text-align: center;
  color: #222222 !important;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #A34345;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 26px;
}

.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: 12px 0 12px 42px;
  border: 1px solid #DEDEDE;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  position: relative;
}

.icon-info {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 12px;
}

.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: 12px 0 12px 42px;
  border: 1px solid #DEDEDE;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-color: #A34345;
}

.form .captcha .captcha-img {
  top: 8px;
  right: 8px;
}

.ge-input-eye {
  bottom: 33px;
}

.form .code .get-code {
  top: 11px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: #222222;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 0;
  flex: 1;
}

.container-ge .btn {
  width: 100%;
}

.container-ge .btn .login-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  background: #A34345;
  color: #fff;
  font-size: 16px;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  width: auto;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.help .activation-account {
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.help .fo-password {
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.help .unlock-account {
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.help .self-service-center {
  color: rgba(0, 0, 0, 0.70);
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover,
.help .self-service-center:hover {
  color: #A34345;
}

.help .split-lines {
  margin: 0 8px;
  border-color: rgba(0, 0, 0, 0.70);
}

.qrcodeA {
  width: 62px;
  height: 65px;
  top: 0;
  right: 0;
}

.qrcodeB {
  width: 62px;
  height: 65px;
  top: 0;
  right: 0;
}

.qrcodeA::before {
  content: "扫码登录";
  display: block;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 18px;
  right: 50px;
  white-space: nowrap;
}

.qrcodeA::after {
  content: "";
  display: block;
  /* 三角形 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 26px;
  right: 44px;
}

.qrcode_img_tip {
  top: 56px;
}

.qrcode_img_tip p {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.qrcode_img_tip_app {
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: #A34345;
  padding: 8px 16px;
  width: max-content;
}

.bottom-pane {
  display: none;
}

.copy-bottom {
  margin: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.46);
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.016px;
}

.auth-qroce{
  height: auto;
}

.qr_scan_code img{
  margin-top: 5px;
}

.qr_scan_Invalid{
  top: 5px;
}

.qr_scan_success {
  margin-top: 20px;
}