.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-pagination{
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  width: 14px;
  height: 14px;
  margin-bottom: 24px;
}

.swiper-pagination-bullet:last-of-type{
  margin-bottom: 0;
}

.swiper-pagination-bullet-active{
  background: rgba(255, 255, 255, 1);
  width: 20px;
  height: 20px;
}

.swiper-button-prev{
  width: 60px;
  height: 60px;
  background: url(../images/prev.png) no-repeat center / 100% 100%;
  margin: 0;
  top: auto;
  bottom: 50px;
  left: calc(50% - 40px);
  transform: translateX(-50%);
}

.swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../images/next.png) no-repeat center / 100% 100%;
  margin: 0;
  top: auto;
  bottom: 50px;
  right: calc(50% - 100px);
  transform: translateX(-50%);
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 660px;
  position: relative;
}

.g-logo-title{
  width: 100%;
  height: 56px;
  background: #0A5CAD;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
}

.school-logo img{
  width: auto;
  height: 40px;
}

.school-logo .logo-title{
  margin-left: 20px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.navs-wrap{
  display: flex;
  align-items: center;
}

.navs-wrap a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  padding-right: 12px;
  margin-right: 12px;
  box-sizing: border-box;
  position: relative;
}

.navs-wrap a::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navs-wrap a:last-of-type{
  padding-right: 0;
  margin-right: 0;
}

.navs-wrap a:last-of-type::after{
  display: none;
}

.wx-cut {
  width: 261px;
  height: 222px;
  overflow: hidden;
  margin-top: 24px;
}

#iframe {
  width: 522px;
  height: 480px;
  /* transform: scale(0.8); */
  transform: scale(0.7) translateX(-72px);
  transform-origin: 0 0;
  margin-top: -18px;
}

.dz_ewm {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 312px;
}

.wx-tip {
  margin-top: 12px;
  color: #FFF;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cus_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  justify-content: center;
}

.wrap-ge {
  background: rgba(0, 0, 0, 0.5);
  width: 480px;
  height: auto;
  min-height: 450px;
  border-radius: 10px;
  padding: 28px 60px 20px;
  box-sizing: border-box;
}

.wrap-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-logo img{
  width: auto;
  height: 60px;
}

.main {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
}

.loginFont_a {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  text-decoration: none;
}

.selected_underline a {
  text-align: center;
  color: #fff !important;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  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: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.top-tip{
  margin-top: 16px;
  text-align: left;
  color: #FFB800;
  font-size: 14px;
  line-height: 16px;
}

.login-main {
  margin-top: 8px;
}

.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 transparent;
}

.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 transparent;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border: 1px solid #0A5CAD;
}

.form .captcha .captcha-img {
  top: 5px;
  right: 5px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
  right: 5px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 0;
  flex: 1;
}

.container-ge .btn .login-btn {
  width: 100%;
}

.help-inline {
  display: none;
}

.container-ge .help {
  position: relative;
  width: 100%;
  margin-top: 16px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help .fetch-online {
  padding: 0;
  color: #fff;
}

.help .activation-account {
  color: #fff;
  padding: 0;
}

.help .fo-password {
  color: #fff;
  margin: 0;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover {
  color: #fff;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: #fff;
  border: none;
  transform: none;
  margin: 0 5px;
}

.login-help{
  position: relative;
  cursor: pointer;
}

.login-help img{
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  z-index: 10;
  display: none;
}

.login-help:hover img{
  display: block;
}

.login-info{
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.info-item{
  display: flex;
  align-items: center;
}

.hover-tip{
  position: relative;
}

.hover-tip .how-to-use{
  text-decoration: underline;
  cursor: pointer;
}

.hover-tip img{
  height: 100px;
  width: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
}

.hover-tip:hover img{
  display: block;
}

.suggest-borwser img{
  width: 26px;
  height: 26px;
  margin: 0 2px 0 4px;
}

.container-ge .footer {
  position: relative;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  background: none;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.footer .ways>.item {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.footer .ways{
  margin-left: 12px;
}

.footer .ways>.item:last-of-type {
  margin-right: 0;
}

.footer .ways>.item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .ways .item img {
  width: 24px;
  height: 24px;
}

.wx-icon {
  border-radius: 50%;
}

.tip-icon {
  color: #262626;
  font-size: 14px;
  margin-top: 6px;
}

.footer .ways>.item.selected {
  background: rgba(255, 255, 255, 0.47);
  border-radius: 12px;
}

.t-language-switch {
  width: auto;
  position: absolute;
  top: 30px;
  right: 18px;
}

.g-language-switch {
  color: #fff;
  width: 84px;
}

.g-switch-result {
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(245, 246, 249, 0.00);
}

.g-switch-list {
  width: 96px;
  color: #1D2129;
}


.bottom-pane {
  display: none;
}

.copy-bottom {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: Microsoft YaHei UI;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  flex-shrink: 0;
  height: 36px;
}

.copy-bottom a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 8px;
  margin-left: 4px;
}

.copy-bottom a:hover {
  color: #2C5192;
}

.copy-bottom a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qr_scan_code img {
  margin-top: 20px;
}

.qr_scan_Invalid {
  margin-top: -30px;
}

#qr_refresh {
  top: 28%;
}

.qr_scan_success {
  margin-top: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scan_a {
  color: #fff;
}

.qrcode_img_tip p {
  color: #fff;
}

.top-menus {
  position: absolute;
  top: 20px;
  right: 5%;
  z-index: 20;
  display: flex;
  align-items: center;
}

.top-menus a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.top-menus a:not(:first-of-type) {
  margin-left: 24px;
  padding-left: 24px;
  position: relative;
}

.top-menus a:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.language-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 5%;
  z-index: 20;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 66px;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  color: #595959;
  background: #FFFFFF;
}

.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: #0A5CAD;
  color: #fff;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.fidoLogo {
  margin-top: 0;
}

.login-tips {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #595959;
  font-size: 14px;
}

.login-tips .suggest {
  color: #8C8C8C;
}

.login-tips img {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 8px;
}

.qrcodeA{
  width: 72px;
  height: 72px;
  top: 8px;
  right: 8px;
  background: url(../images/ewm.png) no-repeat center / 100% 100%;
}

.qrcodeB {
  width: 72px;
  height: 72px;
  top: 8px;
  right: 8px;
  background: url(../images/account.png) no-repeat center / 100% 100%;
}

.auth-qroce{
  height: auto;
}

@media screen and (max-height: 780px) {
  .wrap-ge{
    transform: scale(0.9);
    transform-origin: top center;
  }
}