/* *{
    font-size: 1.1rem;
} */
/* #exampleModaltext1,
#exampleModaltext2 {
    z-index: 2000;
} */
/* 引入思源黑体（无衬线） */
@font-face {
    font-family: 'Source Han Sans';
    src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
}

/* 引入思源宋体（衬线） */
@font-face {
    font-family: 'Source Han Serif';
    src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap');
}

/* 使用示例 */
body,
html {
    font-family: "Inter",
        /* 优先使用 Inter 字体（需额外加载）*/
        -apple-system,
        /* macOS 和 iOS 默认字体（San Francisco） */
        BlinkMacSystemFont,
        /* macOS Chrome 的 San Francisco 回退 */
        "Segoe UI",
        /* Windows 默认字体 */
        Roboto,
        /* Android 和 Chrome OS 默认字体 */
        Oxygen,
        /* KDE/Linux 默认字体 */
        Ubuntu,
        /* Ubuntu 系统字体 */
        Cantarell,
        /* GNOME/Linux 默认字体 */
        "Fira Sans",
        /* Firefox OS 字体 */
        "Droid Sans",
        /* 旧版 Android 字体 */
        "Helvetica Neue",
        /* 旧版 macOS/iOS 回退 */
        sans-serif !important;
    font-weight: 400;
    color: #333333;
    /* overflow-x: hidden !important; */
    font-size: 16px !important;
}

body,
html {
    /* font-family: 'Source Han Serif', serif !important; */
    /* 衬线 */
    /* font-weight: bold; */
    /* 粗细 */
}

.FS12 {
    font-size: 13px;
}

.FS14 {
    font-size: 14px;
}

.FS15 {
    font-size: 15px;
}

.FS16 {
    font-size: 16px;
}

.FS18 {
    font-size: 18px;
}

.FS20 {
    font-size: 20px;
}

.FS21 {
    font-size: 21px;
}

.FS24 {
    font-size: 24px;
}

.FS36 {
    font-size: 36px;
}

.FS {
    font-size: 1rem;
}

.FS1 {
    font-size: 1.1rem;
}

.FS2 {
    font-size: 1.2rem;
}

.HeaderPic {
    width: 80px;
    height: 50px;
}


.color3 {
    color: #999999;
}

p {
    margin-bottom: 0 !important;
}

button {
    outline: none !important;
}

.w200 {
    display: inline-block;
    width: 205px;
    margin-right: 10px;
}

.initPasstip,
.initPasstips,
.initPasstipDefault,
.initPasstipsDefault {
    padding-left: 140px;
}

.modal-header {
    padding: .5rem 1rem !important;
}

.form-control {
    color: #333;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
}

.form-control::placeholder {
    color: #C5C8D0;
    font-size: 14px;
}

.register {
    .form-control {
        /* padding: 0.25rem .8rem !important; */
        height: 35px;
        line-height: 35px;
    }

    select::placeholder {
        font-size: 14px !important;
        color: #C5C8D0;
    }
}

.itemList {
    display: flex;
    flex-wrap: wrap;

}

.itemList ul li {
    margin: 0 20px;
    display: inline-block;
}

.itemList ul li.active {
    color: #07BBCC;
    /* border-bottom: 4px solid #07BBCC; */
}

#navbarColor02 li a.active {
    color: #07BBCC !important;
    /* border-bottom: 4px solid #07BBCC; */
}

.itemList ul li:not(.active):hover {
    color: #07BBCC !important;
}

.rowItem {
    padding-left: 30px;
    line-height: 30px;
    margin-bottom: 20px;

    p {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
    }
}

.rowItemV {
    margin-bottom: 40px;
    /* box-shadow: 14px 2px 17px 4px rgba(70, 70, 67, 0.1); */
}

.form-control:focus {
    /* outline-color: #07BBCC; */
    box-shadow: none;
}

