#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(../../../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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset;
    border: none;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 90%; !* 修改为距离左侧90%，即右侧10%的位置 *!*/
    /*transform: translate(-100%, -50%); !* 修改水平平移为-100%，让卡片右侧对齐到10%位置 *!*/
    /*-webkit-transform: translate(-100%, -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 {
    background-color: unset;
    border: none;
    padding: 0;
    color: red;
}

#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;
    margin-top: 1.25rem;
}

#phone_captcha_parent > div:nth-child(2) {
    margin-top: 20px;
    width: 35%;
    float: left;
    font-size: 15px;
    text-align: right;
    padding-right: 5px;
    color: #ffffff;
}

#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: #FFFFFF;
}

.forget {
    width: 50%;
    float: right;
    font-size: 12px;
    color: #343a40;
    text-align: right;
}

.forget a {
    color: #FFFFFF;
}

.psd_remember {
    float: right;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
}

.first_login{
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 10px;
}

#rememberUsernameAndPassword{
    margin: 0 5px 0 0;
}

#rememberUsernameAndPassword {
    height: 20px;
    width: 14px;
    margin-right: 5px;
    cursor: pointer
}

.acc_psd_remember {
    float: right;
    font-size: 12px;
    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;
}

.third-login {
    width: 340px;
    margin-bottom: 10px;
}

#appForm{
    display: none;
}

@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 {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    line-height: 37px;
}

@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;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .login-left {
        border-radius: 0.75rem;
    }
}

.login-left {
    background-color: rgba(255, 255, 255, 1);
    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: #343a40;
}

#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;
    font-size: 12px;
}

.third-login-img {
    width: 34px;
    height: 34px;
    margin: 5px 10px;
    cursor: pointer;
}

#bodyOfLoginView {
    /*display: none;*/
}

/* 移除原有的.card-header-logo #schoolLogo样式 */
/* .card-header-logo #schoolLogo {
    width: 11.75rem;
    height: 2.35rem;
    margin-left: 10px;
}
*/

.card #schoolLogo {
    position: absolute;
    left: 10rem;
    top: 5rem;
    width: 31.2rem;
    height: 5.6rem;
    z-index: 9999; /* 确保在最上层显示 */
}

.appCodebgcontainer{
    position: absolute;
    right: 0;
    top: 0;
    width: 113px;
    height: 113px;
    border-top: 113px solid rgba(97, 107, 105, .5);
    border-left: 113px solid transparent;
    cursor: pointer;
}

.appCodebgcontainer img{
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    display: block;
    position: absolute;
    right: 17px;
    top: -92px;

}

.card-main{
    width: 22rem;
    position: absolute;
    box-sizing: content-box;
    top: 50%;
    left: 90%; /* 修改为距离左侧90%，即右侧10%的位置 */
    transform: translate(-100%, -50%); /* 修改水平平移为-100%，让卡片右侧对齐到10%位置 */
    -webkit-transform: translate(-100%, -50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    padding: 3.25rem 5.8rem 1.25rem;
    border-radius: .5rem;
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-main .card-main-header{
    margin: 0rem 0rem 2.5rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
}
#schoolLogo1{
    display: none;
}

.card-main .card-main-form{
    width: 100%;
}

.card-main .card-main-form-header{
    display: flex;
    align-items: center;
    color: #fff;

}


.pick-div {
    border-bottom: 2px solid #fff;
}

.form-control{
}

.card-input{
    /* 有不是display 为none的子类时，才显示边框 */
    border-bottom: 1px solid #bebdba;
}

.form-group input{
    width: 92%;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    /* margin-left: 28rem; */
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    color: #fff;
    border-radius: unset;
    padding: 0;
}

.form-group input:focus{
    outline: none;
    background-color: transparent;
    box-shadow: unset;
    color: #fff;
    border-radius: unset;
}

.form-group input::placeholder{
    color: #bebdba;
    font-size: 1rem;
}

.getPassword{
    margin-left: -1.375rem;
    margin-top: 0.625rem;
    color: #fff;
    width: 120%;
}

.getPassword-title{
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #fff;
}

#loginScan{
    display: none;
}

#loginIcon{
    width: 116px;
    height: 116px;
}




#bodyOfLoginView {
    /* 防止背景图片闪烁 */
    background-attachment: fixed;
    /* 确保内容在最上层 */
    position: relative;
    z-index: 1;
}

/* 确保内容不受背景影响 */
#container {
    position: relative;
    z-index: 2;
}

input:-webkit-autofill {
    background: transparent!important;
    color: white!important;
}

input:-webkit-autofill {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 111111s ease-out, background-color 111111s ease-out;
}

/* 禁用Edge浏览器密码输入框的小眼睛图标 */
input::-ms-reveal {
    display: none !important;
}

/*!* 同时兼容其他可能的伪元素选择器 *!*/
/*input::-ms-clear {*/
/*    display: none !important;*/
/*}*/

/*!* 为了更全面，也可以添加针对现代浏览器的通用隐藏样式 *!*/
/*input[type="password"]::-webkit-textfield-decoration-container {*/
/*    display: none;*/
/*}*/


#appForgetGroup{
    display: none;
}

/*移动端适配*/
@media screen and (max-width: 768px) {
    .card-main{
        width: 90%;
        padding: 2.25rem 1.8rem 1rem;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        transform: translate(-50%, -50%);
    }
    .card #schoolLogo{
        height: 0;
    }
    .appCodebgcontainer {
        display: none;
    }

    .getPassword{
        margin-left: 0rem;
        margin-top: 0.625rem;
        width: 100%;
        display: none;
    }


    #loginIcon{
        bottom: 27%;
        right: 23px;
    }
    .card-main-header{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        font-size: 1rem!important;
        gap: 1rem;
        margin-bottom: 1.5rem!important;
    }
    #schoolLogo1{
        display: block;
        width: 11rem;
    }
    .first_login{
        display: none;
    }
    .first_login1{
        display: block;
    }

    #appForgetGroup{
        display: flex;
    }

    .forget{
        padding-bottom: 12px;
    }
}

@media screen and (min-height: 600px) {
    #auth-language {
        top: 1.125rem;
    }
}



