.FS {
    font-size: 1.2rem;
}


.divBox {
    display: flex;
}

.rightTitleLive {
    background: #333;
    height: 130px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;

    p {
        display: flex;
        align-items: center;
    }
}

.containerTop {
    display: flex;
    color: #fff;
    justify-content: space-between;
    line-height: 80px;
    font-size: 1.2rem;
}

.postionIcon {
    position: absolute;
    top: 50%;
    height: 80px;
    color: #fff;
    margin-top: -40px;
    width: 80px;
    left: 50%;
    margin-left: -40px;

    .el-icon-video-play {
        color: #f0f0f0;
    }
}

/* 直播遮罩层 */
.fixedBg {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedBg p:hover {
    border: 1px solid #07BBCC;
    color: #07BBCC;
}

.fixedBg p {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    color: #07BBCC;
    padding: 15px 25px;
    /* font-size: 20px; */
    border-radius: 10px;
    border: 1px solid #07BBCC;
    line-height: 30px;
    cursor: pointer;
}


.pdstyle {
    padding-top: 50px !important;
}

.pdstyles {
    padding: 50px 0 !important;
}

.containerName {
    /* line-height: 80px; */
    height: 100px;
    font-size: 1.2rem;
    padding: 0 20px;

    .timerC {
        display: flex;
        align-items: center;
    }
}

.actives {
    background: #07BBCC;
}

.tearcher {
    display: flex;
    /* align-items: center; */
    /* margin: 15px; */
    padding: 1.5rem;
    /* background: #f4f8ff; */
    border-radius: 5px;
    cursor: pointer;
}

.tearcher p {
    line-height: 30px;
}

.pdL {
    padding-left: 20px;
}

.tearcher img {
    width: 140px;
    height: 170px;
    border-radius: 10%;
    margin-right: 20px;
    flex: none;
}

.active {
    color: #07BBCC;
}

.actives {
    background: #07BBCC;
}

.span {
    display: inline-block;
    height: 4px;
    border-radius: 10px;
    margin-top: 0;
    width: 40px;
}

.titleBorder {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    line-height: 3rem;
    /* padding-left: 20px; */
    /* padding-top: 10px; */
    position: relative;




}

.titleBorder>p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
}

.titleBorder .checkPositon {
    position: absolute;
    right: 0;
    line-height: 3rem !important;
}

.containerTitle {
    /* padding: 0px 50px 40px; */
    width: 100%;
    background: #fff;
    background: #fff;
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #f0f0f0; */
}

.containerTitle h4 {
    width: 120px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 1.2rem;

}

.personTitle {
    padding: 0 50px;
}

.tabChange {
    cursor: pointer;
}