.introduction_content {
    /* font-size: 14px; */
    font-weight: 400;
    color: #333;
    line-height: 35px;
    /* text-indent: 28px; */
    /* margin-bottom: 20px; */
}

.introduction_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 10px; */
    height: 60px;
    /* border-top: 1px solid #f0f0f0; */
}

.introduction_contents .button {
    padding: 4px 16px;
    /* background: #07BBCC; */
    color: #fff;
    border-radius: 30px;
    flex: none;
}

.headerImg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-right: 4px;
}

.nameT {
    color: #333333;
    opacity: 0.9;
    display: inline-block;
    min-width: 100px;

}

.emptybox {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.emptyboxs{
     margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 400px; */
}
.empty {
    width: 100%;
    /* height: 400px; */
}

.borderStyle {
    /* border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; */
    padding: 10px 10px 0 16px;
    background: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.containerItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    /* padding: 0 24px; */
    overflow: hidden;
    word-wrap: break-word;
    height: 100%;
    position: relative;
    text-align: center;
    color: #333333;
    padding-bottom: 15px;

    h5 {
        line-height: 40px;
        margin-bottom: 0;
        font-weight: bold;
        color: #231542;
    }

    span {
        color: #F8BC24;
        position: absolute;
        bottom: -2px;
        right: 2%;
    }

    p {
        color: #333333;
        font-weight: 400;
        opacity: 0.9;
    }
}

.itemCons {
    flex: 1;
    /* padding-top: 20px; */
    /* margin-bottom:; */
    display: -webkit-box;
    /* // -webkit-line-clamp: 8; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    white-space: pre-line;
    text-align: left;

    word-break: break-all;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsisOne {
    white-space: nowrap;
    /* 确保文本不换行 */
    overflow: hidden;
    /* 确保溢出文本被隐藏 */
    text-overflow: ellipsis;

    /* 使用省略号 */
    p {
        margin-bottom: 0 !important;
    }
}

/* header */
.logintitle {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    font-size: 1.1rem;
    color: #C5C8D0;

    span {
        width: 20px;
        height: 4px;
        /* background: #07BBCC; */
        display: block;
        margin: 2px auto;
        border-radius: 10px;

    }
}

.loginactive {
    color: #07BBCC;
    font-weight: 400;

    span {
        background: #07BBCC;
    }
}

.phonecodesw,
.phonecodes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0; */

    .loginfrom {
        flex: 1;
        margin: 0;
    }
}

.phonecode {
    display: none;
}

.phonepswN,
.phonepswY {
    display: flex;
    align-items: center;
    position: relative;
}

.icony {
    display: none;
}

.scrimg {
    position: absolute;
    right: 10px;
}

.tip {
    font-size: 12px;
    color: red;
    padding-left: 5px;
    margin-bottom: 0;
    line-height: 22px;
    height: 22px;
}

.policy {
    display: flex;
    align-items: center;
    /* font-size: 14px; */
    padding-top: 20px;
}

.policy p a {
    color: #07BBCC;
    cursor: pointer;
}

