html,
body {
    width: 100%;
    min-height: 100%;
}

:root {
    --bg-lightpurple: #F3F0F6;
    --bg-heavypurple: #A580AC;
    --bg-whitecolor: #ffffff;
    /* 字体颜色 */
    --font-blackcolor: #000000;
    --font-graycolor: #8B8B8B;
    /* input 提示颜色 */
    --input-tipscolor: #9F9F9F;
    --input-bgcolr: #f0f0f0;
    /* 边框颜色 */
    --borderColor-course: #EEEEEE;
    --shadow-video: #f2f2f2;
    --shadow-list: #dbd8d8;
}

/* 公共代码----头部 */
.el_container {
    margin: auto;
    min-width: 1240px;
    min-height: 100vh;
    background-color: var(--bg-whitecolor);
}

/* 一级菜单 */
.header_firstNav {
    height: 130px;
    font-size: 14px;
    /* background-color: lightblue; */
}

    .header_firstNav .header_content {
        width: 1200px;
        height: 100%;
        margin: auto;
    }

.header_left {
    float: left;
    width: 70%;
    height: 130px;
    display: flex;
    align-items: center;
    /* background-color: pink; */
}

    .header_left .el_img {
        width: 100%;
    }

.el_img img {
    width: 100%;
}


.header_right {
    float: right;
    height: 130px;
    /* background-color: palegoldenrod; */
    display: flex;
    align-items: center;
}

    .header_right .platName {
        width: 140px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 26px;
        color: var(--bg-whitecolor);
        border-radius: 5px;
        letter-spacing: 1px;
        cursor: pointer;
        background-color: var(--bg-heavypurple);
    }

/*主要内容  */
.el_main {
    width: 100%;
    min-height: 850px;
    margin: 0 auto;
    padding-bottom: 200px;
}

/* 1.1 banner图 */
#bannerArea {
    width: 100%;
    height: 560px;
    min-width: 1000px;
    /* max-width: 1920px; */
    margin: 0 auto;
    position: relative;
    /* padding-bottom: 50px; */
    /* background-color: lightblue; */
    position: relative;
    overflow: hidden;
    background: url(/img/bannerBg.png) no-repeat;
    background-size: 100% 100%;
}

/* 占位背景图 */
.bgImg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.bannerArea {
    width: 1200px;
    height: 500px;
    margin: 30px auto;
    position: relative;
    z-index: 1;
}


.bannerLeft {
    width: 840px;
    height: 500px;
    float: left;
    /* background-color: lightblue; */
    position: relative;
}

    .bannerLeft .swiper-container {
        width: 840px !important;
        height: 500px !important;
        margin-top: 0 !important;
    }

    .bannerLeft .swiper-wrapper {
        width: 840px !important;
        height: 500px !important;
    }

    .bannerLeft .swiper-slide {
        width: 840px !important;
        height: 500px !important;
    }

        .bannerLeft .swiper-slide img {
            width: 840px !important;
            height: 500px !important;
        }



.swiper-button-next,
.swiper-button-prev {
    background: transparent;
}

    .swiper-button-prev:before,
    .swiper-button-next:after {
        display: none;
    }

