.section-block.section-tabs {
    padding-bottom: 2.5rem
}

.section-block.section-tabs .tab-bar {
    background-color: #F6F9FA;
}

.section-block.section-tabs .tab-bar .nav {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap
}

.section-block.section-tabs .tab-bar .nav {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none
}

.section-block.section-tabs .tab-bar .nav .nav-link {
    white-space: nowrap;
    /* width: 200px; */
    padding: 15px 40px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: #323E48;
    position: relative;
}

.section-block.section-tabs .tab-bar .nav .nav-link:focus,
.section-block.section-tabs .tab-bar .nav .nav-link:hover,
.section-block.section-tabs .tab-bar .nav .nav-link.active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.section-block.section-tabs .tab-bar .nav .nav-link.active::after {
    content: '';
    background-image: url(../img/svg/linew.svg);
    background-size: cover;
    height: 8px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    position: absolute;
}
.section-tabs.project .intro{
    gap: .8rem;
    padding: 30px 15px;
}
.section-tabs.project .intro .main{
    font-family: 'OPPSans', sans-serif;
    font-size: .72rem;
    font-weight: 200;
}
.section-tabs.project .intro .line{
    height: 3px;
    width: 40px;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(29, 174, 198, 1), rgba(105, 214, 100, 1));
}
.section-tabs.project .intro .sub{
    font-size: 1.3rem;
}

.section-block.section-tabs .tab-content .tab-pane {
    /* padding-top: 2.5rem;
    padding-bottom: 2.5rem */
}
.section-block.section-tabs .tab-content .project-content .col-span-4{
    display: flex;
    justify-content: end;
    padding: 70px 50px 50px 45px;
}
.section-block.section-tabs .tab-content .project-content .project-child .title,
.section-block.section-tabs .tab-content .project-content .project-child .sub{
    text-align: center;
    color: white;
}
.section-block.section-tabs .tab-content .project-content .project-child .title{
    font-size: 2.2rem;
    font-weight: bold;
}
.section-block.section-tabs .tab-content .project-content .project-child .nav{
    padding: 30px 20px 10px 20px;
    /* gap: 1rem; */
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: center;
    flex-wrap: nowrap;
}

.section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 9px;
    --tw-text-opacity: 1;
    color: white;
    position: relative;
}
@media(max-width: 768px) {
    .section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link{
        border-radius: 12px;
    }
}
.border-transparent {
    border-bottom-color: transparent !important;
}
.section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link span:nth-child(1) {
    font-size: 1rem;
}
.section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link.active {
    background-color: white;
    color: var(--main-color);
    border-radius: 12px !important;
}



.section-block.section-tabs .tab-content .project-content .col-span-8{
    padding: 50px 0px 50px 45px;
}
.section-block.section-tabs .tab-content .project-content .p-list{
    width: 79%;
    max-height: 776px;
    padding-right: 40px;
    overflow: auto;
}

/* 修改滚动条整体样式 */
.section-block.section-tabs .tab-content .project-content .p-list::-webkit-scrollbar {
    width: 7px; /* 滚动条宽度 */
}

/* 修改滚动条轨道样式 */
.section-block.section-tabs .tab-content .project-content .p-list::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 轨道背景色 */
    width: 7px;
    border-radius: 10px; /* 轨道圆角 */
}

/* 修改滚动条滑块样式 */
.section-block.section-tabs .tab-content .project-content .p-list::-webkit-scrollbar-thumb {
    background-color: var(--main-color); /* 滑块背景色 */
    border-radius: 10px; /* 滑块圆角 */
    border: 2px solid #f1f1f1; /* 滑块边框 */
}

