#fullbg {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.slider {
    background-color: #fff;
    width: 278px;
    height: 285px;
    z-index: 999;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 6px;
    box-shadow: 0 0 11px 0 #999999;
}

.bg-img-div {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
}

.slider-img-div {
    height: 100%;
    position: absolute;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
}

.bg-img-div img {
    width: 100%;
    height: 100%;
}

.slider-img-div img {
    width: 47px;
    height: 100%;
}

.slider .slider-move {
    height: 60px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.slider .bottom {
    height: 19px;
    width: 100%;
}

.slider-move-track {
    background-size: 100% 0;
}

.refresh-btn, .close-btn, .slider-move-track, .slider-move-btn {
    background: url(https://web.cztgi.edu.cn/https/77726476706e69737468656265737421f1f6409d693372447901c7a99c406d3647/fwk_cas_service/images/sprite.1.2.4.png) no-repeat;
}

.refresh-btn, .close-btn {
    display: inline-block;
}

.slider-move .slider-move-track {
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #88949d;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.slider {
    user-select: none;
}

.slider-move .slider-move-btn {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    background-position: -5px 11.79625%;
    position: absolute;
    top: -12px;
    left: 0;
    width: 66px;
    height: 66px;
}

.slider-move-btn:hover, .close-btn:hover, .refresh-btn:hover {
    cursor: pointer
}

.bottom .close-btn {
    width: 20px;
    height: 20px;
    background-position: 0 44.86874%;
}

.bottom .refresh-btn {
    width: 20px;
    height: 20px;
    background-position: 0 81.38425%;
}

#dialog {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin: 0 0 0 1.25rem;
    z-index: 1001;
}

#dialog p {
    background: #CCCCCC;
}

#dialog p.close {
    text-align: right;
}

#dialog p.close a {
    color: #fff;
    text-decoration: none;
}

.card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.card-header {
    margin: 0 auto;
    border-bottom: none;
}

.font-black {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 16px;
}

.slider .content {
    width: 100%;
    height: 177px;
    position: relative;
}

#showErrorMsg {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

#errors_back, #errors_back span, #phoneCapchaGroup {
    display: none;
}

#captcha_parent, #phone_captcha_parent {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    outline: 0;
    background-color: #fff;
}

#captcha_parent > div:first-child, #phone_captcha_parent > div:first-child {
    width: 65%;
    float: left;
}

#captcha_parent > div:nth-child(2) {
    width: 35%;
    float: left;
}

#phone_captcha_parent > div:nth-child(2) {
    width: 35%;
    float: left;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    color: #2E55EF;
}

#phone_captcha_parent input, #captcha_parent input {
    outline: 0;
    border: 0;
}

#captcha_img {
    float: right;
    height: 40px;
    cursor: pointer
}

#phoneCaptchaSpan {
    cursor: pointer;
    line-height: 40px;
}

#rememberGroup {
    padding-bottom: 10px;
    display: none;
}

#rememberGroup1 {
    padding-bottom: 5px;
}

.first_login {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.first_login a {
    color: #fff;
}

.forget {
    width: 50%;
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.forget a {
    color: #fff;
}

.psd_remember {
    float: right;
    font-size: 12px;
    color: #2E55EF;
    text-align: right;
}

#rememberUsernameAndPassword {
    height: 20px;
    width: 14px;
    margin-right: 5px;
    cursor: pointer
}

.acc_psd_remember {
    float: right;
    font-size: 12px;
    color: #fff;
    text-align: left
}

#userLoginSubType {
    padding-bottom: 0;
    padding-top: 15px;
}

.btn-submit {
    cursor: pointer;
    background-color: #2E55EF !important;
}

.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit:visited, .btn-submit:link {
    background-color: #2E55EF !important;
}

#sectionSubType {
    padding-bottom: 0;
    padding-top: 15px;
    display: none;
}

.tips {
    float: left;
    text-align: center;
    height: 30px;
    cursor: pointer;
}

.tips_account {
    width: 100%;
}

.tips_other {
    display: none;
    width: 25%;
}

html {
    touch-action: none;
    touch-action: pan-y;
}

html, body {
    height: 100%;
    width: 100%;
    text-rendering: auto;
}

.login-left #schoolLogo {
    margin-left: 15px;
}

.third-login {
    width: 340px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (min-width: 700px) {
    .login-left {
        width: 400px;
    }

    .card-header-logo, .card-header {
        width: 360px;
    }

    .footerText {
        max-width: 1110px;
        word-wrap: break-word; /* 允许在长单词或URL地址内部进行换行 */
        overflow-wrap: break-word; /* 对于兼容性更好的浏览器 */
    }
}

@media (max-width: 700px) {
    .third-login {
        display: none;
    }

    .login-left, .card-header-logo, .card-header {
        width: 360px;
    }

    #dialog {
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .footerText {
        white-space: nowrap;
        overflow-x: auto;
    }
}

.login-left #schoolName {
    margin-left: 10px;
    color: #fff;
    font-size: 14px
}

@media (max-width: 360px) {
    .card {
        width: 90%;
    }

    .login-left, .card-header-logo, .card-header {
        width: 100%;
        text-align: center;
    }

    .login-left #schoolLogo {
        margin-left: 0;
    }

    .login-left #schoolName {
        display: none;
    }
}

.card-header-logo {
    margin: 0 auto;
    padding: 16px 0;
}

@media (max-width: 600px) {
    .login-left {
        border-radius: 0.75rem;
    }
}

.login-left {
    background-color: rgba(0, 0, 0, 0.45);
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    display: inline-block;
}

.login-submit {
    line-height: 20px;
}

.third-login > div:first-child {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 250px;
    background-color: #fff;
    border-radius: 16px;
}

#qywxlogin_div1, #weChat_div1 {
    padding-top: 30px;
    width: 210px;
    margin: 0 auto;
    color: #fff;
}

.qywx-text, .weChat-text {
    text-align: center;
    display: none;
    font-size: 12px;
    line-height: 25px;
}

.qywx-text > img, .weChat-text > img {
    width: 25px;
    height: 25px
}

#captchaGroup {
    display: none;
}

#copyRightView a:link, #copyRightView a:visited, #copyRightView a:visited {
    color: #00ccea;
}

#elseLoginType {
    display: none;
    margin-top: 10px;
}

#elseLoginType > div:nth-child(2) {
    text-align: center;
}

#qywxlogin_div, #ding_div, #weChat_div, #qq_div {
    display: none;
}

.other_login {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.third-login-img {
    width: 34px;
    height: 34px;
    margin: 5px 10px;
    cursor: pointer;
}

#bodyOfLoginView {
    display: none;
}