html,
body {
    width: 100%;
    min-height: 100%;
    background-color: #f8f8f8;
}



: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;
}

.page {
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
}

/* 一、首页 */

/* 1.1 logo */
.logoArea {
    width: 100%;
    background-color: #fff;
    padding: 20px 5px 15px;
    box-sizing: border-box;
    border-top: 1px solid #F7F7F7;
    box-shadow: 0 1px 5px 0 #f5f5f5;
}

    .logoArea img {
        width: 92%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.pageMain {
    padding: 0 20px;
    box-sizing: border-box;
    /* background-color: palegoldenrod; */
}

/* 1.2 轮播图 */
#bannerArea {
    position: relative;
    margin: 20px auto;
}

.swiper-container {
    margin-top: 0px;
}

.swiper-slide {
    width: 100%;
    height: 240px;
}

    .swiper-slide a {
        display: block;
        width: 100%;
        height: 240px;
    }

.swiper-slide-active {
    position: relative;
    z-index: 20;
    opacity: 1;
}

    .swiper-slide-active .mask {
        background-color: transparent;
        z-index: -1;
    }

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.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.3 课程列表 */
.block {
    margin-top: 30px;
}

.blockTitle {
    font-size: 16px;
    font-weight: bold;
}

.blockTop {
    margin-top: 30px;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topLeft {
    width: calc(100% - 80px);
    height: 35px;
    /* background-color: lightblue; */
}

.notLogin {
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #A580AC;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

    .notLogin img {
        width: 16px;
        height: auto;
        display: block;
        margin-right: 7px;
    }

.alreadyLogin {
    max-width: 100%;
    display: flex;
    align-items: center;
}

    .alreadyLogin .welcomeTips {
        max-width: calc(100% - 70px);
        font-size: 17px;
        font-weight: bold;
        color: var(--bg-heavypurple);
        line-height: 35px;
        flex-shrink: 0;
    }

    .alreadyLogin .outLogin {
        flex-shrink: 0;
        background-color: var(--bg-heavypurple);
        color: #fff;
        height: 25px;
        line-height: 25px;
        border-radius: 4px;
        width: 65px;
        font-size: 13px;
        text-align: center;
    }

.topRight {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .topRight img {
        width: 15px;
        height: auto;
        display: block;
        margin-right: 5px;
        position: relative;
        top: 0.5px;
    }

    .topRight span {
        font-size: 13px;
        color: #A6A6A6;
    }

.courseList {
    margin-top: 30px;
}

.list_item {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    box-shadow: 0 0 10px 0 #dbd8d8;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.thumbImg {
    width: 40%;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

    .thumbImg img {
        width: 100%;
        min-height: 80px;
        display: block;
    }

.info {
    width: 60%;
    /* background-color: pink; */
    padding: 0px 0 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.infoTitle {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    /* background-color: lightcoral; */
}

.infoAddress {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .infoAddress .count {
        width: 65px;
        color: #BEBEBE;
        font-size: 14px;
        flex-shrink: 0;
        /* background-color: orange; */
    }

.learnStatus {
    width: calc(100% - 65px);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background-color: palegoldenrod; */
}

.statu_btn {
    width: auto;
    height: 22px;
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.tips {
    color: #B1B1B1;
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
}


/* 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: 230px;
    /* height: 30px; */
    min-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 10001;
}


.result {
    width: 90%;
    padding: 30px 22px;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 30% auto 0;
    position: relative;
}

.closeImg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    /* background-color: orange; */
}

.res_title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    /* background-color: lightblue; */
    position: relative;
}

    .res_title .text {
        position: relative;
        z-index: 1;
    }

    .res_title .textBg {
        width: 120px;
        height: 7px;
        background-color: #B799BD;
        position: absolute;
        left: 50%;
        bottom: -12px;
        transform: translateX(-50%);
        z-index: 0;
    }

.res_con {
    margin-top: 30px;
    font-size: 15px;
    color: #000;
    /* font-weight: bold; */
    line-height: 25px;
}

.con_item {
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

/* 1.5 登录弹框 */
.login_ele {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .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: #f0f0f0;
            border: none;
            outline: none;
        }

            .login_ele .ele_right input::placeholder {
                color: #9F9F9F;
                font-size: 14px;
            }

        .login_ele .ele_right .bindTips {
            font-size: 12px;
            color: #a580ac;
            line-height: 20px;
            margin: 5px 0 10px;
        }

.login_phone .ele_left {
    align-self: flex-start;
    line-height: 40px;
}

.login_code .ele_right input {
    width: 65%;
    border-radius: 5px 0 0 5px;
}

.login_code .ele_right {
    display: flex;
    align-items: center;
}

    .login_code .ele_right button {
        width: 35%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 0 5px 5px 0;
        background-color: #a580ac;
        font-size: 13px;
        color: #fff;
    }

.loginBtn,
.bindBtn {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    background-color: var(--bg-heavypurple);
    margin-top: 30px;
}



/* 2.课程详情 */
.videoArea {
    width: 100%;
    /* background-color: lightblue; */
}

.thumbVideo {
    width: 100%;
    position: relative;
}

.myVideo-dimensions {
    width: 100% !important;
    height: auto !important;
}

video-js .vjs-tech {
    position: static;
    width: 100% !important;
    height: auto !important;
}

.thumbVideo video {
    width: 100%;
    min-height: 230px !important;
    display: block;
    height: auto;
    object-fit: cover;
}

.video-js {
    min-height: 230px;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: static !important;
    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;*/
}

.thumbVideo video {
    /*  position: fixed;
  left: 0;
  top: 0;
    width: 100%; 
    height: auto; 
    display: block;
    object-fit: contain;
    outline: none;
    border: none;
    z-index: 10;
    border-radius:0px;*/
}

.courseTitle {
    padding: 22px 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}

.chapterList {
    width: 100%;
    margin: 0 auto;
}

.chapter_con {
    /* padding: 13px 15px; */
    padding: 16px 15px;
    box-sizing: border-box;
    border-top: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.con_left {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    /* background-color: orange; */
}

    .con_left img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%;
    }

.con_right {
    width: calc(100% - 40px);
    /* background-color: lightblue; */
    padding-left: 17px;
    box-sizing: border-box;
}

.chapterTitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.chapterInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

    .chapterInfo .info_time {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #A0A0A0;
        /* background-color: pink; */
        max-width: 40%;
    }

        .chapterInfo .info_time img {
            width: 12px;
            height: auto;
            display: block;
            margin-right: 5px;
            flex-shrink: 0;
        }

    .chapterInfo .infoProgress {
        font-size: 14px;
        max-width: 60%;
        color: #B3B3B3;
        /* background-color: pink; */
    }

/* 进度条 */
.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; */
}

.baseIntroTop {
    display: flex;
    align-items: center;
    justify-content: space-between
    /* background-color: orange; */
}

    .baseIntroTop .outerBox {
        display: flex;
        align-items: center;
    }

        .baseIntroTop .outerBox .icon {
            width: 4px;
            height: 20px;
            background-color: #A580AC;
        }

        .baseIntroTop .outerBox .title {
            margin-left: 7px;
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            letter-spacing: 1px;
        }


    .baseIntroTop .backBtn {
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 15px;
        color: #fff;
        background-color: var(--bg-heavypurple);
        font-size: 12px;
        flex-shrink: 0;
    }


.homeWork {
    margin-top: 25px;
}

.question_box {
    background-color: #fff;
    padding: 20px 40px 15px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 15px;
}

    .question_box h3,
    .question_ele h3 {
        font-size: 16px;
        line-height: 22px;
    }

/* 修改单选框 复选框 样式 */
.answer,
.replay {
    margin-top: 20px;
}

    .answer .check_option {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        position: relative;
        box-sizing: border-box;
        /* background-color: lightcoral; */
    }

    .answer input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .answer label {
        width: 100%;
        border-radius: 7px;
        margin: 0;
        color: #000;
        /* padding: 15px 10px 15px 20px; */
        padding: 15px 10px 15px 20px;
        line-height: 20px;
        box-sizing: border-box;
        position: relative;
        /* 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 {
    margin-top: 5px;
    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=checkbox] {
    background-color: #ed5d5d !important;
    color: #fff;
}

    .error_option input[type=checkbox] + 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: 90%;
    height: 40px;
    margin: 50px auto 15px;
    background-color: #a580ac;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}

/* 答完显示区域 */
.lookErrorQuetion {
    width: 100%;
    margin-top: 25px;
}

.question_ele {
    background-color: #fff;
    padding: 20px 40px 15px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 15px;
}

.replay_option {
    width: 100%;
    /* height: 45px; */
    line-height: 22px;
    border-radius: 7px;
    /* padding-left: 20px; */
    padding: 10px 10px 10px 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: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

    .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: 90%;
    padding: 30px 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    margin: 28vh auto;
    position: relative;
}

.resultTitle {
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.close {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

    .close img {
        width: 100%;
    }

.resultInfo {
    width: 100%;
    margin: 20px auto 0;
    /* background-color: palegoldenrod; */
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.bg_option {
    width: 80%;
    margin: 35px auto 0;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 18px;
    background-color: #a580ac;
}











/* 单行文本溢出隐藏 */
.onelineCut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 按钮-已完成 */
.btn_success {
    background-color: #4ec8a6;
}

/* 按钮-学习中，继续学习 */
.btn_learning {
    background-color: var(--bg-heavypurple);
}

/* 按钮-未学习 */
.btn_notlearing {
    background-color: #bbbbbb;
}

.cancelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.cancelResult {
    width: 88%;
    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: #a580ac;
    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: #a580ac;
    font-size: 15px;
}

.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: 200;
}

.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: #a580ac;
    font-size: 15px;
}

.CancelJoin_Btn {
    background-color: #b5b5b5;
}



/* 2024.4.10新增  */
.videoList {
    width: 100%;
    margin-top: 30px;
    /* background-color: lightblue; */
}

    .videoList::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.list_box {
    width: 48%;
    float: left;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 4%;
    margin-bottom: 20px;
    overflow: hidden;
    /* background-color: palegoldenrod; */
}

    .list_box:nth-child(2n) {
        margin-right: 0;
    }

    .list_box .boxImg {
        width: 100%;
        height: 120px;
        overflow: hidden;
    }

        .list_box .boxImg img {
            width: 100%;
            min-height: 120px;
        }

    .list_box .boxBottom {
        padding: 10px 10px 15px;
        box-sizing: border-box;
    }

    .list_box .bottomTitle {
        width: 100%;
        height: 44px;
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .list_box .bottomDuration {
        /* background-color: pink; */
        margin-top: 12px;
        display: flex;
        align-items: center;
    }

.bottomDuration .dur_icon {
    width: 12px;
    height: 12px;
}

.dur_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottomDuration .dur_time {
    font-size: 13px;
    color: #8A8A8A;
    margin-left: 7px;
}

.blockContent_video .tips {
    margin-top: 20px;
}


.courseCount {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #A6A6A6;
}



/* 2024.4.15新增 */
.singleBanner {
    width: 100%;
}

    .singleBanner .bannerImg {
        width: 100%;
        height: auto;
    }

.courseIntro, .courseIntro1eft {
    width: 84px;
    height: 25px;
    z-index: 100;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 5px 6px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .courseIntro img, .courseIntro1eft img {
        width: 15px;
        margin-right: 5px;
    }

.courseIntroBg .res_con .con_item {
    text-indent: 2em;
}


.courseIntro1eft {
    left: 10px;
    bottom: 10px;
}

.hoverBtn {
    position: fixed;
    /*top: 60%;*/
    bottom: 10%;
    right: 15px;
    width: 60px;
    height: 60px;
    background-color: #A580AC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
}

    .hoverBtn img {
        width: 17px;
        margin-bottom: 5px;
    }



/* 2024.4.17新增 */

.list_box .boxBottom {
    /* background-color: lightblue; */
    position: relative;
}

    .list_box .boxBottom .bottomStatus {
        width: 55px;
        position: absolute;
        right: 15px;
        bottom: 9px;
        cursor: pointer;
    }

        .list_box .boxBottom .bottomStatus img {
            width: 100%;
        }


/* 课程介绍内容过多 显示滚动条 */
.courseIntroBg .result .scrollArea {
    max-height: 300px;
    overflow: auto;
    /* background-color: lightblue; */
    margin-top: 30px;
    padding-bottom: 10px;
}

    .courseIntroBg .result .scrollArea .res_con {
        margin-top: 0;
    }





/* 总首页 */
.page_public {
    padding-bottom: 120px;
}
/* 1.必选课 */
.section {
    margin-top: 35px;
}

.sectionTop {
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_topLeft {
    width: auto;
    flex-shrink: 0;
    position: relative;
    /* background-color: orange; */
}

    .section_topLeft .section_title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        letter-spacing: 1px;
    }

    .section_topLeft .section_line {
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 3px;
        background-color: #a580ac;
    }

.section_topRight a {
    font-size: 13px;
    color: #babcbe;
    flex-shrink: 0;
}




.sectionContent {
    margin-top: 30px;
}

.section_outerBox {
    position: relative;
    margin-bottom: 15px;
}

.section_list_item {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0 0 10px 0 #dbd8d8;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.section_item_top {
    display: flex;
    padding: 10px 0;
    box-sizing: border-box;
    /* background-color: lightblue; */
    border-bottom: 1px dashed #E3E3E3;
    /* border-bottom: 1px dashed red; */
}

    .section_item_top .infoBLock {
        width: 60%;
        padding: 5px 0 5px 10px;
        /* background-color: lightblue; */
    }


.section_infoTitle {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    /* background-color: lightcoral; */
}

.section_info {
    color: #8D8D8D;
    font-size: 13px;
    margin-top: 15px;
}

    .section_info .info_item {
        margin-bottom: 10px;
    }

        .section_info .info_item:last-child {
            margin-bottom: 0;
        }

.lineCircle {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 92.5px;
    /* background-color: orange; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .lineCircle .circle {
        width: 8px;
        height: 16px;
        background-color: #F4F4F4;
        /* background-color: red; */
        border-radius: 0 16px 16px 0;
    }

        .lineCircle .circle:nth-child(2) {
            border-radius: 16px 0 0 16px;
        }

.section_item_bottom {
    padding: 15px 0 12px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* background-color: lightblue; */

    justify-content: space-between;
}

.detailArea {
    width: calc(100% - 100px);
    /* background-color: pink; */
    flex-shrink: 0;
}

.detail_item {
    color: #8D8D8D;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 17px;
}

.bookBtn {
    width: 90px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    border-radius: 17px;
    flex-shrink: 0;
}


/*线下课程报名  */

.news_item {
    display: block;
    background-color: #fff;
    padding-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .news_item .itemImg {
        width: 100%;
        height: 210px;
        overflow: hidden;
        position: relative;
    }

        .news_item .itemImg img {
            width: 100%;
            min-height: 210px;
            display: block;
        }


    .news_item .eventTitle {
        width: calc(100% - 35px);
        margin: 10px auto 0;
        font-size: 17px;
        font-weight: bold;
        max-height: 50px;
        /* background-color: lightcoral; */
        color: #333333;
        line-height: 25px;
        /* 旧版弹性盒 */
        display: -webkit-box;
        /* 弹性盒子元素垂直排列 */
        -webkit-box-orient: vertical;
        /* 控制要显示的行数 */
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: justify;
    }

.eventDetailOuterBox {
    position: relative;
}


.news_item .eventDetail {
    width: calc(100% - 35px);
    margin: 0 auto;
    font-size: 14px;
    padding: 7px 0px 15px;
    box-sizing: border-box;
    /* background-color: lightblue; */
    /* border-top: 1px dashed #E3E3E3; */
}

.news_item .detail_item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    line-height: 20px;
    color: #4C4C4C;
}

.news_item .detail_left {
    width: auto;
    /* background-color: orange; */
    align-self: start;
    flex-shrink: 0;
}

.news_item .detail_connect .detail_right span {
    margin-right: 5px;
}

.news_item .detail_limit .detail_right .applyPeople {
    color: #A580AC;
}

.news_item .applyAbout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

    .news_item .applyAbout .aboutGrade {
        width: auto;
        background-color: #F6F2F7;
        font-size: 12px;
        color: #A580AC;
        height: 24px;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
        line-height: 24px;
        border-radius: 12px;
    }


/* 按钮样式 */
.btn_purple {
    background-color: var(--bg-heavypurple);
}



/* 2.必选课 */

.page_require .pageMain {
    /* background-color: lightblue; */
    margin-top: 20px;
}



.screen {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.screenBox {
    width: 31%;
}

    .screenBox:nth-child(2) {
        margin: 0 3.5%;
    }

    .screenBox select {
        width: 100%;
        height: 30px;
        border: none;
        outline: none;
        background-color: #fff;
        border-radius: 15px;
        color: #999999;
        font-size: 12px;
        padding: 0 10px;
        box-sizing: border-box;
    }

.search {
    width: 100%;
    height: 40px;
    /* background-color: palegoldenrod; */
    margin: 20px auto;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    position: relative;
}

    .search i {
        font-size: 24px;
        color: #a1a1a1;
        position: absolute;
    }

    .search input {
        width: 70%;
        height: 40px;
        border: none;
        outline: none;
        background-color: #fff;
        color: #a1a1a1;
        font-size: 13px;
        padding: 0 15px 0 20px;
        box-sizing: border-box;
    }

        .search input::placeholder {
            color: #D5D5D5;
            font-size: 12px;
        }

    .search span {
        width: 30%;
        height: 40px;
        background-color: var(--bg-heavypurple);
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 13px;
    }


/* 3.线下课 */
.page_offlineDetail {
    padding-bottom: 120px;
}

    .page_offlineDetail .pageMain {
        padding: 0;
        /* background-color: lightblue; */
        background-color: #f8f8f8;
    }


.oL_banner {
    width: 100%;
    /*max-height: 260px;*/
    overflow: hidden;
}


    .oL_banner img {
        width: 100%;
        min-height: 210px;
        display: block;
    }



.ol_title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}


.ol_eventDetail {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 15px auto 0;
}






.ol_detail_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #8D8D8D;
    font-size: 13px;
    margin-bottom: 7px;
    line-height: 17px;
}

    .ol_detail_item .ol_detail_left {
        /* max-width: 90px; */
        width: auto;
        /* background-color: orange; */
        display: flex;
        align-items: center;
        align-self: flex-start;
        line-height: 20px;
        flex-shrink: 0;
        white-space: nowrap;
        overflow: hidden;
    }

        .ol_detail_item .ol_detail_left img {
            width: 12px;
            height: auto;
        }

        .ol_detail_item .ol_detail_left span {
            margin-left: 15px;
        }

    .ol_detail_item .ol_detail_right {
        flex: 1;
        flex-shrink: 0;
        /* background-color: pink; */
    }


.ol_eventIntro {
    background-color: #fff;
    margin: 15px auto 0;
}

.ol_introTitle {
    width: 100%;
    padding: 17px 15px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.ol_introContent {
    padding: 0 15px;
    box-sizing: border-box;
}

.ol_text {
    width: 100%;
    background-color: #F6F2F7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    padding: 15px 15px 5px;
    box-sizing: border-box;
    color: #5E5D5E;
    display: block !important;
    white-space: pre-wrap;
}


    .ol_text p {
        line-height: 24px;
        font-size: 15px;
        text-align: justify;
        margin-bottom: 20px
    }



    .ol_text img {
        max-width: 100%;
        display: block;
        margin: 10px auto;
    }

.footerOperator {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    /* display: flex; */
}

    .footerOperator .operator_item {
        width: 100%;
        height: 70px;
        text-align: center;
        line-height: 70px;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #fff;
        letter-spacing: 2px;
    }

.operator_item .operator_back {
    width: 20%;
    height: 70px;
    color: #fff;
}

.operator_item .operator_btn {
    width: 80%;
    height: 70px;
}

.operator_cancelOrSign {
    display: flex;
    align-items: center;
}

    .operator_cancelOrSign div {
        width: 50%;
        height: 70px;
    }

    .operator_cancelOrSign .operator_sign {
        display: flex;
        line-height: normal;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .operator_cancelOrSign .operator_sign .signSeatNum {
            font-size: 11px;
            margin-top: 5px;
            letter-spacing: 0;
        }


/* 取消报名活动弹窗 */

.ol_cancelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 11;
}

.ol_closeImg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
}

    .ol_closeImg img {
        width: 100%;
        height: 100%;
        display: block;
    }

.ol_cancelBg .ol_result {
    width: 90%;
    padding: 20px 15px 30px;
    box-sizing: border-box;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.ol_cancelBg .ol_status {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.ol_cancelBg .ol_info {
    text-align: justify;
    font-size: 14px;
    margin: 20px auto;
    line-height: 24px;
    color: #6b6b6b;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}


/* 操作按钮 */
.ol_cancelBg .ol_option {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: palegoldenrod; */
}

    .ol_cancelBg .ol_option div {
        width: 40%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        border-radius: 20px;
        background-color: #A580AC;
        font-size: 16px;
        cursor: pointer;
    }

    .ol_cancelBg .ol_option .ol_closeBtn {
        background-color: #f3eef4;
        color: #A580AC;
    }


/*个人中心 */
.page_my {
    padding-bottom: 90px;
}

.my_banner {
    width: 100%;
    height: 200px;
    background: url(../img/add/my_headerbg.png) no-repeat;
    background-size: 100%;
    background-position: 100% 50%;
    overflow: hidden;
    position: relative;
    /* background-color: palegoldenrod; */
}

    .my_banner .headerbg {
        width: 100%;
        height: auto;
    }

.my_head {
    width: 90%;
    /* background-color: pink;  */
    position: absolute;
    bottom: 60px;
    left: 5%;
}

.my_userArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: lightblue; */
}

    .my_userArea .userPhoto {
        width: 75px;
        height: 75px;
        /* background-color: orange; */
        position: relative;
        flex-shrink: 0;
    }


        .my_userArea .userPhoto img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
        }


        .my_userArea .userPhoto::after {
            width: 75px;
            height: 75px;
            content: '';
            border-radius: 50%;
            background-color: transparent;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1000;
            border: 2px solid #D1C7D4;
        }

    .my_userArea .userData {
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }

.my_mainArea {
    background-color: #f8f8f8;
    border-radius: 35px 35px 0px 0px /30px 30px 0px 0px;
    position: relative;
    top: -30px;
    overflow: hidden;
}

.my_container {
    width: 92%;
    margin: 30px auto 0;
    /* background-color: palegoldenrod; */
}

.my_list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .my_list .list_option {
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #f1ecec;
        padding: 0 25px 0 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .my_list .list_option:last-child {
            border: none;
        }

    .my_list .option_left {
        width: 70%;
        /* background-color: orange; */
        font-size: 15px;
        color: #878787;
        display: flex;
        align-items: center;
    }

        .my_list .option_left img {
            width: 15px;
            margin-right: 15px;
        }

    .my_list .option_right {
        width: 20%;
        /* background-color: palegoldenrod; */
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .my_list .option_right img {
            width: 7px;
        }




/* 公共标题样式 */
.my_titleArea {
    /* background-color: #eaeff9; */
    margin-top: 20px;
}

.my_titleIcon {
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #A580AC;
    border-radius: 0 15px 15px 0;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}

/* 5.1个人资料 */

.geren_data_outerBox {
    margin: 30px auto 0;
}

.geren_data {
    width: 92%;
    border-radius: 4px;
    margin: 0 auto 18px;
}

    .geren_data .data_item {
        display: flex;
        align-items: center;
        padding: 20px 15px 20px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #f5f5f5;
        box-sizing: border-box;
        background-color: #fff;
        color: #666;
        font-size: 15px;
    }

        .geren_data .data_item:last-child {
            border-bottom: none;
        }

        .geren_data .data_item .item_left {
            width: 90px;
            /* 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 {
    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: 26%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #A782AE;
    border: 1px solid #A782AE;
    margin-right: 10px;
}

.validateWay .way_active {
    background-color: #A782AE;
    color: #fff;
}


.validateTips {
    color: #AEAEAE;
    font-size: 12px;
    margin-top: 8px;
}

.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_code .item_left {
    letter-spacing: 1.5px;
}


.geren_data_remove .data_code .item_right {
    display: flex;
    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;
    }

.confirmEdit {
    width: 60%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #a580ac;
    margin: 20px auto;
}


/* 我的二维码 */
.publicBlock {
    width: 92%;
    border-radius: 4px;
    margin: 30px auto 0;
    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;
    }

    .blockInner .sign_name {
        font-size: 16px;
        margin: 12px auto;
        text-align: center;
        font-weight: bold;
        color: #424242;
    }

    .blockInner .sign_tips {
        font-size: 13px;
        color: #7C7C7C;
        text-align: center;
    }

/* 头像设置 */
.page_avatar .publicBlock {
    flex-direction: column;
}

.page_avatar .confirmEdit {
    width: 55%;
    margin: 0 auto 40px;
}

.page_avatar .blockImg {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .page_avatar .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;
    }


/* 我的必选课 */
.publicList {
    width: 92%;
    margin: 30px auto 0;
}


/*我报名的线下课  */

.off_course_item {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
}

    .off_course_item .off_item_left {
        width: 40%;
        height: 110px;
        flex-shrink: 0;
        /* background-color: orange; */
        overflow: hidden;
        position: relative;
    }

        .off_course_item .off_item_left img {
            width: 100%;
            min-height: 110px;
            display: block;
        }

        .off_course_item .off_item_left .statusIcon {
            position: absolute;
            left: 0;
            top: 0;
            width: 70px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            color: #fff;
            font-size: 12px;
            border-radius: 7px 0 7px 0;
        }



    .off_course_item .off_item_right {
        width: 55%;
        width: 55%;
        padding: 15px 10px 10px 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .off_course_item .off_item_right .off_courseTitle {
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .off_course_item .courseSchool {
        font-size: 13px;
        color: #afaeae;
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        /* background-color: orange; */
        display: -webkit-box;
        /* 弹性盒子元素垂直排列 */
        -webkit-box-orient: vertical;
        /* 控制要显示的行数 */
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: justify;
    }

    .off_course_item .off_courseTime {
        font-size: 13px;
        color: #afaeae;
        margin-top: 10px;
        line-height: 20px;
    }

    .off_course_item .courseInfo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

        .off_course_item .courseInfo .infoType {
            padding: 5px 14px;
            border-radius: 15px;
            font-size: 14px;
            background-color: #eaeff9;
            color: #457eff;
        }


/* 我的学时 */
.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 5px;
            box-sizing: border-box;
        }

            .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;
}

.queryRes {
    text-align: center;
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 20px;
}

.queryList {
    margin-top: 30px;
}

.lesson_block {
    width: 100%;
    padding: 15px 25px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    background-color: #fff;
    margin-bottom: 15px;
}

    .lesson_block .block_circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        color: #fff;
        background-color: #A782AE;
    }

    .lesson_block .block_info {
        width: calc(100% - 50px);
        margin-left: 15px;
        /* background-color: pink; */
        position: relative;
        top: 5px;
    }

        .lesson_block .block_info .block_info_detail {
            margin-top: 15px;
        }

        .lesson_block .block_info .block_info_title {
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            line-height: 20px;
            text-align: justify;
            /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
        }


.block_info_detail .detail_col {
    font-size: 13px;
    color: #6D6D6D;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: justify;
}
/* 按钮样式 */
/* 1.我要报名、我要签到 */
.btn_purple {
    background-color: var(--bg-heavypurple);
}

/* 2.报名截止、取消报名 */
.btn_gray {
    background-color: #AAAAAA;
}

/* 3.预约已满 */
.btn_red {
    background-color: #EC5D5D;
}

/* 4.待签到 */
.bnt_green {
    background-color: #4EC8A6;
}


/* tabbar */
.footer {
    position: fixed;
    z-index: 888;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #A580AC;
    display: flex;
}

.footer_item {
    position: relative;
    display: block;
    flex: 1;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #BA9DBF;
    box-sizing: border-box;
}

    .footer_item:last-child {
        border-right: none;
    }

.footer_active {
    background-color: #88628F;
    border-right: none;
}

/* 清楚layui样式影响 */
.footer_item:hover {
    color: #fff !important;
}

.footer_item:active {
    color: #fff !important;
}

.footer_item:visited {
    color: #fff !important;
}


/*二次提交答案 */

.cancelSubmitAnswerBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.cancelSubmitAnswerResult {
    width: 88%;
    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: #a580ac;
    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: #a580ac;
    font-size: 15px;
}

.CancelSubmitAnswer_Btn {
    background-color: #b5b5b5;
}



/* 2024.4.28 新增 */
.footer_item span {
    /* background-color: orange; */
    position: relative;
}

.footer_item .newProduction {
    width: 10px;
    height: 10px;
    /* background-color: #FA5151; */
    background-color: #F05C5C;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
}


.info_statsus {
    position: relative;
    /* background-color: lightblue; */
}

    .info_statsus .bottomStatus {
        position: absolute;
        right: 0;
        top: -2px;
        width: 55px;
        flex-shrink: 0;
    }

        .info_statsus .bottomStatus img {
            width: 100%;
            display: block;
        }


/*活动*/

/*报名*/
.cancelBgBm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.CancelBm_Btn,
.confimBm_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: #a580ac;
    font-size: 15px;
}

.CancelBm_Btn {
    background-color: #b5b5b5;
}


/*签到*/
.cancelBgQd {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.CancelQd_Btn,
.confimQd_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: #a580ac;
    font-size: 15px;
}

.CancelQd_Btn {
    background-color: #b5b5b5;
}


/*签退*/
.cancelBgQt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.CancelQt_Btn,
.confimQt_Btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0;
    background-color: #a580ac;
    font-size: 15px;
}

.CancelQt_Btn {
    background-color: #b5b5b5;
}

/* 2024.5.15修改 */
.operator_apply {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

    .operator_apply .smallText_515 {
        font-size: 11px;
        margin-top: 5px;
    }






/* 2024.5.22修改 */
.ol_type_522 {
    width: 100%;
    padding: 0px 15px 10px;
    box-sizing: border-box;
    background-color: #fff;
}


    .ol_type_522 span {
        width: auto;
        font-size: 12px;
        color: #fff;
        padding: 2px 10px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 12px;
    }

    .ol_type_522 .span_art {
        background-color: #4CC7A8;
    }

    .ol_type_522 .span_other {
        background-color: #A580AC;
        
    }

/* 2024.7.18修改开始-------------------------- */
.screenBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
}

.jk_outerBox {
    width: 100%;
    position: relative;
    /* background-color: palegoldenrod; */
    padding-top: 30px;
    box-sizing: border-box;
    z-index: 102;
}

.jk_screen {
    width: 92%;
    margin: 0px auto 0;
}

    /* 清除浮动 */
    .jk_screen::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

.jk_screenBox {
    width: 22%;
    height: 40px;
    background-color: #FFFFFF;
    margin-right: 4%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c5c5c;
    font-size: 12px;
    border-radius: 20px;
}

    .jk_screenBox:last-child {
        margin-right: 0;
    }

    .jk_screenBox .selectVal {
        max-width: calc(100% - 20px);
        /* background-color: orange;    */
        flex-shrink: 0;
        padding: 0 2px 0 6px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .jk_screenBox img {
        width: 8px;
        flex-shrink: 0;
        display: block;
        margin: 0 5px;
    }

    .jk_screenBox .iconfont {
        font-size: 13px;
        flex-shrink: 0;
        padding-right: 5px;
        box-sizing: border-box;
        /* background-color: pink; */
    }



/* 筛选内容 */
.jk_screenContent {
    background-color: #fff;
    /* background-color: lightblue; */
    padding: 10px 5% 5px;
    box-sizing: border-box;
    /* position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 100; */
    max-height: 400px;
    overflow-y: scroll;
}

.jk_content_item li {
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F4F4F4;
    font-size: 14px;
    color: #989898;
}

.jk_content_item .li_all {
    padding-left: 10px;
    box-sizing: border-box;
}

.jk_content_item .li_active {
    color: #A580AC;
}

.jk_content_item li:last-child {
    border: none;
}

.jk_contentMore {
    padding-bottom: 25px;
}

.jk_screenRow {
    /* background-color: lightblue; */
    margin-top: 10px;
}

    .jk_screenRow .jk_row_left {
        /* background-color: orange; */
        color: #6D6D6D;
        font-size: 14px;
    }

.jk_row_right {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .jk_row_right span {
        height: 36px;
        text-align: center;
        line-height: 36px;
        border-radius: 18px;
        font-size: 12px;
        color: #B6B6B6;
        background-color: #f8f8f8;
        margin-right: 3%;
        margin-bottom: 12px;
    }

        .jk_row_right span:last-child {
            margin-right: 0;
        }

.jk_screenRow_category .jk_row_right span {
    width: 30%;
}

.jk_screenRow_week .jk_row_right span {
    width: 22%;
}

.jk_screenRow_section .jk_row_right span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.jk_screenRow_margin .jk_row_right span {
    width: 22%;
}





.jk_row_right .span_active {
    background-color: var(--bg-heavypurple);
    color: #fff;
}

.screenConfirmBtn {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: var(--bg-heavypurple);
    font-size: 15px;
}

.page_selfLessonSelect .applyAbout .teacherInfo {
    width: calc(100% - 100px);
    /* background-color: palegoldenrod; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .page_selfLessonSelect .applyAbout .teacherInfo .info_left {
        width: 30px;
        height: 30px;
    }

        .page_selfLessonSelect .applyAbout .teacherInfo .info_left img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            border-radius: 50%;
        }

    .page_selfLessonSelect .applyAbout .teacherInfo .info_right {
        width: calc(100% - 35px);
        /* background-color: pink; */
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #A3A3A3;
        font-size: 13px;
    }

.page_selfLessonDetail .ol_introNav {
    width: 100%;
    padding: 17px 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    display: flex;
}

    .page_selfLessonDetail .ol_introNav .nav_item {
        /* flex: 1; */
        width: 25%;
        text-align: center;
    }

        .page_selfLessonDetail .ol_introNav .nav_item span {
            /* background-color: orange; */
            padding: 0 3px 1px;
            box-sizing: border-box;
        }

    .page_selfLessonDetail .ol_introNav .nav_active span {
        border-bottom: 3px solid #A580AC;
    }

.page_selfLessonDetail .ol_introContent {
    margin-top: 5px;
}

.page_selfLessonDetail .ol_teacherList {
    width: 100%;
    background-color: #F6F2F7;
    border-radius: 4px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

    .page_selfLessonDetail .ol_teacherList::after {
        width: 0;
        height: 0;
        content: '';
        display: block;
        clear: both;
    }

    .page_selfLessonDetail .ol_teacherList .ol_teacherMembers {
        width: 90px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .page_selfLessonDetail .ol_teacherList .ol_teacherMembers:last-child {
            margin-right: 0;
        }

.ol_teacherMembers .members_top {
    width: 90px;
    height: 120px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

    .ol_teacherMembers .members_top img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .ol_teacherMembers .members_top span {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        background-color: #A580AC;
        opacity: .9;
    }

.ol_teacherMembers .members_bottom {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.page_selfLessonDetail .ol_workList {
    width: 100%;
    background-color: #F6F2F7;
    border-radius: 4px;
    padding: 25px 20px;
    box-sizing: border-box;
}

.page_selfLessonDetail .lesson_block .block_info {
    width: calc(100% - 55px);
    top: 1px;
    margin-left: 25px;
}

    .page_selfLessonDetail .lesson_block .block_info .block_info_detail {
        margin-top: 0px;
    }

.page_selfLessonDetail .block_info_detail .detail_col {
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 10px;
    font-size: 14px;
}

    .page_selfLessonDetail .block_info_detail .detail_col .detail_col_left {
        width: auto;
        flex-shrink: 0;
    }

    .page_selfLessonDetail .block_info_detail .detail_col .detail_col_right .jk_btn {
        width: 60px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        border-radius: 12px;
        cursor: pointer;
        margin: 0 auto;
    }

.page_selfLessonDetail .ol_scoreList {
    width: 100%;
    background-color: #F6F2F7;
    border-radius: 4px;
    padding: 35px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .page_selfLessonDetail .ol_scoreList .score_item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #666666;
        font-size: 14px;
    }

        .page_selfLessonDetail .ol_scoreList .score_item:nth-child(3) {
            border-right: 1px solid #DACADC;
            box-sizing: border-box;
        }

        .page_selfLessonDetail .ol_scoreList .score_item span:nth-child(2) {
            color: #333333;
            font-size: 25px;
            font-weight: bold;
            margin-top: 18px;
        }

.page_selfLessonDetail .ol_result {
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 0px 10px;
}

    .page_selfLessonDetail .ol_result .homeWorkScroll {
        height: auto;
        max-height: calc(100vh - 220px);
        overflow: auto;
    }

.page_selfLessonDetail .question_box {
    /* background-color: lightblue; */
    margin-bottom: 0;
    padding: 20px 30px 0px;
}

    .page_selfLessonDetail .question_box h3 {
        font-size: 15px;
    }

    .page_selfLessonDetail .question_box .answer label {
        font-size: 14px;
    }

.page_selfLessonDetail .homeWorkScroll .subBtn {
    width: calc(100% - 60px);
}

.page_selfLessonDetail .homeWorkScroll .question_box .answer textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
/* 自主选课颜色 */
/* btn_purple */
.color_lightcyan {
    color: #5BCCAD;
}

.color_red {
    color: #EE7171;
}

.color_gray {
    color: #A0A0A0;
    /* cursor: no-drop; */
}

.text_purple {
    color: #A580AC;
}
.text_red {
    color: red;
    font-size: 15px;
}
.btnarea {
    display:flex;
}
/* 2024.7.18修改结束-------------------------- */
/* 2024.7.24修改开始-------------------------- */
.page_classTable .queryLeft .dateChoose {
    flex: none;
    width: 45%;
    margin-right: 5%;
}

    .page_classTable .queryLeft .dateChoose:nth-child(2) {
        margin-right: 0;
    }

    .page_classTable .queryLeft .dateChoose select {
        width: 100%;
    }

.page_classTable .lookLeeson {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 5px;
    display: block;
}

.page_classTable .cancelLeeson {
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 5px;
    display: block;
    margin-left:15px;
}

.login-tips {
    margin-top: 10px;
    text-align: center;
    color: red;
    font-size:15px;
}

/* 2024.7.24修改结束-------------------------- */

/* 2024.9.2修改开始-------------------------- */
.cxList {
    margin-top: 20px;
}

.cxTips {
    width: 100%;
    text-align: center;
    color: #414141;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
    padding: 0 5px;
    box-sizing: border-box;
    text-indent: 2em;
}

.page_cxOnline .lesson_block {
    padding: 15px 20px 20px;
    border: none;
    outline: none;
}

    .page_cxOnline .lesson_block .language_en {
        text-align: left;
        /* background-color: orange; */
        word-break: keep-all;
    }


    .page_cxOnline .lesson_block .block_info_detail .detail_col {
        /* background-color: orange; */
        /*max-width: calc(100% - 85px);*/
        /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    }

    .page_cxOnline .lesson_block .block_info .LookDetail_outerBox {
        width: auto;
        position: absolute;
        bottom: 8px;
        right: 0;
        /* background-color: orange; */
        display: flex;
        align-items: center;
    }

    .page_cxOnline .lesson_block .block_info .cancelCourse {
        color: #A782AE;
        font-size: 14px;
        margin-left: 10px;
        /* align-self: flex-end; */
    }

    .page_cxOnline .lesson_block .block_info .chooseCourse {
        width: 70px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 15px;
        font-size: 12px;
        margin-left:10px;
    }

.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 调课申请修改开始-------------------------- */
.Adjust_area {
    width: 92%;
    margin: 30px auto 0;
}

.adjust_form_title {
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 15px;
}

    .adjust_form_title .icon_block {
        width: 4px;
        height: 15px;
        background-color: #0358b2;
        margin-right: 8px;
    }



/* 流程图 */
.adjust_time_line_area {
    width: 100%;
    margin: 30px auto 0;
    /* background-color: lightblue; */
}

.adjust_time_line {
    width: 100%;
    margin: 30px auto;
    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: 40px;
    height: 40px;
    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% - 40px);
    height: 4px;
    background-color: #EEEEEE;
}


.time_line_text {
    width: 70px;
    /* background-color: orange; */
    text-align: center;
    position: relative;
    left: -15px;
    margin-top: 15px;
    font-size: 13px;
}

.adjust_show {
    display: flex;
    width: 100%;
    margin: 30px auto 0;
    border: 1px solid #a782ae;
    box-sizing: border-box;
    height:390px;
}

.adjust_show_before,
.adjust_show_after {
    width: 50%;
    /* background-color: lightblue; */
}

.adjust_title {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* background-color:#a782ae; */
    color: #a782ae;
    border-bottom: 1px solid #a782ae;
    box-sizing: border-box;
}

.not_border {
    border-right: none;
}

.adjust_show_before {
    border-right: 1px solid #a782ae;
    box-sizing: border-box;
}

.adjust_form_item {
    width: 95%;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: justify;
    padding: 10px 15px;
    box-sizing: border-box;
    /*background-color: #fff;*/
    box-shadow: 0 0 10px 0 #dbd8d8;
    margin: 10px auto;
    border-radius: 4px;
}

    .adjust_form_item .adjust_form_item_detail {
        width: 100%;
        margin-bottom: 5px;
    }

    .adjust_form_item .adjust_form_item_detail_photo {
        width: 100%;
        display: flex;
    }

        .adjust_form_item .adjust_form_item_detail_photo span {
            width: auto;
            flex-shrink: 0;
        }

        .adjust_form_item .adjust_form_item_detail_photo img {
            width: 50%;
        }

.adjust_teacher_name {
    color: #000;
    width: 95%;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.adjust_operator {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .adjust_operator .adjust_operator_agree,
    .adjust_operator .adjust_operator_refused {
        width: 50%;
        height: 70px;
        text-align: center;
        line-height: 70px;
        align-items: center;
        font-size: 15px;
        color: #fff;
        letter-spacing: 2px;
    }

    .adjust_operator .adjust_operator_agree {
        background-color: #16B777;
    }

    .adjust_operator .adjust_operator_refused {
        background-color: #f76538;
    }





.notAggreelBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.adjust_cancelResult {
    width: 88%;
    padding: 20px 17px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin: 70% auto;
}

.adjust_cancelStatus {
    width: 100%;
    height: 23px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    /* background-color: pink; */
}

.adjust_cancelInfo {
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    box-sizing: border-box;
    color: #7C7C7C;
    line-height: 22px;
    border-bottom: 1px solid #F4F4F4;
    text-align: justify;
}

/* 操作按钮 */
.adjust_cancelOption {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.adjust_Cancel_Btn,
.adjust_confim_Btn {
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #a782ae;
    font-size: 15px;
    font-weight: bold;
}

.adjust_Cancel_Btn {
    background-color: #D8D8D8;
    color: #666666;
}




.adjust_cancelResult textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #F0F0F0;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    color: #4E4E4E;
    outline: none;
    resize: none;
    margin-top: 15px;
}

    .adjust_cancelResult textarea::placeholder {
        font-size: 14px;
        color: #B2B2B2;
    }

.adjust_form .adjust_form_reason{
    margin-top:20px;
    display:flex;
}

.adjust_form .adjust_form_reason_div {
    width:70%;
    margin-left:15px;
}

.adjust_form .adjust_form_item_teacher {
    height:90px;
}

.adjust_time_line_area .approve_ok {
    background-color: #a580ac
}

.adjust_time_line_area .approve_reject {
    background-color: #e43e31
}

/* 2024.9.23 调课申请修改结束-------------------------- */

/* 2025.3.13修改header 和 footer开始----------------------------------- */
:root{
  --bg-lessheavypurple: #A174AF;
  --bg-heavypurple: #671C7F;
}
.o-news-banner {
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}
.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) 0%, rgba(0, 0, 0, 0.05));
  z-index: 1;
}

.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: flex-start;
  z-index: 5;
  padding-top: 50px;
  box-sizing: border-box;
}
.o-news-banner__content{
 display: flex;
 justify-content: center;
}
.o-news-banner__content  .o-news-banner__title{
  width: 100%;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  padding: 10px 40px;
  box-sizing: border-box;
background: url(../img/TS/titleBg.png) no-repeat;
background-size: 100% 100%;
}

.o-parallax-banner__decos {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 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) 0%, 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.-footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.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.-footer[data-id="3"] {
    bottom: -5px;
}
.o-ts .o-parallax-banner__decos .o-parallax-banner__deco.-footer[data-id="4"] {
    bottom: -15px;
}

.o-parallax-banner__deco.-footer img {
  width: 100%;
}

.o-parallax-banner__decos1 {
  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: #f8f8f8;
}



.o-parallax-banner__cover {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}


.o-parallax-banner__cover .o-parallax-banner__deco{
  width: 100%;
  height: 100%;
}
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco img {
    /* background-color: lightblue; */
    position: absolute;
}
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="1"] img {
    width: 10%;
    right: 10%;
    bottom: 2%;
}
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] {
    transform: rotate(180deg);
}
    .o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="2"] img {
        width: 18%;
        right: 0%;
        top: -50%;
        /* background-color: lightblue; */
    }
.o-ts .o-parallax-banner__cover .o-parallax-banner__deco[data-id="3"] img {
    width: 25%;
    right: 10%;
    top: 0px;
}
.o-parallax-banner__cover1 {
  z-index: 5;
}

.o-ts-course .topLeft{
  width: 100%;
  display: flex;
  justify-content: center;
}
    .o-ts-course .topLeft .alreadyLogin {
        width: 100%;
        justify-content: center;
    }
.o-ts-course .notLogin {
    background-color: var(--bg-heavypurple);
}
.o-ts-course  .footer_item{
  background-color: var(--bg-lessheavypurple);
  }
.o-ts-course .footer_active{
  background-color: var(--bg-heavypurple);
}

/* 2025.3.13修改header 和 footer结束----------------------------------- */

/* 2025.4.10 调课审批列表开始------------------------------------------- */
.adjust-item {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 7px;
    margin-bottom: 20px;
    box-shadow: 5px 7px 15px 0 #d1bad888,0 0 1px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    box-sizing: border-box;
}

.adjust-item-top {
    display: flex;
}

.recordNum {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--bg-heavypurple);
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}

.adjustContent {
    width: calc(100% - 30px);
    padding-left: 15px;
    box-sizing: border-box;
}

.adjust-col {
    display: flex;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
}

.adjust-col_left {
    width: auto;
    flex-shrink: 0;
}


.adjust-col_right {
    flex: 1;
}

.handlerArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

.handler-btn {
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 10px;
}

    /* 已驳回 */
    .handler-btn.refused {
        background-color: #9c9c9c;
    }
    /* 待审批 */
    .handler-btn.onhandler {
        background-color: #c41111;
    }
    /* 已通过 */
    .handler-btn.agree {
        background-color: #16B777;
    }
    /* 查看 */
    .handler-btn.viewDetail {
        background-color: var(--bg-heavypurple);
    }
/* 2025.4.10 调课审批列表结束------------------------------------------- */

/* 2025.4.22 统一header开始------------------------------------------- */
.o-header__main {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 0;
    transition: all 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.o-header.-at-top .o-header__main {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.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/headbg.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__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}

.o-header__logo {
    width: 220px;
    transition: transform 0.4s 0.4s;
    transform-origin: left;
}

    .o-header__logo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

.o-header.-show-bg .o-header__main {
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(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.9);
    transform: scale(0.9);
    -webkit-transition: none;
    transition: none;
}

.o-header.-show-bg .o-header__hamburger {
    display: block !important;
}



@media (max-width: 767px) {
    .o-header.-mobile-show-bg .o-header__main {
        height: 72px;
        transform: none;
    }

        .o-header.-mobile-show-bg .o-header__main::before {
            background-color: #671C7F;
            transform: none;
            position: fixed;
            width: 100%;
            height: 72px;
            z-index: 1;
        }

        .o-header.-mobile-show-bg .o-header__main .o-header__logo {
            position: fixed;
            z-index: 2;
            left: 20px;
            top: 15px;
            transform: none;
        }

        .o-header.-mobile-show-bg .o-header__main .o-header__hamburger {
            position: fixed;
            /* top: 15px; */
            right: 20px;
            z-index: 2;
        }

    .o-site-menu__main .o-site-menu__list-item:last-child {
        display: none;
    }
}



.o-header__hamburger {
    width: 42px;
    height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: all;
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s;
    cursor: pointer;
    transform: scale(1);
    display: block !important;
    z-index: 100;
}

    .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);
        }


.o-news-banner__content {
    padding-top: 100px;
}






/* .container  */
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .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;
        }
}

.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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




@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;
}

@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;
    }
}
/* 
.o-site-menu .m-link-guide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.o-site-menu .m-link-guide > .m-link-guide__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 .m-link-guide > .m-link-guide__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 .m-link-guide > .m-link-guide__item.-os-l-1 {
  padding-left: calc(8.33333% + 2px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-1 {
  padding-right: calc(8.33333% + 2px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-2 {
  padding-left: calc(16.66667% + 4px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-2 {
  padding-right: calc(16.66667% + 4px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-3 {
  padding-left: calc(25% + 6px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-3 {
  padding-right: calc(25% + 6px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-4 {
  padding-left: calc(33.33333% + 8px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-4 {
  padding-right: calc(33.33333% + 8px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-l-5 {
  padding-left: calc(41.66667% + 10px);
}
.o-site-menu .m-link-guide > .m-link-guide__item.-os-r-5 {
  padding-right: calc(41.66667% + 10px);
}
@media (max-width: 767px) {
  .o-site-menu .m-link-guide {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.o-site-menu .m-link-guide__item {
  margin-bottom: 50px;
} */

.footer.reduceZIndex {
    z-index: 1;
}


.o-youke .o-parallax-banner__cover .o-parallax-banner__deco {
    height: auto;
}

    .o-youke .o-parallax-banner__cover .o-parallax-banner__deco img {
        width: 100%;
    }

.o-youke .o-parallax-banner__cover {
    z-index: 1;
}

.o-youke .page-youke__background-volume-border {
    width: 50px;
    height: 100px;
    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__cover .o-parallax-banner__deco.-deco[data-id="1"],
.o-youke .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    width: 50px;
    bottom: 40px;
}

.notSupportLogin {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
/* 2025.4.22 统一header结束------------------------------------------- */

/* 2025.6.24新增学生评价开始------------------------------------------- */

.page_evaluate * div {
    box-sizing: border-box;
}

.evaluateArea {
    width: 100%;
    margin-top: 30px;
}

.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; */
    width: 100%;
    /* padding-left: 10px; */
    padding: 0 20px;
}

.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;
    border-right: none; */
    border-bottom: 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: 20px 0px 0px 0px;
}

    .evaluateOption-mutiple textarea {
        width: 100%;
        height: 150px;
        resize: none;
        border-right: none;
        border-bottom: none;
        /* border-color: #cacaca; */
        border: none;
        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;
}

