.swiper-slide img {
  width: 100%;
  height: 100%;
}

.dz_zzc {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.dz_content {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(159, 176, 196, 0.3);
  border-radius: 4px;
  width: 520px;
  padding: 18px 30px 30px;
  margin: 10% auto 0;
  position: relative;
}

.ndzhwjh {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.btn_box {
  margin-top: 25px;
  text-align: center;
}

.btn_box button {
  width: 76px;
  height: 40px;
  border-radius: 4px;
  margin-left: 16px;
  cursor: pointer;
}

.btn_jihuo {
  background: #002954;
  color: #fff;
}

.btn_quxiao {
  border: 1px solid #cdcdcd;
  background: #fff;
}

.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 {
  opacity: 0.8;
}

.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);
}

.language-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 10;
}

.language-box span {
  display: inline-block;
  cursor: pointer;
  min-width: 80px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  background: #cdcdcd;
}

.language-box span:first-of-type {
  border-radius: 15px 0 0 15px;
}

.language-box span:last-of-type {
  border-radius: 0 15px 15px 0;
}

.language-box span.active {
  background: #002954;
  color: #fff;
  padding: 0;
}

.auth_page_content {
  padding: 0;
  height: 100%;
  min-height: 500px;
}

.cus_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}

.qrcode-middle {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.dz_ewm {
  width: 230px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth_login_content {
  min-width: auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10%;
}

.wrap-ge {
  background: rgba(0, 0, 0, 0.45);
  width: 400px;
  height: auto;
  min-height: 450px;
  border-radius: 16px 0 0 16px;
}

.main {
  padding: 25px 32px 18px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.wrap-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.wrap-logo img {
  height: 42px;
  margin-right: 12px;
}

.tabHead {
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: none;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tabHead span {
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1;
  text-align: center;
  position: relative;
}

.loginFont_a {
  color: rgba(255, 255, 255, 0.8);
  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: rgba(255, 255, 255, 1) !important;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
  position: relative;
}

.selected_underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabHead .tabHead-underline {
  display: none !important;
}

.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 {
  box-sizing: border-box;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #cdcdcd;
  margin-left: 40px;
  border-radius: 0;
  width: calc(100% - 40px);
  color: #fff;
}

.form .m-account .item,
.form .m-phone .item {
  height: 56px;
  position: relative;
}

.icon-info {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 8px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
  box-sizing: border-box;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #cdcdcd;
  margin-left: 40px;
  border-radius: 0;
  width: calc(100% - 40px);
  color: #fff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
  border-bottom: 1px solid #002954;
}

.form .captcha .captcha-img {
  top: 5px;
}

.ge-input-eye {
  bottom: 28px;
}

.form .code .get-code {
  top: 8px;
}

.container-ge .ge-btn {
  margin-top: 0;
}

.required {
  border-bottom: 1px solid red !important;
}

.m-rememberMe {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei UI;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 0;
  flex: 1;
}

.change-color {
  color: #fff !important;
}

.container-ge .btn .login-btn {
  width: 100%;
}

.help-inline {
  display: none;
}

.cus_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
}

.container-ge .help {
  position: relative;
  width: auto;
  margin-top: 12px;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.help .fetch-online {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  max-width: 200px;
}

.help .activation-account {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  max-width: 200px;
}

.help .fo-password {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  max-width: 200px;
}

.help .unlock-account {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  max-width: 200px;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .fetch-online:hover,
.help .unlock-account:hover {
  color: #fff;
}

.help .split-lines {
  width: 1px;
  height: 10px;
  background: transparent;
  border: none;
  transform: none;
  margin: 0 8px;
}

.container-ge .footer {
  position: relative;
  width: auto;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  margin-left: 8px;
}

.bottom-pane {
  display: none;
}

.qr_scan_code img {
  margin: 0;
  width: 168px;
  height: 168px;
}

.qr_scan_Invalid {
  top: 0;
  left: 22px;
  width: 168px;
  height: 168px;
}

.qr_scan_success img {
  margin: 30px auto;
}

#qr_refresh {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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;
}

.fidoLogo {
  margin-top: 0;
}

.qrcode_img_tip {
  position: relative;
  top: 0;
  padding: 0 12px;
  box-sizing: border-box;
}

.auth-qroce {
  width: 100%;
}

.login-privacy {
  text-align: left;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
}

.login-privacy a {
  color: #fff;
}

.warning-info {
  position: fixed;
  z-index: 10;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  background: #fdf6ec;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  box-sizing: border-box;
  color: #e6a23c;
  font-size: 14px;
  display: none;
  border-radius: 4px;
}

.warning-info span {
  margin-left: 8px;
}