body {
    --theme-color: #165DFF;
}

.container-ge ::-webkit-input-placeholder {
    color: #C9CDD4;
    font-size: 15px;
}

.container-ge :-moz-placeholder {
    color: #C9CDD4;
    font-size: 15px;
}

.container-ge :-ms-input-placeholder {
    color: #C9CDD4;
    font-size: 15px;
}

.required {
    border-bottom: 1px solid #F53F3F !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.ge-disabled {
    cursor: not-allowed;
    color: #165DFF;
    border-color: #9E9E9E;
}

.container-ge {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    font-family: Microsoft YaHei UI;
    font-style: normal;
}

.container-ge .help {
    width: 400px;
    height: 22px;
    margin-top: 12px;
    position: absolute;
    left: 28px;
}

.help .fo-password:hover,
.help .activation-account:hover,
.help .unlock-account:hover,
.help .fetch-online:hover {
    color: #165DFF
}

.help .activation-account {
    max-width: 125px;
    font-size: 14px;
    color: rgba(0, 139, 138, 1) !important;
    line-height: 22px;
    font-weight: 400;
    padding: 0px 2px 0px 5px;
    text-decoration: none;
}

.help .unlock-account {
    max-width: 125px;
    font-size: 14px;
    color: #86909C;
    line-height: 22px;
    font-weight: 400;
    padding: 0px 2px 0px 5px;
    text-decoration: none;
}

.help .fetch-online {
    max-width: 100px;
    font-size: 14px;
    color: #86909C;
    line-height: 22px;
    font-weight: 400;
    padding: 0px 2px 0px 5px;
    text-decoration: none;
}

.help .fo-password {
    max-width: 115px;
    font-size: 14px;
    color: #86909C;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 0px 0px 2px;
    text-decoration: none;
}

.help .split-lines {
    width: 10px;
    border-top: 1px solid #DFE2E8;
    transform: rotate(90deg);
    display: inline-table;
    margin-bottom: 10px;
}

.help-inline {
    width: 216px;
    text-align: center;
    margin: 53px 0px 18px 63px;
}

.help-inline .help-inline-tip {
    width: 216px;
    border: 1px dashed #DFE2E8;
}

.wrap-ge {
    width: 470px;
    height: 400px;
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*box-shadow: 0 15px 22px -5px rgba(40, 75, 96, 0.18);*/
    border-radius: 0px 15px 15px 0px;
}

.combin_subtitle {
    text-align: left;
    margin: 40px 0;
}

.ing_bang {
    font-size: 14px;
    color: #434343;
}

.form-item .input-item {
    border-bottom: 1px solid #ccc;
    padding: 13px 0px;
    height: 45px;
    width: 100%;
}

.login_tips {
    font-size: 14px;
    color: #35417E;
    text-align: left;
    position: relative;
}