.swiper-pagination {
    position: absolute;
    left: 0%;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .swiper-pagination .swiper-pagination-bullet {
        float: left;
        width: 21px;
        height: 21px;
        margin: 0;
        padding: 0;
        background: url('/img/btn_main_img.png') 0 0 no-repeat;
        display: block;
        opacity: .6;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        /* background: #fff; */
        opacity: 1;
    }


/* 1.2 轮播图 */
.main_visual {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.main_image {
    height: 500px;
    overflow: hidden;
    position: relative;
}

    .main_image ul {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 500px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 500px;
        }

            .main_image li span img {
                width: 100%;
                height: 100%;
            }

        .main_image li a {
            display: block;
            width: 100%;
            height: 500px;
        }


div.flicking_con {
    position: absolute;
    width: 100%;
    height: 21px;
    bottom: 16px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: pink; */
}

    div.flicking_con a {
        width: 12px;
        height: 12px;
        border: 1px solid var(--bg-whitecolor);
        box-sizing: border-box;
        border-radius: 50%;
        margin-right: 12px;
    }

        div.flicking_con a.on {
            background-color: var(--bg-whitecolor);
        }






.bannerRight {
    width: 340px;
    height: 500px;
    float: right;
    /* background-color: pink; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bannerArea .loginAra {
    width: 100%;
    height: 240px;
}

/* 未登录 */
.loginAra .notLogin {
    width: 100%;
    height: 240px;
    padding: 23px 25px 15px;
    box-sizing: border-box;
    background-color: var(--bg-whitecolor);
    border-radius: 5px;
}

.res_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .res_title .circle {
        width: 4px;
        height: 4px;
        background-color: var(--bg-heavypurple);
        border-radius: 50%;
    }

    .res_title .text {
        color: var(--bg-heavypurple);
        margin: 0 12px;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 2px;
    }


.res_con {
    margin-top: 25px;
    font-size: 15px;
    color: var(--font-blackcolor);
    /* font-weight: bold; */
    line-height: 25px;
}

.login_ele {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

    .login_ele .ele_left {
        width: auto;
        flex-shrink: 0;
        /* background-color: orange; */
    }

    .login_ele .ele_right {
        flex: 1;
        margin-left: 13px;
    }

        .login_ele .ele_right input {
            width: 100%;
            height: 40px;
            padding: 0 15px;
            box-sizing: border-box;
            border-radius: 5px;
            font-size: 15px;
            background-color: var(--bg-lightpurple);
            border: none;
            outline: none;
        }

            .login_ele .ele_right input::placeholder {
                color: var(--input-tipscolor);
                font-size: 14px;
            }




.loginBtn,
.keepLearnign {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: var(--bg-whitecolor);
    letter-spacing: 1px;
    background-color: var(--bg-heavypurple);
    cursor: pointer;
}

.keepLearnign {
    flex-shrink: 0;
}

/*加入学习*/
.joinStudy {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: var(--bg-whitecolor);
    letter-spacing: 1px;
    background-color: var(--bg-heavypurple);
    cursor: pointer;
}

.joinStudy {
    flex-shrink: 0;
}


/* 未登录 */
.loginAra .alreadyLogin {
    width: 100%;
    height: 240px;
    padding: 23px 25px 15px;
    box-sizing: border-box;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_rt.png), url(/img/loginBJ_rb.png);
    background-repeat: no-repeat;
    background-size: 23% auto, 10% auto, 15% auto;
    background-position: left top, 290px 7px, right bottom;
    background-color: var(--bg-whitecolor);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.alreadyLogin .accountArea {
    /* margin-top: 30px; */
    flex: 1;
    /* background-color: palegoldenrod; */
}

.alreadyLogin .account_user {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 30px;
}

.account_user .usreInfo {
    max-width: calc(100% - 88px);
    max-height: 44px;
    /* background-color: orange;   */
    flex-shrink: 0;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.account_user .outLogin {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    border-radius: 5px;
    color: var(--bg-whitecolor);
    cursor: pointer;
    margin-left: 18px;
    flex-shrink: 0;
}


.account_progress {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    /* background-color: lightblue; */
}


    .account_progress .progress_learning .curLearning {
        color: var(--bg-heavypurple);
    }

    .account_progress .progress_learning div {
        margin-bottom: 10px;
    }

.watchProgress {
    /* background-color: lightblue; */
    margin-top: 35px;
    font-size: 16px;
}

    .watchProgress span {
        color: var(--bg-heavypurple);
        /* margin: 0 2px; */
    }



.bannerArea .explainArea {
    width: 100%;
    height: 240px;
    padding: 23px 25px 0px;
    box-sizing: border-box;
    background-color: var(--bg-whitecolor);
    border-radius: 5px;
}

.explainArea .res_con {
    margin-top: 20px;
    font-size: 13px;
}

.con_item {
    text-align: justify;
    color: var(--font-graycolor);
    /* margin-bottom: 7px; */
}

.more {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: var(--bg-heavypurple);
    border: 1px solid var(--bg-heavypurple);
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
}

    .more:hover {
        background-color: var(--bg-lightpurple);
    }



/* 1.3课程列表 */
.pageMain {
    width: 1200px;
    margin: 0 auto;
}

.courseAra {
    margin-top: 70px;
}

.courseTitle {
    /* background-color: lightblue; */
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.courseList {
    margin-top: 60px;
}


.list_item {
    width: 100%;
    background-color: var(--bg-whitecolor);
    border-radius: 5px;
    display: flex;
    box-shadow: 0 0 10px 0 var(--shadow-list);
    padding: 25px 20px 25px 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
}


.thumbImg {
    width: 33%;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .thumbImg .poster {
        width: 100%;
        min-height: 220px;
        display: block;
        border-radius: 4px;
        cursor: pointer;
    }

    .thumbImg .icon {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

        .thumbImg .icon img {
            width: 100%;
            height: 100%;
        }

.info {
    width: 67%;
    /* background-color: pink; */
    padding-left: 20px;
    box-sizing: border-box;
}

.infoTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoTitle {
    width: calc(100% - 95px);
    min-height: 23px;
    flex-shrink: 0;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    /* background-color: lightcoral; */
}

.learnStatus {
    width: 88px;
    flex-shrink: 0;
    cursor: pointer;
}

    .learnStatus img {
        width: 100%;
    }

.infoContent {
    margin-top: 35px;
    /* background-color: lightblue; */
}

.chapter_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 17px;
    margin-bottom: 10px;
    cursor: pointer;
}


    .chapter_con .con_right {
        /* background-color: pink; */
        font-size: 16px;
    }

/* 正在学习 || 未完成学习样式 */
.bg_learning {
    background-color: var(--bg-lightpurple);
    font-weight: bold;
    font-size: 16px;
}

.status_learning_doWork,
.status_learning_continue {
    display: flex;
    align-items: center;
}

.action {
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid var(--bg-heavypurple);
    box-sizing: border-box;
    color: var(--bg-heavypurple);
    margin-left: 10px;
}


/* 1.4说明弹框 */

.explainBg,
.loginBg,
.bindBg,
.checkBg,
.courseIntroBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
}

/* 轻提示 */
.info_bg {
    min-width: 120px;
    /* max-width: 220px; */
    /* height: 30px; */
    min-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    color: var(--bg-whitecolor);
    font-size: 16px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}




.result {
    width: 600px;
    padding: 60px 50px 85px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10% auto 0;
    position: relative;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: var(--bg-whitecolor);
}

.closeImg {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    /* background-color: orange; */
}

.res_biaoti {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    /* background-color: lightblue; */
    position: relative;
}


.res_inner {
    margin-top: 30px;
    font-size: 14px;
    color: var(--font-blackcolor);
    /* font-weight: bold; */
    line-height: 25px;
}

.inner_item {
    margin-bottom: 5px;
}


/* 1.5 登录弹框 */

.bindBg .result {
    padding: 60px 50px 55px;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 500px 330px;
    background-color: var(--bg-whitecolor);
}

.bindBg .res_con {
    width: 80%;
    margin: 0 auto;
    /* background-color: palegoldenrod; */
}

.bindTips {
    font-size: 12px;
    color: var(--bg-heavypurple);
    line-height: 20px;
    margin: 30px auto;
    text-align: center;
}

.bindBg .login_ele {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .bindBg .login_ele .ele_left {
        width: auto;
        flex-shrink: 0;
        font-size: 16px;
        /* background-color: orange; */
    }

    .bindBg .login_ele .ele_right {
        flex: 1;
        margin-left: 15px;
    }

        .bindBg .login_ele .ele_right input {
            width: 100%;
            height: 40px;
            padding: 0 15px;
            box-sizing: border-box;
            border-radius: 5px;
            font-size: 15px;
            background-color: var(--input-bgcolr);
            border: none;
            outline: none;
        }

            .bindBg .login_ele .ele_right input::placeholder {
                color: var(--input-tipscolor);
                font-size: 14px;
            }


.bindBg .login_code .ele_right input {
    width: 63%;
}

.bindBg .login_code .ele_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bindBg .login_code .ele_right button {
        width: 32%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background-color: var(--bg-heavypurple);
        font-size: 13px;
        color: var(--bg-whitecolor);
        cursor: pointer;
        border: none;
        outline: none;
    }

    .bindBg .login_code .ele_right .login_btn {
        width: 32%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background-color: var(--bg-heavypurple);
        font-size: 13px;
        color: var(--bg-whitecolor);
        cursor: pointer;
        border: none;
        outline: none;
    }

.bindBg .login_choose {
    margin-bottom: 10px;
}

.bindBg .login_choose .ele_right .ChooseWay {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.ChooseWay .login_way_item {
    width: 35%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #A782AE;
    border: 1px solid #A782AE;
    margin-right: 10px;
}

.ChooseWay .way_active {
    background-color: #A782AE;
    color: #fff;
}


/* 1.5 登录验证手机号弹框 */

.checkBg .result {
    padding: 60px 50px 55px;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 500px 330px;
    background-color: var(--bg-whitecolor);
}

.checkBg .res_con {
    width: 80%;
    margin: 0 auto;
    /* background-color: palegoldenrod; */
}

.bindTips {
    font-size: 12px;
    color: var(--bg-heavypurple);
    line-height: 20px;
    margin: 30px auto;
    text-align: center;
}

.checkBg .login_ele {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .checkBg .login_ele .ele_left {
        width: auto;
        flex-shrink: 0;
        font-size: 16px;
        /* background-color: orange; */
    }

    .checkBg .login_ele .ele_right {
        flex: 1;
        margin-left: 15px;
    }

        .checkBg .login_ele .ele_right input {
            width: 100%;
            height: 40px;
            padding: 0 15px;
            box-sizing: border-box;
            border-radius: 5px;
            font-size: 15px;
            background-color: var(--input-bgcolr);
            border: none;
            outline: none;
        }

            .checkBg .login_ele .ele_right input::placeholder {
                color: var(--input-tipscolor);
                font-size: 14px;
            }


.checkBg .login_code .ele_right input {
    width: 63%;
}

.checkBg .login_code .ele_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .checkBg .login_code .ele_right button {
        width: 32%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background-color: var(--bg-heavypurple);
        font-size: 13px;
        color: var(--bg-whitecolor);
        cursor: pointer;
        border: none;
        outline: none;
    }


.bindBtn {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: var(--bg-whitecolor);
    letter-spacing: 1px;
    background-color: var(--bg-heavypurple);
    margin-top: 20px;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background: url(' ') !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}


/* 2.课程详情 */
.page_courseDetail .el_main {
    border-top: 3px solid var(--borderColor-course);
    padding-bottom: 150px;
    box-sizing: border-box;
}

.videoArea {
    width: 100%;
    margin-top: 50px;
}

.thumbVideo {
    width: 100%;
    position: relative;
    box-shadow: 0 0 5px 0 var(--shadow-video);
    cursor: pointer;
    position: relative;
}

    .thumbVideo .playBtn {
        width: 80px;
        height: 80px;
        /* background-color: orange; */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .thumbVideo .playBtn img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .thumbVideo video {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        outline: none;
        border: none;
        z-index: 10;
        border-radius: 0px;
    }


.courseArea {
    margin-top: 50px;
}

.courseDetailTitle {
    padding: 30px 35px;
    box-sizing: border-box;
    background-color: var(--bg-whitecolor);
    border: 2px solid var(--borderColor-course);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px 6px 0 0;
}

    .courseDetailTitle .title_left {
        width: calc(100% - 130px);
        /* background-color: orange; */
        font-size: 22px;
        font-weight: bold;
    }

    .courseDetailTitle .backBtn {
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 20px;
        color: var(--bg-whitecolor);
        background-color: var(--bg-heavypurple);
        font-size: 14px;
        cursor: pointer;
        flex-shrink: 0;
    }




.chapterArea {
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--borderColor-course);
    /* background-color: palegoldenrod; */
    box-sizing: border-box;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.chapter_box {
    padding: 20px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-whitecolor);
    position: relative;
    cursor: pointer;
}

.box_left {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    /* background-color: orange; */
}

    .box_left img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.box_right {
    width: calc(100% - 60px);
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box_right .outerBox {
        width: calc(100% - 190px);
        /* background-color: orange; */
    }

.chapterTitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.chapterInfo {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

    .chapterInfo .info_time {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #4A4A4A;
        /* background-color: pink; */
        max-width: 40%;
    }

    .chapterInfo img {
        width: 13px;
        height: auto;
        display: block;
        margin-right: 10px;
        flex-shrink: 0;
    }

.box_right .infoProgress {
    font-size: 14px;
    color: #4A4A4A;
    /* background-color: pink; */
    flex-shrink: 0;
    max-width: 190px;
}

/* 进度条 */
.progressLine {
    width: 100%;
    height: 2.5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #a580ac;
}

/* 正在观看背景 */
.bac_learning {
    background-color: #f6f2f7;
}

.page_courseDetail .pageMain {
    margin-top: 40px;
    /* background-color: lightblue; */
}




.blockArea {
    margin-top: 50px;
}

.baseIntroTop {
    padding: 40px 35px;
    box-sizing: border-box;
    background-color: var(--bg-whitecolor);
    border: 2px solid var(--borderColor-course);
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
}


.homeWorkList {
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--borderColor-course);
    /* background-color: palegoldenrod; */
    box-sizing: border-box;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.question_box {
    width: 96%;
    margin-left: 4%;
    background-color: #fff;
    padding: 30px 30px 40px 0px;
    border-bottom: 2px solid var(--borderColor-course);
    box-sizing: border-box;
}

    .question_box:last-child {
        border: none;
    }

    .question_box h3,
    .question_ele h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
    }

/* 修改单选框 复选框 样式 */
.answer,
.replay {
    margin-top: 30px;
}

    .answer .check_option {
        width: 50%;
        margin-bottom: 15px;
        display: flex;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        /* background-color: lightcoral; */
    }

    .answer input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    .answer label {
        width: 100%;
        border-radius: 7px;
        margin: 0;
        color: #000;
        padding: 15px 10px 15px 20px;
        line-height: 20px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        /* z-index: 1; */
    }

    /* 单选 */
    .answer input[type=radio] {
        width: 100%;
        appearance: none;
        outline: none;
        border: none;
        border-radius: 7px;
        margin: 0;
        background-color: #f0f0f0;
    }

        .answer input[type=radio]:checked {
            background-color: #a580ac;
            color: #fff;
        }

            .answer input[type=radio]:checked + label {
                color: #fff;
            }

    /* 多选 */
    .answer input[type=checkbox] {
        width: 100%;
        appearance: none;
        outline: none;
        border: none;
        border-radius: 7px;
        margin: 0;
        background-color: #f0f0f0;
    }

        .answer input[type=checkbox]:checked {
            background-color: #a580ac;
            color: #fff;
        }

            .answer input[type=checkbox]:checked + label {
                color: #fff;
            }


.question_box .showRes {
    width: 50%;
    margin-top: 10px;
    background-color: #F46568;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .question_box .showRes img {
        width: 15px;
        height: 15px;
    }

    .question_box .showRes span {
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        margin-left: 5px;
    }



/* 把图片放到 选项框里  */
.check_option img {
    width: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.error_option img {
    width: 15px;
}

/* 正确选项 样式 */


.correct_option input[type=radio] {
    background-color: #a580ac;
    color: #fff;
}

    .correct_option input[type=radio] + label {
        color: #fff;
        padding-right: 30px;
    }

/* 错误选项 样式 */


.error_option input[type=radio] {
    background-color: #ed5d5d !important;
    color: #fff;
}

    .error_option input[type=radio] + label {
        color: #fff;
        padding-right: 30px;
    }

/* correctImg  */
/* errorImg */


.subBtn {
    width: 50%;
    height: 40px;
    margin: 55px auto 15px;
    background-color: #a580ac;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
}

/* 答完显示区域 */
.lookErrorQuetion {
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--borderColor-course);
    /* background-color: palegoldenrod; */
    box-sizing: border-box;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.question_ele {
    width: 96%;
    margin-left: 4%;
    background-color: #fff;
    padding: 30px 30px 40px 0px;
    border-bottom: 2px solid var(--borderColor-course);
    box-sizing: border-box;
}

    .question_ele:last-child {
        border: none;
    }

.replay_option {
    width: 50%;
    /* height: 45px; */
    line-height: 22px;
    border-radius: 7px;
    /* padding-left: 20px; */
    padding: 10px 10px 15px 20px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .replay_option span {
        width: 90%;
        display: block;
        text-align: justify;
    }

    .replay_option img {
        width: 18px;
    }


/* 错误 */
.replay .error_option {
    background-color: #ed5d5d;
    color: #fff;
}

    .replay .error_option img {
        width: 15px;
    }

/* 正确 */
.replay .correct_option {
    background-color: #a580ac;
    color: #fff;
}

.analysis {
    color: #999999;
    font-size: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.answerTips {
    color: #636363;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

    .answerTips p {
        margin-bottom: 7px;
    }





/* 弹窗 */
.goodBg,
.reAnswerBg,
.reAnswer2Bg,
.congratulationBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
}

.bgResult {
    width: 430px;
    padding: 60px 50px 55px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15% auto 0;
    position: relative;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 355px bottom;
    background-color: var(--bg-whitecolor);
}


.resultTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    /* background-color: lightblue; */
    position: relative;
}

.bgResult .close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

    .bgResult .close img {
        width: 100%;
    }

.resultInfo {
    width: 100%;
    margin: 20px auto 0;
    /* background-color: palegoldenrod; */
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.bg_option {
    width: 50%;
    margin: 35px auto 0;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 18px;
    background-color: #a580ac;
    cursor: pointer;
}










/* 公共代码----底部 */
.el_footer {
    background-color: var(--bg-heavypurple);
    padding: 80px 0;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area_con {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    /* background-color: orange; */
}

    .area_con:last-child {
        margin-bottom: 0;
    }


.footer_left {
    width: 50%;
    float: left;
    font-size: 16px;
    /* background-color: lightblue; */
    /* transform: translateY(4px); */
}

.footer_right {
    width: 50%;
    float: right;
    /* background-color: orange; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .footer_right .rightOuter {
        color: #fff;
        font-size: 13px;
        display: block;
        width: auto;
        /* background-color: orange; */
        text-align: center;
        line-height: 22px;
        letter-spacing: 2px;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .footer_right img {
        width: 120px;
        height: auto;
        display: block;
        flex-shrink: 0;
    }






/* 单行文本溢出隐藏 */
.onelineCut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 图片悬浮变大 */
.hoverImg img {
    transition: all .5s linear;
}

    .hoverImg img:hover {
        transform: scale(1.1);
    }


/* 退出登录弹框 */


.cancelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.cancelResult {
    width: 360px;
    padding: 30px 20px 25px;
    box-sizing: border-box;
    position: fixed;
    /* top: 45%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.cancelStatus {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    color: var(--bg-heavypurple);
    font-size: 16px;
    font-weight: bold;
    /* background-color: pink; */
}

.cancelInfo {
    text-align: center;
    font-size: 15px;
    margin: 20px auto;
}

/* 操作按钮 */
.cancelOption {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 30px auto 0;
}

.Cancel_Btn,
.confim_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    cursor: pointer;
}

.Cancel_Btn {
    background-color: #b5b5b5;
}


.cancelJoinBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.CancelJoin_Btn,
.confimJoin_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    cursor: pointer;
}

.CancelJoin_Btn {
    background-color: #b5b5b5;
}


/* 2024.4.10新增  */
.videoArea {
    width: 100%;
    margin-top: 70px;
    /* background-color: lightblue; */
}

.courseCount {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    color: #6A6A6A;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: lightblue; */
}

.courseIntro {
    width: 95px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #A986AF;
    box-sizing: border-box;
    color: #A986AF;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 17px;
    cursor: pointer;
}

    .courseIntro img {
        width: 17px;
        margin-right: 5px;
    }

.videoList {
    margin-top: 60px;
}

    .videoList::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.list_box {
    width: 31%;
    float: left;
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
    margin-right: 3.5%;
    margin-bottom: 42px;
    overflow: hidden;
    /* background-color: palegoldenrod; */
}

    .list_box:nth-child(3n) {
        margin-right: 0;
    }

    .list_box .boxImg {
        width: 100%;
        height: 213px;
        overflow: hidden;
        cursor: pointer;
        /* box-shadow: 0 1px 5px 0 #f5f5f5; */
    }

        .list_box .boxImg img {
            width: 100%;
            min-height: 213px;
        }

    .list_box .boxBottom {
        padding: 20px 15px 22px;
        box-sizing: border-box;
    }

    .list_box .bottomTitle {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

        .list_box .bottomTitle:hover {
            color: #A580AC;
        }

    .list_box .bottomDuration {
        /* background-color: pink; */
        margin-top: 12px;
        display: flex;
        align-items: center;
    }

.bottomDuration .dur_icon {
    width: 15px;
    height: 15px;
}

.dur_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottomDuration .dur_time {
    font-size: 13px;
    color: #8A8A8A;
    margin-left: 7px;
}


/* 分页 */


.M-box2,
.M-famousBox {
    /* width: 300px; */
    min-width: 50%;
    /* height: 35px; */
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .M-box2 a,
    .M-box2 span {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        border: 1px solid #EFEFEF;
        color: #454545;
        margin-right: 15px;
        border-radius: 2px;
    }

    .M-box2 .active,
    .M-famousBox .active {
        background-color: #A580AC;
        color: #fff;
        border: 1px solid transparent;
    }

    .M-box2 .prev,
    .M-box2 .next {
        width: 70px;
        height: 40px;
        font-size: 14px;
    }

    .M-famousBox .prev,
    .M-famousBox .next {
        width: 70px;
        height: 40px;
        font-size: 14px;
    }

    .M-box2 .next {
        margin-right: 0;
        /* cursor: no-drop; */
    }

/* 2024.4.17新增 */

.list_box .boxBottom {
    /* background-color: lightblue; */
    position: relative;
}

    .list_box .boxBottom .bottomStatus {
        width: 70px;
        position: absolute;
        right: 15px;
        bottom: 11px;
        cursor: pointer;
    }

        .list_box .boxBottom .bottomStatus img {
            width: 100%;
        }


/* 课程介绍内容过多 显示滚动条 */
.courseIntroBg .result {
    padding: 60px 50px 45px;
}

    .courseIntroBg .result .scrollArea {
        max-height: 400px;
        overflow: auto;
        /* background-color: lightblue; */
        margin-top: 30px;
        padding-bottom: 10px;
    }

        .courseIntroBg .result .scrollArea .res_inner {
            margin-top: 0;
        }


/* 课程介绍弹框超出滚动条样式 */

/* 课程介绍弹框超出的滚动条样式 */
.scrollArea::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.scrollArea::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #A580AC;
}

.scrollArea::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.scrollArea::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.scrollArea::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #A580AC;
}

.scrollArea::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}





/* 2024.4.17总首页 */

.nav_active {
    color: #fff !important;
    background-color: #88628F !important;
}


/* 二级菜单 */
.header_secondNav {
    background-color: #A580AC;
}

.seconddNav_content {
    height: 60px;
    width: 1200px;
    margin: auto;
}

.navLeft {
    width: 725px;
    height: 60px;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    float: left;
}

    .navLeft .nav_item {
        flex: 1;
        height: 60px;
        text-align: center;
        line-height: 60px;
        flex-shrink: 0;
        font-size: 15px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
    }


.navRight {
    /* width: 220px; */
    height: 60px;
    float: right;
    /* background-color: pink; */
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    position: relative;
}





/* 登录区域 */
.Two_accountArea {
    /* width: 70px; */
    height: 60px;
    /* background-color: orange; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Two_account_login {
    width: 90px;
    height: 35px;
    background-color: #88628F;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

    .Two_account_login:hover {
        background-color: #845e89;
    }

.Two_alreadyLogin {
    /* width: 100%; */
    height: 60px;
    margin: 0 auto;
    /* background-color: lightcoral; */
    position: relative;
    display: flex;
    align-items: center;
}



    .Two_alreadyLogin .usreInfo {
        max-width: 260px;
        /* background-color: orange;   */
        flex-shrink: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
    }

    .Two_alreadyLogin .outLogin {
        width: 90px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #88628F;
        font-size: 16px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        margin-left: 18px;
        flex-shrink: 0;
    }

        .Two_alreadyLogin .outLogin:hover {
            background-color: #845e89;
        }





/* 1.必选课 */
.section {
    margin-top: 40px;
}

.sectionTop {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_topLeft {
    width: auto;
    flex-shrink: 0;
    position: relative;
    top: -4px;
    /* background-color: orange; */
}

    .section_topLeft .section_title {
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        letter-spacing: 1px;
    }

    .section_topLeft .section_line {
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 5px;
        background-color: #a580ac;
    }

.section_topRight a {
    flex-shrink: 0;
    display: block;
    font-size: 15px;
    color: #A580AC;
    width: 70px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #A580AC;
    box-sizing: border-box;
    cursor: pointer;
}

    .section_topRight a:hover {
        background-color: rgba(205, 174, 211, 0.418);
    }



.sectionContent {
    margin-top: 40px;
}

.section_outerBox {
    position: relative;
    margin-bottom: 15px;
}





.school_item {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    box-shadow: 0px 0px 10px 0 #CDD2DD;
}

    .school_item .item_left {
        width: 32%;
        height: 225px;
        flex-shrink: 0;
        border-radius: 5px 0 0 5px;
        /* background-color: orange; */
        overflow: hidden;
    }

        .school_item .item_left img {
            width: 100%;
            min-height: 225px;
            display: block;
        }

    .school_item .item_right {
        width: 70%;
        padding: 20px 25px 15px;
        box-sizing: border-box;
        /* background-color: palegoldenrod; */
        position: relative;
        cursor: pointer;
    }


    .school_item .schoolTitle {
        font-size: 17px;
        font-weight: bold;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    /* 增加一个hover类名：用于学校列表标题 鼠标悬浮标题变色 */
    .school_item .item_right:hover .hoverListTitle {
        color: #A580AC;
    }


.slidePinel {
    background-color: #fff;
    margin-top: 30px;
}

.pinel_item {
    display: flex;
    font-size: 15px;
    margin-top: 10px;
}

    .pinel_item .item_L {
        min-width: 80px;
        color: #252525;
        line-height: 20px;
        /* background-color: orange; */
    }

        .pinel_item .item_L .hide {
            opacity: 0;
        }

    .pinel_item .item_R {
        color: #959595;
        line-height: 20px;
        text-align: justify;
        flex: 1;
        /* background-color: lightblue; */
    }


.lookDetail {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    background-color: #A580AC;
}

/* 登录弹框 */
.loginBg .result {
    width: 500px;
    padding: 60px 50px 55px;
    background-position: -5px top, 440px bottom;
}

    .loginBg .result .res_con .login_ele {
        margin-bottom: 25px;
    }

    .loginBg .result .res_con .loginBtn {
        margin-top: 30px;
    }







/* 必选课列表 */
.page_require .sectionTop {
    justify-content: center;
}

.page_require .sectionContent {
    margin-top: 70px;
}



/* 筛选 */

.block_screen {
    width: 100%;
    margin: 50px auto 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: lightblue; */
}

.block_screen_Left {
    width: 510px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: lightblue; */
}

/* 一级 */
.pubKind {
    width: 160px;
    position: relative;
}

    .pubKind input {
        width: 160px;
        height: 42px;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A580AC;
        outline: none;
        border-radius: 5px;
        font-size: 15px;
    }

        .pubKind input:hover {
            border: 1px solid #A580AC !important;
        }

    .pubKind .layui-form-select dl dd.layui-this {
        background-color: #A580AC;
        color: #fff;
    }

    .pubKind .layui-anim-upbit dd {
        font-size: 15px;
    }




/* 右边搜索 */
.block_screen_Right {
    /* width: calc(100% - 260px); */
    display: flex;
    flex: 1;
    margin-left: 30px;
}

.el_input_box {
    width: 80%;
    /* background-color: pink; */
    position: relative;
}

    .el_input_box img {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 20px;
        height: 20px;
        display: block;
        transform: translateY(-50%);
    }

    .el_input_box input {
        width: 100%;
        height: 42px;
        padding: 0 20px 0 34px;
        box-sizing: border-box;
        font-size: 15px;
        border: 1px solid #A580AC;
        border-radius: 4px 0 0 4px;
    }

        .el_input_box input::placeholder {
            color: #afafaf;
        }

.icon_search_box {
    width: 20%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    flex-shrink: 0;
    cursor: pointer;
    background-color: #A580AC;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}

    .icon_search_box:hover {
        background-color: #9b78a2;
    }











/* 2.线下课程报名 */
.off_res {
    width: 100%;
    margin-bottom: 42px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 10px 0 #CDD2DD;
    display: flex;
}


.off_res_img {
    width: 32%;
    height: 230px;
    overflow: hidden;
}

    .off_res_img img {
        width: 100%;
        min-height: 230px;
        display: block;
    }

.off_padingBox {
    width: 68%;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    /* background-color: lightblue; */
}

.off_resIntro {
    width: 550px;
    padding: 10px 30px 0 20px;
    box-sizing: border-box;
    /* background-color: pink; */
}

.off_res_title {
    font-size: 17px;
    font-weight: bold;
    /* background-color: lightcoral; */
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: justify;
}

.off_res_detail {
    margin-top: 20px;
}

.off_detail_box {
    display: flex;
    color: #8F8F8F;
    font-size: 14px;
    margin-top: 10px;
}

.off_box_left {
    width: auto;
    min-width: 80px;
    flex-shrink: 0;
    line-height: 20px;
    color: #252525;
    /* background-color: orange; */
}

    .off_box_left .hide {
        opacity: 0;
    }

.off_box_right {
    flex: 1;
    line-height: 20px;
}

.off_res_order {
    width: 266px;
    border-left: 2px solid #EBEBEB;
    box-sizing: border-box;
    /* background-color: pink; */
    padding: 10px 30px 5px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .off_res_order .off_order_top {
        font-size: 13px;
        color: #8F8F8F;
        text-align: center;
    }

        .off_res_order .off_order_top .count {
            font-size: 25px;
            color: #A580AC;
            margin-right: 5px;
        }

    .off_res_order .off_order_ccenter {
        /* margin: 20px 0; */
        flex: 1;
        /* background-color: palegoldenrod; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* padding-bottom: 20px; */
        box-sizing: border-box;
    }

        .off_res_order .off_order_ccenter .off_detail_box {
            font-size: 13px;
            margin-top: 0;
            margin-bottom: 7px;
        }

            .off_res_order .off_order_ccenter .off_detail_box .off_box_left {
                min-width: auto;
                line-height: 18px;
                color: #8F8F8F;
            }

            .off_res_order .off_order_ccenter .off_detail_box .off_box_right {
                line-height: 18px;
            }

    .off_res_order .off_orderBottom .off_orderBtn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border-radius: 6px;
        cursor: pointer;
    }



/*活动页面结束---------------------------------------- */



/*  活动页面详情开始-------------------------- */

/* 活动详情页面顶部 */
.detailPageUp {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0px #D7DBE4;
}

    .detailPageUp h2 {
        /* background-color: lightcoral; */
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 1px;
        font-weight: bold;
    }

.group {
    margin-top: 30px;
    display: flex;
}

.group_left {
    width: 475px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    /* background-color: lightblue; */
    position: relative;
}

    .group_left img {
        width: 100%;
        min-height: 270px;
    }

.group_right {
    width: 675px;
    flex-shrink: 0;
    /* background-color: lightgreen; */
    /* padding-left: 30px; */
    padding: 3px 0 0 30px;
    box-sizing: border-box;
}


.group_col {
    display: flex;
    color: #8F8F8F;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}

    .group_col .col_left {
        /* width: 40px; */
        width: auto;
        flex-shrink: 0;
        min-width: 80px;
        color: #404040;
        /* background-color: orange; */
    }

        .group_col .col_left .hide {
            opacity: 0;
        }


/* 活动名额 */
.group_minge .col_right .applyCount {
    color: #A580AC;
}

/*联系*/
.group_contact {
    /* background-color: lightblue; */
    position: relative;
}

    .group_contact .col_center span {
        margin-right: 10px;
    }


    .group_contact .col_center {
        width: calc(100% - 200px);
    }

    .group_contact .col_right .operatorBtn {
        min-width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        position: absolute;
        top: -10px;
        right: 0;
    }


/*活动详情页面底部  */

.detailPageDown {
    /* background-color: palegoldenrod; */
    margin-top: 50px;
}


/* 底部的左边 */

.downLeft {
    width: 65%;
    min-height: 606px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .1);
    padding: 60px 20px 40px;
    box-sizing: border-box;
}

.section_topLeft_outerBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .section_topLeft_outerBox .section_title {
        font-size: 18px;
    }

    .section_topLeft_outerBox .section_line {
        height: 4px;
        bottom: -8px;
    }
/* 选项卡基底介绍 */



.change_detail {
    width: 100%;
    background-color: #F6F2F7;
    border-radius: 10px;
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
    margin-top: 30px;
    padding: 30px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .change_detail p {
        line-height: 24px;
        font-size: 15px;
        text-align: justify;
        margin-bottom: 25px;
    }

    .change_detail img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }



/* 底部的右边 */
.downRight {
    width: 33%;
    float: right;
    /* background-color: lightgreen; */
}


.recommendEvents {
    padding: 5px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, .1);
}

.advertisement .adTitle {
    display: flex;
    margin: 20px 0;
}

    .advertisement .adTitle .section_title {
        letter-spacing: 1px;
        font-size: 18px;
    }

    .advertisement .adTitle .section_line {
        height: 4px;
        bottom: -8px;
    }

.ad_ele {
    margin-bottom: 15px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

    .ad_ele .ad_left {
        width: 40%;
        height: 94px;
        overflow: hidden;
        border-radius: 10px;
        flex-shrink: 0;
    }

.ad_left img {
    width: 100%;
    min-height: 94px;
    display: block;
}

.ad_ele .ad_right {
    width: 60%;
    padding: 10px 5px 0 15px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.ad_right h2 {
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    /* background-color: lightcoral; */
    color: #333333;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.ad_right p {
    color: #C0C0C0;
    font-size: 14px;
    margin-top: 15px;
}

.ad_ele:hover {
    background-color: #F8F5F8;
}

    .ad_ele:hover .ad_right h2 {
        color: #A580AC;
    }




/*活动报名弹框  */
.applyBg,
.cancelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
}

.close,
.close_cancel {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}

    .close img,
    .close_cancel img {
        width: 100%;
        height: 100%;
        display: block;
    }

.applyBg .result_events,
.cancelBg .result_events {
    width: 500px;
    padding: 30px 15px 40px;
    box-sizing: border-box;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}


.applyBg .status,
.cancelBg .status {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.cancelBg .cancelInfo {
    width: 80%;
    text-align: justify;
    font-size: 14px;
    margin: 30px auto;
    line-height: 20px;
    color: #353535;
}

.applyBg .TimeList {
    /* width: 0%; */
    width: auto;
    margin: 20px auto 0;
    /* background-color: palegoldenrod; */
}

.TimeList .lsit_con {
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    /* background-color: orange; */
}

.TimeList .cur_active {
    background-color: #F8F5F8;
    color: #A580AC;
}

.confimApply {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #A580AC;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
}

.fullOrOver {
    color: #b0b0b0;
}

.operatorArea {
    width: 80%;
    margin: 0 auto;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cancelBg .thinkAbout,
.cancelBg .confimCancel {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #A580AC;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #A580AC;
    box-sizing: border-box;
}

.cancelBg .thinkAbout {
    background-color: transparent;
    color: #A580AC;
}
/*  活动页面详情结束--------------------------- */






/* 个人中心 */
.page_my .sectionTop {
    justify-content: center;
}

.persoanl_main {
    background-color: #fff;
    box-shadow: 0 0 10px 0 var(--shadow-list);
    border-radius: 10px;
    overflow: hidden;
}

    .persoanl_main::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.mainLeft {
    width: 200px;
    min-height: 550px;
    /* background-color: lightblue; */
    float: left;
}

    .mainLeft .navCol {
        background-color: #fff;
    }

.navRowItem {
    padding: 20px 10px 20px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    cursor: pointer;
}

.circle_outerBox {
    /* width: 40px; */
    flex-shrink: 0;
    margin-right: 15px;
    /* background-color: orange; */
}

.navRowItem .circle_outerBox .circle {
    width: 11px;
    height: 11px;
    background-color: #818181;
    border-radius: 50%;
    float: right;
}

.navRowItem .sectionName {
    font-size: 14px;
}

/* 添加一个类名 用于更改当前版块的样式 */
.cur_section {
    background-color: #A782AE;
}

    .cur_section .circle_outerBox .circle {
        background-color: #fff;
    }

    .cur_section .sectionName {
        color: #fff;
    }

.curHover {
    background-color: #F8F5F9;
}




.mainRight {
    width: calc(100% - 200px);
    min-height: 590px;
    float: right;
    background-color: #F8F5F9;
}

    .mainRight .userInfoContent {
        width: 87%;
        margin: 40px auto 60px;
        /* background-color: palegoldenrod; */
    }





/* 5.1个人资料 */

.geren_data {
    width: 100%;
    border-radius: 4px;
    padding: 20px 100px 40px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
}

    .geren_data .data_item {
        display: flex;
        align-items: center;
        padding: 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #E5DAE8;
        box-sizing: border-box;
        background-color: #fff;
        color: #666;
        font-size: 15px;
    }


        .geren_data .data_item .item_left {
            width: 100px;
            /* background-color: orange; */
            flex-shrink: 0;
        }

            .geren_data .data_item .item_left .hide {
                opacity: 0;
            }

        .geren_data .data_item .item_right {
            flex: 1;
            /* background-color: pink; */
            margin-left: 20px;
            font-weight: bold;
        }

            .geren_data .data_item .item_right input {
                width: 100%;
                /* background-color: pink; */
                color: #666;
                font-size: 15px;
                font-weight: bold;
                border: none;
                outline: none;
                padding: 0;
                margin: 0;
            }

                .geren_data .data_item .item_right input::placeholder {
                    width: 100%;
                    /* background-color: pink; */
                    color: #666;
                    font-size: 15px;
                    font-weight: bold;
                    border: none;
                    outline: none;
                    padding: 0;
                    margin: 0;
                }




.geren_data_remove .data_item .item_right {
    /* background-color: pink; */
    font-weight: normal;
}

.data_choose .item_left {
    align-self: flex-start;
    line-height: 30px;
}

.data_choose .item_right .validateWay {
    width: 100%;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
}

.validateWay .way_item {
    width: 12%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #A782AE;
    border: 1px solid #A782AE;
    margin-right: 20px;
    cursor: pointer;
}

.validateWay .way_active {
    background-color: #A782AE;
    color: #fff;
}


.validateTips {
    color: #AEAEAE;
    font-size: 12px;
}

.geren_data_remove .data_item {
    padding: 15px;
}

    .geren_data_remove .data_item .item_right input {
        width: 100%;
        height: 35px;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 5px;
        background-color: #F8F8F8;
    }

.geren_data_remove .data_phone .item_left {
    letter-spacing: 1.5px;
}

.geren_data_remove .data_phone .item_right {
    width: 34%;
    flex: none;
}

.geren_data_remove .data_code .item_left {
    letter-spacing: 1.5px;
}


.geren_data_remove .data_code .item_right {
    width: 34%;
    display: flex;
    flex: none;
    align-items: center;
}

    .geren_data_remove .data_code .item_right input {
        width: 60%;
    }

        .geren_data_remove .data_code .item_right input::placeholder {
            font-weight: normal;
            color: #A7A7A7;
            font-size: 12px;
        }

    .geren_data_remove .data_code .item_right button {
        width: 40%;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 0 5px 5px 0;
        background-color: #a580ac;
        font-size: 12px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
    }

.confirmEdit {
    width: 40%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #a580ac;
    margin: 60px auto 0;
    cursor: pointer;
}


/* 我的二维码 */
.publicBlock {
    width: 70%;
    height: 400px;
    border-radius: 4px;
    margin: 80px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockInner {
    margin: 40px auto;
    /* background-color: lightblue; */
}

    .blockInner .blockImg img {
        width: 150px;
        height: 150px;
        display: block;
        cursor: pointer;
    }

    .blockInner .sign_name {
        font-size: 16px;
        margin: 16px auto 20px;
        text-align: center;
        font-weight: bold;
        color: #424242;
    }

    .blockInner .sign_tips {
        font-size: 13px;
        color: #A580AC;
        text-align: center;
    }

/* 头像设置 */
.avatarSetting .publicBlock {
    flex-direction: column;
}

.avatarSetting .confirmEdit {
    width: 35%;
    margin: 20px auto 40px;
}

.avatarSetting .blockImg {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .avatarSetting .blockImg img {
        width: 135px;
        height: 135px;
    }

    .avatarSetting .blockImg .editTips {
        width: 100%;
        height: 26px;
        line-height: 26px;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 13px;
        text-align: center;
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
    }


/* 必选课 自选课 */
.contentRowBox .pubContent {
    width: 92%;
    margin: 40px auto;
}

    .contentRowBox .pubContent .school_item {
        border-radius: 10px;
    }

        .contentRowBox .pubContent .school_item .item_left {
            width: 46%;
            height: 240px;
        }

            .contentRowBox .pubContent .school_item .item_left img {
                min-height: 240px;
            }

        .contentRowBox .pubContent .school_item .item_right {
            width: 54%;
        }

            .contentRowBox .pubContent .school_item .item_right .schoolTitle {
                width: 100%;
                height: 46px;
                line-height: 23px;
                white-space: wrap;
                text-overflow: unset;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                /* background-color: lightcoral; */
            }

            .contentRowBox .pubContent .school_item .item_right .pinel_item {
                margin-top: 7px;
            }

.contentRowBox .M-box2,
.contentRowBox .M-famousBox {
    background-color: transparent;
    margin: 40px auto 60px;
}





    .contentRowBox .M-box2 a,
    .contentRowBox .M-box2 span {
        background-color: #fff;
    }

    .contentRowBox .M-box2 .active,
    .contentRowBox .M-famousBox .active {
        background-color: #A580AC;
        color: #fff;
        border: 1px solid transparent;
    }









/* 修改成竖版 */
.myOffLineLesson .pubContent::after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    clear: both;
}

.myOffLineLesson .pubContent .off_res {
    width: 31%;
    display: block;
    float: left;
    cursor: pointer;
}

    .myOffLineLesson .pubContent .off_res:nth-child(3n-1) {
        margin: 0 3.5%;
    }

    .myOffLineLesson .pubContent .off_res .off_res_img {
        width: 100%;
        height: 162px;
        overflow: hidden;
        position: relative;
    }

        .myOffLineLesson .pubContent .off_res .off_res_img img {
            min-height: 162px;
            display: block;
        }

            .myOffLineLesson .pubContent .off_res .off_res_img img:hover {
                transform: none;
            }

    .myOffLineLesson .pubContent .off_res .off_resIntro {
        width: 100%;
        padding: 15px 10px 20px;
    }

    .myOffLineLesson .pubContent .off_res .off_res_detail {
        margin-top: 10px;
    }

        .myOffLineLesson .pubContent .off_res .off_res_detail .myOff_detail_box {
            color: #717171;
            font-size: 13px;
        }


    .myOffLineLesson .pubContent .off_res .off_res_img .sigStatus {
        position: absolute;
        left: 10px;
        bottom: 7px;
        min-width: 70px
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 11px;
        border-radius: 10px;
    }


    .myOffLineLesson .pubContent .off_res .off_res_title_edit {
        font-size: 15px;
        font-weight: bold;
        height: 40px;
        /* background-color: lightcoral; */
        color: #333333;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: justify;
    }






/* 我的学时 */
.queryArea {
    width: 60%;
    margin: 0 auto;
}

    .queryArea::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.queryLeft {
    width: calc(100% - 110px);
    float: left;
    display: flex;
    align-items: center
}

    .queryLeft .dateChoose {
        flex: 1;
        height: 35px;
        border: 1px solid #D0BDD4;
        box-sizing: border-box;
        border-radius: 4px;
        position: relative;
    }

        .queryLeft .dateChoose img {
            width: 9px;
            position: absolute;
            right: 10px;
            top: 14px;
        }

        .queryLeft .dateChoose input {
            width: 100%;
            height: 35px;
            border: none;
            outline: none;
            background-color: transparent;
            font-size: 14px;
            color: #333;
            padding: 0 5px 0 15px;
            box-sizing: border-box;
            cursor: pointer;
        }

            .queryLeft .dateChoose input::placeholder {
                color: #BCBCBC;
                font-size: 14px;
            }




    .queryLeft span {
        flex-shrink: 0;
        margin: 0 10px;
        color: #9F9F9F;
        font-size: 12px;
    }

.queryRight {
    float: right;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    background-color: #A782AE;
    letter-spacing: 1px;
    cursor: pointer;
}

.queryRes {
    text-align: center;
    font-size: 15px;
    color: #A580AC;
    margin-top: 30px;
    font-weight: bold;
}

.queryList {
    margin-top: 30px;
    padding-bottom: 50px;
}




.myTable {
    /* margin-top: 30px; */
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

    .myTable tr td {
        height: 30px;
        color: #434343;
        border: 1px solid #b5b5b5;
        border-top: none;
        border-left: none;
        text-align: center;
        vertical-align: middle;
        padding: 10px 15px;
        box-sizing: border-box;
        line-height: 20px;
    }

    .myTable tr .addTdHeight {
        height: 40px;
        background-color: #A580AC;
        color: #fff;
        border-bottom: none;
        padding: 0px 15px;
        font-weight: bold;
        font-size: 15px;
    }

    .myTable .tAlignLeft {
        text-align: left;
    }









/* 按钮样式 */
/* 1.我要报名、我要签到 */
.btn_purple {
    background-color: #A580AC;
}

/* 2.报名截止、取消报名 */
.btn_gray {
    background-color: #AAAAAA;
}

/* 3.预约已满 */
.btn_red {
    background-color: #EC5D5D;
}

/* 4.待签到 */
.bnt_green {
    background-color: #4EC8A6;
}

/*二次提交答案 */


.cancelSubmitAnswerBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.cancelSubmitAnswerResult {
    width: 360px;
    padding: 30px 20px 25px;
    box-sizing: border-box;
    position: fixed;
    /* top: 45%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.cancelSubmitAnswerStatus {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    color: var(--bg-heavypurple);
    font-size: 16px;
    font-weight: bold;
    /* background-color: pink; */
}

.cancelSubmitAnswerInfo {
    text-align: center;
    font-size: 15px;
    margin: 20px auto;
}

/* 操作按钮 */
.cancelSubmitAnswerOption {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 30px auto 0;
}

.CancelSubmitAnswer_Btn,
.confimSubmitAnswer_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    cursor: pointer;
}

.CancelSubmitAnswer_Btn {
    background-color: #b5b5b5;
}



/* 2024.4.28 新增 */
.navLeft .nav_item {
    position: relative;
}

.navLeft .nav_item_teacher {
    flex: 1;
    height: 60px;
    text-align: center;
    line-height: 60px;
    flex-shrink: 0;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.navLeft .newProduction {
    width: 10px;
    height: 10px;
    background-color: #FA5151;
    position: absolute;
    right: 33px;
    top: 14px;
    border-radius: 50%;
}

.pinel_status .item_R {
    /* background-color: lightblue; */
    position: relative;
}

    .pinel_status .item_R .bottomStatus {
        width: 70px;
        position: absolute;
        right: 15px;
        bottom: -2px;
        cursor: pointer;
    }

.pinel_status .bottomStatus img {
    width: 100%;
}


.cancelBgPcBm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.Cancel_BtnPcBm,
.confim_BtnPcBm {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    cursor: pointer;
}

.Cancel_BtnPcBm {
    background-color: #b5b5b5;
}


.cancelBgPcQd {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.Cancel_BtnPcQd,
.confim_BtnPcQd {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: var(--bg-heavypurple);
    font-size: 16px;
    cursor: pointer;
}

.Cancel_BtnPcQd {
    background-color: #b5b5b5;
}



/* 2024.5.22修改 */
.detailPageUp_522 {
    position: relative;
}

    .detailPageUp_522 h2 {
        max-width: calc(100% - 100px);
    }

.ol_type_522 {
    position: absolute;
    right: 25px;
    top: 25px;
}


    .ol_type_522 span {
        width: auto;
        font-size: 12px;
        color: #fff;
        padding: 2px 10px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 12px;
        font-weight: normal;
    }

    .ol_type_522 .span_art {
        background-color: #4CC7A8;
    }

    .ol_type_522 .span_other {
        background-color: #A580AC;
    }



.cancelBgPcQd .cancelStatus {
    height: auto;
}





/* 2024.6.14修改开始------------------------- */
.page_my_edit_67 .mainLeft {
    width: 210px;
}

.page_my_edit_67 .mainRight {
    width: calc(100% - 210px);
}



/* 通识提升课程开课申请开始------------------------ */
.applyArea {
    background-color: white;
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
}

.lessonApply_title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #A580AC;
    letter-spacing: 2px;
}



.layui-form {
    width: 92%;
    margin: 4% auto 0;
    /* background-color: lightblue; */
}

    .layui-form .layui-btn:disabled {
        background-color: #b7b7b7 !important;
    }

    .layui-form .layui-form-label {
        width: 120px;
        color: #264153;
        font-weight: bold;
        /* padding: 9px 0; */
        /* background-color: orange; */
    }

    .layui-form .layui-input-block {
        margin-left: 150px;
        /* background-color: lightblue; */
    }

    .layui-form .layui-form-item {
        margin-bottom: 30px;
    }

        .layui-form .layui-form-item input {
            font-size: 14px;
        }



/* 设置开课周 */

.teacherIntroArea .layui-table {
    width: 810px;
    margin-left: 27px;
}

    .teacherIntroArea .layui-table th {
        text-align: center;
    }

    .teacherIntroArea .layui-table td {
        text-align: center;
    }

.teacherIntroArea .setTname {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
}


.teacherIntroArea .setSelect {
    background-color: transparent;
    color: #000;
    border: 1px solid #cccc;
}


.teacherIntroArea .editBtn {
    color: #009688;
    cursor: pointer;
}



.teacherIntroArea .teacher_item .layui-form-item {
    width: 40%;
    flex-shrink: 0;
}

    .teacherIntroArea .teacher_item .layui-form-item input {
        padding: 0 10px;
        box-sizing: border-box;
    }

.teacherIntroArea .layui-form-label {
    font-size: 14px;
    font-weight: normal;
}

.teacherIntroArea .teacher_item:nth-child(1) .layui-form-label {
    /* background-color: orange; */
    padding: 0 15px;
}



.teacherIntroArea .teacher_item .td_type {
    /* background-color: orange; */
    position: relative;
}





.moveUp {
    /* background-color: orange; */
    /* padding: 0 15px; */
    padding: 9px 0px 9px 15px;
}

.setOpenLessWeek {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
}


.setWeekContent {
    width: 600px;
    /* padding: 40px 35px 35px 50px; */
    padding: 40px 0px 35px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: var(--bg-whitecolor);
    margin: 0 auto;
}

/* 600-80 520 */
.setWeekBox {
    width: 100%;
    margin-top: 40px;
    /* background-color: lightblue; */
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

    .setWeekBox .WeekRow {
        /* background-color: lightblue; */
        display: flex;
        flex-wrap: wrap;
    }

    .setWeekBox .checkBox {
        width: 80px;
        height: 40px;
        line-height: 40px;
        /* padding-left: 10px; */
        box-sizing: border-box;
        font-size: 12px;
        /* background-color: orange; */
        margin-bottom: 25px;
        border: 1px solid #ccc;
        border-right: none;
        cursor: pointer;
        text-align: center;
        position:relative;
    }

        /*.setWeekBox .checkBox:nth-child(6n) {
            border: 1px solid #ccc;
        }

        .setWeekBox .checkBox:last-child {
            border: 1px solid #ccc;
        }*/
    .setWeekBox .WeekRow .checkBox:last-child {
        border: 1px solid #ccc;
    } 

    /* 选中状态 */
    .setWeekBox .check_active {
        background-color: #0063E1;
        color: #fff;
    }

    /* 禁用状态 */
    .setWeekBox .check_disabled {
        background-color: #cccc;
        cursor: not-allowed;
        color: #fff;
    }





.layui-dropdown {
    width: 90px;
    min-width: 90px;
    border: none;
    /* background-color: lightblue; */
}


.jk_dropDown {
    position: absolute;
    left: 21.5px;
    width: 92px;
    top: 44px;
    min-width: 92px;
    z-index: 100;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    background-color: #fff;
    color: #5f5f5f;
}


.jk-dropdown-menu {
    width: 92px;
    position: relative;
    margin: 5px 0;
    background-color: #fff;
    box-sizing: border-box
}



    .jk-dropdown-menu li {
        position: relative;
        margin: 1px 0;
        line-height: 26px;
        color: rgba(0, 0, 0, .8);
        font-size: 14px;
        white-space: nowrap;
        cursor: pointer;
        transition: all .3s;
        width: 92px;
        text-align: center;
        padding: 5px 15px;
        box-sizing: border-box;
        /* background-color: orange; */
    }

        .jk-dropdown-menu li:hover {
            background-color: #f6f6f6
        }



.btn_sub_openWeek {
    width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #A782AE;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin: 20px auto 0;
}








/* 教师团队负责人联系方式 */
.teacherLeaderArea {
    /* background-color: lightblue; */
    margin-top: 30px;
}

.teacherLeaderTitle {
    font-size: 14px;
    font-weight: bold;
    padding-left: 24px;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.teacherLeaderRight {
    width: calc(100% - 101px);
    /* background-color: lightcoral; */
    margin-left: 101px;
}


.teacherLeaderArea .teacher_item {
    display: flex;
    /* background-color: palegoldenrod; */
}



    .teacherLeaderArea .teacher_item .layui-form-item {
        width: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

        .teacherLeaderArea .teacher_item .layui-form-item input {
            padding: 0 10px;
            box-sizing: border-box;
        }

.teacherLeaderArea .layui-form-label {
    font-size: 14px;
    width: 150px;
    box-sizing: border-box;
    /* padding: 9px 30px 9px 0; */
    /* background-color: orange; */
}



.teacherLeaderArea .layui-input-block {
    margin-left: 0;
    width: calc(100% - 120px);
}



/*.classChoose .layui-input-block {
    display: flex;
    flex-wrap: wrap;*/
    /* background-color: lightblue; */
/*}

    .classChoose .layui-input-block .layui-form-radio {
        width: 50%;
        flex-shrink: 0;
        margin: 0 0 10px 0;
        padding: 0;
    }*/
.classChoose .layui-input-block .layui-form-radio {
    width: 100%;
}

/* .classChoose .layui-input-block .layui-form-checkbox{
  width: 50%;
  flex-shrink: 0;
} */

/* .classChoose .layui-input-block .layui-form-checkbox span{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */



.classIntroDuce .layui-form-label span {
    /* background-color: orange; */
    font-weight: normal;
}

.classIntroDuce textarea {
    padding: 10px;
    box-sizing: border-box;
    min-height: 140px;
}

    .classIntroDuce textarea::placeholder {
        font-size: 14px;
    }





.upLoadImg {
    margin-left: 20px;
}

    .upLoadImg a {
        text-decoration: underline;
    }




.lessonApply_SubBtn {
    margin: 60px auto;
}

    .lessonApply_SubBtn .layui-btn {
        background-color: rgb(234, 65, 65);
    }

        .lessonApply_SubBtn .layui-btn:hover {
            opacity: 1;
        }

/* 选择教师弹窗 */
.chooseTeacherBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10000;
}

.chooseTeacherContent {
    width: 600px;
    /* padding: 40px 35px 35px 50px; */
    padding: 40px 0px 35px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: var(--bg-whitecolor);
    margin: 0 auto;
}

.chooseTeacherBox {
    width: 100%;
    margin-top: 40px;
    /* background-color: lightblue; */
    /* padding: 0 60px; */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

    .chooseTeacherBox .layui-form-item {
        width: 485px;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
    }

    .chooseTeacherBox .layui-input-block {
        width: calc(100% - 90px);
        margin-left: 0px;
        /* background-color: orange; */
    }


    .chooseTeacherBox .queryTeacher {
        width: 90px;
        height: 38px;
        line-height: 38px;
        background-color: #009688;
        color: #fff;
        text-align: center;
        font-size: 13px;
        border-radius: 0 2px 2px 0;
        cursor: pointer;
    }



    .chooseTeacherBox .layui-form-item input {
        font-size: 14px;
        /* height: 40px; */
        border-radius: 2px 0 0 2px;
        border-right: none;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .chooseTeacherBox .queryResult {
        max-height: 530px;
        margin: 20px auto 0;
        overflow: auto;
        padding: 0 4px;
        box-sizing: border-box;
    }


    .chooseTeacherBox .layui-table th {
        text-align: center;
    }

    .chooseTeacherBox .layui-table td {
        text-align: center;
    }


    .chooseTeacherBox .setTname {
        width: 60px;
        height: 28px;
        line-height: 28px;
        background-color: #009688;
        color: #fff;
        text-align: center;
        font-size: 12px;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 auto;
    }




/* 选择教师弹窗 超出的滚动条样式 */
.queryResult::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.queryResult::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #009688;
}

.queryResult::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.queryResult::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.queryResult::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #009688;
}

.queryResult::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}




/* 开课周 */
.jk_open_week .layui-input-block {
    /* background-color: lightblue; */
    display: flex;
    flex-wrap: wrap;
}

.jk_open_week .WeekRow {
    /* background-color: lightblue; */
    display: flex;
    flex-wrap: wrap;
}



.jk_open_week .checkBox {
    width: 79px;
    height: 35px;
    line-height: 35px;
    /* padding-left: 10px; */
    box-sizing: border-box;
    font-size: 12px;
    /* background-color: orange; */
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-right: none;
    cursor: pointer;
    text-align: center;
}

    /*.jk_open_week .checkBox:nth-child(10n) {
        border: 1px solid #ccc;
    }

    .jk_open_week .checkBox:nth-child(19) {
        border: 1px solid #ccc;
    }*/
.WeekRow .checkBox:last-child {
    border: 1px solid #ccc;
} 

/* 选中状态 */
.jk_open_week .check_active {
    background-color: #0063E1;
    color: #fff;
}

/* 禁用状态 */
.jk_open_week .check_disabled {
    background-color: #cccc;
    cursor: not-allowed;
    color: #fff;
}




/*开课节次 */
.jk_open_count .layui-input-block .layui-form-checkbox {
    /* background-color: orange; */
    padding-left: 23px;
}


/* 2024.6.14修改结束------------------------- */

/* 2024.6.24修改开始------------------- */
.jk_open_week {
    margin-bottom: 0 !important;
}

.teacherDayClassArea {
    /* background-color: lightblue; */
    margin-bottom: 30px;
}

    .teacherDayClassArea .layui-table {
        width: 810px;
        margin-left: 27px;
    }

        .teacherDayClassArea .layui-table th {
            text-align: center;
        }

        .teacherDayClassArea .layui-table td {
            text-align: center;
        }

        .teacherDayClassArea .layui-table .td_item {
            cursor: pointer;
        }

    .teacherDayClassArea .chooseTips {
        /* background-color: orange; */
        padding-left: 32px;
        box-sizing: border-box;
        font-size: 13px;
        margin-top: 20px;
        /* color: #A782AE; */
        color: red;
    }

    .teacherDayClassArea .jk_table {
        width: 810px;
        margin-left: 27px;
        /* background-color: lightblue; */
        display: flex;
        font-size: 14px;
        color: #5f5f5f;
        border: 1px solid #eee;
        border-top: none;
        border-right: none;
    }

.jk_table div {
    width: 90px;
    height: 39px;
    flex-shrink: 0;
}

.jk_table .jk_table_th {
    background-color: #FAFAFA;
    text-align: center;
    min-height: 20px;
    line-height: 39px;
}

.jk_table .jk_table_time {
    height: auto;
}

    .jk_table .jk_table_time div {
        /* border: 1px solid #eee; */
        border: 1px solid #eee;
        border-left: none;
        border-bottom: none;
        box-sizing: border-box;
    }

.jk_table_time .jk_table_time_morning {
    height: 195px;
    text-align: center;
    line-height: 195px;
}

.jk_table_time .jk_table_time_noon {
    height: 195px;
    text-align: center;
    line-height: 195px;
}

.jk_table_time .jk_table_time_night {
    height: 78px;
    text-align: center;
    line-height: 78px;
}

.jk_table .jk_table_count div {
    min-height: 20px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #eee;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
}

.jk_table .jk_date div {
    min-height: 20px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #eee;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
}

.jk_date .jk_table_td {
    /* background-color: orange; */
    cursor: pointer;
}

.jk_date .jk_table_td_active {
    background: url(/img/check.png) no-repeat;
    background-size: 25% auto;
    background-position: center;
    background-color: #0063E1;
}



/* 禁用状态 */
.jk_date .jk_table_td_disabled {
    background-color: #cccc;
    cursor: not-allowed;
    color: #fff;
}


/* 2024.6.24修改结束------------------- */

/* 2024.6.25修改开始------------------- */
.lessonApplyRecord .pubContent .applyArea {
    padding: 30px 20px 50px;
}

.lessonApplyRecord .pubContent .myTable {
    margin-top: 40px;
}

.lessonApplyRecord .jk_recode_operator {
    /* display: flex; */
}

    .lessonApplyRecord .jk_recode_operator .setTname {
        width: 60px;
        height: 30px;
        line-height: 30px;
        background-color: #009688;
        color: #fff;
        text-align: center;
        font-size: 13px;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 4px;
        display: inline-block;
    }

    .lessonApplyRecord .jk_recode_operator .jk_recode_del {
        background-color: #FF5722;
    }

/* 2024.6.25修改结束------------------- */



/* 2024.6.26修改开始------------------- */
.lessonApplyRecord .notData {
    text-align: center;
    font-size: 16px;
    color: #A580AC;
    margin: 40px;
}

.lessonApplyRecord .myTable tr td {
    padding: 10px 3px;
}

.lessonApplyRecord .myTable .jk_recode_status_save {
    color: red;
}

.lessonApplyRecord .myTable .jk_recode_status_sub {
    color: green;
}

.layui-form-label {
    text-align: left;
    /* background-color: lightgreen; */
}

/* .teacherLeaderArea{
   
} */
.teacherLeaderTitle {
    padding: 9px 0 9px 15px;
}

.teacherLeaderRight {
    width: calc(100% - 150px);
    margin-left: 150px;
}

.teacherIntroArea .layui-table {
    width: 687.92px;
    margin-left: 150px;
}


.teacherIntroArea .fillArea span {
    display: block;
}


.teacherIntroArea .layui-table td {
    padding: 9px 10px;
}

.teacherIntroArea .layui-table th {
    padding: 9px 10px;
}

.teacherIntroArea .setTname {
    width: 85px;
    font-size: 12px;
}

.teacherIntroArea .setOpenLessWeek {
    width: 85px;
    font-size: 12px;
}

.jk_dropDown {
    width: 87px;
    /* background-color: lightblue; */
    /*left: 14.5px;*/
    left: 10px;
    top: 47px;
    min-width: 87px;
}

.jk-dropdown-menu {
    width: 87px;
}

    .jk-dropdown-menu li {
        width: 87px;
    }

.teacherDayClassArea .jk_table {
    width: 687.92px;
    margin-left: 0px;
    /* background-color: lightblue; */
}

.jk_table div {
    width: 76.4px;
}

.teacherDayClassArea_innerBox {
    display: flex;
}

.teacherDayClassArea .jk_table_title {
    width: 150px;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    /* background-color: orange; */
    flex-shrink: 0;
}

.teacherDayClassArea .chooseTips {
    padding-left: 150px;
}

.jk_open_week_tips {
    font-size: 13px;
    color: red;
    padding-left: 150px;
    box-sizing: border-box;
}

.StopApply_tips {
    text-align:center;
    font-size: 20px;
    color: red;
    /*padding-left: 150px;*/
    box-sizing: border-box;
}

.lessonApply_SubBtn .jk_btn_save {
    /*width: 94px;*/
    background-color: #A580AC;
}
/* 2024.6.26修改结束------------------- */
/* 2024.6.27修改开始------------------- */

.page_teacherLogin .el_container {
    /* background-color: lightblue; */
    display: flex;
    flex-direction: column;
}

.page_teacherLogin .el_main {
    /* background-color: lightblue; */
    padding-bottom: 100px;
    min-height: auto;
    flex: 1;
}


.teacherLoginArea {
    margin: 100px auto 0;
    width: 100%;
    height: 522px;
    padding: 60px 50px 0px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    background: url(/img/teacherBgLt.png), url(/img/teacherBgRt.png);
    background-repeat: no-repeat;
    background-size: 480px auto, 1000px auto;
    background-position: -10px -68px, 215px 336px;
    background-color: var(--bg-whitecolor);
    box-shadow: 0 0 10px 0#ccc;
}

.teacherbindArea {
    margin: 100px auto 0;
    width: 70%;
    height: 522px;
    padding: 60px 50px 0px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    background: url(/img/teacherBgLt.png), url(/img/teacherBgRt.png);
    background-repeat: no-repeat;
    background-size: 480px auto, 1000px auto;
    background-position: -10px -68px, 215px 336px;
    background-color: var(--bg-whitecolor);
    box-shadow: 0 0 10px 0#ccc;
}

.teachercheckArea {
    margin: 100px auto 0;
    width: 70%;
    height: 522px;
    padding: 60px 50px 0px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
    background: url(/img/teacherBgLt.png), url(/img/teacherBgRt.png);
    background-repeat: no-repeat;
    background-size: 480px auto, 1000px auto;
    background-position: -10px -68px, 215px 336px;
    background-color: var(--bg-whitecolor);
    box-shadow: 0 0 10px 0#ccc;
}

.teacherLoginContent {
    width: 500px;
    margin: 0 auto;
    /* background-color: lightblue; */
}

    .teacherLoginContent .res_con {
        /* background-color: lightblue; */
        margin-top: 50px;
    }

    .teacherLoginContent .res_title .text {
        font-size: 20px;
    }

    .teacherLoginContent .login_ele {
        margin-bottom: 30px;
    }

        .teacherLoginContent .login_ele .ele_right input {
            height: 60px;
            border-radius: 10px;
            background-color: #EEEEEE;
        }

    .teacherLoginContent .loginBtn {
        height: 60px;
        line-height: 60px;
        border-radius: 10px;
        margin-top: 50px;
    }

.pageMain .res_con2 {
    width: 80%;
    margin: 0 auto;
    /* background-color: palegoldenrod; */
}

.pageMain .login_ele2 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .pageMain .login_ele2 .ele_left {
        width: auto;
        flex-shrink: 0;
        font-size: 16px;
        /* background-color: orange; */
    }

    .pageMain .login_ele2 .ele_right {
        flex: 1;
        margin-left: 15px;
    }

        .pageMain .login_ele2 .ele_right input {
            width: 100%;
            height: 40px;
            padding: 0 15px;
            box-sizing: border-box;
            border-radius: 5px;
            font-size: 15px;
            background-color: var(--input-bgcolr);
            border: none;
            outline: none;
        }

            .pageMain .login_ele2 .ele_right input::placeholder {
                color: var(--input-tipscolor);
                font-size: 14px;
            }

.tlogin_btn {
    width: 32%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--bg-heavypurple);
    font-size: 13px;
    color: var(--bg-whitecolor);
    cursor: pointer;
    border: none;
    outline: none;
}


.pageMain .login_code .ele_right input {
    width: 63%;
}

.pageMain .login_code .ele_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pageMain .login_code .ele_right button {
    width: 32%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--bg-heavypurple);
    font-size: 13px;
    color: var(--bg-whitecolor);
    cursor: pointer;
    border: none;
    outline: none;
}

.pageMain .login_choose {
    margin-bottom: 10px;
}

.pageMain .login_choose .ele_right .ChooseWay {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
/* 2024.6.27修改结束------------------- */
.page_teacherLogin .navDropMenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #A580AC;
    z-index: 10;
}

    .page_teacherLogin .navDropMenu .dreop_item {
        width: 100%;
        top: 60px;
        display: block;
        color: #fff;
    }
/* 2024.7.1修改开始-------------------------- */
/* .teacherIntroArea{
    background-color: lightblue;
}
.teacherIntroArea .layui-table {
    width:822.92;
    margin-left: 15px;
} */
.teacherIntroArea .uploadArea {
    /* background-color: lightblue; */
    font-size: 12px;
}

.teacherIntroArea .beforUpload {
    cursor: pointer;
}

.teacherIntroArea .uploadBtn {
    width: 30px;
    /* background-color: orange; */
    margin: 0 auto;
}

    .teacherIntroArea .uploadBtn img {
        width: 100%;
        height: auto;
        display: block;
    }

.teacherIntroArea .afterUpload {
    /* background-color: lightblue; */
    position: relative;
}

    .teacherIntroArea .afterUpload .jk_imgBox {
        width: 90px;
        max-height: 95px;
        overflow: hidden;
    }

        .teacherIntroArea .afterUpload .jk_imgBox img {
            width: 90px;
            height: auto;
            display: block;
        }

    .teacherIntroArea .afterUpload .delImg {
        position: absolute;
        right: -4px;
        top: -12px;
        color: red;
        font-size: 18px;
        cursor: pointer;
    }

/* 开课周为 法定节假日  */
.jk_open_week .check_active_holidy, .setWeekBox .check_active_holidy_orange {
    background-color: orange;
    color: #fff;
}

.jk_open_week .checkBox {
    position: relative;
}

    .jk_open_week .checkBox .holidy_tips, .setWeekBox .holidy_tips {
        color: yellow;
        position: absolute;
        left: 0;
        bottom: -1px;
        font-size: 10px;
        width: 100%;
        line-height: normal;
        letter-spacing: 1px;
        display: none;
        /* background-color: pink; */
    }
.setWeekBox .holidy_tips {
    /*display: block;*/
    color: #A782AE;
}
.setWeekBox .holidy_tips_show {
    display: block;
}
/* 2024.7.1修改结束-------------------------- */
/* 2024.7.12修改开始-------------------------- */
.jk_myTable {
    /* margin-top: 30px; */
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

    .jk_myTable tr td {
        height: 40px;
        color: #504542;
        border: 1px solid #b5b5b5;
        border-top: none;
        border-left: none;
        padding: 10px 15px;
        box-sizing: border-box;
        line-height: 17px;
    }

    .jk_myTable tr .tCenter {
        text-align: center;
    }

    .jk_myTable tr .addTdHeight {
        height: 40px;
        padding: 0px 15px;
        font-size: 15px;
    }

    .jk_myTable .tAlignLeft {
        text-align: left;
    }

    .jk_myTable .td_section {
        font-weight: bold;
        font-size: 16px;
        font-style: italic;
    }

/* 每个课程 */
.jk_list_item {
    margin-top: 10px;
    color: #a580ac;
    font-size: 13px;
    /* background-color: lightblue; */
    border-bottom: 1px solid;
}

    .jk_list_item .lessonTitle {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .jk_list_item .lessonTitle .important {
            font-size: 15px;
        }

    /* 是否调课 */
    .jk_list_item .adjust {
        text-decoration: underline;
    }

    .jk_list_item .lesson_ele {
        display: flex;
        align-items: center;
        /* background-color: orange; */
        margin-bottom: 10px;
    }

    .jk_list_item .ele_icon {
        width: 15px;
        margin-right: 5px;
        align-self: flex-start;
    }

        .jk_list_item .ele_icon img {
            width: 15px;
            height: 15px;
            display: block;
        }

    .jk_list_item .ele_des span {
        margin-right: 7px;
    }



/* 查询条件 */
.jk_queryArea {
    margin-bottom: 30px;
    display: flex;
    /* background-color: lightblue; */
}

    .jk_queryArea .layui-form {
        width: 480px;
        margin: 0 0;
        /* background-color: orange; */
    }

.jk_queryLeft {
    display: flex;
    align-items: center;
}

.jk_query_item {
    width: 140px;
    margin-right: 20px;
}

    .jk_query_item .layui-input {
        color: #757575;
        opacity: .8;
    }



.jk_queryRight .jk_queryBtn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: #A782AE;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 30px;
}

/* 2024.7.12修改结束-------------------------- */
/* 2024.7.15修改开始-------------------------- */

/* 我的总课表 */
.generalTimeTable .jk_queryArea {
    /* background-color: lightblue; */
    margin: 40px 0 0;
    /* justify-content: center; */
}

    .generalTimeTable .jk_queryArea .layui-form {
        width: auto;
    }

.generalTimeTable .jk_queryRight .jk_queryBtn {
    margin-left: 20px;
}

/* 自主选课 */
.page_selfLessonSelect .sectionTop {
    justify-content: center;
}

.jk_block_screen .jk_blockArea {
    margin: 60px auto 0;
    background-color: #F8F5F8;
    border-radius: 5px;
    padding: 40px 10px 30px 20px;
    box-sizing: border-box;
}

.jk_screenRow {
    display: flex;
    /* align-items: center; */
    margin-bottom: 30px;
}

    .jk_screenRow:last-child {
        margin-bottom: 0;
    }

.jk_row_left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /* background-color: orange; */
    align-self: flex-start;
    line-height: 30px;
}


    .jk_row_left .jk_byType {
        font-size: 16px;
        font-weight: bold;
        /* margin-left: 20px; */
        color: #5B5655;
    }

.jk_row_right span {
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    /* margin-bottom: 10px; */
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
}

.jk_row_right .jk_rightAll {
    margin-left: 20px;
}


.jk_screenRow_section .jk_row_right span:nth-child(n+2) {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    /* background-color: orange; */
}

.jk_screenRow_margin .jk_row_right span:nth-child(n+2) {
    /* background-color: orange; */
    padding: 0 19px;
}


/* 筛选条件选中样式 */
.jk_row_right .span_active {
    background-color: #A580AC;
    /* background-color: #2ba4d3a3; */
    color: #fff;
}

.jk_row_right .span_hover {
    background-color: #c69bcf96;
    /* background-color: #2ba4d3a3; */
    color: #fff;
}

/* 搜索筛选 */
.jk_screenArea {
    width: 960px;
    margin: 60px auto 0;
    /* background-color: lightblue; */
}

    .jk_screenArea .jk_screenSearch {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        border: 1px solid #A580AC;
        border-radius: 4px;
        overflow: hidden;
    }



.jk_el_input {
    width: calc(100% - 110px);
    /* background-color: pink; */
}

    .jk_el_input input {
        width: 100%;
        height: 37px;
        padding: 0 20px 0 25px;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-size: 15px;
    }

        .jk_el_input input::placeholder {
            color: #afafaf;
        }

.jk_icon_search {
    width: 110px;
    height: 37px;
    flex-shrink: 0;
    cursor: pointer;
    background-color: #A580AC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

    .jk_icon_search:hover {
        background-color: #9f7da6;
    }

    .jk_icon_search img {
        width: 17px;
        height: 16px;
        display: block;
        margin-right: 15px;
    }

    .jk_icon_search span {
        font-size: 17px;
    }

.page_selfLessonSelect .eventList {
    margin-top: 80px;
}


.page_selfLessonSelect .off_res_img {
    width: 34%;
    height: 260px;
    background-color: lightblue;
    flex-shrink: 0;
}

.page_selfLessonSelect .off_padingBox {
    width: 66%;
}

.page_selfLessonSelect .off_res_img img {
    width: 100%;
    min-height: 260px;
}

.page_selfLessonSelect .off_resIntro {
    width: 516px;
    /* background-color: orange; */
}

    .page_selfLessonSelect .off_resIntro .off_res_detail {
        margin-top: 35px;
    }

.page_selfLessonSelect .off_res_order {
    width: 276px;
    /* background-color: lightblue; */
    padding: 0px 30px 0px 25px;
}

    .page_selfLessonSelect .off_res_order .off_order_top img {
        width: 90px;
        height: 120px;
        object-fit: cover;
        /* background-color: lightblue; */
    }

    .page_selfLessonSelect .off_res_order .off_order_ccenter {
        width: 100%;
        display: block;
        color: #919191;
        font-size: 14px;
        margin: 20px 0 25px;
        /* background-color: orange; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

.page_selfLessonSelect .blockArea {
    margin-top: 70px;
}

.page_selfLessonSelect .el_main {
    padding-bottom: 150px;
}

/* 自主选课详情 */
.page_selfLessonDetail .group_col {
    margin-bottom: 18px;
}

    .page_selfLessonDetail .group_col .col_right {
        letter-spacing: 0.5px;
    }

.page_selfLessonDetail .group_contact .col_center {
    width: 100px;
    /* background-color: lightblue; */
}

.page_selfLessonDetail .group_contact .col_right {
    width: calc(100% - 200px);
    margin-left: 20px;
    /* background-color: lightcoral; */
    display: flex;
    align-content: center;
    justify-content: flex-end;
    position: absolute;
    top: -10px;
    right: 0;
}

    .page_selfLessonDetail .group_contact .col_right .operatorBtn {
        position: static;
        margin-left: 15px;
    }

.page_selfLessonDetail .downLeft {
    padding: 60px 35px 40px;
}

.page_selfLessonDetail .downRight {
    width: 32%;
}

.page_selfLessonDetail .recommendEvents {
    /* background-color: palegoldenrod; */
    padding: 10px 40px 30px;
}

.page_selfLessonDetail .adContent {
    margin-top: 30px;
}

    .page_selfLessonDetail .adContent .ad_ele {
        margin-bottom: 20px;
    }

    .page_selfLessonDetail .adContent .ad_left {
        /* background-color: lightblue; */
        width: 90px;
        height: 120px;
    }

        .page_selfLessonDetail .adContent .ad_left img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            min-height: auto;
        }

    .page_selfLessonDetail .adContent .ad_right {
        width: calc(100% - 90px);
        /* background-color: lightcoral; */
        padding: 15px 5px 0 20px;
    }

.teachinfo_item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #969696;
    margin-bottom: 20px;
}

    .teachinfo_item .teachinfo_item_l {
        width: auto;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }

.studentLoginShowArea .block {
    margin-top: 50px;
}

.studentLoginShowArea .myTable {
    margin-top: 40px;
}

    .studentLoginShowArea .myTable tbody tr td {
        padding: 15px 10px;
    }

    .studentLoginShowArea .myTable .jk_btn {
        width: 70px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 auto;
        border-radius: 6px;
    }

.studentLoginShowArea .studentInfo {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6A6A6A;
    font-size: 16px;
    margin-top: 30px;
}

    .studentLoginShowArea .studentInfo .studentInfo_item {
        margin: 0 12px;
    }

.studentLoginShowArea .myTable_score {
    margin-bottom: 50px;
}

.page_selfLessonDetail .applyBg .result {
    /* background-color: lightblue; */
    width: 500px;
    padding: 60px 50px 55px;
    background-size: 18% auto, 25% auto;
    background-position: -5px top, 390px 128%;
}

.page_selfLessonDetail .applyBg .res_title {
    /* background-color: lightblue; */
    font-size: 21px;
    font-weight: bold;
}

.page_selfLessonDetail .applyBg .res_con {
    font-size: 18px;
    text-align: center;
    margin-top: 35px;
    color: #A580AC;
}

.page_selfLessonDetail .applyBg .confimApply {
    margin: 45px auto 0;
    border-radius: 20px;
    width: 50%;
}

.homeWorkBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
}

    .homeWorkBg .result {
        width: 700px;
        padding: 50px 50px 55px;
        background: url(/img/selectLesson/homebg_lt.png), url(/img/selectLesson/homebg_rb.png);
        background-repeat: no-repeat;
        background-size: 18% auto, 25% auto;
        background-position: -15px -53px, 110% 110%;
        background-color: #fff;
        margin:3% auto;
    }

.page_selfLessonDetail .homeWorkScroll {
    width: 100%;
    overflow: hidden;
    /* background-color: pink;   */
}
/* 用百分比会有影响  里面的盒子写成固定宽度就不会受到滚动条宽度增加的影响 */
.page_selfLessonDetail .homeWorkList {
    /* width: calc(100% - 20px); */
    width: 585px;
    /* height: 400px; */
    height: 600px;
    border: none;
    border-radius: 0;
    margin-top: 10px;
    /* background-color: palegoldenrod; */
    margin: 0 0;
}

.page_selfLessonDetail .homeWorkScroll:hover {
    overflow: auto;
}

.page_selfLessonDetail .homeWorkList .question_box {
    width: 100%;
    margin: 0;
    background-color: transparent;
    padding: 25px 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e1e1b8;
}

    .page_selfLessonDetail .homeWorkList .question_box:last-child {
        border: none;
    }

    .page_selfLessonDetail .homeWorkList .question_box .answer {
        /* background-color: palegoldenrod; */
        padding: 0 10px;
        box-sizing: border-box;
    }

        .page_selfLessonDetail .homeWorkList .question_box .answer textarea {
            width: 100%;
            height: 150px;
            resize: none;
            border: 1px solid #E6E6E6;
            box-sizing: border-box;
            padding: 15px;
            border-radius: 4px;
            outline: none;
            font-size: 15px;
            line-height: 22px;
            text-align: justify;
        }

    .page_selfLessonDetail .homeWorkList .question_box .check_option {
        width: 77%;
    }

.page_selfLessonDetail .homeWorkBg .res_title {
    /* background-color: lightblue; */
    font-size: 20px;
    font-weight: bold;
}


.page_selfLessonDetail .homeWorkBg .confimApply {
    margin: 20px auto 0;
    border-radius: 20px;
    width: 65%;
}

/* 课后作业超出的滚动条样式 */
.homeWorkScroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.homeWorkScroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #A580AC;
}

.homeWorkScroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

.homeWorkScroll::-ms-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.homeWorkScroll::-ms-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #A580AC;
}

.homeWorkScroll::-ms-scrollbar-track {
    /*滚动条里面轨道*/
    /* -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #F6FAFD;
}

/* 自主选课颜色 */
/* btn_purple */
.color_lightcyan {
    color: #5BCCAD;
}

.color_red {
    color: #EE7171;
}

.color_gray {
    color: #A0A0A0;
    /* cursor: no-drop; */
}

.btn_lightorange {
    background-color: #EC5D5D;
}

.btn_lightgreen {
    background-color: #4EC8A6;
}

.text_lightgreen {
    color: #4EC8A6;
    font-weight: bold;
    font-size: 15px;
}

.text_purple {
    color: #A580AC;
    font-weight: bold;
    font-size: 15px;
}

.text_red {
    color: red;
    font-size: 15px;
}

.error_option input[type=checkbox] {
    background-color: #ed5d5d !important;
    color: #fff;
}

    .error_option input[type=checkbox] + label {
        color: #fff;
        padding-right: 30px;
    }

/* 2024.7.15修改结束-------------------------- */
/* 2024.7.23修改开始-------------------------- */
.teacherSingleArea {
    padding: 35px 35px 50px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0px #D7DBE4;
    margin-top: 50px;
}

.teacher_operator {
    display: flex;
    align-items: center;
}
.teacher_operator_chil {
    margin: 0 auto;
    width: 870px;
}

.operator_btn {
    width: 90px;
    height: 40px;
    line-height: 40px;
    background-color: #A580AC;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 30px;
}

.download_btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 30px;
}

.signCode {
    width: 256px;
    height: 256px;
    margin: 10px auto;
    /* background-color: lightblue; */
}

    .signCode #download_sign {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

.errorinfo {
    width: 350px;
    height: auto;
    padding-bottom:5px;
    /*margin: 30px auto;*/
    /* background-color: lightblue; */
}

    .errorinfo ul{
        margin-left:10px;
        margin-top:5px;
    }
        .errorinfo ul li{
            margin-top:5px;
        }

.downLoadEwm {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #A580AC;
    color: #fff;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    margin:20px auto;
}

.page_teacherLessonSingle .chooseTeacherBox {
    /* background-color: lightblue; */
    margin-top: 20px;
    padding: 0 20px;
}




.page_teacherLessonSingle .publicTeacherContent {
    width: 600px;
    padding: 40px 0px 35px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background: url(/img/loginBJ_lt.png), url(/img/loginBJ_lt_reverse.png);
    background-repeat: no-repeat;
    background-size: 18% auto, 18% auto;
    background-position: -5px top, 510px bottom;
    background-color: var(--bg-whitecolor);
    margin: 0 auto;
}


/* 查看学生弹窗 */
.page_teacherLessonSingle .watchStudentsWindow {
    width: 1000px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}

/* 成绩录入弹窗 */
.page_teacherLessonSingle .EnterScoreWindow {
    width: 1000px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}
.EnterScoreWindow .scorenotes {
    width: 70px;
    border:1px solid #cccccc;
    height:25px;
    line-height:25px;
    font-size:15px;
    text-align:center;
}

/* 查看签到弹窗 */
.page_teacherLessonSingle .watchSignStatusWindow {
    width: 850px;
    min-height: 300px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}

.page_teacherLessonSingle .watchAllSignStatusWindow {
    width: 850px;
    min-height: 350px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}

/* 查看作业完成情况弹窗 */
.page_teacherLessonSingle .watchWorkStatusWindow {
    width: 1000px;
    min-height:300px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}




.page_teacherLessonSingle .jk_recode_operator .jk_recode_del {
    background-color: #FF5722;
}

.page_teacherLessonSingle .block_pagenation {
    margin: 30px auto 0;
}

.teacher_table {
    width: 80%;
    /*margin-top: 35px;*/
    margin:35px auto;
}

.page_teacherLessonSingle .jk_teacher_operator {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_teacherLessonSingle .setTname {
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 6px;
    padding: 0 12px;
    display: inline-block;
}

.page_teacherLessonSingle .import_work {
    background-color: #A580AC;
}

.page_teacherLessonSingle .jk_teacher_operator .jk_record_tips {
    /* margin-left: 4px; */
    /* background-color: palegoldenrod; */
    flex: 1;
}

.queryCondition {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}

    .queryCondition .jk-form-item {
        width: 200px;
        margin: 0 30px;
    }

/* 学生问答题回答弹窗 */
.qwcorrecting {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
}

    .qwcorrecting input {
        width: 120px;
        height: 35px;
        text-align: center;
        font-size: 25px;
        padding: 0px 10px 7px;
        border: 1px solid #c3c3c3;
        box-sizing: border-box;
    }

        .qwcorrecting input::placeholder {
            font-size: 15px;
            color: #999999;
            vertical-align: middle;
        }
    /* input输入更改padding */
    .qwcorrecting .editInputPadding {
        padding: 0px 10px 0px;
        /* background-color: palegoldenrod; */
    }

    .qwcorrecting .confirmCorrectBtn {
        width: 70px;
        height: 35px;
        line-height: 35px;
        background-color: #009688;
        color: #fff;
        text-align: center;
        font-size: 13px;
        border-radius: 2px;
        cursor: pointer;
        margin-left: 20px;
    }
.scoreinput {
    width: 100px;
    height: 35px;
    text-align: center;
    font-size: 25px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    margin-bottom:5px;
}
    .scoreinput::placeholder {
        font-size: 15px;
        color: #999999;
        vertical-align: middle;
    }

.pobWindow {
    /* background-color: lightblue; */
    padding: 20px;
    box-sizing: border-box;
}

.qwSection {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
}

.qwSection_title {
    width: 80px;
    flex-shrink: 0;
    align-self: flex-start;
    /* background-color: orange; */
    font-weight: bold;
}

.qwSection_Text {
    width: calc(100% - 80px);
    padding: 0px 10px;
    box-sizing: border-box;
}
.noworkData {
    text-align: center;
    font-size: 16px;
    color: #A580AC;
    margin: 40px;
}

/* 2024.7.23修改结束-------------------------- */
/* 2024.7.26修改开始-------------------------- */
.page_teacherLessonSingle .workManager {
    background-color: #A580AC;
}

.page_teacherLessonSingle .workManagerWindow {
    width: 1000px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}

    .page_teacherLessonSingle .workManagerWindow .tdLeftAlign {
        text-align: left;
    }

.jk_card_header {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.jk_card_header_left {
    width: calc(100% - 400px);
    padding-left: 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    /* background-color: palegoldenrod; */
}

.jk_card_header_right {
    width: auto;
    /* background-color: orange; */
    display: flex;
}

    .jk_card_header_right .operator_btn {
        width: 70px;
        height: 35px;
        line-height: 35px;
        margin-right: 0;
        margin-left: 15px;
    }

.addNewWorkContent {
    /* background-color: lightblue; */
    padding: 0px 20px;
    box-sizing: border-box;
}

    .addNewWorkContent .layui-form-item {
        /* background-color: palegoldenrod; */
        margin-bottom: 16px;
    }

    .addNewWorkContent .jk-form-option {
        margin-bottom: 0;
    }

    .addNewWorkContent .layui-form-item .layui-form-label {
        width: 100px;
        padding: 9px 0;
        text-align:left;
    }

    .addNewWorkContent .layui-form-item .layui-input-block {
        margin-left: 100px;
    }


    .addNewWorkContent .li_box {
        float: right;
        font-size: 16px;
        text-align: center;
        border-radius: 2px;
        cursor: pointer;
        color: #595959;
        padding: 0 6px;
        height: 38px;
        display: flex;
        align-items: center;
        color: #1aa094;
    }

        .addNewWorkContent .li_box i {
            font-size: 20px;
            margin-right: 3px;
        }





    .addNewWorkContent .count_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .addNewWorkContent .count_box .count_box_left {
            width: 100px;
            color: #838383;
            font-size: 15px;
            flex-shrink: 0;
            padding-left: 15px;
            box-sizing: border-box;
            /* background-color: orange; */
        }

        .addNewWorkContent .count_box .count_box_center {
            width: calc(100% - 300px);
        }

        .addNewWorkContent .count_box .count_box_right {
            /* background-color: lightblue; */
            flex-shrink: 0;
            width: 200px;
            /* background-color: orange; */
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }


    .addNewWorkContent .li_inner_box {
        font-size: 12px;
        border: 1px solid #b1b1b1;
        text-align: center;
        margin: 0 3px;
        border-radius: 2px;
        background: #fff;
        cursor: pointer;
        color: #595959;
        padding: 0 6px;
        height: 24px;
        display: flex;
        align-items: center;
    }

        .addNewWorkContent .li_inner_box .layui-form-checkbox[lay-skin=primary] {
            margin-top: 0px;
            /* padding: 0; */
            width: auto !important;
            height: 26px !important;
        }

            .addNewWorkContent .li_inner_box .layui-form-checkbox[lay-skin=primary] i {
                width: 24px !important;
                height: 24px !important;
                font-size: 19px;
                line-height: 24px;
            }

            .addNewWorkContent .li_inner_box .layui-form-checkbox[lay-skin=primary] span {
                margin-left: 0px;
                padding: 0;
                line-height: 24px;
                font-size: 12px;
            }

        .addNewWorkContent .li_inner_box .my-icon {
            font-size: 15px;
            margin-right: 3px;
            color: #1aa094;
        }

    .addNewWorkContent .li_inner_box_edit {
        border: none;
        padding: 0;
        height: auto;
    }



/* 2024.7.26修改结束-------------------------- */
/* 2024.8.15修改开始-------------------------- */
.pobWindow_0815 {
    padding: 0 20px 20px;
}

    .pobWindow_0815 .qwSection_outerBox {
        /* background-color: lightblue; */
        border-bottom: 1px solid #e6e3e3;
        padding: 20px 10px 0;
        box-sizing: border-box;
    }

    .pobWindow_0815 .qwcorrecting .confirmCorrectBtn {
        width: auto;
        padding: 0 20px;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 20px;
    }

    .pobWindow_0815 .qwSection_Input {
        display: flex;
        align-items: center;
        /* background-color: pink; */
        margin-bottom: 20px;
    }

        /* input输入更改padding */
        .pobWindow_0815 .qwSection_Input .editInputPadding {
            padding: 0px 10px 0px;
            /* background-color: palegoldenrod; */
        }


        .pobWindow_0815 .qwSection_Input span {
            flex-shrink: 0;
            font-style: 12px;
        }

        .pobWindow_0815 .qwSection_Input input {
            width: 120px;
            height: 35px;
            text-align: center;
            font-size: 25px;
            padding: 0px 10px 7px;
            border: 1px solid #c3c3c3;
            box-sizing: border-box;
            border-radius: 2px;
        }

            .pobWindow_0815 .qwSection_Input input::placeholder {
                font-size: 15px;
                color: #999999;
                vertical-align: middle;
            }



/* 2024.8.15修改结束-------------------------- */

/* 2024.9.2修改开始-------------------------- */
.page_cxOnline .sectionTop {
    justify-content: center;
}

.cxList {
    margin-top: 40px;
}

.cxTips {
    width: 100%;
    text-align: center;
    color: #6D6D6D;
    font-size: 15px;
}

.lesson_block {
    width: 100%;
    padding: 35px 30px 25px 35px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0 #CDD2DD;
    border: none;
    outline: none;
}

    .lesson_block .block_circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        background-color: #A782AE;
    }

    .lesson_block .block_info {
        width: calc(100% - 90px);
        /* background-color: pink; */
        position: relative;
    }

        .lesson_block .block_info .block_info_detail {
            margin-top: 20px;
        }

        .lesson_block .block_info .block_info_title {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
            line-height: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .lesson_block:hover .block_info_title {
        color: #A782AE;
    }

.block_info_detail .detail_col {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    margin-bottom: 6px;
    text-align: justify;
}

.lesson_block .block_info .LookDetail_outerBox {
    width: auto;
    position: absolute;
    bottom: -2px;
    right: 0;
    /* background-color: orange; */
    display: flex;
    align-items: center;
}

.lesson_block .block_info .cancelCourse {
    color: #A782AE;
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
}

.lesson_block .block_info .chooseCourse {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    font-size: 15px;
    cursor: pointer;
}

.choose_bg {
    background-color: #A580AC;
    color: #fff;
}

.cancel_bg {
    background-color: #5FB878;
    color: #fff;
}

.full_bg {
    background-color: #ec5d5d;
    color: #fff;
}
/* 2024.9.2修改结束-------------------------- */


/* 2024.9.23 调课申请修改开始-------------------------- */
.page_courseAdjust .courseAdjust_el_main {
    padding-bottom: 50px;
}
.page_courseAdjust .courseAdjust_pageMain {
    width: 800px;
}
.page_courseAdjust .courseAdjust_el_container {
    margin: auto;
    min-width: 800px;
    min-height: 100vh;
    background-color: var(--bg-whitecolor);
}
.Adjust_area {
    margin-top: 40px;
}

.Adjust_area_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.adjust_form_item_title {
    width: 100%;
    padding: 9px 15px;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
}

    .adjust_form_item_title .icon_block {
        width: 6px;
        height: 20px;
        background-color: #a580ac;
        margin-right: 10px;
    }


/* 流程图 */
.adjust_time_line_area {
    width: 92%;
    margin: 70px auto 0;
    /* background-color: lightblue; */
}

.adjust_time_line {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.time_line_item {
    width: 20%;
}

    .time_line_item:last-child {
        width: auto;
        /* background-color: lightblue; */
    }

.time_line_item_top {
    display: flex;
    align-items: center;
}

.time_line_circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .time_line_circle img {
        width: 65%;
        height: 65%;
        display: block;
        object-fit: cover;
    }

.curProgress img {
    width: 100%;
    height: 100%;
}

.curProgress1 img {
    width: 65%;
    height: auto;
    margin-left: 3px;
}

.time_line_border {
    width: calc(100% - 70px);
    height: 4px;
    background-color: #EEEEEE;
}


.time_line_text {
    width: 100px;
    /* background-color: orange; */
    text-align: center;
    position: relative;
    left: -15px;
    margin-top: 15px;
}


.adjust_form_item_type .layui-form-checkbox {
    margin-right: 30px;
}

.Adjust_area_content .teacherDayClassArea .jk_table {
    width: 100%;
    /* background-color: lightblue; */
}

    .Adjust_area_content .teacherDayClassArea .jk_table div {
        width: auto;
        flex: 1;
    }

.adjust_form_item_classroom .jk_queryArea .jk_query_item {
    width: 300px;
}


.adjust_form_item_teacher .teacherIntroArea .layui-table {
     width: 100%; 
    margin-left: 0;
}

.adjust_form_item_teacher .teacherIntroArea .afterUpload {
    width: 90px;
    margin: 0 auto;
}

.adjust_form_item_reason .layui-textarea {
    width: 100%;
    min-height: 140px;
    padding: 10px;
    box-sizing: border-box;
}

/* 禁用 */
.adjust_disabled {
    position: relative;
}
/* .adjust_disabled::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000 !important;
} */

.adjust_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    cursor: not-allowed;
}

.page_teacherLessonSingle .in_approval {
    background-color: #A580AC;
}

.page_courseAdjust .approve_ok {
    background-color: #a580ac
}
.page_courseAdjust .approve_reject {
    background-color: #e43e31
}
/* 2024.9.23 调课申请修改结束-------------------------- */

/* 2025.3.13修改header 和 footer开始----------------------------------- */

/* .o-header__main  */
/* .o-header__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.4s;
  padding-top: 0.2rem;
}
.o-header__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/public/headCeilingBg.png") no-repeat top;
  background-size: 100% 100%;
  z-index: -1;
}
.o-header__main.-ceiling {
  padding: 0.25rem 0;
}

.o-header__main.-ceiling .o-header__nav-content {
  margin-top: 0;
}
.o-header__main.-ceiling .o-header__hamburger {
  display: block !important;
} */


/* .o-header__main  */
.o-header__main {
    /* height: 1rem; */
    padding-top: 0.15rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* pointer-events: none; */
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /* background-color: lightblue; */
}

    .o-header__main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/img/public/headCeilingBg.png") no-repeat top;
        background-size: 100% 100%;
        z-index: -1;
        transition: transform 0.4s;
        transform: scaleY(0);
        transform-origin: top;
    }

    .o-header__main::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/img/public/headCeilingBg.png") no-repeat top;
        background-size: 100% 100%;
        z-index: -1;
        transition: transform 0.4s;
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
    }

.o-header.-show-bg .o-header__main {
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0.25rem 0;
}

    .o-header.-show-bg .o-header__main::before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .o-header.-show-bg .o-header__main::after {
        transform: scaleY(0);
        height: 0;
        opacity: 0;
    }

.o-header.-show-bg .o-header__logo {
    /*-webkit-transform: scale(0.75);*/
    transform: scale(0.9);
    /*-webkit-transition: none;*/
    transition: none;
}

.o-header.-show-bg .o-header__list {
    opacity: 1;
    pointer-events: auto;
}

.o-header.-at-top .o-header__main {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.o-header.-show-bg .m-header-tour {
    display: none;
}

.o-header.-show-bg .o-header__nav-content {
    margin-top: 0;
}

.o-header.-show-bg .o-header__hamburger {
    display: block !important;
}





/* 一级导航 */
.rightBox {
  max-width: calc(100% - 2.5rem - 0.3rem);
}

/* 二级导航 */
.o-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.3rem;
  height: 100%;
  color: #ffffff;
  box-sizing: border-box;
}
.o-header__nav-content {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0.15rem;
}
.o-header__logo {
  width: 2.7rem;
  /*transition: transform 0.4s 0.4s;*/
  transform-origin: left;
}
.o-header__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.o-header__list {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 7rem;
  height: 100%;
  transition: opacity 0.4s ease;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .o-header__list {
    display: none;
  }
}
.o-header__list > li {
  height: 100%;
}
.o-header__list > li:last-child .o-header__item {
  padding-right: 0;
}
.o-header__list > li:hover .a-nav-pop {
  opacity: 1;
  visibility: visible;
}
.o-header__list > li:hover .o-header__item::before {
  transform: translateX(-50%);
}
    .o-header__list > li:hover .o-header__item {
        color:#ffff !important;
    }
    .o-header__list > li:hover .o-header__item::after {
        opacity: 1;
    }
.o-header__list > li:hover .o-header__item_login::after {
  opacity: 0;
}
.o-header__item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  letter-spacing: 0.01rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-size: 0.19rem;
  color: #ffff;
}
.o-header__item::before {
  width: calc(100% - 0.35rem);
  height: 0.035rem;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  background-color: #661c7e;
  transition: transform 0.3s;
  transform: translateX(-50%) scaleX(0);
}
.o-header__item::after {
  width: 0.08rem;
  height: 0.08rem;
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  background: url(/img/public/triangle.png) no-repeat center / cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.o-header__item.-active::before {
  transform: translateX(-50%) scaleX(1);
}
/* a-nav-pop  鼠标划过弹层 */
.a-nav-pop {
  width: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(10% + 12.5px);
  padding-top: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transform: translate(0, 100%);
  cursor: auto;
}
.a-nav-pop__main {
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0 0.3rem 0.4rem;
  width: 100%;
  background-image: url(/img/public/navPopBg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ffffff;
  border-bottom: 0.03rem solid #661c7e;
  box-shadow: 0 0 0.05rem 0 #ccc;
}
.a-nav-pop__side {
  height: 100%;
  flex: 0 0 1.6rem;
  padding: 0.05rem 0 0 0;
  box-sizing: border-box;
}
.a-nav-pop__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.1rem 0.1rem 0 0.5rem;
  box-sizing: border-box;
  min-height: 1rem;
  align-content: flex-start;
  flex: 1 1 auto;
  flex-wrap: wrap;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #bcbcbd 85%, #f6f6f6) 1;
}
.a-nav-pop__item {
  margin-bottom: 0.17rem;
  width: calc((100% - 0.1rem) / 2);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.18rem;
}
.a-nav-pop__item:nth-child(2n) {
  margin-left: 0.1rem;
}
.a-nav-pop__title {
  font-size: 0.21rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.005rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  color: #661c7e;
}
.a-nav-pop__text {
  color: #1a1a1a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  position: relative;
}
.a-nav-pop__text::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transform: scale(0);
  transform-origin: left center;
  background-color: #661c7e;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .a-nav-pop__text:hover {
    color: #661c7e;
  }
  .a-nav-pop__text:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.o-header__hamburger {
  width: 0.4rem;
  height: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: all;
  position: relative;
  margin-left: 0.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
  cursor: pointer;
  transform: scale(1);
  display: none;
}
.-pc .o-header__hamburger:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.o-header__hamburger.-active span {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.o-header__hamburger.-active span::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.o-header__hamburger.-active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-header__hamburger.-active span:nth-of-type(1)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-header__hamburger.-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header__hamburger.-active span:nth-of-type(3) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.1s, 0.3s, 0.3s;
  transition-delay: 0.1s, 0.3s, 0.3s;
}
.o-header__hamburger.-active span:nth-of-type(3)::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.o-header__hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  -webkit-transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  transition: width 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.o-header__hamburger span::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7d212a;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.o-header__hamburger span:nth-of-type(1) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%) translateY(-5px);
  transform: translate(-50%, -50%) translateY(-5px);
}
.o-header__hamburger span:nth-of-type(2) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-header__hamburger span:nth-of-type(3) {
  width: 17px;
  -webkit-transform: translate(-50%, -50%) translate(0px, 5px);
  transform: translate(-50%, -50%) translate(0px, 5px);
}

/* 内页banner开始------------------------------------------- */
.el_main {
  overflow: hidden;
}
.o-news-banner {
    position: relative;
    overflow: visible;
    height: 906px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: #692580;
}
.o-news-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 24%, rgba(0, 0, 0, 0.05));
  z-index: 1;
}
@media (max-width: 1919px) {
  .o-news-banner {
    height: 655px;
  }
}
@media (max-width: 1439px) {
  .o-news-banner {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .o-news-banner {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .o-news-banner {
    height: 360px;
  }
}

.o-news-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.o-news-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-news-banner__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 250px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .o-parallax-banner__content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__content {
    padding-bottom: 20px;
  }
}

.o-news-banner__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 5px;
  /* text-shadow: 0 10px 20px rgba(0, 0, 0, 0.35); */
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  color: #ffffff;
   text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7); 
}
@media (max-width: 1199px) {
  .o-news-banner__title {
    font-size: 40px;
    letter-spacing: 0.56px;
  }
}
@media (max-width: 767px) {
  .o-news-banner__title {
    font-size: 35px;
    letter-spacing: 0.49px;
  }
}

.o-news-banner__deco-bar {
  width: 1px;
  height: 160px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  background-color: #6d217d;
  z-index: 4;
}
@media (max-width: 1199px) {
  .o-news-banner__deco-bar {
    bottom: 50px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .o-news-banner__deco-bar {
    bottom: 0;
    height: 80px;
  }
}

.o-parallax-banner__decos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 2;
}

.o-parallax-banner__decos::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 24%, rgba(0, 0, 0, 0.05));
}
.o-parallax-banner__deco {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
}
.o-parallax-banner__deco.-dotted,
.o-parallax-banner__deco.-footer {
  bottom: 0;
  left: 0;
  width: 100%;
}
.o-parallax-banner__deco.-dotted img,
.o-parallax-banner__deco.-footer img {
  width: 100%;
}
.o-parallax-banner__deco.-dotted {
  z-index: 1;
}
@media (min-width: 768px) {
  .o-parallax-banner__deco.-dotted {
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
}
.o-parallax-banner__deco.-footer {
  z-index: 4;
}
.o-parallax-banner__deco.-footer.-last::before {
  width: 100%;
  height: 500px;
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  display: block;
  background-color: #ffffff;
}
.o-parallax-banner__deco.-footer[data-id="1"] {
  z-index: 2;
}
.o-parallax-banner__deco.-footer[data-id="2"] {
  z-index: 4;
}
.o-parallax-banner__deco.-footer[data-id="3"] {
  z-index: 6;
}
.o-parallax-banner__deco.-footer[data-id="4"] {
  z-index: 8;
}
.o-parallax-banner__deco.-footer[data-id="5"] {
  z-index: 10;
}

.o-parallax-banner__cover {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 906px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1919px) {
  .o-parallax-banner__cover {
    height: 655px;
  }
}
@media (max-width: 1439px) {
  .o-parallax-banner__cover {
    height: 680px;
  }
}
@media (max-width: 1199px) {
  .o-parallax-banner__cover {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__cover {
    top: 35px;
    height: 360px;
  }
}

/* 内页banner结束------------------------------------------- */
/* ts */
.o-ts .o-parallax-banner__cover {
  z-index: 3;
}
 .o-parallax-banner__cover .o-parallax-banner__deco {
  /* background-color: palegoldenrod; */
  width: 100%;
  height: 100%;
}

 .o-parallax-banner__cover img {
  /* background-color: lightblue; */
  position: absolute;
}

.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
  right: 250px;
  bottom: 130px;
  /* bottom: 0%;/ */
}
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] img {
  right: 0px;
  bottom: -130px;
}
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="3"] img {
  top: -50px;
  right: 260px;
}
.o-ts .o-parallax-banner__cover1 {
  z-index: 5;
}


.o-ts .o-news-banner-img{
  top: -50px;
}


@media (max-width: 1919px) {
  .o-ts .o-news-banner-img{
    top: -40px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 151px;
    right: 190px;
    bottom: 70px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] img {
    width: 150px;
    right: 0px;
    bottom: -126px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="3"] img {
    width: 330px;
    top: -60px;
    right: 185px;
  }
}
@media (max-width: 1439px) {
  .o-ts .o-news-banner-img{
    top: 0px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 119px;
    right: 160px;
    bottom: 82px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] img {
    width: 124px;
    right: 0px;
    bottom: -100px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="3"] img {
    width: 250px;
    top: -60px;
    right: 160px;
  }
}
@media (max-width: 1199px) {
  .o-ts .o-news-banner-img{
    top: -30px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 100px;
    right: 144px;
    bottom: 84px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] img {
    width: 100px;
    right: 0px;
    bottom: -79px;
  }
  .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="3"] img {
    width: 270px;
    top: -60px;
    right: 160px;
  }
}

.o-ts .o-parallax-banner__decos .o-parallax-banner__deco[data-id="1"] {
  width: 92%;
  right: 0;
  left: auto;
}
.o-ts .o-parallax-banner__decos .o-parallax-banner__deco[data-id="2"] {
  bottom: 10px;
}
.o-ts .o-parallax-banner__decos .o-parallax-banner__deco[data-id="4"] {
  bottom: -40px;
}
.o-ts .o-parallax-banner__decos1 {
  z-index: 4;
}
/* .container  */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;
}
.container.-size-sm {
  max-width: 83.33333%;
}
.container.-size-xs {
  max-width: 66.66667%;
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1024px;
  }
  .container.-size-sm {
    max-width: 853.33333px;
  }
  .container.-size-xs {
    max-width: 682.66667px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1280px;
  }
  .container.-size-sm {
    max-width: 1064px;
  }
  .container.-size-xs {
    max-width: 848px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px;
  }
  .container.-size-sm {
    max-width: 1196.66667px;
  }
  .container.-size-xs {
    max-width: 953.33333px;
  }
}

.main-content {
    width: 100%;
    position: relative;
    top: -180px;
    z-index: 10;
}
@media (max-width: 2219px) {
    .main-content {
        top: -120px;
    }
}
@media (max-width: 1919px) {
    .main-content {
        top: -75px;
    }
}
@media (max-width: 1439px) {
    .main-content {
        top: -75px;
    }
}

.o-teacher-login {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.o-teacher-login-btn {
    width: 154px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 21px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "sys", "Microsoft Yahei", sans-serif;
}
.o-teacher-beforelogin .o-teacher-login-btn {
  background-color: #ee9640;
  color: #fff;
}
.o-teacher-afterlogin .o-teacher-login-btn {
  border: 1px solid #671c7f;
  color: #671c7f;
  margin-top: 25px;
}
.o-teacher-login-welcome {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: #671c7f;
  font-weight: bold;
}
.o-teacher-nav-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.o-teacher-nav {
    width: auto;
    max-width: 98%;
    margin: 80px auto 0;
    height: 50px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    background-color: #f0e8f2;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.o-teacher-nav-item {
    width: 168px;
    height: 50px;
    line-height: 50px;
    /* flex: 1; */
    flex-shrink: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #671c7f;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    font-family: "sys", "Microsoft Yahei", sans-serif;
}
.o-teacher-nav-item.-active {
  background-color: #671c7f;
  color: #fff;
}
.o-teacher-nav-item:hover {
  background-color: #671c7f;
  color: #fff;
}

.o-timetable-nav {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-timetable-nav-item {
    padding: 10px 10px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 50px;
}

    .o-timetable-nav-item::after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #671c7f;
        border-radius: 2px;
        transform: scale(0);
        transition: transform 0.4s ease-in-out 0.1s;
        transform-origin: center;
    }

    .o-timetable-nav-item.-active {
        color: #671c7f;
    }

        .o-timetable-nav-item.-active::after {
            transform: scale(1);
        }

.o-timetable-container {
    width: 100%;
    margin-top: 40px;
}


/* 教师教学开始----------------------------------------------- */
.o-youke .main-content {
  top: -100px;
}

@media (max-width: 2219px) {
  .o-youke .main-content {
    top: -70px;
  }
}
@media (max-width: 1919px) {
  .o-youke .main-content {
    top: -50px;
  }
}
@media (max-width: 1439px) {
  .o-youke .main-content {
    top: -40px;
  }
}

.o-youke .o-teacher-afterlogin {
  display: flex;
  align-items: center;
}
.o-youke .o-teacher-afterlogin .o-teacher-login-btn {
  margin-top: 0;
  margin-left: 30px;
}
.o-youke .o-parallax-banner__cover {
  z-index: 1;
}
.o-youke .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img{
  left: 0;
  bottom: -80px;
}

.o-youke .page-youke__background-volume-border {
  width: 150px;
  height: 400px;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 2;
  background: bottom left / cover no-repeat url(/img/youke/volume-border.svg);
}

.o-youke .o-parallax-banner__decos .o-parallax-banner__deco[data-id="4"] {
  bottom: 0px;
}


@media (max-width: 1919px) {
  .o-youke .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 420px;
    bottom: -80px;
  }
  .o-youke .page-youke__background-volume-border{
    width: 150px;
    height: 400px;
    bottom: -60px;
  }

}
@media (max-width: 1439px) {
  .o-youke .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 390px;
    bottom: -110px;
  }
  .o-youke .page-youke__background-volume-border{
    width: 125px;
    height: 360px;
    bottom: -60px;
  }

}
@media (max-width: 1199px) {
  .o-youke .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 350px;
    bottom: -90px;
  }
  .o-youke .page-youke__background-volume-border{
    width: 100px;
    height: 300px;
  }
}


/* 教师教学结束----------------------------------------------- */

/* footer开始----------------------------------------------- */
footer {
  padding: 0.65rem 0;
  background: #1a1a1a;
  position: relative;
  z-index: 10;
}
.fotContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fotContainer .fot1 {
  width: 50%;
}
.fotContainer .fot1 img{
    max-width:503px;
}
.fotContainer .line {
    display: inline-block;
    width: 0.02rem;
    height: 0.2rem;
    background-color: #c7c7c7c0;
    margin: 0 0.1rem;
    position: relative;
    top: 0.04rem;
}
.fotContainer p {
  color: #fff;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
  line-height: 1.6;
  margin-top: 0.03rem;
}
.fotContainer p.address {
  margin-top: 0.2rem;
}
.fotContainer p.address span {
  display: block;
  font-size: 0.13rem;
  color: #c7c7c7;
  margin-bottom: 0.05rem;
}
.fotContainer p.address span:nth-child(2) {
  margin-bottom: 0;
}
    .fotContainer p.address .adminLogin {
        font-size: 0.14rem;
        color: #c7c7c7;
        text-decoration: underline;
        margin-left: 1.3rem;
        letter-spacing: normal;
    }
.fotContainer .fot4 {
  width: auto;
  text-align: center;
}
.fotContainer .fot4 img {
  width: 1.5rem;
  cursor: pointer;
}
.fotContainer .fot4 p {
  font-size: 0.13rem;
  color: #c7c7c7;
  margin-top: 0.1rem;
}
.layui-layer-shade{
    z-index:-1 !important;
}
/* footer结束----------------------------------------------- */
/* 2025.3.13修改header 和 footer结束----------------------------------- */

/* 2025.3.24修改header开始---------------------------------------- */
/* m-header-tour  */
.m-header-tour {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    position: relative;
    transition: transform 0.1s;
    box-sizing: border-box;
    z-index: 99;
    /* background-color: palegoldenrod; */
}

    .m-header-tour.-hide {
        opacity: 0;
    }

.m-header-tour__item {
    padding: 0 0.06rem;
    cursor: pointer;
}

.m-header-tour__link {
    font-size: 0.14rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

    .m-header-tour__link:hover {
        color: rgba(255, 255, 255, 0.8);
    }

    .m-header-tour__link:nth-child(4) {
        border-right: none;
    }

.m-header-tour__search {
    padding: 0 0 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .m-header-tour__search img {
        width: 0.18rem;
        height: 0.18rem;
        transition: opacity 0.3s;
    }

        .m-header-tour__search img:hover {
            opacity: 0.8;
        }

.o-header__item {
    box-sizing: border-box;
}




.o-site-menu {
    width: 100%;
    height: 100vh;
    pointer-events: all;
    position: fixed;
    top: 0;
    left: 0;
    color: #1a1a1a;
}

    .o-site-menu::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff url("/img/public/siteMenuBg.png") left bottom no-repeat;
        background-size: 100% auto;
        z-index: -1;
    }

    .o-site-menu.-open .o-site-menu__title span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

@media (min-width: 768px) {
    .o-site-menu.-open .o-site-menu__list-item .a-accordion {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(0) .a-accordion {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(1) .a-accordion {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(2) .a-accordion {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(3) .a-accordion {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(4) .a-accordion {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(5) .a-accordion {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(6) .a-accordion {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(7) .a-accordion {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(8) .a-accordion {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(9) .a-accordion {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(10) .a-accordion {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(11) .a-accordion {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(12) .a-accordion {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(13) .a-accordion {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(14) .a-accordion {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(15) .a-accordion {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(16) .a-accordion {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(17) .a-accordion {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(18) .a-accordion {
        -webkit-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }

    .o-site-menu.-open .o-site-menu__list-item:nth-child(19) .a-accordion {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
}

@media (max-width: 767px) {
    .o-site-menu.-open .o-site-menu__list {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (max-width: 767px) {
    .o-site-menu.-open .m-link-guide {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
}

.o-site-menu__main {
    width: 100%;
    height: 100%;
    overflow: auto;
}

    .o-site-menu__main .container {
        position: static;
        padding-top: 115px;
    }

@media (max-width: 767px) {
    .o-site-menu__main .container {
        position: relative;
        padding-top: 90px;
        padding-bottom: 125px;
    }
}

@media (max-width: 767px) {
    .o-site-menu__main .container::after {
        font-size: 35px;
        line-height: 1.29;
    }
}

.o-site-menu__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.5px;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: "sys", "Microsoft Yahei", sans-serif;
    color: #6d217d;
}

@media (max-width: 1199px) {
    .o-site-menu__title {
        font-size: 28px;
        letter-spacing: 0.39px;
    }
}

@media (max-width: 767px) {
    .o-site-menu__title {
        font-size: 26px;
        letter-spacing: 0.36px;
    }
}

.o-site-menu__title span {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.o-site-menu__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .o-site-menu__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 1) {
            width: calc(33.33333% - 16px);
            max-width: calc(33.33333% - 16px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 16px);
            flex: 0 0 calc(33.33333% - 16px);
        }

        .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 2) {
            width: calc(33.33333% - 16px);
            max-width: calc(33.33333% - 16px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 16px);
            flex: 0 0 calc(33.33333% - 16px);
            margin-left: 24px;
        }

        .o-site-menu__list > .o-site-menu__list-item:nth-child(3n + 3) {
            width: calc(33.33333% - 16px);
            max-width: calc(33.33333% - 16px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 16px);
            flex: 0 0 calc(33.33333% - 16px);
            margin-left: 24px;
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-1 {
            padding-left: calc(8.33333% + 2px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-1 {
            padding-right: calc(8.33333% + 2px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-2 {
            padding-left: calc(16.66667% + 4px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-2 {
            padding-right: calc(16.66667% + 4px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-3 {
            padding-left: calc(25% + 6px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-3 {
            padding-right: calc(25% + 6px);
        }
}

@media (max-width: 767px) {
    .o-site-menu__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }

        .o-site-menu__list > .o-site-menu__list-item:nth-child(2n + 1) {
            width: calc(50% - 12px);
            max-width: calc(50% - 12px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
        }

        .o-site-menu__list > .o-site-menu__list-item:nth-child(2n + 2) {
            width: calc(50% - 12px);
            max-width: calc(50% - 12px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
            margin-left: 24px;
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-1 {
            padding-left: calc(8.33333% + 2px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-1 {
            padding-right: calc(8.33333% + 2px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-2 {
            padding-left: calc(16.66667% + 4px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-2 {
            padding-right: calc(16.66667% + 4px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-3 {
            padding-left: calc(25% + 6px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-3 {
            padding-right: calc(25% + 6px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-4 {
            padding-left: calc(33.33333% + 8px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-4 {
            padding-right: calc(33.33333% + 8px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-l-5 {
            padding-left: calc(41.66667% + 10px);
        }

        .o-site-menu__list > .o-site-menu__list-item.-os-r-5 {
            padding-right: calc(41.66667% + 10px);
        }
}

.o-site-menu__list-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    max-height: 132px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .o-site-menu__list-child {
        display: block;
        max-height: none;
    }
}

.o-site-menu__list-item {
    margin-bottom: 120px;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

@media (max-width: 767px) {
    .o-site-menu__list-item {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .o-site-menu__list-item .a-accordion {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: opacity 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    }
}

.o-site-menu__list-item .a-plus {
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .o-site-menu__list-item .a-plus::before,
    .o-site-menu__list-item .a-plus::after {
        background-color: #1a1a1a;
    }

.o-site-menu__list-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    font-family: "sys", "Microsoft Yahei", sans-serif;
    border-bottom: 1px solid #a2a2a2;
}
    .o-site-menu__list-head:hover{
        color:#333 !important;
    }
    @media (max-width: 767px) {
        .o-site-menu__list-head {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .o-site-menu__list-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 25px;
        word-break: break-all;
    }

        .o-site-menu__list-head.-active .a-plus::before {
            -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
            transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
        }
}

.o-site-menu__child-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .o-site-menu__child-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: none;
        min-height: auto;
    }
}

.-ie .o-site-menu__child-list {
    display: block;
    max-height: none;
}

.o-site-menu__child-list-item {
    width: 50%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .o-site-menu__child-list-item {
        width: 100%;
    }
}

.-ie .o-site-menu__child-list-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.o-site-menu__child-list-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    position: relative;
    font-family: "sys", "Microsoft Yahei", sans-serif;
}

    .o-site-menu__child-list-link::before {
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #661c7e;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .o-site-menu__child-list-link:hover {
        color: #661c7e;
    }

        .o-site-menu__child-list-link:hover::before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.o-site-menu .a-accordion__btn {
    pointer-events: none;
}

.o-site-menu .a-accordion__content {
    height: auto !important;
}

@media (max-width: 767px) {
    .o-site-menu .a-accordion__content {
        margin-bottom: 25px;
    }
}


/* 小屏幕 */
@media (max-width: 1199px) {
    /* 头部 */
    .o-header__main {
        padding: 0.15rem 0;
        height: auto;
    }
        /* .o-header__main::after {
    transform: scaleY(0);
    height: 0;
    opacity: 0;
  } */
        .o-header__main .o-header__nav {
            padding: 0 15px 0 15px;
        }

        .o-header__main .o-header__logo {
            width: 2rem;
        }

        .o-header__main .m-header-tour {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            justify-content: space-between;
            height: 0.35rem;
            background-color: #1a1a1a;
            padding: 0;
            display: none;
        }

            .o-header__main .m-header-tour .m-header-tour__item {
                width: calc((100% - 60px) / 4);
                text-align: center;
            }

            .o-header__main .m-header-tour .m-header-tour__search {
                width: 60px;
            }

                .o-header__main .m-header-tour .m-header-tour__search img {
                    width: 20px;
                    height: 20px;
                }

        .o-header__main .o-header__nav-content {
            margin-top: 0;
        }

            .o-header__main .o-header__nav-content .o-header__list {
                display: none;
            }

            .o-header__main .o-header__nav-content .o-header__hamburger {
                width: 0.5rem;
                height: 0.5rem;
                display: block !important;
            }
}
/* 2025.3.24修改header结束---------------------------------------- */

/* 2025.3.26修改header开始---------------------------------------- */
.main-content {
    top: 0;
    margin-top: -50px;
}

@media (max-width: 2219px) {
    .o-youke .main-content {
        top: 0px;
    }
}

@media (max-width: 1919px) {
    .o-youke .main-content {
        top: 0px;
    }
}

@media (max-width: 1439px) {
    .o-youke .main-content {
        top: 0px;
    }
}

@media (max-width: 1920px) {
    .o-site-menu__main .container {
        padding-top: 100px;
    }

    .o-site-menu__list-item {
        margin-bottom: 50px;
    }
}



.o-header__home {
    width: 0.4rem;
    height: 0.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: all;
    position: relative;
    margin-left: 0.2rem;
    background-color: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s;
    cursor: pointer;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .o-header__home img {
        width: 75%;
        height: 75%;
        display: block;
    }

.-pc .o-header__home:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1199px) {
    .o-header__main .o-header__nav-content .o-header__home {
        width: 0.5rem;
        height: 0.5rem;
    }
}

/* 给需要隐藏导航的增加类名 */
.-hide-nav .o-header__nav-content {
    margin-top: 0;
}

.-hide-nav .o-header__list {
    display: none; 
    opacity: 0 !important;
}

.-hide-nav .m-header-tour {
    display: none;
}

.-hide-nav .o-header__hamburger {
    display: block !important;
}

.-hide-nav .o-header__home {
    display: flex !important;
}



.-hide-nav-meiyu .o-header__list {
    /* display: none; */
    opacity: 0 !important;
}

.-hide-nav-meiyu .m-header-tour .m-header-tour__search {
    display: none;
}

.-hide-nav-meiyu .o-header__hamburger {
    display: block !important;
}

.-hide-nav-meiyu .o-header__home {
    display: flex !important;
}

@media (max-width:1300px){
    .o-header__nav-content{
    }
    .o-header__list li .o-header__item {
        padding: 0 0.15rem;
    }
}

/* 2025.3.26修改header结束---------------------------------------- */

/* 2025.5.15 修改教室选择开始------------------------------------------- */
.classList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: lightblue; */
}

.classList_item {
    width: calc(50% - 10px);
}

.check_item {
    width: 100%;
    height: 110px;
    flex-shrink: 0;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /* transition: transform 0.3s cubic-bezier(0.43, 0.195, 0.02, 1); */
}
    /* 隐藏原生单选框，但可以点击 */
    .check_item input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 10; /* 确保单选框在最上层 可以点击 */
        cursor: pointer;
    }

    .check_item .layui-form-radio {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        outline: none;
        border: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        background-color: transparent;
    }

    .check_item label {
        height: 100%;
        display: inline-block;
        width: 100%;
        color: rgba(30, 41, 59, 1);
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        padding: 20px 15px 10px;
        box-sizing: border-box;
        position: relative;
        z-index: 5;
        pointer-events: none;
        background-color: #fff;
        cursor: pointer;
    }

.check_item_label_time {
    color: rgba(75, 85, 99, 1);
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0 10px;
}

.check_item_label_tips {
    color: rgba(107, 114, 128, 1);
    font-weight: normal;
    font-size: 14px;
}

.check_item .layui-form-radio > i {
    display: none;
}

.check_item .layui-form-radioed + label {
    color: #fff;
    background-color: #a580ac;
}
.check_item .layui-disabled + label {
    background-color: #e8e8e8;
}
    
.check_item .layui-form-radioed + label div {
    color: #fff;
}
.check_item .layui-disabled + label div {
    color: #9c9c9c;
}
/* .check_item:hover{
  transform: translateY(-3px);
} */
/* 2025.5.15 修改教室选择结束------------------------------------------- */

/* 2025.6.17新增学生评价开始------------------------------------------- */
.page_evaluate * div {
    box-sizing: border-box;
}
/* .page_evaluate .el_container,
.page_evaluate .el_main,
.page_evaluate .pageMain {
  display: flex;
  flex-direction: column;
} */
/* .page_evaluate .el_container .el_main {
  flex: 1;
  padding-bottom: 0;
} */
.page_evaluate .pageMain {
    width: 80%;
    /* flex: 1; */
    margin: 50px auto 0;
}

.evaluateArea {
    width: 100%;
    /* flex: 1; */
    display: flex;
    justify-content: space-between;
    /* background-color: palegreen; */
}

.evaluate_left {
    /* width: 38%; */
    width: auto;
    flex-shrink: 0;
    /* border-right: 1px solid #e4e1e1; */
    /* background-color: lightblue; */
}

.evaluate_left_top {
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

.evaluate_statu {
    width: 100%;
    padding: 8px 10px;
    background-color: #ffffdd;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

    .evaluate_statu span {
        display: inline-block;
        margin: 0 3px;
        font-size: 15px;
    }

.statu-save {
    color: #0c73cd;
}

.statu-sub {
    color: #72ce77;
}

.statu-Uncommented {
    color: #ff6600;
}

.evaluate_left_bottom {
    width: 100%;
    padding: 10px 0 30px;
}

.page_evaluate .layui-form {
    width: 100%;
    margin: 0;
}

.evaluate_right {
    /* width: 62%; */
    flex: 1;
    padding-left: 10px;
}

.evaluate_right_inner {
    width: 100%;
    height: 100%;
    border: 1px solid #e4e1e1;
}

.evaluate_sec_title {
    width: 100%;
    padding: 5px 15px 5px;
    font-size: 15px;
    background-color: #f5f5f5;
    /* border: 1px solid #e4e1e1; */
    border-bottom: 1px solid #e4e1e1;
}

.evaluate_right_top .evaluate_info {
    width: 100%;
    /* display: flex;
  justify-content: space-between; */
    padding: 20px 15px 20px 20px;
}

.evaluate_info_text {
    font-size: 14px;
    line-height: 20px;
    padding-right: 30px;
    /* background-color: lightblue; */
}

.evaluate_info_photo_outer {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.evaluate_info_photo {
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 20px;
}

    .evaluate_info_photo span {
        margin-top: 5px;
        display: block;
    }

    .evaluate_info_photo img {
        width: 70px;
        height: 94px;
        display: block;
        margin-left: 7px;
    }

.evaluate_right_bottom {
    width: 100%;
    padding-left: 15px;
}

.evaluate_right_bottom_inner {
    width: 100%;
    padding-bottom: 100px;
    border: 1px solid #e4e1e1;
    border-bottom: none;
    border-right: none;
}
/* .evaluate_right_bottom_inner .evaluate_sec_title {
  border: none;
  border-bottom: 1px solid #e4e1e1;
} */
.evaluateList_item {
    width: 100%;
    padding: 20px 0 20px 15px;
}

.evaluateList_item_title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
}

    .evaluateList_item_title::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 22px;
        background-color: #1e7dd0;
        margin-right: 10px;
    }

.evaluateList_item_content {
    width: 100%;
    display: flex;
    margin-top: 5px;
    border: 1px solid #e4e1e1;
    border-right: none;
}

.evaluateQuestion {
    width: 100%;
    padding: 10px 15px 10px 10px;
    border-right: 1px solid #e4e1e1;
    font-size: 14px;
    line-height: 20px;
}

.icon_essencial {
    color: red;
    font-size: 13px;
}

.evaluateOption {
    width: 100%;
    padding: 10px 15px 10px 10px;
}

    .evaluateOption .layui-form-item {
        margin-bottom: 0;
    }

    .evaluateOption .layui-form-radio * {
        font-size: 14px;
        font-weight: bold;
    }

.level_100 ~ .layui-form-radio:hover *,
.level_100 ~ .layui-form-radioed,
.level_100 ~ .layui-form-radioed > i {
    color: #72ce77;
}

.level_80 ~ .layui-form-radio:hover *,
.level_80 ~ .layui-form-radioed,
.level_80 ~ .layui-form-radioed > i {
    color: #c8dd4e;
}

.level_60 ~ .layui-form-radio:hover *,
.level_60 ~ .layui-form-radioed,
.level_60 ~ .layui-form-radioed > i {
    color: #0c73cd;
}

.level_40 ~ .layui-form-radio:hover *,
.level_40 ~ .layui-form-radioed,
.level_40 ~ .layui-form-radioed > i {
    color: #cc6f3a;
}

.level_20 ~ .layui-form-radio:hover *,
.level_20 ~ .layui-form-radioed,
.level_20 ~ .layui-form-radioed > i {
    color: #ff6600;
}

.level_0 ~ .layui-form-radio:hover *,
.level_0 ~ .layui-form-radioed,
.level_0 ~ .layui-form-radioed > i {
    color: red;
}

/* 已评价 */
.level_100 ~ .layui-form-radioed,
.level_100 ~ .layui-form-radioed > i {
    color: #72ce77 !important;
}

.level_80 ~ .layui-form-radioed,
.level_80 ~ .layui-form-radioed > i {
    color: #c8dd4e !important;
}

.level_60 ~ .layui-form-radioed,
.level_60 ~ .layui-form-radioed > i {
    color: #0c73cd !important;
}

.level_40 ~ .layui-form-radioed,
.level_40 ~ .layui-form-radioed > i {
    color: #cc6f3a !important;
}

.level_20 ~ .layui-form-radioed,
.level_20 ~ .layui-form-radioed > i {
    color: #ff6600 !important;
}

.level_0 ~ .layui-form-radioed,
.level_0 ~ .layui-form-radioed > i {
    color: red !important;
}

.evaluateOption-mutiple {
    /*padding: 30px 0px 0px 10px;*/
}

    .evaluateOption-mutiple textarea {
        width: 100%;
        height: 150px;
        resize: none;
        /*border-right: none;*/
        /*border-bottom: none;*/
        border-color: #cacaca;
        border-radius: 6px;
    }

        .evaluateOption-mutiple textarea::placeholder {
            font-size: 14px;
        }

        .evaluateOption-mutiple textarea:disabled {
            cursor: not-allowed;
        }

.evaluateFoot {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 查看作业完成情况弹窗 */
.pobEvaluateWindow * div,
.pobEvaluateWindow * span {
    box-sizing: border-box;
}

.page_teacherLessonSingle .viewEvaluateWindow {
    width: 1000px;
    background-size: 13% auto, 13% auto;
    background-position: -6px -20px, 101% 102%;
}

.viewEvaluateWindow .chooseTeacherBox {
    display: block;
}

    /*.viewEvaluateWindow .chooseTeacherBox .queryResult {
        max-height: 345px;
    }*/

.viewEvaluateWindow .block_pagenation {
    text-align: center;
}

.evaluateQsList_item {
    width: 100%;
}

.pobEvaluateWindow .evaluateList_item_content {
    display: block;
}

.pobEvaluateWindow .layui-form {
    width: 100%;
    margin: 0;
}

.pobEvaluateWindow .evaluateList_item {
    width: 100%;
    padding: 20px 0 20px 0px;
}

.pobEvaluateWindow .evaluateList_item_content {
    border: 1px solid #e4e1e1;
}

.pobEvaluateWindow .evaluateQuestion {
    border-right: none;
    border-bottom: 1px solid #e4e1e1;
}
/* 2025.6.17新增学生评价结束------------------------------------------- */

/* 2025.8.26修改超星选课开始------------------------------------------- */
.mt-40 {
    margin-top: 40px;
}

.page_cxOnline .school_item .item_right .LookDetail_outerBox {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
}

.page_cxOnline .school_item .item_right .cancelCourse {
    color: #a782ae;
    font-size: 14px;
    margin-right: 15px;
}

.page_cxOnline .school_item .item_right .chooseCourse {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    font-size: 15px;
    cursor: pointer;
}
/* 2025.8.26修改超星选课结束------------------------------------------- */

/* 2025.9.10 新增 学生操作手册开始 */
.purpleList {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;*/
}

.purple-block {
    margin: 70px auto 0;
    width: 35%;
    height: 200px;
    background-color: #a782ae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .purple-block:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        background-color: #a378ac;
    }

    .purple-block:active {
        transform: translateY(-2px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .purple-block .title {
        color: white;
        font-size: 24px;
        margin-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .purple-block .version {
        color: rgba(255, 255, 255, 0.9); /* 稍浅的白色 */
        font-size: 16px;
        font-weight: 300;
    }

        .purple-block .version span {
            position: relative;
        }

            .purple-block .version span::after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background-color: white;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 0.3s ease;
                z-index: 1;
            }

    .purple-block:hover span::after {
        transform: scaleX(1);
    }

/* 2025.9.10 新增 学生操作手册结束 */