:root {
    --gray_0: #000;
    --gray_20: #2B2E33;
    --gray_35: #4C5059;
    --gray_50: #737780;
    --gray_70: #A9ACB2;
    --gray_80: #C8C9CC;
    --gray_85: #D4D6D9;
    --gray_90: #E1E3E5;
    --gray_93: #E8EAED;
    --gray_95: #EDEFF2;
    --gray_96: #F0F2F5;
    --gray_97: #F4F5F7;
    --gray_98: #F7F8FA;
    --gray_100: #FFF;
    --green_n: #05C1B7;
    --green_h: #06E5DA;
    --green_a: #EBFFFF;
    --red_n: #E53C23;
    --red_h: #FF5840;
    --red_a: #FFEDEB;
    --blue_n: #4378E0;
    --blue_h: #6699FF;
    --blue_a: #EBF1FF;
    --yellow_n: #FAB246;
    --yellow_h: #FFC773;
    --yellow_a: #FEF4E5;
    --on_surface: #FFF;
    --bg_white: #FFF;
    --bg_gray: #F7F8FA;
    --bg_float: #FFF;
    --bg_default_0: #111214;
    --bg_default_1: #646566;
    --bg_default_2: #2B2E33;
    --bg_default_3: #B8B8B8;
    --codeShaDow: rgba(6, 9, 15, 0.18);
    --headShadow: rgba(255, 255, 255, 0.95);
    --studyBg: #e1e3e5;
    --studyButtonGradient1: #ff8826;
    --studyButtonGradient2: #ffa733;
    --studyGreen_0: #009991;
    --studyGreen_1: #05c1b7;
    --studyGreen_2: #008C85;
    --aiDialogUserGradient1: #0cdbd3;
    --aiDialogUserGradient2: #5772ff;
}
.about-container .commonContent {
    width: 87.5vw;
    min-width: 1000px;
    max-width: 1680px;
    margin: 0px auto;
}
.about-container {
    background: #FFF !important;
    width: 100%;
    margin-top: 10px;
}

.about-container .pageContent {
    width: 100%;
}

.about-container .pageContent .containerTop .videoBox {
    height: calc(100vh - 60px);
    min-height: 600px;
    width: 100%;
    position: relative;
    transition: all 1s;
}

.about-container .pageContent .containerTop .videoBox .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent {
    height: 100%;
    position: relative;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .videoMaskContentTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .videoMaskContentTop .homeText {
    display: block;
    width: 1150px;
    /*height: 220px;*/
    transition: all .3s;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .videoMaskContentTop .playBtn {
    margin-top: 31px;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .playBtn {
    width: 199px;
    height: 62px;
    border-radius: 54px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    z-index: 1;
    transition: all .3s;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .playBtn:hover {
    cursor: pointer;
    border: 0;
    /*background: -webkit-linear-gradient(234.19deg,#bc41f9,#0dc6eb 101.3%);*/
    /*background: linear-gradient(215.81deg,#bc41f9,#0dc6eb 101.3%)*/
    /*background: linear-gradient(90deg, #EF4023 0%, #EF6A23 100%);*/
    background: #ffc600;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .playBtn2 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .homeDown {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .homeDown .homeDownImg {
    width: 64px;
    height: 60px;
    display: block;
}

.about-container .pageContent .containerTop .videoBox .videoMask .videoMaskContent .homeDown .text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.about-container .pageContent .containerTop .videoBox .video {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd
}

::-webkit-scrollbar-corner {
    background-color: #535353
}

.about-container .pageContent .containerTop.small {
    background: #ffffff;
    border-radius: 20px;
}

.about-container .pageContent .containerTop.small.transitionNull .videoBox {
    transition: all 0s;
}

.about-container .pageContent .containerTop.small .videoBox {
    margin: 46.5px auto;
    /*width: 87.5vw;*/
    /*min-width: 1000px;*/
    /*max-width: 1680px;*/
    width: 1200px;
    min-height: auto !important;
    overflow: hidden;
    height: 33.333vw;
}

.about-container .pageContent .containerTop.small .videoBox .videoMask,
.about-container .pageContent .containerTop.small .videoBox video {
    border-radius: 20px;
}

.about-container .pageContent .containerTop.small .videoBox .videoMask .videoMaskContent .videoMaskContentTop {
    top: 35%;
}

.about-container .pageContent .containerTop.small .videoBox .videoMask .videoMaskContent .playBtn2 {
    display: flex;
}

.about-container .pageContent .containerTop.small .videoBox .videoMask .videoMaskContent .homeDown,
.about-container .pageContent .containerTop.small .videoBox .videoMask .videoMaskContent .videoMaskContentTop .playBtn1 {
    display: none;
}

.container .pageContent .containerTop.small .videoBox .videoMask .videoMaskContent .videoMaskContentTop .homeText {
    width: 816px;
    height: 178px;
}

@media (min-width: 1000px) and (max-width: 1680px) {
    .about-container .pageContent .containerTop.small .videoBox {
        height: 29.16667vw;
    }
}

/*企业大事记*/
.bgHui {
    /*background-color: #FAFAFA;*/
}
.memorabilia {
    --bg: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/bg.png);
    --bgTop: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/bgTop.png);
    --bgBottom: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/bgBottom.png)
}

.memorabilia[data-theme=dark] {
    --bg: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/Dark/bg.png);
    --bgTop: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/Dark/bgTop.png);
    --bgBottom: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/Dark/bgBottom.png)
}

