.swiper-slide img {
  width: 100%;
  height: 100%;
}

.bottom-pane {
  display: none;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 668px;
  min-width: 710px;
}

.g-logo-title {
  width: 100%;
  margin: 0;
  padding: 60px 160px 0;
  height: auto;
  box-sizing: border-box;
  align-items: center;
}

.school-logo {
  display: flex;
  align-items: center;
}

.school-logo img {
  width: auto;
  height: 72px;
  margin-right: 33px;
}

.school-logo .logo-title {
  padding: 0;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wx-cut {
  width: 320px;
  height: 190px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#iframe {
  width: 522px;
  height: 410px;
  margin-top: 0;
  transform: scale(1);
}

.dz_ewm {
  display: none;
  width: 320px;
  color: #222;
  font-size: 18px;
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wx-tip {
  margin-top: 26px;
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}

.cus_wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.cus_wrap::before {
  content: "";
  display: block;
  width: 424px;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cus_wrap::after {
  content: "";
  display: block;
  width: 320px;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.auth_login_content {
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-end;
  min-height: auto;
  padding-right: 160px;
  padding-bottom: 40px;
}

.wrap-ge {
  width: 424px;
  height: auto;
  min-height: 430px;
  background: none;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.main {
  padding: 40px 40px 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 42 px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  /* flex: 1; */
  margin-right: 24px;
}

.tabHead span:last-of-type {
  margin-right: 0;
}

.loginFont_a {
  color: #595959;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: 100%;
  width: auto;
  display: inline-block;
  text-decoration: none;
  max-width: 100% !important;
}

.selected_underline a {
  text-align: center;
  color: #222 !important;
  font-family: Microsoft YaHei UI;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  box-sizing: border-box;
  position: relative;
}

.selected_underline a::after {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  border-radius: 4px;
  background: #18639A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tabHead .tabHead-underline {
  display: none !important;
}

.login-main {
  margin-top: 24px;
}

.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: 14px 0 14px 42px;
  border: 1px solid #DEDEDE;
}

.form .m-account .item,
.form .m-phone .item {
  height: 76px;
  position: relative;
}

.icon-info {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 18px;
}

.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: 14px 100px 14px 42px;
  border: 1px solid #DEDEDE;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #18639A;
}

.form .captcha .captcha-img {
  top: 10px;
  right: 8px;
}

.ge-input-eye {
  bottom: 42px;
}

.form .code .get-code {
  top: 14px;
  right: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: #222;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 0;
  flex: 1;
}

.m-rememberMe input {
  border: none;
}

.container-ge .btn .login-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background: rgba(169,1,1,1) !important;
  font-size: 20px;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  width: auto;
  margin-top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 22px;
  color: #222;
}

.help .activation-account {
  color: #18639A;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.help .fo-password {
  color: #18639A;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.help .unlock-account {
  color: #222;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.help .fetch-online {
  color: #18639A;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
  color: #18639A;
}

.help .split-lines {
  margin: 0;
  border-color: #18639A;
  width: 14px;
}

.container-ge .cus_help .help {
  margin-top: 0;
}

.form-errorTip {
  height: 16px;
  line-height: 16px;
}

.login-tip {
  text-align: left;
  margin-top: -18px;
}

.tip-title {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}

.tip-content {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tip-warning {
  color: #F0291E;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  margin-top: 26px;
}

.footer .ways>.item {
  position: relative;
  margin-right: 16px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.footer .ways>.item a,
.footer .ways>.item .login-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .ways .item img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.prompt-bottom {
  z-index: 2;
}

.auth-qroce {
  height: auto;
}

.qr_scan_box {
  width: 190px;
  height: 190px;
}

.qrcode-middle {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 2px;
  background: #FFF;
  padding-top: 0;
}

.qr_scan_code img {
  margin-top: 0;
  margin-bottom: 0;
  width: 190px;
  height: 190px;
}

.qrcode_img_tip {
  position: relative;
  top: 0;
  margin-top: 26px;
}

.qrcode_img_tip p {
  color: #222;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}

.qr_scan_Invalid {
  width: 190px;
  height: 190px;
  top: 0;
  left: 0;
}

#qr_refresh {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qr_scan_success {
  margin-top: 0;
}

.qr_scan_success img {
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin: 0;
  bottom: 100px;
  top: auto;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
  transform: scale(1.1);
}

.swiper-button-prev {
  background: url(../images/prev.png) no-repeat center / 100% 100%;
  left: calc(50% - 60px);
}

.swiper-button-next {
  background: url(../images/next.png) no-repeat center / 100% 100%;
  right: calc(50% - 60px);
}

.copy-bottom {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .ways>.item .selected img{
  box-shadow: 0 0 0 2px #fff;
}

.other-ways{
  margin-top: 10px;
}

a#unlockAccountId{
 margin-right: 10px;
}