.section {
    padding: 147px 0 193px;
}

.section .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.section .wrap .top .btns {
    display: flex;
    gap: 0 25px;
}

.section .wrap .top .btns .iconfont {
    width: 60px;
    height: 60px;
    background: #EEEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #02755F;
    transition: 0.6s;
    cursor: pointer;
}

.section .wrap .top .btns .iconfont:nth-last-child(1) {
    transform: rotate(180deg);
}

.section .wrap .top .btns .iconfont:hover {
    background: #02755F;
    color: #FFFFFF;
}

.section .wrap .top .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
}

.section .wrap .content_swiper {
    margin-bottom: 120px;
}

.section .wrap .content_swiper .swiper-slide .year {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 64px;
    color: #1A1A1A;
    line-height: 1;
    opacity: 0.2;
    transition: 0.6s;
}

.section .wrap .content_swiper .swiper-slide .text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px;
    opacity: 0.2;
    margin: 28px 0 0;
    transition: 0.6s;
}

.section .wrap .content_swiper .swiper-slide.swiper-slide-active .year {
    opacity: 1;
}

.section .wrap .content_swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
}

.section .wrap .years {
    width: 1580px;
    height: 64px;
    background: #EEEEEE;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
}

.section .wrap .years .year-item {
    width: 102px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    cursor: pointer;
    transition: 0.6s;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 18px;
    color: #888888;
}

.section .wrap .years .year-item:hover, .section .wrap .years .year-item.on {
    background: #02755F;
    color: #FFFFFF;
}

/*# sourceMappingURL=development.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 7.65625vw 0px 10.0520833333vw;
    }

    .section .wrap .top {
        margin-bottom: 4.6875vw;
    }

    .section .wrap .top .btns {
        gap: 0px 1.3020833333vw;
    }

    .section .wrap .top .btns .iconfont {
        width: 3.125vw;
        height: 3.125vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .top .title {
        font-size: 2.1875vw;
    }

    .section .wrap .content_swiper {
        margin-bottom: 6.25vw;
    }

    .section .wrap .content_swiper .swiper-slide .year {
        font-size: 3.3333333333vw;
    }

    .section .wrap .content_swiper .swiper-slide .text {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 1.4583333333vw 0px 0px;
    }

    .section .wrap .years {
        width: 82.2916666667vw;
        height: 3.3333333333vw;
        border-radius: 1.6666666667vw;
        gap: 0px 2.0833333333vw;
    }

    .section .wrap .years .year-item {
        width: 5.3125vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .section .wrap .top {
        margin-bottom: 50px;
    }
    .section .wrap .top .title {
        font-size: 24px;
    }
    .section .wrap .top .btns {
        gap: 0 10px;
    }
    .section .wrap .content_swiper .swiper-slide .year {
        font-size: 40px;
    }
    .section .wrap .content_swiper .swiper-slide .text {
        font-size: 15px;
        line-height: 2;
        margin: 20px 0 0;
    }
    .section .wrap .top .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .section .wrap .years {
        display: none;
    }
    .swiper-pagination {
        display: flex !important;
        justify-content: center;
        gap: 0 8px;
        position: unset;
        margin: 30px 0 0;
    }
    .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        background: #EEEEEE;
        transition: 0.6s;
        width: 10px;
        height: 10px;
    }
    .swiper-pagination .swiper-pagination-bullet-active {
        background: #006A52;
    }
}