.memorabilia {
    padding-bottom: 0!important;
    padding-top: 0!important
}
.qylcBack{
    margin-top: 100px;
    background: url(img/qylc-bg.png) center center no-repeat;
    height: 697px;
    position: relative;
    background-size: cover;
}


.containerList .outerBox {
    position: relative;
    overflow: hidden;
    /*min-width: 1000px;*/
    /*max-width: 1680px;*/
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 100px*/
    padding-top: 72px;
}

.memorabilia .outerBox .bg1,.memorabilia .outerBox .bg2 {
    position: absolute;
    left: 16%;
    top: 50%;
    transition: transform 1s;
    background-size: 100%;
    opacity: 0.6;
}

.qylcBack-overlay{
    width: 280px;
    height: 697px;
    background: url(img/mask-group.png) center center no-repeat;
    position: absolute;
    right: -20px;
    top: 65px;
    z-index: 11;
    background-size: 100%;
}

.memorabilia .outerBox .bg1 {
    /*width: 1586px;*/
    /*height: 1595px;*/
    width: 1698px;
    height: 1706px;
    background-image:url("img/bg1.png");
    /*background-image: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/bg1.png)*/
}

.memorabilia .outerBox .bg2 {
    width: 1981px;
    height: 1971px;
    background-image:url("img/bg2.png");
    /*background-image: url(https://static1.sieredu.com/common/images/about/components/memorabilia/img/bg2.png)*/
}

.containerList .commonTitle {
    position: relative;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 64px;
    width: 87.5vw;
    min-width: 1000px;
    max-width: 1680px;
    font-weight: bold;
    opacity: 0;
    transition: all, opacity 1s cubic-bezier(0.5, 0, 0, 1);
}

.containerList.change .commonTitle{
    opacity: 1;
}

.containerList.memorabilia .commonTitle {
    margin-bottom: 23px;
}

.containerList.memorabilia .commonTitle:before {
    /*content: "";*/
    /*width: 615px;*/
    /*height: 697px;*/
    /*!*background: var(--bgBottom) 0 0;*!*/
    /*background: url("img/containerList.memorabilia-bg.png");*/
    /*position: absolute;*/
    /*transform: rotate(180deg);*/
    /*right: 333px;*/
    /*top: 0px;*/
    /*z-index: 11*/
}

.memorabilia .content {
    /*height: 400px;*/
    /*padding-left: 80px;*/
    /*margin-bottom: 64px;*/
    overflow: hidden;
    padding: 0;
}

.memorabilia .content .tabBox {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    position: relative
}
.memorabilia .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.memorabilia .content .mySwiperMemorabilia {
    color: var(--gray_0);
    width: 540px;
    margin-left: 248px;
    position: relative;
    /*flex: 1;*/
    overflow: hidden;
}

.memorabilia .content .mySwiperMemorabilia:before {
    /*content: "";*/
    /*width: 100%;*/
    /*height: 120px;*/
    /*background: var(--bgBottom) no-repeat;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*z-index: 111*/
}

.memorabilia .content .mySwiperMemorabilia .swiper-slide {
    height: auto;
    margin-bottom: 48px
}