.warn {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.auth_login_btn {
    background-image: linear-gradient(97deg, #263475 7%, #E40613 100%);
    border-radius: 4px;
    height: 40px;
    margin-bottom: 14px;
}

p {
    margin: 0;
}

.combined-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 56vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.combined-mask .content {
    background: #fff;
    border-radius: 4px;
    padding: 25px 30px;
    width: calc(100% - 60px);
    position: relative;
    height: calc(100% - 80px);
    overflow: auto;
}

.combined-mask .content::-webkit-scrollbar {
    width: 0;
}

.combined-mask .content span {
    font-size: 20px;
    color: #262626;
    text-align: justify;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.combined-mask .content span::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 77px;
    height: 4px;
    background-image: linear-gradient(90deg, #263475 2%, #E40613 100%);
}

.close-combined {
    width: 16px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.combined-mask .content .info {
    font-size: 14px;
    color: #262626;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.combined-mask .content .info:last-child {
    margin-bottom: 0;
}

.combined-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3C3772;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F2F4FD;
}

.combined-tips img {
    width: 13px;
    margin-right: 6px;
}

/* 定制 */
.auth_page_wrappers {
    width: 100%;
    height: 100%;
    position: relative;
}

.auth_page_body {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 9;
}

.auth_page_content {
    padding-top: calc(50vh - 220px);
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    justify-content: center;
}

.active {
    display: block !important;
}

.auth_login_content {
    /* flex: 1;
    height: 0; */
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
    min-width: 1000px;
    min-height: 560px;
}

.content-bg {
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 15px 0px 0px 15px;
    min-width: 530px;
}

.school-logo {
    float: left;
    max-width: 720px;
}

.school-logo img {
    width: 214px;
    height: 42px;
    vertical-align: bottom;
}

.school-logo .logo-title {
    padding: 0px 16px 0px 0px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1D2129;
}

.school-logo .split-lines {
    width: 18px;
    border-top: 1px solid #D9D9D9;
    transform: rotate(90deg);
    display: inline-table;
    margin-bottom: 5px;
}

.main {
    width: calc(100% - 120px);
    height: calc(100% - 90px);
    padding: 10px 60px;
}

.container-ge .logo {
    display: none;
}

.tabHead {
    background: transparent !important;
    margin-top: 30px;
    overflow: initial !important;
}

.tabHead .tabHead-underline {
    display: none;
    width: 20px;
    height: 4px;
    background-color: #165DFF;
    border-radius: 2px;
    position: absolute;
    left: 38%;
    top: 34px;
}

.form .m-account,
.form .m-phone {
    background: transparent;
}

.selected_underline a {
    font-size: 18px;
    color: #165DFF;
    text-align: justify;
}

.loginFont_a {
    font-size: 16px;
    color: #86909C;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 400;
    position: relative;
    max-width: 100px;
}

.tabHead {
    width: calc(100% - 88px);
    height: 40px;
}

.tabHead span {
    text-align: center;
    margin-right: 20px;
    width: auto;
}

.login-main {
    margin-top: 96px;
}

.account-title {
    width: 100%;
    font-size: 14px;
    color: #1D2129;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
}

.container-ge .methods {
    margin-top: 30%;
    width: 100%;
    text-align: right;
}

.form .prex-icon {
    display: none;
}

.form .m-account .item,
.form .m-phone .item {
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    height: 87px;
}

.form .m-account .item input:hover,
.form .m-phone .item input:hover {
    border-color: #165DFF;
}

.item-error-tip {
    width: 100%;
    text-align: left;
    color: #F53F3F;
    font-size: 12px;
    line-height: 20px;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
    margin-left: 0;
    width: 100%;
    padding: 12px 0px 10px 0px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0px;
    border-bottom: 1px solid #EDEFF2;
}

.container-ge .btn .login-btn {
    width: 350px;
    ;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background-color: #165DFF;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 12px;
}

.container-ge .ge-btn {
    margin-top: 28px;
    text-align: left;
}

.check-title {
    width: calc(100% - 25px);
    color: #86909C;
    vertical-align: text-bottom;
}

.selected_underline {
    border-bottom: none !important;
}

.container-ge .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 120px);
    height: 24px;
    color: #3C3772;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    border-radius: 0px 0px 15px 0px;
    padding: 11px 60px;
}

.footer .ways .item img {
    width: 24px;
    height: 24px;
}

.bottom-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    color: #3C3772;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F7F8FA;
    border-radius: 0px 0px 15px 0px;
}

.bottom-tips img {
    width: 13px;
    margin-right: 6px;
}

.bottom-tips-qrcode {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3C3772;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F2F4FD;
}

.bottom-tips-qrcode img {
    width: 13px;
    margin-right: 6px;
}

