.swiper-slide img {
    width: 100%;
    height: 100%;
}

.g-logo-title {
    width: 100%;
    height: 44px;
    margin-bottom: 40px;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-top: 82px;
    /*margin-left: 300px;*/
    /*background: linear-gradient(0deg, rgba(90, 137, 192, 0.5) 0%, rgba(37, 44, 69, 0) 95.06%);*/
    padding-bottom: 41px;
}

.bottom-pane {
    /*display: none;*/
}

.language-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 20;
    border-radius: 100px;
}

.language-box span {
    display: inline-block;
    cursor: pointer;
    min-width: 80px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #666;
    background: #cdcdcd;
}

.language-box span.active {
    background: #002954;
    color: #FFFFFF;
}

.language-box span:first-of-type {
    border-radius: 100px 0 0 100px;
}

.language-box span:last-of-type {
    border-radius: 0 100px 100px 0;
}

.auth_page_content {
    padding: 0;
    height: 100%;
    min-height: 563px;
    min-width: 832px;
    overflow-x: hidden;
}

.dz_ewm {
    width: 230px;
    color: #fff;
    font-size: 18px;
    float: right;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 450px;
}


.cus_wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    /*margin-top: 140px;*/
}

.cus_wrap::before {
    content: "";
    display: block;
    width: 400px;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.auth_login_content {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    flex: none;
    min-height: auto;
    height: auto;
    min-width: 832px;
}

.wrap-ge {
    width: 402px;
    height: auto;
    min-height: 410px;
    background: none;
    padding: 22px 38px;
    box-sizing: border-box;
}

.main {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.wrap-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-logo img {
    height: 49px;
}

.tabHead {
    width: 100%;
    margin: 0;
    position: relative;
    height: 32px;
    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;
}

.loginFont_a {
    color: rgba(158, 158, 158, 0.64);
    text-align: center;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    max-width: none !important;
}

.selected_underline a {
    text-align: center;
    color: #fff !important;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    box-sizing: border-box;
    position: relative;
}

.selected_underline a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 0;
    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 {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 0 8px 32px;
    border: 1px solid #DCDCDC;
}

.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 #DCDCDC;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
    border: 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: 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;
}

.container-ge .btn .login-btn {
    width: 100%;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
}

.help-inline {
    display: none;
}

.container-ge .help {
    position: relative;
    width: auto;
    margin-top: 12px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help .fetch-online {
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.help .activation-account {
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.help .fo-password {
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.help .unlock-account {
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
    color: #002954;
}

.help-item {
    display: flex;
    align-items: center;
}

.help .split-lines {
    margin: 0;
    border-color: #fff;
}

.container-ge .footer {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    background: none;
    margin-left: -10px;
}

.container-ge .footer .ways {
    margin-top: 12px;
    margin-left: 14px;
}

.qrcode-middle {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.qr_scan_code img {
    margin: 0;
    width: 160px;
    height: 160px;
}

.qr_scan_Invalid {
    top: 0px;
    width: 160px;
    height: 160px;
    left: 25px;
}

.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 {
    position: relative;
    top: 0;
}

.qrcode_img_tip p {
    color: #fff;
    font-size: 18px;
}

.fidoLogo {
    margin-top: 0;
}

.auth-qroce {
    min-height: 170px;
    height: 212px;
    padding-top: 90px;
}

.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;
}

.t-language-switch {
    display: none;
}

.text10 {
    opacity: 0.7;
    font-family: 'Microsoft YaHei UI';
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
    color: rgba(255, 255, 255, 0.9);
    line-height: 36px;
    font-weight: 400;
    flex-shrink: 0;
    margin-top: 3px;
}

.container-ge .footer {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.text1 {
    margin-left: 12px;
    font-family: 'Microsoft YaHei UI';
    font-size: 20px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.9);
    line-height: 32px;
    font-weight: 400;
    flex-shrink: 0;
}

.footer .ways > .item .selected img {
    box-shadow: 0 0 0 2px #fff;
}

/*.wx-cut {*/
/*  width: 220px;*/
/*  height: 285px;*/
/*  overflow: hidden;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/

p.wx-tip {
    margin-top: -140px;
    margin-left: -10px;
}

.impowerBox .qrcode {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    vertical-align: bottom;
}