.memorabilia .content .mySwiperMemorabilia .swiper-slide:last-child {
    height: 400px;
    margin-bottom: 0
}

.memorabilia .content .mySwiperMemorabilia .name {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 28px;
}

.memorabilia .content .mySwiperMemorabilia .itemBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    margin-top: 28px
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item:first-child {
    margin-top: 0
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    align-items: baseline;
    height: 24px;
    margin-bottom: 26px;
    justify-content: space-between;
    /*width: 90px;*/
    flex-shrink: 0
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemL .mouthE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemL .mouth {
    flex-shrink: 0;
    /*width: 52px;*/
    font-size: 24px;
    line-height: 24px;
    text-align: center
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemL .jiange {
    color: var(--gray_50);
    margin-right: 2px
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemRBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemRBox .itemR {
    position: relative;
    padding-left: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemRBox .itemR:first-child {
    margin-top: 0
}

.memorabilia .content .mySwiperMemorabilia .itemBox .item .itemRBox .itemR:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    /*background: linear-gradient(43deg, #103CE7 5%, #64E9FF 95%);*/
    /*background: linear-gradient(45deg, #E1251B 30%, #FFD664 95%);*/
    background: linear-gradient( 45deg, #266FE8 30%, #26D5E8 95%);
    border-radius: 0px 0px 0px 0px;
}

/*企业历程时间轴*/

.box2 {
    background: url("img/time-bg.png") center center no-repeat;
    background-size: contain;
    width: 152px;
    height: 476px;
    position: relative;
}

.box2:before {
    content: '';
    background: url(img/time-active.png) center center no-repeat;
    width: 34px;
    height: 34px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 223px;
    right: 1px;
}
.box2.change:before {
    animation: time 1s linear 1;
}

@keyframes time{
    0%{
        transform: scale(0.5);
    }
    50%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1);
    }
}

.box2 .item {
    transform: translate(50%, 0%) rotate(0deg);
    position: relative;
    transition: transform 1s;
    height: 481px;
    /*overflow: hidden;*/
}

.box2 .item .tab-item {
    cursor: pointer;
    transform: translate(-10%, 300px) rotate(0deg);
    opacity: 0;
    transition: all 1s;
}

.box2 .item .tab-item.active {
    font-size: 20px;
    font-weight: bold;
}


.box2 .item .tab-item[item='0'] {
    transform: translate(-10%, -20px) rotate(0deg);
    opacity: 0;
    transition: all 1s;
}

.box2 .item .tab-item[item='1'] {
    transform: translate(0%, 20px) rotate(0deg);
    transition: transform 1s;
    opacity: 0.5;
    font-size: 16px;
}

.box2 .item .tab-item[item='2'] {
    transform: translate(30%, 55px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='3'] {
    transform: translate(50%, 98px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='4'] {
    transform: translate(60%, 150px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='5'] {
    transform: translate(50%, 200px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='6'] {
    transform: translate(30%, 245px) rotate(0deg);
    transition: transform 1s;
    opacity: 1;
}

.box2 .item .tab-item[item='7'] {
    transform: translate(0%, 283px) rotate(0deg);
    transition: transform 1s;
    opacity: 0.5;
    font-size: 16px;
}

/*关于展鸿*/
.aboutZh {
    background: url("img/process2.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 570px;
}
.aboutZh .about-zh-title1 {
    /*font-size: 22px;*/
    font-size: 18px;
    width: 1200px;
    /*text-align: center;*/
    line-height: 24px;
    /*font-weight: bold;*/
    margin-bottom: 36px;
    color: #ffc600;
    text-indent: 48px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
}
.aboutZh .about-zh-title2 {
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-indent: 48px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
}
.aboutZh.change .about-zh-title1,
.aboutZh.change .about-zh-title2{
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}

/*企业文化*/
.culture {

}
.manager-img{
    /*width: 217px;*/
    height: 306px;
    position: absolute;
    right: 0;
    top: 155px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    z-index: 1;
    /*opacity: 1;*/
    /*transform: translate(0, 0) rotate(0deg);*/
    transition: all 1s;
    transition-delay: 0.5s;
}
.culture .outerBox {
    overflow: visible;
}
.culture-wrapper{
    width: 920px;
    height: 200px;
    padding:20px 260px 64px 20px;
    /*background: linear-gradient(134deg, #FFFBFB 0%, #FFFFFF 50%);*/
    border-radius: 8px 8px 8px 8px;
    font-size: 24px;
    color: #666666;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
}
.culture .culture-title1 {
    font-size: 24px;
    color: #666666;
    line-height: 55px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
    margin-bottom: 15px;
}

.culture .culture-title2 {
    font-size: 24px;
    color: #666666;
    /*width: 1200px;*/
    width: 900px;
    text-align: right;
    margin-top: 60px;
    opacity: 0;
    transform: translate(0, 100%) rotate(0deg);
    transition: all 1s;
    transition-delay: 0.5s;
    margin-bottom: 10px;
}
.culture.change .culture-title1,
.culture.change .culture-title2,
.culture.change .manager-img,
.culture.change .culture-wrapper{
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}

.culture .cultureCard {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.culture .cultureCard .card {
    width: 238px;
    height: 195px;
    background: #FFFFFF;
    /*box-shadow: 1px 2px 4px 0px rgba(16,60,231,0.1);*/
    background: linear-gradient(180deg, #F8FAFE 0%, #FFFFFF 50%);
    box-shadow: 1px 2px 4px 0px rgba(51,51,51,0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    /*background: var(--gray_100);*/
    padding: 20px;
    color: var(--gray_0);
    cursor: pointer;
    opacity: 0;
    transform: translate(0, 10%) rotate(0deg);
    transition: all 1s;
}

.culture .cultureCard .card:hover {
    /*box-shadow: 0px 0px 12px 0px rgba(16,60,231,0.15);*/
    transition: all 0s;
}

.culture .cultureCard .card:hover .text {
    /*background: linear-gradient(120deg, #103CE7 5%, #64E9FF 95%);*/
    /*background: linear-gradient(90deg, #E1251B 5%, #FFD664 95%);*/
    /*-webkit-background-clip: text!important;*/
    /*-webkit-text-fill-color: transparent*/
    color: #266FE8;
}

.cultureCard.change .card {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.cultureCard.change .card:nth-child(2) {
    transition-delay: 0.2s;
}
.cultureCard.change .card:nth-child(3) {
    transition-delay: 0.4s;
}

.cultureCard.change .card:nth-child(4) {
    transition-delay: 0.6s;
}

.culture .cultureCard .card.no-delay {
    transition-delay:unset;
}

.culture .cultureCard .card .img {
    width: 54px;
    height: 50px;
    background-size: 100%;
}
.culture .cultureCard .card .title {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin-top: 16px;
    transition: all .3s;
    margin-bottom: 24px;
}
.culture .cultureCard .card .text {
    font-size: 18px;
    color: #666666;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
    width: 240px;
}

/*展鸿荣誉*/
.zhHonor {
    height: 700px;
}
.zhHonor img {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.5s;
}

.zhHonor img.scale {
    transform: scale(1);
    opacity: 1;
}

/*企业故事*/
.zhStory {
    /*background: #f7faff;*/
}
.zhStory.containerList .commonTitle {
    margin-bottom: 48px;
}
.zhStory .story-slide {
    display: flex;
}
.zhStory .swiperButtonBox {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}
.zhStory .swiperStoryPrev {
    height: 42px;
    width: 42px;
    background-image: url(img/prev.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.zhStory .swiperStoryNext {
    height: 42px;
    width: 42px;
    background-image: url(img/next.png);
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.zhStory .swiperStoryPrev:hover,
.zhStory .swiperStoryNext:hover {
    /*box-shadow: 0px 0px 12px 0px rgba(16,60,231,0.20);*/
}
.zhStory .swiperStoryPrev.swiper-button-disabled:hover,
.zhStory .swiperStoryNext.swiper-button-disabled:hover {
    box-shadow: none;
    cursor: no-drop;
}
.swiperStoryPrev.swiper-button-disabled {
    background-image: url(img/prev2.png);
}
.swiperStoryNext.swiper-button-disabled {
    background-image: url(img/next2.png);
}
.zhStory .mySwiperStory .swiper-item {
    flex-shrink: 0;
    width: 268px !important;
    height: 306px;
    background: var(--gray_100);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s;
    margin-right: 40px;
    cursor: default;
    opacity: 0;
    transform: translate(0, 10%) rotate(0deg);
}
.zhStory .mySwiperStory .story-slide .swiper-item:last-child {
    margin-right: 0;
}
.zhStory.change .mySwiperStory .story-slide .swiper-item {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.zhStory.change .mySwiperStory .story-slide .swiper-item:nth-child(2) {
    transition-delay: 0.2s;
}
.zhStory.change .mySwiperStory .story-slide .swiper-item:nth-child(3) {
    transition-delay: 0.4s;
}

.zhStory.change .mySwiperStory .story-slide .swiper-item:nth-child(4) {
    transition-delay: 0.6s;
}
.zhStory .mySwiperStory .bgImg {
    width: 100%;
    height: 151px;
    display: block;
}
.zhStory .mySwiperStory .textBox{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: var(--gray_0);
    height: 195px;
    overflow: hidden;
    transition: height .3s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.zhStory .mySwiperStory .textBox .bg {
    background: linear-gradient( 180deg, rgba(255,255,255,0.35) 0%, #FFFFFF 15%, #FFFFFF 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
}
.zhStory .mySwiperStory .textBox .textContent {
    z-index: 2;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.zhStory .mySwiperStory .textBox .bg,
.zhStory .mySwiperStory .textBox .textContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zhStory .mySwiperStory .textBox .title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 12px 12px;
}
.zhStory .mySwiperStory .textBox .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 12px;
    color: #999999;
}
.zhStory .mySwiperStory .textBox .moreBtn {
    /*color: var(--green_n);*/
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    text-decoration: none;
}
.zhStory .mySwiperStory .textBox .moreBtn img {
    width: 24px;
    height: 24px;
}

.zhStory .mySwiperStory .swiper-item:hover {
    transform: scale(1.02)
}

.zhStory .mySwiperStory .swiper-item:hover .textBox{
    height: 100%;
}
.zhStory .mySwiperStory .swiper-item:hover .moreBtn {
    animation: fadeIn-57c3eb52 .3s .2s;
    animation-fill-mode: forwards;
    display: flex
}
.zhStory .mySwiperStory .swiper-item:hover .textBox .text {
    -webkit-line-clamp: 9
}
@keyframes fadeIn-57c3eb52 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/*公司分校*/
.zhArea {
    background: url(img/area-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

.zhArea .area-list {
    display: inline-flex;
    padding: 5px;
    border-radius: 41px;
    background: var(--gray_100);
    color: var(--gray_0);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    opacity: 0;
    transition: opacity 0.5s;
}

.zhArea.change .area-list {
    opacity: 1;
}

.zhArea .area-list .area-item {
    width: 105px;
    border-radius: 62px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}
.zhArea .area-list .area-item:hover {
    /*font-weight: bold;*/
    color:#E1251B;
}
.zhArea .area-list .area-item.active {
    background: var(--gray_0);
    color: var(--gray_100);
}
.zhArea .area-list .area-item.active:hover {
    font-weight: normal;
}

.zhArea .area-wrapper {
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    position: relative;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 0.5s;
}

.zhArea.change .area-wrapper {
    opacity: 1;
}

.area-list2-wrapper {
    position: absolute;
    bottom: -57px;
    left: -123px;
    z-index: 9;
    padding-top: 20px;
}

.zhArea .area-list2 {
    display: inline-flex;
    padding: 4px;
    border-radius: 41px;
    background: var(--gray_100);
    color: var(--gray_0);
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-left: 13px;
    box-shadow: 1px 2px 4px 0px rgba(16, 60, 231, 0.1);
}

.zhArea .area-list2 .area-item2 {
    width: 84px;
    border-radius: 16px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.zhArea .area-list2 .area-item2.active {
    background: var(--gray_0);
    color: var(--gray_100);
}

.zhArea .area-content {
    /*display: flex;*/
    display: none;
}
.zhArea .area-img {
    width: 758px;
    height: 340px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 20px;
}

.zhArea .area-img img {
    object-fit: cover;
    transition: transform .3s;
}
.zhArea .area-img:hover img{
    transform: scale(1.2)
}
.zhArea .area-content .area-detail {
    flex: 1.0;
}
.zhArea .area-content .area-detail-item {
    margin-bottom: 28px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 16px;
    margin-top: 14px;
}
.zhArea .area-content .area-detail-item:last-child {
    margin-bottom: 0;
}
.zhArea .area-content .area-detail-item .item1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.zhArea .area-content .area-detail-item .item1 img {
    margin-right: 8px;
}

.zhArea .area-content .area-detail-item .item2 {
    font-size: 18px;
    color: #666666;
    margin-top: 12px;
    line-height: 20px;
}

/*视频全屏*/
.videoDialogWrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11111111;
    background-color: rgba(0, 0, 0, 1);
    display: none;
}
.videoDialogWrap .video-close {
    width: 56px;
    height: 56px;
    background: url(https://static1.sieredu.com/common/images/about/img/iconCloseCircle.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10000;
}
.videoDialogWrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*教师团队*/
.teacher-container {
    display: flex;
    /*padding: 30px;*/
    justify-content: space-around;
    /*background: #F0F4FF;*/
    background: url('../../../../static/edu/images/newIndex2024/teacher-bg.png') center center / contain no-repeat;
    border-radius: 16px;
    position: relative;
    max-width: 1200px;
    margin: 20px auto;
}

.teacher-info {
    flex: 1;
    /*padding-right: 40px;*/
    padding: 58px 30px 0 58px;
    max-width: 408px;
}

.teacher-container .teacher-name {
    font-family: PingFang SC, PingFang SC;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.teacher-title {
    font-size: 24px;
    color: #666;
    font-weight: 500;
    line-height: 24px;
    /*margin-bottom: 20px;*/
}

.teacher-rating {
    display: inline-flex;
    align-items: center;
    background: #333;
    color: white;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 36px;
    border: 1px solid #333333;
}
.teacher-rating img{
    width: 25px;
    height: 24px;
}

.rating-icon {
    margin-right: 8px;
}

.teacher-focus {
    font-size: 20px;
    margin-bottom: 15px;
}

.focus-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.focus-content {
    /*color: #666;*/
    font-size: 20px;
    line-height: 30px;
}

.teacher-feature {
    color: #333;
    line-height: 30px;
}

.teacher-image {
    flex: 1;
    /*width: 300px;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.teacher-image img {
    max-width: 300px;
    height: auto;
}

.other-teachers {
    position: relative;
    /*position: absolute;*/
    /*right: -280px;*/
    /*top: 0;*/
    flex: 1;
    border-radius: 0 12px 12px 0 ;
    /*padding: 15px;*/
    max-width: 281px;
    height: 464px;
    padding-top: 14px;
    /*background: linear-gradient( 180deg, #CDD8FF 20%, rgba(255,255,255,0.9) 60%);*/
    /*background: url('../../../../static/edu/images/newIndex2024/other-teachers-bg.png') center center / contain no-repeat;*/
    /*background: none;*/
    /*box-shadow: -6px 0px 12px 0px rgba(0,32,158,0.08);*/
    overflow-y: auto;
    /* 隐藏滚动条但保持可滚动 */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.other-teachers::-webkit-scrollbar {
    display: none;
}

.other-teacher-item {
    display: flex;
    position: relative;
    align-items: center;
    /*padding: 10px;*/
    /*width: 281px;*/
    height: 90px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    padding-left: 48px;
}
.other-teacher-item.active,
.other-teacher-item:hover {
    /*background: #D8E0FF;*/

    background: url('../../../../static/edu/images/newIndex2024/other-teacher-item-active-bg.png') center center / contain no-repeat;
    background-size: 246px 112px;
}

/*.other-teacher-item.active::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    background: #E1251B;  !* 或其他主题色 *!*/
/*}*/
.view-all-wrapper{
    position: sticky;
    bottom: 0;
}
.mask-layer {
    position: absolute;
    width: 101%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    /*background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);*/
    background: url('../../../../static/edu/images/newIndex2024/mask-lazy.png') center center no-repeat;
    pointer-events: none;
}

.other-teacher-avatar {
    width: 50px;
    height: 50px;
    /*border-radius: 25px;*/
    margin-right: 12px;
}

.other-teacher-info {
    flex: 1;
}

.other-teacher-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.other-teacher-title {
    font-size: 12px;
    color: #999;
}

.view-all {
    position: sticky;
    text-align: left;
    padding: 8px;
    padding-left: 50px;
    font-weight: 400;
    font-size: 12px;
    color: #242424;
    line-height: 12px;
    cursor: pointer;
    bottom: 0;
}
.view-all img{
    /*width: 17px;*/
    height: 12px;
}

.view-all:hover {
    color: #333;
}
