
/* 禁止深色模式 */
@media (prefers-color-scheme: dark) {
    /*:root {*/
    /*    !* 重置为浅色模式的样式 *!*/
    /*    --el-card-bg-color: #ffffff !important; !* 强制背景颜色在深色模式下也为浅色 *!*/
    /*    --el-bg-color: #ffffff !important; !* 强制背景颜色在深色模式下也为浅色 *!*/
    /*}*/
    /*body {*/
    /*    background-color: #ffffff; !* 强制设置为白色背景 *!*/
    /*    !*color: #000000; !* 强制设置为黑色文字 *!*!*/
    /*    !* 其他强制浅色模式的样式 *!*/
    /*}*/
}


@font-face {
    font-family: 'PingFangSC-Regular';
    src: url('https://ossc.cqcet.edu.cn/static/portal/font/PingFang SC Regular.ttf');

}

@font-face {
    font-family: 'MicrosoftYaHei';
    /*src: url('https://ossc.cqcet.edu.cn/static/portal/font/Microsoft YaHei.ttf');*/
}

.index_phone_bg {
    display: none;
}
.authLogo-div {
    display: none;
}

.login-container .form-input{
    height: 46px;
    /*border-radius: 10px;*/
    opacity: 1;
    box-sizing: border-box;
    /*border: 1px solid #ECECEE;*/
    /*box-shadow: inset 0px 1px 2px 0px rgba(115, 134, 150, 0.3);*/
}

.form-input .el-input__wrapper{
    border-radius: 10px!important;
}


.straight-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.straightLine{
    display: inline-block;
    width: 29.83px;
    height: 1px;
    opacity: 1;
    border: 1px solid #E1E6ED;
}
.login-container .options-text {
    margin-bottom: 20px;
    margin-left: 7.9px;
    margin-right: 7.9px;
    font-size: 16px;
    color: #29293A;
}
/* 可选：自定义内容区域样式 */
.login-container .el-tab-pane {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    border-radius: 4px;
    margin-top: 5px;
}
.login-container .myTabs {
    margin: 20px;
    padding-left: 56px;
    padding-right: 56px;
}

.information-icon{
    width: 16.67px;
    height: 16.67px;
}
.help-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-text{
    margin-left: 11.67px;
}

.code-buttton-disabled{
    background-color: #E1E6ED !important;
    border-radius: 10px !important;
    color: #838395 !important;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0px;
    height: 100% !important;
}

.code-buttton {
    background: #8254AB!important;
    border-radius: 10px!important;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF!important;
    height: 46px;
    width: 100%;

}


.form-label {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2F3236;
    margin-bottom: 10px;
}
.login-container .schoolLogo-container {
    position: absolute;
    left: 520px;
    top: 128px;
    min-width: 15.94%;
    min-height: 37.01%;
    opacity: 1;
}

.prompt-win{
    width: 480px;
    /*height: 60%;*/

}
.prompt-win-title{
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    /* Light/中性色 Neutral/Text/Primary */
    color: #303133;
    z-index: 1;
}

.prompt-button-txt{


    width: 100%;
    min-height: 44px;
    opacity: 1;
    font-variation-settings: "opsz" auto;
    /* Light/中性色 Neutral/Text/Primary */
    color: #303133;
    z-index: 1;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    font-variation-settings: "opsz" auto;
}
.prompt-button-title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 14px;
    font-variation-settings: "opsz" auto;
}
.prompt-win .dialog-footer{
    display: flex;
    /*justify-content: right;*/
    justify-content: flex-end;
    margin: 24px 0;
    width: 100%;

}
/*.prompt-button{*/
/*    background: #791DB5!important;*/
/*    color: #FFFFFF!important;*/
/*}*/
/*.prompt-button:hover{*/
/*    background: #791DB5!important;*/
/*    color: #FFFFFF!important;*/
/*}*/
.prompt-win .el-dialog__body{
    padding: 0px!important;
}
.prompt-top{

    width: 100%;
    /*min-height: 352px;*/
    font-variation-settings: "opsz" auto;
    /* Light/中性色 Neutral/Text/Primary */
    color: #303133;
    z-index: 0;
    line-height: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
}
.prompt-top-title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 14px;
    font-variation-settings: "opsz" auto;
}