.section-block.section-tabs .tab-content .project-content .p-list .p-item:not(:last-child){
    margin-bottom: 30px;
}
.section-block.section-tabs .tab-content .project-content .p-list .title{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.section-block.section-tabs .tab-content .project-content .p-list .content{
    margin-left: 27px;
    font-size: .8rem;
    line-height: 1.7rem;
    color: #666666;
}
.section-block.section-tabs .tab-content .yyzy {
    padding: 50px 20px 10px 20px;
}
.section-block.section-tabs .tab-content .yyzy .info {
    position: relative;
}
.section-block.section-tabs .tab-content .yyzy .info .bg {
    border-radius: 14px;
}
.section-block.section-tabs .tab-content .yyzy .yydate {
    position: absolute;
    width: 17%;
    top: -20px;
    right: 13px;
}

.wap-title-bg{
    background-image: url(../img/tt-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.wap-title-bg img{
    position: absolute;
    bottom: 0px;
    width: 40%;
    right: 40px;
}
.wap-title-bg .title{
    padding: 20px;
    gap: .2rem;
    align-items: center;
    width: 50%;
}
.wap-title-bg .title .sub{
    font-size: .7rem;
    background: linear-gradient(to right,
                #69D664 0%,
                #1DAEC6 100%);
    -webkit-background-clip: text; /* 将背景裁剪到文本 */
    -webkit-text-fill-color: transparent; /* 使文本颜色透明 */
    background-clip: text; /* 标准属性 */
}
.wap-title-bg .title .main{
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--main-color);
}
.project-child-content{
    background: white;
    margin: 20px;
    border-radius: 7px;
}

.section-block.section-tabs .tab-content .project-content .project-child-content .p-list{
    width: 99%;
    max-height: 1136px;
    overflow: auto;
    padding: 20px;
}


@media(min-width: 1200px) {
    .section-block.section-tabs .tab-bar .nav {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .section-block.section-tabs .tab-bar .inner> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .section-block.section-tabs .tab-bar .inner {
        padding-left: 0px
    }
    .section-block.section-tabs .tab-bar .nav .nav-link{
        padding: 15px 70px;
        font-size: 19px;

    }

    .section-tabs.project .intro{
        gap: 2.5rem;
        padding: 0px;
    }
    .section-tabs.project .intro .main{
        font-family: 'OPPSans', sans-serif;
        font-size: 24px;
        font-weight: bold;
    }
    .section-tabs.project .intro .line{
        height: 3px;
        width: 60px;
        border-radius: 5px;
        background: linear-gradient(to bottom, rgba(29, 174, 198, 1), rgba(105, 214, 100, 1));
    }
    .section-tabs.project .intro .sub{
        font-size: 32px;
    }

    .section-block.section-tabs .tab-content .project-content .project-child .nav{
        padding: 40px 0px 0px 0px;
        display: flex;
        gap: 0rem;
        flex-direction: column;
        align-items: center;
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item,
    .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item .nav-link{
        width: 100%;
        position: relative;
    }
    /* .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item:not(:last-child) .nav-link{
        border-bottom: 2px dashed #FFFFFF;
        border-radius: 0px;
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link.active {
        background-color: white;
        color: var(--main-color);
        border-radius: 12px !important;
        border-bottom: 2px dashed transparent;
    } */
    .section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link {
        padding: 35px 25px;
        font-size: 14px;
        border-radius: 12px;
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(
            to right,
            white,
            white 3px,
            transparent 3px,
            transparent 6px
        );
        transform: translateX(-50%);
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item.active::after {
        display: none;
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav.nav-tabs .nav-item.prev-active::after {
        display: none;
    }
    .section-block.section-tabs .tab-content .project-content .project-child .nav .nav-link span:nth-child(1) {
        font-size: 1.7rem;
    }
    .section-block.section-tabs .tab-content .project-content .p-list .title{
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 18px;
    }
    .section-block.section-tabs .tab-content .project-content .p-list .content{
        margin-left: 27px;
        font-size: 1.45rem;
        line-height: 2.6rem;
        color: #666666;
    }
    .section-block.section-tabs .tab-content .yyzy {
        padding: 70px 0px;
    }
    .section-block.section-tabs .tab-content .yyzy .info .bg {
        border-radius: 24px;
    }
    .section-block.section-tabs .tab-content .yyzy .yydate {
        position: absolute;
        width: auto;
        top: -40px;
        right: 60px;
    }
}