/* 2025.6.24新增学生评价结束------------------------------------------- */

/* 2025.8.6课程列表改版开始 */
.page_edit_86 {
    padding-bottom: 140px;
}

    .page_edit_86 .blockTop {
        margin-top: 20px;
    }

    .page_edit_86 .welcomeTips {
        padding-right: 10px;
        line-height: 24px;
        font-size: 16px;
        font-weight: normal;
    }

    .page_edit_86 .pageMain {
        /* background-color: #f8f8f8; */
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .page_edit_86 .courseTabs {
        width: 100%;
        height: 42px;
        padding: 12px 20px 6px;
        background-color: #fff;
        /* box-shadow: ; */
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        transition: all 0.3s linear;
    }

        .page_edit_86 .courseTabs.fix {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10;
        }

    .page_edit_86 .tabItem {
        margin-right: 35px;
        position: relative;
    }

        .page_edit_86 .tabItem:last-child {
            margin-right: 0;
        }

.tabText {
    /* color: #585858; */
    color: #999;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}

.page_edit_86 .tabLine {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    border-radius: 9999px;
    background-color: var(--bg-heavypurple);
    opacity: 0;
}

.page_edit_86 .tabItem.active .tabText {
    color: var(--bg-heavypurple);
}

.page_edit_86 .tabItem.active .tabLine {
    opacity: 1;
}

.conRender.fix {
    margin-top: 42px;
}

.page_edit_86 .chapter-line {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
}

.page_edit_86 .chapter-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    padding-right: 12px;
    flex: 1;
}

.page_edit_86 .chapter-line i {
    font-size: 19px;
    color: #666;
}

.page_edit_86 .opacity-0 {
    opacity: 0;
}

.chapter-show.hide {
    display: none;
    height: 0;
}

/* 课程介绍 */
.renderIntroShort,
.renderExplainShort {
    width: 100%;
    padding: 20px 20px 0;
}

.shortPoster {
    width: 100%;
    margin: 0 auto;
}

    .shortPoster img {
        width: 100%;
        max-width: 100%;
    }

.shortInfo {
    width: 100%;
    margin-top: 25px;
}

.shortInfoTitle {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
}

.shortInfoBox {
    margin-top: 10px;
}

.shortInfoContent {
    color: #666;
    line-height: 23px;
    font-size: 14px;
    text-align: justify;
}

.renderExplainShort .res_con {
    margin-top: 0;
}

.renderMediaTitle {
    width: 100%;
    height: 64px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    padding: 20px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f8f8f8;
}

.floatChapterBall {
    position: fixed;
    right: 0;
    top: 58%;
    z-index: 2000;
}

.ChapterBallMenu {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px 0 0 12px;
    height: 24px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1px;
}

    .ChapterBallMenu .iconfont {
        color: #ebebeb;
        font-size: 24px;
    }

.ChapterDialogWrapper {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001;
    display: none;
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}

.ChapterDialog {
    width: 100vw;
    height: 100vh;
    /* padding: 0 20px; */
    background-color: #fff;
    opacity: .96;
}

.ChapterDialogHeader {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 7px;
}

    .ChapterDialogHeader .iconfont {
        font-size: 28px;
        color: #333;
    }

.ChapterDialogBody {
    width: 100%;
    height: calc(100vh - 44px);
    overflow-y: auto;
    padding-bottom: 20px;
}

.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in 0.3s;
    animation: dialog-fade-in 0.3s;
}