.checkstyle {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.checkstyle:checked {
    border: 4px solid #07BBCC;
}

.getcodebtn {
    outline: none !important;
    padding: 8px 15px;
    background-color: #F0FAFC;
    border: 1px solid #F0FAFC;
    border-radius: 20px;
    color: #07BBCC;
    flex: none;
    margin-left: 5px;
}

.btnSigin {
    padding: .5rem 1.2rem;
}

.btn-resgin {
    background: #EE8C1D;
    color: #fff;
}

.btn-login {
    background: #07BBCC;
    color: #fff;
}

.btn-none {
    border: none;
    outline: none;
    background-color: #fff;
    color: #07BBCC;


}

.btn-none:hover {
    box-shadow: none !important;
}

.btnStyle {
    border: none;
    outline: none !important;
    background: #fff;
    color: #07BBCC;
}

.containerList {
    background-color: #daf3f5;
}

.product-navs {
    border: none;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.product-navs ul {
    /* display: table;
    margin: 0 auto 30px; */
    margin: 0;
    text-align: center;
    display: flex;
    flex-shrink: 0;
    list-style: none;
}

.product-navs ul li {
    display: inline-block;
    /* width: 142px; */
    padding: 5px 22px;
    /* margin-bottom: 10px; */
    text-align: center;
    color: #333333;
    /* background: transparent; */
    cursor: pointer;
    /* margin-bottom: 5px; */
    font-weight: 400;
    background: #fff;
    border-radius: 10px;
    /* margin-right: 15px; */
    white-space: nowrap;
    transition: all 0.3s;
}

.product-navs ul li.active {
    color: #fff;
    background: #07BBCC !important;
    border-radius: 10px;
}

.activeColor {
    color: #fff !important;
    background: #07BBCC !important;
    border-radius: 10px;
}

.activeColors {
    color: #07BBCC !important;
    background: #F0FAFC !important;
    border-radius: 30px !important;
}

/* .product-navs ul:first-child li:not(:first-child):hover,
.product-navs ul:not(:first-child) li:hover {
    color: #07BBCC;
    border-radius: 10px;
} */
.product-navs ul li:hover {
    color: #07BBCC;
    border-radius: 10px;
}

.nav-container {
    margin: 0 !important;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.nav-container::-webkit-scrollbar {
    display: none;
}

.nav-container.grabbing {
    cursor: grabbing;
    /* scroll-behavior: auto; */
}

.drag-hint {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #999;
    font-size: 12px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    animation: hintPulse 2s infinite;
}

@keyframes hintPulse {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.check-cost {
    display: flex;
    justify-content: flex-end;
    line-height: 4rem;
    /* margin-top: 20px; */
}

/* 修改复选框选中时的背景色 */
/* .form-check-input:checked {
    accent-color: #07BBCC;
} */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #EBEBEB;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative !important;
}

input[type="checkbox"]:checked {
    background-color: #07BBCC;
    border-color: #07BBCC;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.searchItem .form-control {
    height: 35px;
    line-height: 35px;
    border-color: #07BBCC;
    border-radius: 0.25rem;
    padding: 0.35rem .5rem;
    background: #fff;
    /* color: #07BBCC; */
}

.searchItem .downpic {
    position: absolute;
    width: 12px;
    height: 10px;
    right: 0;
}

.searchItem select::placeholder {
    color: #07BBCC;
}

.searchItem .form-control:focus {
    border-color: #07BBCC !important;
    outline: 0;
}

.searchItem .select {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.borderC {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-addon {
    position: absolute;
    right: 4px;
    top: 4px;


}

.input-group-addon img {
    width: 16px;
    height: 16px;
}

.introduction-list ul .introduction-list>div.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.introduction-list .item {
    width: 100%;
    /* width: 358px; */
    /* height: 220px; */
    transition: transform 0.5s ease;
}

.introduction-list .item .pic {
    width: 100%;
}

.introduction-list .item .img {
    width: 100%;
    height: 243px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.introduction-list .item:hover {
    transform: scale(1.12);
}

.introduction-list .bgFix {
    position: absolute;
    top: 20px;
    left: 0;
    background: #07BBCC;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 2px 15px;
}

.introduction-list .picPerson {
    position: absolute;
    top: 150px;
    right: 15px;
    height: 120px !important;
    width: 80px;
    border-radius: 0;
}

.introduction-list .videoIcon {
    position: absolute;
    top: 110px;
    height: 40px !important;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    border-radius: 50%;
    /* background: rgba(252, 251, 251, 0.4); */
    line-height: 40px;
    text-align: center;

    /* .el-icon-caret-right {
        font-size: 40px;
        color: #ccc;
    } */
}

.picitem {
    display: flex;
    /* flex-wrap: wrap; */
    min-height: 220px;


}

.picitem .img {
    width: 319px !important;
    height: 220px !important;
    border-radius: 0 !important;
}

.picitem .rightitem {
    padding: 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    /* align-items: center; */
    /* flex:none; */
    background: #fff;


}

.picitem .rightitem ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;


}

.picitem .rightitem li {
    border: 1px solid #07BBCC;
    color: #07BBCC;
    border-radius: 5px;
    padding: 0px 12px;
    /* margin-right: 10px; */
    margin: 2px 10px 2px 0;
}

h4 {
    text-align: center;
    line-height: 100px;
}

.section-title {
    margin: 0 25px !important;
}

/* 大讲堂 */
.liveClass {
    background: url(../images/home/liveClassBg.png) no-repeat left top;
    background-size: 100% 100%;
    min-height: 500px;
    width: 100%;
    padding-bottom: 40px;
}

.liveConDiv {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    padding: 25px;
    background: #fff;
}



.demandClass {
    position: relative;
    width: 100%;
    background: #F0FAFC;
    z-index: 1;
    padding-bottom: 20px;
}

.teachPage {
    position: relative;
    width: 100%;
    /* background: #F0FAFC; */
    z-index: 1;
    padding-bottom: 20px;
}

.demandClasss::before,
.demandClasss::after,
.fiveStyle::after,
.fiveStyle::before {
    content: '';
    position: absolute;

    background-size: cover;
}

.demandClasss::before {
    background-image: url('../images/home/1.png');
    top: 1%;
    left: 8%;
    width: 180px;
    height: 180px;
    z-index: -1;
}

.demandClasss::after {
    background-image: url('../images/home/2.png');
    top: 12%;
    width: 400px;
    height: 410px;
    right: 1%;
    z-index: -1;
}

.fiveStyle::before {
    background-image: url('../images/home/3.png');
    top: 1%;
    right: 11%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.fiveStyle::after {
    background-image: url('../images/home/4.png');
    bottom: 2%;
    width: 180px;
    height: 180px;
    left: 5%;
    z-index: -1;
}

.containerText {
    flex: 1;
    /* margin-left: 30px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 220px;
    justify-content: space-around;

    .button {
        padding: 8px 80px;
        color: #fff;
        border-radius: 30px;
        margin-top: 15px;
    }
}

.liveContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.liveRight {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    padding: 0 30px;
}

.titleStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-size: 2rem;
    font-weight: 500;
    position: relative;

    p {
        margin: 0;
    }
}

.FS {
    font-size: 1.1rem;
    /* font-weight: 500; */
}

.liveContainer .pic {
    width: 544px;
    height: 325px;
}

.liveContainer .picHeader {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    flex: none;
    margin-left: 30px;
}

.rightDemand {
    display: block;
}

.rightDemands {
    display: none;
}

.demandName {
    max-width: 60%;
    /* flex: 1; */
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.positionRight {
    position: fixed;
    right: 20px;
    margin-top: -175px;
    top: 50%;
    background: #333;
    color: #979797;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.positionRight ul {
    margin-bottom: 0;
}

.positionRight ul li {
    padding: 20px 8px 8px;
    border-bottom: 1px solid #626262;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.positionRight .hovern,
.hover {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.positionRight .hover {
    display: none;
}

.positionRight .phone:hover {
    color: #EE8C1D;

    .hovernPhone {
        display: none;
    }

    .hoverPhone {
        display: block;
    }

    .phoneImg {
        opacity: 1;
        visibility: visible;
    }
}

.positionRight .codeER:hover {
    color: #EE8C1D;

    .hovernCode {
        display: none;
    }

    .hoverCode {
        display: block;
    }

    .codeImg {
        opacity: 1;
        visibility: visible;
    }
}

.positionRight .knowInfo:hover {
    color: #EE8C1D;

    .hovernKnow {
        display: none;
    }

    .hoverKnow {
        display: block;
    }

    .knowImg {
        opacity: 1;
        visibility: visible;
    }
}


/*  */
.hover-images {
    position: absolute;
    width: 190px;
    height: 110px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    /* 默认位置 - 上方居中 */
    top: 0;
    left: -130px;
    transform: translateX(-50%);
    padding: 10px;
    background: #fff;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;



}

.hover-images img {
    width: 90px;
    height: 90px;
    flex: none;
}

/* 可选 - 添加小箭头 */
.hover-images::after {
    content: "";
    position: absolute;
    top: 41px;
    right: -22px;
    /* margin-left: -20px; */
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.leftDemand {
    width: 72%;
}

.titelDemand {
    background: #333;
    color: #fff;
    line-height: 60px;
    padding: 0 10px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    text-align: left;
}

.postions {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.postion {
    /* position: absolute;
    color: #fff;
    top:0;
    right:0;
    bottom:0;
    left:0; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 15px;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emptyPt {
    padding: 50px 0;
}

.livHeight {
    height: 541px;
}

/* 讲师详情头像图片 */
.teachImg {
    width: 200px;
    height: 250px;
    border-radius: 10px;
    margin-right: 20px
}

.teachDetailStyle {
    display: flex;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.notailItem {
    height: 315px;
    /* height: calc(100% - 180px); */
    width: 100%;
}

.maxWidth {
    max-width: 450px;
}

.notailPic {
    width: 80%
}

.paddingRound {
    /* top: 2%;
    right: 2%;
    left: 2%;
    bottom: 2%; */
    padding: 20px 100px 0 100px !important;
    overflow-y: hidden !important;
    z-index: 1052 !important;
}

.pdTwo {
    padding-top: 20px;
}

.noticePric {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}

.bigPc {
    width: 45%;
}

.notailtext {
    width: 50%;
    /* flex-wrap: wrap; */
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}
.noticWidth{
    display:flex;align-items: center;width: 80%;
}
@media(max-width: 1600px) {
    .titleS {
        display: none;
    }
}

@media (max-width: 1300px) {
    .titleS {
        display: block;
    }
}

@media(max-width: 1400px) {
    .liveContainer .pic {
        width: 444px;
        height: 285px;
    }

    .liveContainer .picHeader {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        flex: none;
        margin-left: 30px;
    }

    .liveRight {
        flex: 1;
    }

    .rightDemand {
        display: block;
    }

    .rightDemands {
        display: none;
    }

    .leftDemand {
        width: 75%;
    }

    .livHeight {
        height: 541px;
    }

    .notailPic {
        width: 60%
    }
}

@media(max-width: 1200px) {
    .liveContainer .pic {
        width: 384px;
        height: 232px;
    }

    .liveContainer .picHeader {
        width: 5rem;
        height: 5rem;
        display: none;
    }

    .rightDemand {
        display: block;
    }

    .rightDemands {
        display: none;
    }

    .leftDemand {
        width: 60%;
    }

    .livHeight {
        height: 541px;
    }

    .notailPic {
        width: 60%
    }
}

@media(max-width: 1000px) {
    .bigPc {
        width: 100%;
    }

    .notailtext {
        width: 100%;
        flex-wrap: wrap;
    }

    .notailItem {
        width: 100%;
    }

    .notailPic {
        width: 12rem;
        height: 12rem;
    }

    .emptyPt {
        padding: 50px 0;
    }

    .containerText {
        height: auto;
    }

    .liveRight {
        padding: 0;
        justify-content: space-between;
        flex: none !important;
    }

    .bannerStyle {
        height: 358px !important;
    }

    .img-fluid {
        width: 100%;
        height: 358px !important;
    }

    .slideItem {
        height: 358px !important;
    }

    .leftDemand {
        width: 100%;
    }

    .rightDemand {
        display: none;
    }

    .rightDemands {
        display: block;
    }

    .livHeight {
        height: 541px;
    }
}
.dialogText{
    max-width: 43%;
}
@media (max-width: 767.98px) {
    .dialogText{
    max-width: 95%;
}
    .noticWidth{
    display:flex;align-items: center;width: 70%;
}
    .footerPic {
        width: 60px !important;
        height: 60px !important;
    }

    .picitem {
        flex-direction: column;
        align-items: center;

        .img {
            width: 100% !important;
            /* height: 300px !important; */
        }

        .rightitem {
            width: 100%;

            ul {
                margin: 10px;
            }
        }
    }

    .w200 {
        width: 176px !important;
        margin-right: 2px !important;
    }

    .initPasstip,
    .initPasstips,
    .initPasstipDefault,
    .initPasstipsDefault {
        padding-left: 120px;
    }

    .container {
        padding: 0 5px;
    }

    .pdTwo {
        padding-top: 10px;
    }

    .paddingRound {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0 !important;
    }

    .pt-5 {
        padding-top: 1.5rem !important;
    }

    .FS {
        font-size: 1rem;
        font-weight: 400;
    }

    .notailPic {
        width: 10rem;
        height: 10rem;
    }

    .maxWidth {
        max-width: 300px;
    }

    .liveContainer {
        flex-wrap: wrap;
    }

    .liveContainer .pic {
        width: 100%;
        height: 225px;
    }

    .liveContainer .picHeader {
        width: 50px;
        height: 50px;
        display: none;
    }

    .liveRight {
        padding: 0;
        justify-content: space-between;
        flex: none !important;
    }

    .bannerStyle {
        height: 248px !important;
    }

    .img-fluid {
        width: 100%;
        height: 248px !important;
       
    }

    .slideItem {
        height: 248px !important;
    }

    .FS21 {
        font-size: 18px;
    }

    .emptyPt {
        padding: 50px 0;
    }

    .rightDemand {
        display: none;
    }

    .rightDemands {
        display: block;
    }

    .leftDemand {
        width: 100%;
    }

    .titelDemand {
        line-height: 40px;
    }

    .livHeight {
        height: 250px;
    }

    .teachImg {
        width: 100px;
        height: 130px;
    }

    .notailItem {
        /* min-width: 400px; */
        width: 100%;
        min-height: 200px;
    }

    .containerText {

        .button {
            padding: 3px 50px;
        }
    }

    /* .product-navs {
        flex-wrap: wrap;
    } */

    .picOrContent {
        width: 80px;
        height: 80px;
    }

    .back {
        font-size: 12px;
    }

    .activeItem {
        justify-content: center;
    }

    .teachDetailStyle {
        flex-direction: column;
        padding: 10px !important;
    }

    .demandName {
        flex: 1;
    }

    .titleStyle {
        height: 100px !important;
    }
}

.notailCon {
    background: url(../images/home/notail.png) no-repeat left top;
    background-size: 100% 100%;
    min-height: 500px;
    width: 100%;
    padding-bottom: 40px;
}





.itemNotail {
    height: 47px;
    /* line-height: 80px; */
    background: #fff;
    color: #333;
    margin: 0 0px 10px;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    transition: transform 0.3s ease;


}

.itemNotail p {
    margin-bottom: 0 !important;
    margin-left: 15px;
}

.itemIndex {
    background: #D6D6D6;
    color: #fff;
    padding: 0px 6px;
    font-size: 13px;
    border-radius: 2px;
}

.notail {
    border: 1px solid #F8BC24;
    color: #F8BC24;
    padding: 2px 12px;
    border-radius: 5px;
    font-size: .8rem;
}

.new {
    border: 1px solid #07BBCC;
    color: #07BBCC;
    padding: 2px 12px;
    border-radius: 5px;
    font-size: .8rem;
}

.itemNotail:hover {
    background-color: #07BBCC;
    color: #fff;
    border-right: 10px solid #F8BC24;
    /* transform: scale(1.05); */

    /* 放大10% */
    .itemIndex {
        background: #fff;
        color: #07BBCC;
    }

    .notail {
        border: 1px solid #fff;
        color: #fff;
        background-color: #07BBCC;
    }

    .new {
        border: 1px solid #fff;
        color: #fff;
        background-color: #07BBCC;
    }

    .color3 {
        color: #fff;
    }
}

/* 讲师图片翻转 */
/* 基础样式 */
.title {
    position: relative;
    width: 100%;
    text-align: center;
}

.picOrContent {
    position: relative;

    margin: 0 auto 15px;
    perspective: 1000px;
    /* 创建3D透视空间 */
    will-change: transform;
}

.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    /* 隐藏背面 */
    transition: transform 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; 圆形效果，可根据需要调整 */
    border-radius: 8px;
}

.front {
    background: #f5f5f5;
    transform: rotateY(0deg);
    z-index: 2;
}

.front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    /* border-radius: 50%; */
}

.back {
    background: #fff;
    color: #333;
    transform: rotateY(180deg);
    padding: 10px;
    box-sizing: border-box;
    /* border-radius: 50%; */
    font-size: 14px;
    line-height: 1.4;
    border-radius: 8px;

}

/* 悬停效果 */
.picOrContent:hover .front {
    transform: rotateY(180deg);
}

.picOrContent:hover .back {
    transform: rotateY(360deg);
}

@media(max-width: 767.98px) {
    .FS12 {
        font-size: 12px;
    }

    .FS14 {
        font-size: 12px;
    }

    .FS15 {
        font-size: 13px;
    }

    .FS16 {
        font-size: 13px;
    }

    .FS18 {
        font-size: 14px;
    }

    .FS20 {
        font-size: 16px;
    }

    .FS21 {
        font-size: 16px;
    }

    .FS24 {
        font-size: 20px;
    }

    .FS36 {
        font-size: 22px;
    }

    .HeaderPic {
        width: 30px;
        height: 20px;
    }

    .navbar-toggler {
        font-size: 15px !important;
    }

}

.btn-infos {
    background-color: #07BBCC;
    color: #fff;
    border-color: #07BBCC;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #07BBCC;
    color: #fff;
    border-color: #07BBCC;
    box-shadow: none;
}

.page-item {
    margin-right: 10px;
}

.page-item.active .page-link {
    /* margin-right: 10px; */
    background-color: #07BBCC !important;
    border-color: #07BBCC;
    color: #fff !important;
}

.page-link {
    padding: 5px 10px;
    border-radius: 0.25rem;
    color: #07BBCC !important;
    /* border: none !important; */
}

.activeContain {
    background: #fff;
}

.activeItem {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 20px;
    position: relative;

    /* margin-bottom: 10px; */
    border-bottom: 1px dashed #D8DCE3;
    color: #999;
}

.buttonC {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #07BBCC;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    /* border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; */
}

.submit-alert {
    min-width: 200px !important;
}

/* 悬停显示二维码 */
.image-container {
    position: relative;
    display: inline-block;
    /* margin: 50px; */
}

.hover-trigger {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.hover-image {
    position: absolute;
    /* width: 200px; */
    height: auto;
    border: 2px solid #07BBCC;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    visibility: hidden;
    transition: opacity 0.3s;
    /* 默认位置 - 上方居中 */
    bottom: -150px;
    left: 55px;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    /* opacity: 1; */

}

.image-container:hover .hover-image {
    visibility: visible;
}

.gradient-bg {
    background: url('../images/classBg.png') no-repeat center center;
    /* 背景图片 */
    background-size: cover;
    /* 覆盖整个容器 */
    /* padding-top: 50%; 根据需要调整 */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%); 渐变效果 */
    padding-top: 80px;
}

/* 返回顶部 */
#toTop {
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    cursor: pointer;
    z-index: 99998;
    display: none;
    opacity: 0.7;
}

#toTop:hover {
    opacity: 1;
}

/* 可选 - 添加小箭头 */
.hover-image::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50px;
    margin-left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #07BBCC transparent;
}

/* 测评 */
.nameUser {
    color: #333;
    line-height: 33px;
    margin-left: 20px;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.circle-chart {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}

.circle-fill {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: circle-fill-animation 1.5s ease-in-out forwards;
}

.circle-fill {
    stroke: #4CAF50;
}

/* 不同进度设置不同颜色 */
/* .circle-fill[stroke-dasharray^="0"] {
    stroke: #ff5252;
}

.circle-fill[stroke-dasharray^="1"] {
    stroke: #ff5252;
}

.circle-fill[stroke-dasharray^="2"] {
    stroke: #ff5252;
}

.circle-fill[stroke-dasharray^="3"] {
    stroke: #ff5252;
}

.circle-fill[stroke-dasharray^="4"] {
    stroke: #ff5252;
}

.circle-fill[stroke-dasharray^="5"] {
    stroke: #FF9800;
}

.circle-fill[stroke-dasharray^="6"] {
    stroke: #FF9800;
}

.circle-fill[stroke-dasharray^="7"] {
    stroke: #4CAF50;
}

.circle-fill[stroke-dasharray^="8"] {
    stroke: #4CAF50;
}

.circle-fill[stroke-dasharray^="9"] {
    stroke: #4CAF50;
}

.circle-fill[stroke-dasharray^="10"] {
    stroke: #4CAF50;
} */

.percentage {
    font-size: 0.6em;
    font-weight: bold;
    fill: #333;
    text-anchor: middle;
}

.label {
    font-size: 0.5em;
    fill: #666;
    text-anchor: middle;
}

@keyframes circle-fill-animation {
    0% {
        stroke-dasharray: 0, 100;
    }
}

.footerBox {
    /* height: 124px; */
    background: #07BBCC;
    /* font-size: 16px; */
    color: #FFFFFF;
    text-align: center;
}

.footerBox>div {
    padding: 25px;
    /* height: 124px; */
    box-sizing: border-box;
    vertical-align: middle;
}

.footerBox>div span {
    display: inline-block;
    width: 200px;
    height: 100px;
    padding-bottom: 20px;
    margin-left: 40px;
}

.footerBox>div span img {
    width: 75px;
    height: 100%;
    margin-left: 15px;
}

.footerPic {
    width: 90px;
    height: 90px;
    border-radius: 2px;
}

@media (min-width: 0) {
    .footerBox>div span {
        display: block;
        margin: 10px auto;
    }
}

@media (min-width: 992px) {
    .footerBox>div span {
        display: inline-block;
        margin-left: 40px;
    }
}
@media (max-width: 380px){
     .bannerStyle {
        height: 188px !important;
    }

    .img-fluid {
        width: 100%;
        height: 188px !important;
       
    }

    .slideItem {
        height: 188px !important;
    }
}

/* 水印样式 */
.dplayer-watermark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    pointer-events: none;
    z-index: 100;
}

/* 全屏时特殊样式 */
.dplayer.dplayer-fullscreen .dplayer-watermark {
    font-size: 24px;
    /* 全屏时放大水印 */
}

.course-list-container {
    position: relative;
}

.visible-courses {
    position: relative;
    overflow: hidden;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.fade-overlays {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.more-button-container {
    /* display: flex; */
    justify-content: center;
    text-align: center;
    /* margin-top: 10px; */
    padding: 30px 0;
    /* background: rgb(53, 187, 204); */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(53, 187, 204, 0.9) 50%, rgba(53, 187, 204, 1) 100%); */
}

.more-button {
    padding: 8px 16px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #07bbcc;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.more-button:hover {
    background-color: #07bbcc;
    color: white;
    border-color: #07bbcc;
}