.bottom-pane {
    margin-top: 20px;
    width: 675px;
    height: 80px;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.bottom-pane .left {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bottom-pane .right {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.official-img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
    background-color: #FFFFFF;
    border-radius: 23px;
}

.wxh {
    font-size: 14px;
    color: #262626;
    letter-spacing: 1px;
    font-weight: 400;
}

.copy-bottom {
    width: 100%;
    margin-top: 10%;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    bottom: 12px;
}

.wx_detail {
    width: 150px;
    height: 136px;
    position: absolute;
    right: -37px;
    top: -155px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 8px 12px rgba(0, 0, 0, 0.03);
    text-align: center;
    border-radius: 5px;
    z-index: 99;
}

.wx_detail::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid #FFFFFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}

.wx_detail img {
    width: 92px;
    height: 92px;
    margin-top: 5px;
}

.wx_detail p {
    display: block;
    color: #4E5969;
    margin-top: 8px;
    padding: 0px 3px;
    max-width: 144px;
    line-height: 22px;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
    margin-left: 0;
    width: 100%;
    padding: 12px 0;
}

.wrap-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: none;

}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wrap-mask .content {
    background: #fff;
    border-radius: 4px;
    padding: 25px 30px;
    width: calc(86% - 60px);
    position: relative;
    height: calc(100% - 80px);
    overflow: auto;
}

.wrap-mask .content::-webkit-scrollbar {
    width: 0;
}

.wrap-mask .content span {
    font-size: 20px;
    color: #262626;
    text-align: justify;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.wrap-mask .content span::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 77px;
    height: 4px;
    background-image: linear-gradient(90deg, #263475 2%, #E40613 100%);
}

.close-mask {
    width: 16px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}

.wrap-mask .content .info {
    font-size: 12px;
    color: #262626;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.wrap-mask .content .info:last-child {
    margin-bottom: 0;
}

.language_rhombus {
    position: absolute;
    right: 0;
    top: -60px;
    display: flex;
    align-items: flex-end;
}

.t_switch_language {
    /* width: 88px;
    height: 27px;
    line-height: 27px; */
    text-align: center;
    background: rgba(47, 47, 47, 0.40);
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    cursor: pointer;
    /* height: 2.6vh;
    width: 3.8vw;
    line-height: 2.6vh; */
}

.t_switch_language span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    height: 25px;
    width: 65px;
    line-height: 25px;
}

.active_language {
    /* width: 137px;
    height: 42px;
    line-height: 42px; */
    background: #35417E;
    position: relative;
    right: -4px;
}

.active_language span {
    font-size: 18px;
    width: 100px;
    height: 35px;
    line-height: 35px;
}

.qrcodeA {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: url(../images/qrcode.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.qrcodeB {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: url(../images/computer.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.qrcode-middle {
    position: absolute;
    top: 194px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.auth-qroce {
    position: relative;
    height: 100%;
}

.qrcode_title {
    display: none;
    position: absolute;
    top: 10%;
    left: 50px;
    font-size: 22px;
    color: #262626;
    letter-spacing: 1.22px;
    text-align: justify;
    font-weight: 700;
}

.qrcode_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 90px;
    height: 4px;
    background-image: linear-gradient(90deg, #263475 2%, #E40613 100%);
}

.qr_scan_box {
    height: 212px;
    width: 212px;
    background: transparent;
}

.qr_scan_Invalid {
    width: 212px;
    height: 212px;
    top: 50px;
    margin: 0;
}

.qr_scan_code img {
    width: 212px;
    height: 212px;
}

.qr_scan_Invalid img {
    top: 36%;
    left: 36%;
    margin: 0px 0px;
}

.qrcode_title_wx {
    width: 20px;
    margin-right: 10px;
}

#qr_refresh {
    width: 60px;
    height: 60px;
}

.qrcode_img_tip {
    position: absolute;
    top: 364px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.qrcode_img_tip img {
    width: 20px;
    margin-right: 10px;
}

.qrcode_img_tip p {
    font-size: 14px;
    color: #86909C;
    font-weight: 400;
    width: 237px;
}

.qr_scan_box .title {
    display: none;
}

.qrcode-question {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 44%;
    left: 74%;
    transform: translate(-50%, -50%);
}

#iframe {
    width: 522px;
    height: 410px;
    margin-top: 0;
    transform: scale(1);
}

.copy-bottom-a {
    text-decoration: none;
    color: #434343;
}

.g_switch_list {
    width: 102px;
    padding: 8px 5px;
    background: #FFFFFF;
    border-radius: 2px;
    vertical-align: top;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
    width: 100%;
    border: 0px solid red;
    padding: 12px 0px 10px 0px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #EDEFF2;
}

.form .captcha .captcha-img {
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;
    text-align: center;
    width: 86px;
    height: 30px;
}

.form .code .get-code {
    width: 90px;
    height: 22px;
    line-height: 22px;
    border: 0px solid #165DFF;
    border-radius: 4px;
    font-size: 15px;
    color: #165DFF;
    position: absolute;
    top: 40px;
    right: 0px;
    cursor: pointer;
    text-align: right;
}

.form-errorTip {
    height: 22px;
    font-size: 12px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    float: none;
}

.swiper-main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rememberMe {
    width: 100%;
    line-height: 22px;
    position: relative;
    text-align: left;
}

.t-language-switch {
    width: 128px;
    z-index: 5;
    text-align: right;
}

.common-login-btn {
    max-width: 102px;
    text-align: center;
    padding: 7px 16px;
    margin: 0px 20px 0px 0px;
    font-size: 14px;
    color: #1D2129;
    text-decoration: none;
    border: 0px solid #000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.left-bg {
    position: relative;
    width: 530px;
    height: 560px;
}

.g-school-union {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.g-school-switch {
    width: 100px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    color: #1D2129;
    background-color: #ffffff;
    border: 1px solid #DFE2E8;
}

.g-switch-result {
    width: 100%;
    height: 28px;
    padding: 5px 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border: 0px solid #DFE2E8;
    font-size: 14px;
    display: flex !important;
    align-items: center;
}

.g-switch-btn {
    flex: 1;
    width: 0;
}

.g-switch-arrow {
    background: url(../images/back.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}

.item-show {
    padding: 7px 0px;
    display: none;
}

.g-switch-list {
    width: 120px;
    padding: 2px 0px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #EDEFF2;
    position: relative;
    z-index: 99;
}

.g-switch-list::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 30px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}

.g-switch-list li {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0px 0px 0px 12px;
    width: calc(100% - 12px);
}

.g-switch-list li:hover {
    background-color: #F7F8FA;
}

.ids-union-a {
    display: block;
    text-decoration: none;
    color: #1D2129;
}

.ids-union-btn {
    padding: 0px 5px;
    background-color: #FFFFFF;
}

.g-language-switch {
    width: 110px;
    height: 32px;
    border-radius: 2px;
    color: #1D2129;
    float: right;
}

.g-logo-title {
    width: 1000px;
    height: 44px;
    margin-bottom: 40px;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.prompt-top {
    display: none;
    position: absolute;
    top: -42px;
    left: -5px;
    max-width: 150px;
    height: 22px;
    line-height: 22px;
    background: #FFFFFF;
    box-shadow: 0 6px 6px -2px rgba(40, 75, 96, 0.18);
    border-radius: 2px;
    text-align: center;
    color: #4E5969;
    padding: 6px 8px;
}

.prompt-top::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 34px;
    width: 0;
    height: 0;
    border-top: 5px solid #FFFFFF;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}

.prompt-bottom {
    max-width: 150px;
    height: 22px;
    line-height: 22px;
    background: #FFFFFF;
    box-shadow: 0 6px 6px -2px rgba(40, 75, 96, 0.18);
    -moz-border-radius: 20px;
    border-radius: 2px;
    text-align: center;
    color: #4E5969;
    padding: 6px 8px;
    position: absolute;
    top: 34px;
    left: -21px;
}

.prompt-bottom::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    width: 0;
    height: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    transform: translateX(-50%);
}

.mobile-tip-prompt {
    display: none;
    position: absolute;
    top: -19px;
    left: 27px;
    width: 238px;
    max-height: 400px;
    background: #1D2129;
    border-radius: 2px;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    z-index: 999;
}

.mobile-tip-prompt::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #1D2129;
    transform: translateY(-50%);
}

.text_ellipsis {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: break-word;
    display: inline-block;
}

.fidoLogo {
    height: 226px;
    width: 259px;
    margin: 100px auto 40px auto;
    border: 0px solid #F5F5F5;
}

.fidoLogo .fidoLogoImage {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.fidoLogo .text {
    width: 100%;
    color: #165DFF;
    text-align: center;
    margin: 10px 0px;
}

.mobile-tip {
    vertical-align: top;
    cursor: pointer;
    padding: 3px 0px 0px 6px;
}

.ge-input-eye {
    width: 15px;
    height: 14px;
    position: absolute;
    bottom: 33px;
    right: 10px;
    cursor: pointer;
}

.ge-input-eye.eye-hide {
    background: url(../images/eyehide.png) no-repeat;
    background-size: 15px 14px;
}

.ge-input-eye.eye-show {
    background: url(../images/eye.png) no-repeat;
    background-size: 15px 12px;
}

.bottom-pane .item {
    display: inline-block;
    position: relative;
}

.item-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #4E5969;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDEFF2;
    margin: 0px 12px;
}

.item-img:hover {
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.check-box {
    width: 14px;
    height: 14px;
    border: 1px solid #E8E8E8;
    background-color: #FFFFFF;
    line-height: 14px;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.check-box::after {
    width: 12px;
    height: 12px;
    border: 1px solid #E8E8E8;
    content: ' ';
    color: #000;
    position: absolute;
    top: 4px;
    left: 0px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    border-radius: 2px;
}

.check-box:checked::after {
    content: "✓";
    color: #FFFFFF;
    background-color: var(--theme-color, #165DFF);
}

/* dz */
.auth_page_top {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.auth_page_top .dz-logo {
    height: 72px;
}

.dz-logos {
    position: absolute;
    top: -94px;
    display: flex;
}

.dz-logos h5 {
    margin-left: 28px;
    line-height: 75px;
    font-family: 'Microsoft YaHei UI';
    font-size: 32px;
    white-space: nowrap;
    color: rgba(23, 63, 105, 1);
    line-height: 70.76px;
    letter-spacing: 0.25em;
    font-weight: 400;
    flex-shrink: 0;
}

/*.dz-logos h5::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -12px;*/
/*    top: 3px;*/
/*    width: 2px;*/
/*    height: 24px;*/
/*    background: #1F296A;*/
/*}*/

.contact-me {
    display: flex;
    align-items: center;
}

.contact-me li {
    margin-right: 20px;
    position: relative;
}

.contact-me li::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 3px;
    width: 1px;
    height: 12px;
    background: #333;
}


.contact-me li:last-child {
    margin-right: 0;
}

.contact-me li:last-child::after {
    content: "";
    display: none;
}

.contact-me li a {
    text-decoration: none;
    color: #333;
}

.auth_page_content {
    padding-top: 0;
    position: relative;
    height: calc(100vh - 204px);
    min-height: 540px;
    flex-direction: row;
    justify-content: flex-end;
}

.bottom-container {
    position: relative;
    bottom: 4px;
    left: 0;
    width: 100%;
    min-width: 900px;
    text-align: left;
    margin-top: 16px;
    justify-content: end;
    display: flex;
}

.dztips h3 {
    font-family: 'Microsoft YaHei UI';
    font-size: 18px;
    white-space: nowrap;
    color: rgba(29, 33, 41, 1);
    line-height: 26px;
    font-weight: 700;
}

.dztips h3 img {
    width: 16px;
    position: absolute;
    left: -20px;
}

.dztips p {
    margin-top: 4px;
    width: 557px;
    font-family: 'Microsoft YaHei UI';
    font-size: 14px;
    /*white-space: nowrap;*/
    color: rgba(78,89,105,1);
    line-height: 24px;
    font-weight: 400;
    flex-shrink: 0;
}

.auth_login_footer {
    width: 100%;
    /* text-align: center; */
    color: #666;
    font-size: 14px;
    position: absolute;
    bottom: 11px;
}

.swiper-main {
    overflow: hidden;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.auth_login_content {
    min-width: 446px;
    min-height: 446px;
    margin-right: 5%;
    margin-top: 100px;
    background-color: #FFFFFF;
}

.wrap-ge {
    height: auto;
    width: 446px;
    border-radius: 0;
    min-height: 453px;
}

.main {
    width: calc(100% - 76px);
    height: auto;
    padding: 46px 38px;
}

.wrap-ge-border {
    padding: 10px;
    /*background: rgba(255, 255, 255, 0.5);*/
    border-radius: 5px;
}

.tabHead {
    margin-top: 0;
    width: calc(100% - 72px);
}

.tabHead span {
    width: 50%;
    margin-right: 0;
}

.selected_underline {
    border-bottom: 3px solid rgba(0, 139, 138, 1) !important;
}

.selected_underline a {
    font-family: 'Microsoft YaHei UI';
    font-size: 18px;
    white-space: nowrap;
    color: rgba(0, 139, 138, 1);
    line-height: 26px;
    font-weight: 700;
}

.form .prex-icon {
    display: block;
}

.form .m-account .item,
.form .m-phone .item {
    height: 51px;
    border: 1px solid #EDEFF2;
    border-radius: 4px;
    margin-top: 20px;
}

.form .m-account>div.password>input,
.form .m-account>div.username>input,
.form .m-phone>div.username>input {
    border-bottom: none;
    padding: 15px 0px 14px 50px;
    box-sizing: border-box;
}

.form .m-account>div.captcha>input, .form .m-phone>div.captcha>input, .form .m-phone>div.code>input {
    border-bottom: none;
    padding: 15px 0px 14px 50px;
    box-sizing: border-box;
}

.login-main {
    margin-top: 60px;
}

.ge-input-eye {
    bottom: 16px;
}

.form .captcha .captcha-img {
    top: 11px;
    right: 10px;
}

.form .m-account > div, .form .m-phone > div {
    margin-top: 10px;
}

.check-title {
    color: #000;
}

.container-ge .ge-btn {
    margin-top: 0;
}

.form .m-account > div, .form .m-phone > div {
    overflow: visible;
}

.container-ge .help {
    width: 100%;
    position: relative;
    left: 0;
    margin: 10px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-ge .btn .login-btn {
    width: 100%;
 
}
.container-ge .footer {
    /*background: rgba(12, 74, 249, 0.05);*/
}

.help .activation-account,.help .unlock-account,.help .fetch-online,.help .fo-password {
    color: #444;
    margin-right: 8px;
}

.container-ge ::-webkit-input-placeholder {
    color: #444;
    font-size: 15px;
}

.container-ge :-moz-placeholder {
    color: #444;
    font-size: 15px;
}

.container-ge :-ms-input-placeholder {
    color: #444;
    font-size: 15px;
}

.container-ge .footer {
    width: calc(100% - 76px);
    padding: 11px 38px;
}

.form .m-phone .code .get-code {
    top: 15px;
    right: 10px;
}

.swiper-slide {
    overflow: hidden;
}

.text10{
    opacity: 0.7;
    font-family: 'Microsoft YaHei UI';
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    color: #000;
    line-height: 36px;
    font-weight: 400;
    flex-shrink: 0;
    margin-top: -83px;
}

.text_login_show{
    margin-top: 3px;
    margin-left: 5px;
}

.text25
{
    margin-left: 25%;
    font-family: 'yuweij';
    font-size: 52px;
    color: rgba(169,7,9,1);
    line-height: normal;
    letter-spacing: 16px;
    font-weight: 500;
    flex-shrink: 0;
    margin-top: 20px;
}

.ysu-swiper-container{
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.ways {
    position: fixed;
    margin-top: -15px;
}

.top-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.dz_ewm {
    /*display: none;*/
    width: 267px;
    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: 0px;
    font-family: 'Microsoft YaHei UI';
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    color: rgba(134, 144, 156, 1);
    line-height: 22px;
    font-weight: 400;
}


.container-ge .footer {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    margin-top: 41px;
}

.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;
}

.text25 img{
    width: 110px;
    height: 110px;
    margin-left: 15px;
}

.dztips{
    margin-right: 12.5%;
}

.left_bg{
    width: 696px;
    height: 476px;
    overflow: hidden;
    box-sizing: border-box;
}

.text21__seg1{
    color: rgba(0, 139, 138, 1);
}

.dz-logo-top{
    width: 300px;
}

.language-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: -128px;
    right: 5px;
    z-index: 20;
    border-radius: 100px;
}

.language-box span {
    display: inline-block;
    cursor: pointer;
    min-width: 70px;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    color: rgba(0, 139, 138, 1);
    background: #fff;
}

.language-box span.active {
    background: rgba(0, 139, 138, 1);
    color: #fff;
}

.language-box span:first-of-type {
    border-radius: 100px 0 0 100px;
}

.language-box span:last-of-type {
    border-radius: 0 100px 100px 0;
}


.wx-cut{
    width: 320px;
    height: 184px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}