.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  background-image: url(../../dzimages/leftnav.png);
}

.swiper-button-next {
  background-image: url(../../dzimages/rightnav.png);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.bottom-btns {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-btns>div {
  margin: 0 15px;
}

.bottom-pane {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-pane>div {
  margin: 0 15px;
}

.copy-bottom {
  color: #fff;
}

.g-logo-title {
  justify-content: flex-end;
  width: 620px;
}

.left-bg {
  display: none;
}

.auth_login_content {
  justify-content: center;
  width: auto;
  min-width: unset;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  min-height: 453px;
}

.dz_ewm {
  width: 220px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

#iframe {
  width: 530px;
  height: 442px;
  /* transform: scale(0.5); */
  transform: scale(0.6) translateX(-82px);
  transform-origin: 0 0;
  margin-top: -18px;
}

.wrap-ge {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 0 10px;
  width: 400px;
  height: 453px;
}

.main {
  padding: 22px 38px;
  width: 100%;
  height: calc(100% - 46px);
  box-sizing: border-box;
}

.container-ge .footer {
  background: none;
  padding: 6px 10px;
  width: 220px;
  right: 0;
  left: auto;
  box-sizing: border-box;
  height: auto;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

.school-logo {
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-logo .logo-title {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: normal;
  padding: 0;
}

.school-logo img {
  width: 200px;
  height: 43px;
  margin-right: 6px;
}

.tabHead {
  margin-top: 12px;
  width: calc(100% - 38px * 2);
  overflow: hidden !important;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  height: auto;
}

.tabHead span {
  flex: 1;
}

.tabHead span:last-of-type{
  margin-right: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.selected_underline a {
  color: #fff;
}

.tabHead span a {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.tabHead span.selected_underline {
  border-bottom: 1px solid #fff !important;
}

.tabHead span.selected_underline a {
  color: #fff;
  font-size: 16px;
}

.account-title {
  display: none !important;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
  border: none;
  background: #fff;
  border-radius: 4px;
  padding-left: 30px;
  box-sizing: border-box;
}

.form .m-account .item,
.form .m-phone .item {
  height: 64px;
  position: relative;
}

.login-main {
  margin-top: 70px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  border: none;
  background: #fff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 100px;
  box-sizing: border-box;
}

.form .captcha .captcha-img {
  top: 7px;
}

.input_icon{
  position: absolute;
  top: 14px;
  left: 8px;
}

.container-ge .btn .login-btn {
  height: 40px;
  line-height: 40px;
  background: #307AFB;
}

.container-ge .ge-btn{
  margin-top: 0;
}

.cus-help{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rememberMe{
  width: auto;
  max-width: 150px;
}

.container-ge .help{
  width: auto;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.help .activation-account,
.help .activation-account:hover {
  color: #fff;
}

.help .fetch-online,
.help .fetch-online:hover {
  color: #fff;
}

.help .fo-password,
.help .fo-password:hover {
  color: #fff;
}

.wx-box{
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../dzimages/iconweixin.png) no-repeat center / 100% 100%;
  position: relative;
}

.wx-box img{
  display: none;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.wx-box:hover img{
  display: block;
}

.language-box {
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
}

.language-box span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.52);
  cursor: pointer;
  min-width: 80px;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  color: #fff;
}

.language-box span:first-of-type {
  border-radius: 30px 0 0 30px;
}

.language-box span:last-of-type {
  border-radius: 0 30px 30px 0;
}

.language-box span.active {
  background: #307AFB;
  color: #fff;
}

.footer .ways .item img{
  width: 40px;
  height: 40px;
}