.enterWx-title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-aside{
    overflow-y: hidden;
}
.login-el-container{
    height: 100%;
    /*height: calc(100% - 62px);*/
}
#app{
    overflow-y: auto;
}
.login-container {
    background-color: white;
    /*height: 100%;*/
    height: calc(100% - 62px);
}
.site-footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.site-footer .info-row {
    display: flex;

    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    justify-content: center;
}


.site-footer .info-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.site-footer .divider {
    color: #999;
}
.site-footer .police-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.site-footer .browser-support {
    text-align: center;
    color: #999;
}
.site-footer  .info-item a:hover {
    color: #333;
}

.site-footer  .info-item a {
    color: inherit;
    text-decoration: none;
}


.site-footer {
    width: 100%;
    background-color: #f5f5f5;
    padding: 12px 0;
    font-size: 12px;
    color: #666;
    height: 62px;
}



/* pc端*/
@media (min-width: 1330px) and (max-width: 1920px) and (orientation: landscape) {
    html body #app {
        overflow-y: auto!important;
    }
}
/* 针对宽屏设备且处于横向模式 */
@media (min-width: 1200px) and (max-width: 1330px) and (orientation: landscape) {
    html body #app {
        overflow-y: auto!important;
    }
    .login-container .left-aside {
        display: none!important;
    }
}
@media (min-width: 564px) and (max-width: 1024px)  {

    .login-container{
        /*height: calc(100% - 86px);*/
        height: 100%;
    }
    .site-footer{
        height: 86px;
    }
}
@media (min-width: 300px) and (max-width: 564px)  {

    .login-container{
        /*height: calc(100% - 105px);*/
        height: 100%;
    }
    .site-footer{
        height: 105px;
    }
}


/* 针对宽屏设备且处于横向模式 */
@media (min-width: 810px) and (max-width: 1200px)  {
    html body #app {
        overflow-y: auto!important;
    }
    .login-container .left-aside {
        display: none!important;
    }


}
/* 针对宽屏设备且处于横向模式 */
@media (min-width: 300px) and (max-width: 810px)  {
    html body #app {
        overflow-y: auto!important;
    }
    .login-container .left-aside {
        display: none!important;
    }

    .schoolLogo-container{
        display: none!important;
    }
    .authLogo-container{
        object-fit: fill!important;
    }
    .login-container .myCard{
        width: 100%!important;
    }
    .login-container .scanChangeBtn-text{
        font-size: 14px!important;
    }


    .left-login-col{
        display: none!important;
    }
    .right-login-col{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .login-container .myTabs{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }


}






/* 移动端 */
@media (min-device-width: 1024px) and (max-device-width: 1348px) and (-webkit-min-device-pixel-ratio: 2) {

    html body #app {
        /*height: 100vh;*/
        overflow-y: auto!important;
    }
    .login-container .left-aside {
        display: none!important;
    }


}