.containerCon {
    text-indent: 2em;
    padding: 10px 20px;
    overflow-x: auto;

    img {
        max-width: 95%;
    }

    .examItem {
        /* width: 80%; */
        margin: 0px 20px;
        /* background: #F0FAFC; */
        /* border-radius: 10px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 0;
        border-bottom: 1px solid #EBEDF1;

        .leftTitle {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}

.empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
    text-indent: 0;
}

/* 讨论区样式 */
.header {
    /* padding: 1em 0; */
    line-height: 40px;
    height: 40px;
    width: 100%;
    background: #333 !important;
    box-shadow: none !important;
}

.header a,
.ui-link {
    color: #fff !important;
}

.header a:hover {
    text-decoration: none;
}

.header .glyphicon {
    font-size: 1.4em;
    cursor: pointer;
}

.user_box {
    width: 100%;
    padding: 2.2em 0;
}

.avatar {
    border: 2px solid #999;
    border-radius: 50%;
    padding: .8em;
}

.username {
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 1.2em;
    color: #999;
    border-bottom: 1px solid #e6e6e6;
}

.menu {
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 1px #fff;
}

.menu a {
    color: #333;
    padding: 1em 0;
    font-size: 1em;
    display: block;
}

.menu a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.ui-loader h1 {
    display: none;
}

.avatar_ {
    border-radius: 50%;
    /* margin-top: .3rem; */
    width: 40px;
    height: 40px;
}

.content-reply-box {
    width: 100%;
    overflow: hidden;
}

.content-reply-box li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.content-reply-box li.odd .user {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.content-reply-box li.even .user {
    float: right;
    margin-left: 6px;
    margin-right: 10px;
}

.content-reply-box li.even .reply-content {
    /* float: right; */
    /* margin-top: 5px; */
}

.content-reply-box li.odd .reply-content-box {
    margin-left: 58px;
    position: relative;
}

.content-reply-box li.even .reply-content-box {
    /* margin-right: 20px; */
    float: right;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: flex-end;
}

.user-name {
    color: #999;
    margin-top: 5px;
    display: block;
    text-align: center;
    width: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.reply-time {
    color: #e1912d;
    font-size: .85em;
    display: inline-block;
    width: 100%;
}

.content-reply-box li.even .reply-user {
    background: #e1912d;
    color: #fff;
    padding: 2px 6px;
    border-radius: 30px;
    font-size: 14px;
    display: none;
    /* margin-bottom: 4px; */
    /* position: absolute; */
    /* right: 0; */
    /* min-width: 40px;
    max-width: 100px; */
}

.content-reply-box li.odd .reply-user {
    /* background: #5394f6; */
    color: #606060;
    padding: 2px 6px;
    border-radius: 30px;
    margin-bottom: 4px;
    position: absolute;
    left: 0;
    font-size: 14px;

}

#shared-template {
    background: rgb(31 31 37);
}


.content-reply-box li.odd .reply-time {
    text-align: left;
}

.content-reply-box li.even .reply-time {
    text-align: right;
}

.odd .reply-content {
    border: 1px solid #333333;
    padding: .2em .8rem;
    background-color: #333333;
    border-radius: 8px;
    /* box-shadow: 0 0 5px #5394f6; */
    color: #fff;
    word-break: break-all;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    /* min-width: 200px; */
    max-width: 250px;
    text-align: left;
    /* margin-top: 3px; */
}

.phoneStyles .odd .reply-content {
    background-color: #F6F7F9 !important;
    border-color: #F6F7F9 !important;
    color: #626262 !important;
}

.content-reply-box li.odd .arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-color: transparent #5394f6 transparent transparent;
    border-width: 6px;
    border-style: dashed solid dashed dashed;
    display: block;
    position: absolute;
    top: 8px;
    left: -12px;
    display: none;
    /* z-index: 999; */
}

.even .reply-content {
    /* border: 1px solid #fcfcfc; */
    padding: .2em .8rem;
    background-color: #EE8C1D;
    color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 0 5px #ccc; */
    word-break: break-all;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    /* min-width: 200px; */
    max-width: 250px;
    margin-top: 5px;
    text-align: left;
}

.content-reply-box li.even .arrow {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    display: block;
    position: absolute;
    top: 8px;
    right: -12px;
    z-index: 999;
    display: none;
}

.operating {
    border-top: 1px solid #ccc;
}

.operating li {
    border-right: 1px solid #ccc;
}

.operating a {
    padding: 0.85em 0;
    display: inline-block;
    width: 100%;
}

.pr {
    position: relative;
}

.oh {
    overflow: hidden;
}

.mg10 {
    margin-top: 10px;
}

.linear-g {
    background: -moz-linear-gradient(top, #333, #333);
    background: -webkit-gradient(linear, top, from(#333), to(#333));
    background: -webkit-linear-gradient(top, #333, #333);
    background: -o-linear-gradient(top, #333, #333);
    box-shadow: none;
}

#show_content {
    width: 100%;
    /* height: 435px; */
    height: 348px;
    overflow-y: auto;
    padding-bottom: 50px;
    /* 设置滚动条的宽度 */

}


.btn_1 {
    float: right;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

/* #showChat{
    position: relative;
} */
.send_div {
    width: 100%;
}

.textForm:focus {
    border: none !important;
    outline: none;
}

.div_left {
    width: 100%;
    display: flex;
    align-items: center;
    /* padding: 0 10px; */
    background: #fff;
    border-radius: 5px;
}

.send_btn {
    border-radius: 0;
    flex: none;
    cursor: pointer;
    color: #fff;
    /* font-weight: bold; */
    background-color: #07bbcc;
    padding: 0 10px;
    line-height: 35px;
    min-width: 80px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.div_left textarea {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    font-size: 14px;
    color: #666;
    resize: none;
    padding-left: 5px;
}

.join_li {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.login_fm {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
}

.head_div {
    width: 50px;
    height: 44px;
    float: left;
    margin-bottom: 20px;
}

#showHead {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.content {
    /* margin-top: 10px; */
    position: relative;
}

.right_btn {
    width: 50px;
    cursor: pointer;
    border: 0;
}

.show_image {
    width: 65%;
    height: 65%;
}

.reply-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.user-list {
    position: absolute;
    z-index: 1000;
    left: 15px;
}

.avatar_list {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
}

.name_list {
    width: 100px;
    line-height: 30px;
    margin-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings {
    position: absolute;
    right: 15px;
}

.login_avatar {
    cursor: pointer;
}

.login_avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 5px #999;
}

.avatar_list_div {
    top: 100%;
    left: 50%;
    height: 300px;
    overflow-y: scroll;
}

.avatar_list_div img {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.avatar_list_div img:hover {
    border: 1px solid #ef4e4a;
}

#username {
    width: 180px;
    margin: 10px auto;
}

#login {
    height: 360px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}

.login-name {
    margin: 10px;
    font-size: 16px;
}

.toUserList {
    position: absolute;
    width: 160px;
    max-height: 180px;
    line-height: 30px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 99999;
    bottom: 0;
}

.textOver {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toUserList ul {
    margin-left: 15px;
}

.toUserList li {
    margin: 5px;
    cursor: pointer;
}

.toUserList a {
    color: #333;
    font-weight: normal;
}

.sys_message {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding: 0.25em 0.6em;
    font-size: 13px;
    color: #606060;
    /* background-color: rgba(255, 255, 255, 0.5); */
    border-radius: 15px;
}

#settings-menu li {
    margin-left: 10px;
}

/* #settings-menu li i,
span {
    font-size: 1rem;
} */

/* 设置滚动条的宽度 */
::-webkit-scrollbar {
    width: 5px;
}

::v-deep .el-button {
    padding: 0;
    font-size: 12px;
}

::v-deep .div_left span {
    font-size: 12px !important;
}


.titleStyles {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 60px;

    text-align: left;
    display: flex;
    justify-content: space-between;

    span {
        /* font-size: 1.3rem; */
        /* font-weight: bold; */
    }
}

/* 讲师介绍样式 */
.containerD {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 650px;

    .width100 {
        width: 94%;
    }

    .container_item {
        display: flex;
        width: 100%;
        height: 340px;
        background: #fff;
        margin-bottom: 40px;
        border-radius: 5px;

        .image-container {
            width: 200px;
            height: 340px;
            overflow: hidden;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;

            /* 定义变换动画 */
            img {
                width: 100%;
                height: 100%;
                /* 图片宽度设置为容器宽度 */
                transition: transform 0.5s ease;
            }
        }



        .word {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            word-wrap: break-word;

            h5 {
                line-height: 30px;
                /* font-size: 20px;*/
                font-weight: bold;
            }

            .itemCons {
                flex: 1;
                padding-top: 18px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #666;
                /* line-height: 32px; */
            }
        }
    }
}

.activesType {
    color: #07BBCC;
    /* font-size: 18px !important; */
    /* font-weight: 500; */
}

/* 公告 */
.docsList {
    background: #fff;
    border-radius: 10px;
    padding: 0 35px;
    min-height: 650px;

    .learnContent {
        padding: 15px;
        border-bottom: 1px dashed #d0d1d3;
    }

    .docsItem {
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        position: relative;
    }
}

/* 学习资料 */
.learnList {
    background: #fff;
    border-radius: 10px;
    padding: 0 35px;
    min-height: 650px;

    .learnContent {
        padding: 15px;
        border-bottom: 1px dashed #f0f0f0;
    }

    .learnItem {
        display: flex;
        align-items: center;
        cursor: pointer;
        /* justify-content: space-between; */
        position: relative;
        /* background: #f0f0f0; */
        /* margin: 20px 0; */
        /* border-radius: 10px; */
        padding: 20px 10px;
        border-bottom: 1px dashed #d0d1d3;
    }

    .imgPic {
        /* position: absolute;
        left: -15px;
        top: 18px; */
        flex: none;
        width: 100px;
        height: 100px;
    }
}



/* 活动详情 */
.titleC {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 10px;

    .containerT {
        /* margin-left: 20px; */
        line-height: 40px;
        flex: 1;

        .postionPic {
            display: none;
            position: absolute;
            right: -120px;
            width: 110px;
            height: 110px;
            top: -30px;
            z-index: 9;
            border-radius: 3px;
        }

        .codes:hover .postionPic {
            display: block;
        }
    }

    .styleW {
        width: 80%;
    }
}



/* 个人中心 */
/* 个人中心 */

.formPerson {
    width: 70%;
    margin: 30px 0;
    padding-bottom: 20px;
}

.formPerson .tipPerson {
    font-size: 12px;
    color: red;
    padding-left: 145px;
    margin-bottom: 0;
    line-height: 25px;
    height: 25px;
}

.formPerson .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* margin-bottom: 25px; */
}

.formPerson .form-group span {
    width: 130px;
    text-align: right;
    margin-right: 20px;
    flex: none;


}

.formPerson .form-group span a {
    color: red;
    margin: 0 2px;
}

.formPerson.form-group p {
    margin-bottom: 0;
}

.leftPerson {
    width: 100%;
    /* flex: none; */
    background: #fff;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: flex-start;
    /* padding-top: 30px; */
    border-radius: 10px;


}

.leftPerson img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.leftPerson div {
    /* width: 100%; */
    /* margin-top: 1rem; */
    padding: 1rem;
}

.leftPerson div span {
    /* width: 90%; */
    margin: 0 15px;
}

.leftPerson div span a {
    color: #333;
    outline: none;
    border: none;
    width: 100%;
    text-decoration: none;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.leftPerson div span a:hover {
    background: #07BBCC;
    color: #fff !important;
}

.leftPerson div .activeStyle {
    background: #07BBCC;
    color: #fff !important;
}

/* 上传头像 */
body {
    font-family: Arial, sans-serif;
    /* max-width: 500px;
    margin: 0 auto;
    padding: 20px; */
}

.avatar-container {
    text-align: center;
}

.avatar-wrapper {
    position: relative;
    border: 1px dashed #eee;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    cursor: pointer;
    /* background: #ddd; */
}

.avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    /* border: 3px solid #ddd; */
    transition: border-color 0.3s;
    display: inline-block;
}

.avatar-wrapper:hover .avatar-image {
    /* border-color: #07BBCC; */
}

.upload-icon {
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
    right: 50%;
    margin-right: -20px;
    /* background-color: #07BBCC; */
    color: #07BBCC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.avatar-wrapper:hover .upload-icon {
    opacity: 1;
}

.file-input {
    display: none;
}

.status-message {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.progress-container {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.progress-bar {
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #4CAF50;
    width: 0%;
    transition: width 0.3s;
}

/* 答题界面 */
.starC {
    display: flex;
    align-items: center;
}

.star {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background-color: #fc0;
    display: inline-block;
    clip-path: polygon(50% 0%,
            61% 35%,
            98% 35%,
            68% 57%,
            79% 91%,
            50% 70%,
            21% 91%,
            32% 57%,
            2% 35%,
            39% 35%);
}

.title {
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 100px;
}

.contain {
    width: 100%;
    height: 100%;

    .timeHead {
        text-align: right;
        margin: 0 auto;
        /* line-height: 50px; */
        color: #07BBCC;
        /* font-size: 28px; */
    }
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 600px;
}

.numberAw {
    width: 320px;
    padding-right: 30px;
    border-right: 1px solid #f0f0f0;
}

.rightContainer {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding-bottom: 20px;


}

.rightContainer .awTitle {
    background: #f0f0f0;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
}

.awChange {
    height: 50px;
    /* line-height: 50px; */
    padding: 25px;

}

.awChange p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.awChange .oragen {
    width: 16px;
    height: 16px;
    background: #07BBCC;
    display: inline-block;
    margin-right: 12px;
    border-radius: 5px;
}

.awChange .white {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.awChange .awActivered {
    background: red !important;
    border: 1px solid red !important;
}

.awChangeUl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px;
}

.awChangeUl span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin: 0 5px 10px 5px;
    cursor: pointer;
}

.awChangeUl .awActive {
    color: #fff;
    background: #07BBCC;
    border: 1px solid #07BBCC;
}

.awChangeUl .awActivered {
    color: #fff;
    background: red !important;
    border: 1px solid red !important;
}

.questions {
    flex: 1;

}

.questions .headerButton {
    text-align: right;
}

.head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.time {}

.subject {
    width: 90%;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 0 10px 40px;
    text-align: left;

    .orderSpan {
        display: inline-block;
        padding: 2px 5px;
        text-align: center;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        margin: 0 5px;
        color: #fff;
        background: #F2A63A;
        border: 1px solid #F2A63A;
    }
}

.name {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;

    .showAswer {
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 40px;
        color: #999;
    }

    .el-radio {
        line-height: 28px;
    }

    .el-checkbox {
        line-height: 28px;
    }
}

.order {
    display: flex;
}


.single {
    display: flex;
    flex-direction: column;
}

.more {
    display: flex;
    flex-direction: column;
}

.option {
    display: flex;
    flex-direction: row;
}

.select {
    background-color: aqua;
}

.number {
    width: 35px;
    height: 35px;
    border: solid gray 1px;
    margin-left: 10px;
    padding-top: 8px;
    text-align: center;
    border-radius: 20px;
}

/* 视频详情 目录样式 */
.studyList {
    padding: 0px 20px;
}

.studyList .studyTtile {
    padding: 15px 20px;
    background: #f4f8ff;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.studyList .listD {
    /* margin-top: 30px; */
    /* padding-left: 30px; */


}

.studyList .listD .item_class {
    /* margin-bottom: 10px; */
    cursor: pointer;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}

.studyList .listD .itemStyle {
    display: flex;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #EBEDF1;
    padding-left: 4px;
}

.studyList .listD p {
    color: #000;
}



.studyList .listD .type {
    /* padding: 3px 12px; */
    /* background: #07BBCC; */
    color: #fff;
    border-radius: 30px;
    /* margin-left: 20px; */
}

.BF {
    width: 16px;
    height: 16px;
    /* margin-right: 5px; */
}

.heightRem {
    line-height: 70px;
    height: 70px;
}

.charRoom .content {
    background: #07BBCC;


}

/* 设置滚动条的宽度 */
::-webkit-scrollbar {
    width: 2px !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
        url('iconfont.woff') format('woff'),
        url('iconfont.ttf') format('truetype'),
        url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.detailTitle {
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.docsHtml {
    text-indent: 2em;
    background: #fff;
    min-height: 600px;
    padding: 0 20px 20px 20px;
    word-break: break-all;

    table {
        max-width: 100%;

        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* 启用iOS的滑动优化 */
    }

    img {
        max-width: 100%;
    }
}

.payContainer {
    /* background: #fff; */
    width: 100%;
    /* height: 300px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    border-radius: 5px;
}

.payContainer .img {
    width: 400px;
    height: 250px;
    border-radius: 5px;
    margin: auto;
    /* margin: 0 30px; */
}

.payContainer ul {
    display: flex;
    flex-wrap: wrap;
}

.payContainer ul li {
    border: 1px solid #07BBCC;
    color: #07BBCC;
    background: #fff;
    padding: 1px 15px;
    /* margin-right: 20px; */
    border-radius: 4px;
    margin: 2px 20px 2px 0;
}

.payContainer .rightPay {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 30px;
    position: relative;
    flex: 1;
    padding-top: 10px;

    .backBtn {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.videoHeight{
        height: 505px;
    }
@media (max-width: 1200px) {
    .containerTitle h4 {
        font-size: 1.2rem !important;
    }

    .container_item {
        height: 210px !important;
    }

    .image-container {
        width: 130px !important;
        height: 210px !important;
    }

    .image-containers {
        width: 130px !important;
        height: 40px !important;
    }

    .formPerson {
        width: 70% !important;
    }
}

/* 页面缩小 */
@media (max-width:1000px) {
    .containerTitle {
        padding: 0;
    }

    .formPerson {
        width: 98% !important;
    }

    .personTitle {
        padding: 0;
    }
}

@media (max-width:782px) {
    .questionList {
        flex-direction: column;
    }

    .numberAw {
        width: 80% !important;
        border-right: none !important;
        /* margin-bottom: 10px; */
        margin: 0 auto 10px auto;
        padding-right: 0 !important;
    }

    .subject {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .studyList {
        padding: 0px 8px;
    }

    .payContainer .rightPay {
        height: 180px;
    }
    .videoHeight{
        height: 305px;
    }
}

/* 页面缩小 */
@media (max-width:600px) {
    .questionList {
        flex-direction: column;
    }

    .numberAw {
        width: 100% !important;
        border-right: none !important;
        margin-bottom: 10px;
        padding-right: 0 !important;
    }

    .subject {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .containerTop {
        line-height: 50px !important;
    }

    .containerTitle h4 {
        font-size: 1rem !important;
    }

    .containerTitle {
        padding: 0;
        /* margin-top: 20px; */
    }

    .personTitle {
        padding: 0;
    }

    .formPerson {
        width: 98% !important;


    }

    .formPerson .form-group span {
        width: 110px !important;
        margin-right: 2px !important;
    }

    .headerImgs {
        width: 50px !important;
        height: 60px !important;
        display: none;
    }

    .titleStyles {
        margin-top: 0;
        margin-bottom: 0;
    }

    .postionIcon {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        left: 50%;
        top: 50%;
        margin-left: -20px;
    }

    .learnList {
        padding: 0 10px;

        .imgPic {
            /* position: absolute;
            left: -15px;
            top: 18px; */
            width: 60px;
            height: 60px;
        }


    }

    .docsList {
        padding: 0 !important;
    }

    .word {
        padding: 10px !important;
    }

    .width100 {
        width: 100% !important;
    }

    .fixedBg p {
        padding: 5px 15px;
    }

    .pdstyle {
        padding: 20px 0 !important;
    }

    .pdstyles {
        padding: 20px 0 !important;
    }

    .pdL {
        padding-left: 0px;
    }

    .styleW {
        width: 100% !important;
    }

    table {
        display: block;
    }

    .containerCon {
        text-indent: 2em;
        padding: 10px;
        /* p,span{
            font-size: 13px !important;
        } */
    }

    .titleBorder P {
        width: 80px;
    }

    .widP {
        width: 63px !important;
    }

    .scrollHeightClass {
        overflow-y: auto;
        height: calc(100vh - 64vh);
    }

    .heightRem {
        line-height: 50px !important;
        height: 50px !important;
    }

    .itemStyle {
        height: 50px !important;
    }

    /* .rightPay{
        margin:20px 0 !important;
    } */
     .videoHeight{
        height: 305px;
    }
     
}

.scroll-container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 99%;
    margin: 0 auto;
    overflow: hidden;
}

.list-wrapper {
    flex: 1;
    overflow: hidden;
}

.scroll-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: transform 0.3s ease;
    will-change: transform; /* 优化性能 */
}

.scroll-list li {
    flex-shrink: 0;
    padding: 4px 20px;
    background: #F0FAFC;
    border-radius: 30px;
    color: #07BBCC;
    font-weight: normal;
    cursor: pointer;
}

.scroll-btn {
    border: none;
    background: #07BBCC;
    height: 28px;
    width: 28px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .scroll-btn img{
    height: 19px !important;
    width: 18px !important;
  } */
.scroll-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}