.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out 0.3s;
    animation: dialog-fade-out 0.3s;
}
/* 动画样式 */
.dialog-fade-enter-active {
    animation: dialog-fade-in 0.3s forwards;
}

.dialog-fade-leave-active {
    animation: dialog-fade-out 0.3s forwards;
}

@keyframes dialog-fade-in {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes dialog-fade-out {
    from {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
}


.renderImg {
    width: 100%;
}

    .renderImg img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
/* 2025.8.6课程列表改版结束 */

/* 2025.8.26修改超星选课开始------------------------------------------- */
.mt-20 {
    margin-top: 20px;
}

.page_cxOnline .section_list_item .section_item_bottom .cancelCourse {
    color: #a782ae;
    font-size: 14px;
    margin-left: 10px;
    /* align-self: flex-end; */
}
/* 2025.8.26修改超星选课结束------------------------------------------- */

/* 2025.9.10 新增 学生操作手册开始 */
.page_operatorBook .publicList {
    width: 100%;
    padding: 0 20px;
}

.page_operatorBook .purpleList {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;*/
}

@media (max-width: 450px) {
    .page_operatorBook .purpleList {
        /*grid-template-columns: 1fr;*/
    }
}

.page_operatorBook .purple-block {
    margin: 70px auto 0;
    width: 55%;
    height: 200px;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #a782ae;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .page_operatorBook .purple-block:active {
        transform: translateY(2px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .page_operatorBook .purple-block .title {
        color: white;
        font-size: 20px;
        margin-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .page_operatorBook .purple-block .version {
        color: rgba(255, 255, 255, 0.9); /* 稍浅的白色 */
        font-size: 16px;
        font-weight: 300;
    }
/* 2025.9.10 新增 学生操作手册结束 */