@media (min-device-width: 769px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .login-container .myMain {
        display: flex;
         justify-content: normal!important;
        align-items: center;
        flex-direction: column-reverse!important;
    }


    html body #app {
        /*height: 100vh;*/
        overflow-y: auto!important;
    }

    .index_phone_bg {
        display: flex;
        background-image: url("http://ossc.cqcet.edu.cn/static/portal/index_phone_bg.png");
        background-size: 100% 100%;
        width: 100%;
        height: 252px;

        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        z-index: 1;
    }
    .index_phone_bg-css{
        position: absolute;
        left: 0px;
        top: 213px;
        width: 100%;
        height: 614px;
        opacity: 1;
        z-index: 0;
        background: linear-gradient(180deg, #C1ABA2 0%, rgba(216, 216, 216, 0) 100%);
    }


    .login-container .left-aside {
        display: none!important;
    }

    .login-container .myCard {
        width: 86%!important;
        background: white;
        min-height: 648px;
        border-radius: 10px;
        opacity: 1;
    }

    .myMain {
        z-index: 2;
        padding: 0px!important;
        /*margin-top: 38px;*/
        /*margin-top: 234px;*/
        margin-top: 0px;


    }
    .authLogo-div{

        width: 100%;
        margin-top: 33px;
        display: flex;
        justify-content: center;
    }

    .authLogo-container{
       display: none;
    }
    .authLogo-container-phone{
        min-width: 228.42px!important;
        height: 49.01px!important;
        margin-bottom: 0px!important;
    }
    .left-login-col{
        display: none!important;
    }
    .right-login-col{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .login-container .myTabs {
        /*margin-top: 121px!important;*/
        margin-top: 38px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
    }

    .login-container .el-tab-pane{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .help-text{
        height: 13px;
        opacity: 1;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: 12.6px;
        letter-spacing: 1.05px;
        color: #9191A1;
    }
    .help-link{
        color: #801E14
    }
    /*.code-margin-col{*/
    /*    display: none;*/
    /*    !*max-width: 0%!important;*!*/
    /*    !*flex: 0 0 0%!important;*!*/
    /*}*/
    /*.code-buttton-col{*/
    /*    max-width: 29%!important;*/
    /*    flex: 0 0 29%!important;*/
    /*}*/

    .schoolLogo-container{
        display: none;
    }
}



@media (min-device-width: 668px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {


    .el-message{
        top: 35%!important;
    }

    .prompt-win{
        margin-top: 20vh!important;
    }
    html body #app {
        /*height: 100vh;*/
        overflow-y: auto!important;
    }

    .index_phone_bg {
        display: flex;
        background-image: url("http://ossc.cqcet.edu.cn/static/portal/index_phone_bg.png");
        background-size: 100% 100%;
        width: 100%;
        height: 252px;

        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        z-index: 1;
    }
    .index_phone_bg-css{
        position: absolute;
        left: 0px;
        top: 213px;
        width: 100%;
        height: 614px;
        opacity: 1;
        z-index: 0;
        background: linear-gradient(180deg, #C1ABA2 0%, rgba(216, 216, 216, 0) 100%);
    }


    .login-container .left-aside {
        display: none!important;
    }

    .login-container .myCard {
        width: 86%!important;
        background: white;
        min-height: 648px;
        border-radius: 10px;
        opacity: 1;
    }

    .myMain {
        z-index: 2;
        padding: 0px!important;
        /*margin-top: 38px;*/
        margin-top: 234px;


    }
    .authLogo-div{
        width: 100%;
        margin-top: 33px;
        display: flex;
        justify-content: center;
    }

    .authLogo-container{
        display: none;
    }
    .authLogo-container-phone{
        min-width: 228.42px!important;
        height: 49.01px!important;
        margin-bottom: 0px!important;
    }
    .left-login-col{
        display: none!important;
    }
    .right-login-col{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .login-container .myTabs {
        /*margin-top: 121px!important;*/
        margin-top: 38px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
    }

    .login-container .el-tab-pane{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .help-text{
        height: 13px;
        opacity: 1;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: 12.6px;
        letter-spacing: 1.05px;
        color: #9191A1;
    }
    .help-link{
        color: #801E14
    }
    /*.code-margin-col{*/
    /*    display: none;*/
    /*}*/
    /*.code-buttton-col{*/
    /*    max-width: 29%!important;*/
    /*    flex: 0 0 29%!important;*/
    /*}*/

    .schoolLogo-container{
        display: none;
    }
}


@media (min-device-width: 320px) and (max-device-width: 414px) and (max-device-height: 850px) and (-webkit-min-device-pixel-ratio: 2)
{
    .myMain {
        margin-top: 50px!important;
    }
}

@media (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

    .el-message{
        top: 35%!important;
    }
    .prompt-win{
        margin-top: 20vh!important;
    }
    html body #app {
        /*height: 100vh;*/
        overflow-y: auto!important;
    }

    .index_phone_bg {
        display: flex;
        background-image: url("http://ossc.cqcet.edu.cn/static/portal/index_phone_bg.png");
        background-size: 100% 100%;
        width: 100%;
        height: 252px;

        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        z-index: 1;
    }
    .index_phone_bg-css{
        position: absolute;
        left: 0px;
        top: 213px;
        width: 100%;
        height: 614px;
        opacity: 1;
        z-index: 0;
        background: linear-gradient(180deg, #C1ABA2 0%, rgba(216, 216, 216, 0) 100%);
    }


    .login-container .left-aside {
        display: none!important;
    }

    .login-container .myCard {
        width: 86%!important;
        background: white;
        min-height: 648px;
        border-radius: 10px;
        opacity: 1;
    }

    .myMain {
        z-index: 2;
        padding: 0px!important;
        /*margin-top: 38px;*/
        /*margin-top: 234px;*/
        margin-top: 142px;


    }
    .authLogo-div{
        width: 100%;
        margin-top: 33px;
        display: flex;
        justify-content: center;
    }

    .authLogo-container{
        display: none;
    }
    .authLogo-container-phone{
        min-width: 228.42px!important;
        height: 49.01px!important;
        margin-bottom: 0px!important;
    }
    .left-login-col{
        display: none!important;
    }
    .right-login-col{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .login-container .myTabs {
        /*margin-top: 121px!important;*/
        margin-top: 38px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
    }

    .login-container .el-tab-pane{
        padding-left: 0px!important;
       padding-right: 0px!important;
    }

    .help-text{
        height: 13px;
        opacity: 1;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: 12.6px;
        letter-spacing: 1.05px;
        color: #9191A1;
    }
    .help-link{
        color: #801E14
    }
    /*.code-margin-col{*/
    /*    display: none;*/
    /*    !*max-width: 0%!important;*!*/
    /*    !*flex: 0 0 0%!important;*!*/
    /*}*/
    /*.code-buttton-col{*/
    /*    max-width: 29%!important;*/
    /*    flex: 0 0 29%!important;*/
    /*}*/

    .schoolLogo-container{
        display: none;
    }
}


@media (min-device-width: 440px) and (max-device-width: 516px) and (-webkit-min-device-pixel-ratio: 1) {

    .el-message{
        top: 35%!important;
    }
    .prompt-win{
        margin-top: 20vh!important;
    }
    html body #app {
        /*height: 100vh;*/
        overflow-y: auto!important;
    }

    .index_phone_bg {
        display: flex;
        background-image: url("http://ossc.cqcet.edu.cn/static/portal/index_phone_bg.png");
        background-size: 100% 100%;
        width: 100%;
        height: 252px;

        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 1;
        z-index: 1;
    }
    .index_phone_bg-css{
        position: absolute;
        left: 0px;
        top: 213px;
        width: 100%;
        height: 614px;
        opacity: 1;
        z-index: 0;
        background: linear-gradient(180deg, #C1ABA2 0%, rgba(216, 216, 216, 0) 100%);
    }


    .login-container .left-aside {
        display: none!important;
    }

    .login-container .myCard {
        width: 86%!important;
        background: white;
        min-height: 648px;
        border-radius: 10px;
        opacity: 1;
    }

    .myMain {
        z-index: 2;
        padding: 0px!important;
        /*margin-top: 38px;*/
        margin-top: 234px;


    }
    .authLogo-div{
        width: 100%;
        margin-top: 33px;
        display: flex;
        justify-content: center;
    }
    .authLogo-container{
        display: none;
    }
    .authLogo-container-phone{
        min-width: 228.42px!important;
        height: 49.01px!important;
        margin-bottom: 0px!important;
    }
    .left-login-col{
        display: none!important;
    }
    .right-login-col{
        max-width: 100%;
        width: 100%;
        flex: auto;
    }
    .login-container .myTabs {
        /*margin-top: 121px!important;*/
        margin-top: 38px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
    }

    .login-container .el-tab-pane{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .help-text{
        height: 13px;
        opacity: 1;
        font-family: Microsoft YaHei;
        font-size: 14px;
        font-weight: normal;
        line-height: 12.6px;
        letter-spacing: 1.05px;
        color: #9191A1;
    }
    .help-link{
        color: #801E14
    }
    /*.code-margin-col{*/
    /*    display: none;*/
    /*    !*max-width: 0%!important;*!*/
    /*    !*flex: 0 0 0%!important;*!*/
    /*}*/
    /*.code-buttton-col{*/
    /*    max-width: 29%!important;*/
    /*    flex: 0 0 29%!important;*/
    /*}*/

    .schoolLogo-container{
        display: none;
    }
}


/** wps 登录设置*/

@media (min-height: 100px) and (max-height: 600px) and (min-width: 300px) and (max-width: 800px) {
    .authLogo-container {
        display: none;
    }

    .login-container .myCard {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        min-height: 500px;
    }

    .el-main {
        padding: 0px !important;
        min-height: 500px;
    }

    .el-message {
        top: 35% !important;
    }

    .prompt-win {
        margin-top: 20vh !important;
    }

    html body #app {
        overflow-y: auto !important;
    }

    .schoolLogo-container {
        display: none;
    }
    .site-footer{
        display: none;
    }
}

