* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background: rgb(254, 248, 251); */
}

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #E0E1FF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    opacity: 0;
}

a {
    text-decoration: none;
    /* 去除下划线 */
    color: inherit;
    /* 继承父元素的文字颜色 */
    cursor: pointer;
    /* 鼠标指针样式 */
}

/* 整体样式 */
::-webkit-scrollbar {
    width: 12px;
    /* 滚动条宽度 */
}

/* 轨道 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 轨道背景颜色 */
}

/* 滑块 */
::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 滑块颜色 */
    border-radius: 6px;
    /* 滑块圆角 */
    border: 3px solid #f1f1f1;
    /* 滑块边框 */
}

/* 当鼠标悬停在滑块上时 */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* 滑块悬停颜色 */
}

/* 当滑动时 */
::-webkit-scrollbar-thumb:active {
    background-color: #000;
    /* 滑块激活颜色 */
}

.w {
    width: 1200px;
    margin: auto;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.doubtBox {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    height: 100px;
    box-shadow: 2px 2px 7px 0px rgba(98, 99, 214, 0.17);
}

.doubtCenter {
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doubtItem {
    /* padding: 0 20px; */
    width: 160px;
    height: 60px;
    background: #ff692820;
    border-radius: 5px;
    border: 1px solid #FF6728;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    /* background-size: cover; */
    background-position: center;
    border: 2px solid rgba(236,66,3, 0.5);
}

.doubtItemLast {
    width: 207px;
}

.zxDoubtItem {
    width: 166px;
    height: 60px;
    background: linear-gradient(270deg, #FF6728 0%, #FF4646 100%);
    box-shadow: 5px 5px 10px 0px rgba(255, 73, 68, 0.24);

    border-radius: 5px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.zxDoubtItem img {
    margin-right: 9px;
}

.titBox {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin: 0 20px;
}

.tit {
    margin: 0 20px;
}

.why-tit {
    margin-top: 54px;
    margin-bottom: 32px;
    position: relative;
}

.bg1 {
    position: absolute;
    left: -80px;
    top: -150px;
}

.subTitBox {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    margin-bottom: 22px;
}

.subTitBlock {
    width: 6px;
    height: 28px;
    background: #E0E1FF;
    margin-right: 20px;
}

.subTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.qjBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 259px;
    background: #F4F6FF;
    border: 2px solid #E0E1FF;
    margin: auto;
    padding: 27px 21px;
    margin-bottom: 32px;
}

.qjLeft {
    width: 780px;
    margin-right: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.qjLeft div {
    text-indent: 2em;
}

.qjCover {}

.primary-txt {
    color: #E0E1FF;
    font-weight: bold;
    font-size: 20px;
}

.gwBox {
    margin-bottom: 23px;
}

.yyBox {
    margin-bottom: 31px;
}

.who-box {
    height: 414px;
    background: url(./img/who-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 41px;
    position: relative;
}

.bg2 {
    position: absolute;
    bottom: -250px;
    left: 0;
}

.who-box-tit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.who-item-box {
    margin: 0;
}

.who-item {
    width: 270px;
    height: 269px;
    background: url(./img/who1.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.who-item:nth-child(2) {
    background: url(./img/who2.png) no-repeat;
}

.who-item:nth-child(3) {
    background: url(./img/who3.png) no-repeat;
}

.who-item:nth-child(4) {
    background: url(./img/who4.png) no-repeat;
}

.who-item-tit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    padding-top: 132px;
}

.who-item-desc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 5px auto 6px;
    height: 60px;
}

.who-item-btn {
    width: 155px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FF3600;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FF3600;
}

.jybBox {
    margin-top: 34px;
    margin-bottom: 54px;
}

.jyItem {
    padding: 16px 14px;
    width: 370px;
    height: 251px;
    background: #F4F6FF;
    border: 1px dotted #E0E1FF;
}

.jyItemTitBox {
    margin-bottom: 6px;
}

.jyItemTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
}

.jyItemTitDesc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.xsd-tit {
    margin-bottom: 23px;
}

.ai-box {
    width: 1200px;
    height: 335px;
    background: linear-gradient(-90deg, #E0E1FF 0%, #F1A8CE 100%);
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 26px;

}

.ai-left-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 276px;

}

.ai-left-item {
    width: 344px;
    height: 60px;
    border-radius: 5px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    background: #E0E1FF;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ai-left-item-active {

    color: #E0E1FF;
    background: #FFFFFF;
}

.ai-right-box {
    cursor: pointer;
}

.xmBox {
    width: 1200px;
    height: 736px;
    background: linear-gradient(-90deg, #E0E1FF 0%, #EF79B6 100%);
    border-radius: 10px;
    padding: 30px;
}


.xmLeft {
    width: 304px;
    height: 100%;
}

.xmItem {
    width: 304px;
    height: 81px;
    position: relative;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.xmItem .xmItemL {
    width: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

.xmItem img {
    opacity: 0;
}

.xmItemActive {
    background: #FFFFFF;
    box-shadow: -3px 0px 0px 0px #E0E1FF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #E0E1FF;
}

.xmItemActive .triangle {
    opacity: 1;
}

.xmItemActive .xmItemL {}

.xmRight {
    width: 822px;
    height: 668px;
    background: linear-gradient(0deg, #EAEFFD 0%, #FFFFFF 100%);
    border-radius: 5px;
    overflow-y: auto;
    padding: 25px;
}

.xmCover {
    width: 100%;
    margin-bottom: 22px;
}

.xmDesc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.xmTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #E0E1FF;
    margin: 15px auto;
}

.nlItem {
    display: flex;

}

.nlItemLabel {
    font-weight: bold;
    flex-shrink: 0;
}

.nlItemDesc {}

.xmRightBox {
    display: none;
}

#xm1 {
    display: block;
}

.more-xm-btn {
    width: 300px;
    height: 60px;
    background: linear-gradient(270deg, #FF6728 0%, #FF4646 100%);
    box-shadow: 5px 5px 10px 0px rgba(255, 73, 68, 0.24);
    border-radius: 19px;
    margin: 30px auto 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.more-xm-btn img {
    margin-left: 15px;
}

.alItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alItemCover {
    margin-bottom: 20px;
}

.alItemTit {
    width: 150px;
    height: 40px;
    border: 1px dotted #E0E1FF;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #E0E1FF;
}

.alBox {
    /* position: relative; */
    overflow: hidden;
}

.alBox .swiper-wrapper {
    position: relative;

}

.alParentBox {
    width: 1300px;
    margin: auto;
    position: relative;
}

.bg3 {
    position: absolute;
    right: 0px;
    top: -520px;
}

.bg4 {
    position: absolute;
    right: 0px;
    bottom: -1000px;
}

.outline-box {
    height: 911px;
    margin-bottom: 37px;
    /* background: url(./img/outline-bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
}

.outline-tit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.outlineCenterBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.outline-middle-box {
    height: 667px;
    width: 100%;
    margin: 30px 0;
    display: flex;
    position: relative;
}

.outline-middle-left {
    width: 329px;
    height: 667px;
    background: linear-gradient(-90deg, #EB4242 0%, #FF7512 100%);
    border-radius: 15px 0px 0px 15px;
    padding-left: 19px;
    padding-right: 40px;
    padding-top: 75px;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jdBox {
    display: flex;
    align-items: center;
}

.jdIcon {
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border-radius: 2px;
    transform: rotate(45deg);
}

.jdTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-left: 16px;
}

.jdSubTit {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 13px 0 33px;
}


.outline-middle-right {
    flex: 1;
    height: 667px;
}

.outline-middle-right-head {
    height: 52px;
    background: #EB4242;
    border-radius: 0px 15px 0px 0px;
    display: flex;
    align-items: center;
}

.outline-middle-right-head-tit1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    width: 284px;
}

.outline-middle-right-head-tit2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    flex: 1;
}


.outline-middle-right-bottom {
    height: 615px;
    overflow-y: auto;
}


.outline-step-box {
    position: absolute;
    left: -74px;
    top: 33px;
}

.outline-step-item {
    width: 74px;
    height: 31px;
    background: #FFF5F4;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.outline-step-item-active {
    background: #3E3CDA;
    color: #FFFFFF;
}

.jdLabelBox {
    width: 272px;
    height: 52px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 8px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    background: url(./img/jd-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.jdDescBox {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.jdDescBox:last-child {
    margin-bottom: 0;
}

.outline-middle-right-bottom-item {
    display: flex;
    padding: 57px 0;
    padding-right: 19px;
}

.outline-middle-right-bottom-item-left {
    width: 284px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.outline-middle-right-bottom-item-right {
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.outline-middle-right-bottom-item:nth-child(odd) {
    background: #E4E3FF;
}

.outline-middle-right-bottom-item:nth-child(even) {
    background: #F6F6FF;
}

.jdPBox {
    display: none;
}

#jdPBox1 {
    display: block;
}

.outline-middle-right-bottom {
    display: none;
}

#outlinePBox1 {
    display: block;
}

.xmjsBox {
    flex-wrap: wrap;
}

.xmjsItem {
    cursor: pointer;
    margin-bottom: 26px;
}

.xmjsItemCoverBox {
    position: relative;
    overflow: hidden;
    width: 299px;
    height: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xmjsItemCoverBox img {
    /* width: 100%;
    height: 100%; */
}

.xmjsMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.3s ease-in;
    background: #E0E1FF;
    padding: 22px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0;
}

.xmjsItem:hover .xmjsMask {
    opacity: 1;
}

.xmjsTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 11px;
    text-align: center;
}

.subDesc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 29px;
}

.vBox {
    width: 1200px;
    height: 642px;
    background: #000000;
    padding: 20px;
    margin-top: 20px;
}

.videoEle {
    width: 900px;
    height: 600px;
    /* border: 1px solid red; */
}

.videoListBox {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.videoItem {
    width: 250px;
    height: 166px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.videoItemCover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoItemMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.videoItemDescMask {
    display: flex;
    align-items: center;
    color: white;
    z-index: 9;
    height: 50px;
    width: 100%;
    /* font-size: 14px; */
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
}

.videoItemDescIconBox {
    width: 50px;
    height: 50px;
    background: rgb(58, 106, 198);
}


.videoItemDescBox {
    flex: 1;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.videoItemDescIconBox img {
    width: 20px;
}

.videoItem .videoItemMask {
    background: rgba(0, 0, 0, 0.6);
}

.videoItem .play_fill {
    display: block;
}

.videoItem .playing_fill {
    display: none;
}

.videoItemActive .videoItemMask {
    background: rgba(0, 0, 0, 0);
}

.videoItemActive .play_fill {
    display: none;
}

.videoItemActive .playing_fill {
    display: block;
}

.bannerBox {
    height: 400px;
    background: url(./img/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerCenter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.baoming {
    width: 271px;
    height: 378px;
    background: #FFFFFF;
    box-shadow: 4px 5px 7px 0px rgba(228, 64, 143, 0.29);
    border-radius: 7px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baomingTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px;
}

.baomingBtn {
    width: 209px;
    height: 40px;
    background: linear-gradient(90deg, #FF6728 0%, #FF4646 100%);
    box-shadow: 5px 5px 10px 0px rgba(255, 73, 68, 0.24);
    border-radius: 6px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.baomingItemBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* margin-bottom: 30px; */
}

.baomingItemClzz,
.baomingItemDate,
.baomingItemStatus {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.baomingItemStatus {
    width: 80px;
    text-align: right;
    justify-content: flex-end;
}

.baomingItemRed {
    color: #FF3600;
}

.baomingItemBlack {
    color: #000000;
}

.baomingItemBox {
    padding: 10px 5px;
    border-radius: 2px;
}

.baomingItemBg {
    background: rgba(48, 40, 205, 0.25);
    border-radius: 2px;

}


.yhs-box {
    background: url(./img/yhs-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
    margin-bottom: 60px;
}

.yhs-tit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.yhsImgBox {
    margin-top: 20px;
    flex-wrap: wrap;
}

.yhsImgBox img {
    width: 50%;
}

.tabBox {
    height: 100px;
    border-radius: 15px;
    border: 1px solid #3E3CDA;
    display: flex;
}

.tabItem {
    flex: 1;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #3E3CDA;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.tabItemIcon {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
    z-index: -1;
    opacity: 0;
}

.tabItemActive {
    color: white;
    background: linear-gradient(0deg, #EB4242 0%, #3241E3 100%);
    box-shadow: 6px 8px 8px 0px rgba(51, 66, 228, 0.18);
    border-radius: 10px;
}

.tabItemActive .tabItemIcon {
    opacity: 1;
}

.tabContent {
    height: 601px;
    background: url(./img/tab-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    display: none;
    margin-bottom: 40px;
}

#tabContent1 {
    display: flex;
}

.tabContentL {
    width: 402px;
    height: 450px;
}

.tabContentR {
    width: 648px;
    height: 450px;
    background: #EFF2F5;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tabContentR img {
    max-width: 100%;
    max-height: 100%;
}

.tabContentLTit {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.tabContentLTitBlock {
    width: 90px;
    height: 4px;
    background: #3994FD;
}

.tabContentLTitTag {
    width: 117px;
    height: 40px;
    background: #3994FD;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 26px;
    margin-top: 46px;
}

.tabContentLTitTxt {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.mxBox {
    height: 720px;
    background: url(./img/mxBg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;

}

.mxTabBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 49px;
}

.mxTabItem {
    width: 380px;
    height: 103px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mxTabItemT1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    margin-right: 5px;
}

.mxTabItemT2 {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.mxTabItemI1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mxTabItemI2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}


.mxTabContentBox {
    width: 1200px;
    height: 372px;
    background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 10px;
    border: 3px solid #FF7512;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mxTabContentBox img{
    display: none;
}

.xxyhsBox{
    background: url(./img/xyyhs-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    
}

.ldy815 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ldy815-item {
    width: 372px;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px rgba(22, 22, 38, 0.18);
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
}

.ldy815-item-tit {
    
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.ldy815-item-cover-box {
    width: 307px;
    height: 173px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.ldy815-item-cover {
    width: 100%;
    /* max-height: 100%; */
}

.ldy815-item-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ldy815-item-desc {
    
    font-weight: 400;
    font-size: 14px;
    color: #555555;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ldy815-item-line {
    height: 2px;
    background: #DCDCDC;
    margin-top: 28px;
    margin-bottom: 16px;
}

.ldy815-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ldy815-item-more {
    
    font-weight: 400;
    font-size: 14px;
    color: #FF7512;
}

.ldy815-item-tag {
    
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}

.ldy815-item:hover {
    background: #FF7512;
}

.ldy815-item:hover .ldy815-item-tit {
    color: white;
}

.ldy815-item:hover .ldy815-item-desc {
    color: white;
}
.ldy815-item:hover .ldy815-item-tag{
    color: white;
}
.ldy815-item:hover .ldy815-item-more{
    color: white;
}

/* 明星导师阵容轮播样式区域 */

.teacher-section-title {
    padding: 60px 0 20px;
    background: #f8f9fa;
}

.teacher-section-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 0;
    position: relative;
}

.teacher-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #EC4203, #FF6728);
    border-radius: 2px;
}

.teacher-swiper-section {
    background: linear-gradient(135deg, #EC4203 0%, #FF6728 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.teacher-swiper-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* height: 600px; */
}

.teacher-slide-image {
    width: 100%;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 20px; */
}

.teacher-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* 导航箭头样式 */
.teacher-prev,
.teacher-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.teacher-prev:hover,
.teacher-next:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.teacher-prev {
    left: 20px;
}

.teacher-next {
    right: 20px;
}

.teacher-prev::before {
    content: '‹';
    font-size: 24px;
    font-weight: bold;
    color: #EC4203;
}

.teacher-next::before {
    content: '›';
    font-size: 24px;
    font-weight: bold;
    color: #EC4203;
}

/* 分页指示器样式 */
.teacher-pagination {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.teacher-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.teacher-pagination .swiper-pagination-bullet-active {
    background: white;
    transform: scale(1.2);
}

/* 底部头像导航 */
.teacher-avatars {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}

.avatar-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    opacity: 0.7;
}

.avatar-item:hover,
.avatar-item.active {
    border-color: white;
    opacity: 1;
    transform: scale(1.1);
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .teacher-swiper-container {
        width: 90%;
    }
    
    .teacher-slide-image {
        margin: 0 10px;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .teacher-swiper-container {
        height: 400px;
    }
    
    .teacher-slide-image {
        height: 350px;
        margin: 0 5px;
    }
    
    .teacher-slide-image img {
        border-radius: 10px;
    }
    
    .teacher-avatars {
        margin-top: 40px;
    }
    
    .avatar-item {
        width: 60px;
        height: 60px;
    }
}


/* 课程大纲 */

/* 课程大纲整体区域 */
.course-outline-section {
    padding: 80px 0;
    background: #f8f9fa;
    background: rgba(255, 246, 242, 1);
}

/* 课程大纲标题 */
.course-outline-title {
    text-align: center;
    margin-bottom: 50px;
}

.course-outline-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin: 0;
    position: relative;
}

.course-outline-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #EC4203, #FF6728);
    border-radius: 2px;
}

/* Tab导航区域 */
.course-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    background: white;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border: 2px solid #f0f0f0;
}

.course-tab-item {
    flex: 1;
    padding: 25px 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    background: white;
    cursor: pointer;
    transition: all 0.4s ease;
    border-right: 1px solid #eee;
    position: relative;
    min-width: 120px;
}

.course-tab-item:last-child {
    border-right: none;
}

.course-tab-item:hover {
    background: #f8f9fa;
    color: #EC4203;
}

.course-tab-item.active {
    background: linear-gradient(135deg, #EC4203 0%, #FF6728 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(236, 66, 3, 0.4);
    border-color: transparent;
}

.course-tab-item.active::before {
    /* content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background: white;
    border-radius: 2px 2px 0 0; */
}

/* 内容区域包装器 */
.course-content-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* 内容项目 */
.course-content-item {
    display: none;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    min-height: 600px;
}

.course-content-item.active {
    display: flex;
}

/* 左侧课程阶段标题区域 */
.course-content-left {
    width: 300px;
    background: linear-gradient(135deg, #EC4203 0%, #FF6728 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    position: relative;
}

.course-content-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 20px solid #FF6728;
    z-index: 1;
}

.course-stage-title {
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1.4;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}

/* 右侧详细内容区域 */
.course-content-right {
    flex: 1;
    padding: 40px;
    background: white;
    overflow-y: auto;
    max-height: 600px;
}

/* 课程详细项目 */
.course-detail-item {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f5f5f5;
    transition: all 0.3s ease;
}

.course-detail-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.course-detail-item:hover {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    margin: 0 -20px 35px -20px;
}

.course-detail-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
    line-height: 1.3;
}

.course-detail-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 24px;
    background: linear-gradient(135deg, #EC4203 0%, #FF6728 100%);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(236, 66, 3, 0.3);
}

.course-detail-content {
    padding-left: 25px;
}

.course-detail-text {
    font-size: 15px;
    line-height: 2;
    color: #555;
    text-align: justify;
    letter-spacing: 0.3px;
    word-spacing: 1px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .course-content-wrapper {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .course-tabs {
        flex-direction: column;
        max-width: 300px;
    }
    
    .course-tab-item {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .course-tab-item:last-child {
        border-bottom: none;
    }
    
    .course-content-item {
        flex-direction: column;
        min-height: auto;
    }
    
    .course-content-left {
        width: 100%;
        padding: 30px;
    }
    
    .course-content-left::after {
        display: none;
    }
    
    .course-stage-title {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 20px;
    }
    
    .course-content-right {
        padding: 30px;
        max-height: none;
    }
}