img {
    width: 100%;
}

body {
    background: #fff;
}

.page2 {
    padding-top: 4.6rem;
    padding-bottom: 5.125rem;
}

.page2-title {}

.page2-title .list-top {
    padding-bottom: 1.75rem;
}

.page2-title .list-top .list-top-item {
    flex: auto;
    padding: 1.5rem 1rem 1.7rem;
    background: #FFFFFF linear-gradient(180deg, rgba(0, 209, 41, 0.05) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 8px 13px 0px rgb(0 94 209 / 8%);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(5px);
    position: relative;
    cursor: pointer;
    max-width: 33%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.page2-title .list-top .list-top-item:last-child {
    margin-right: 0;
}

.page2 .list-top .list-top-item h2 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
    color: #666;
    font-weight: 400;
}

.page2-title .list-top .list-top-item.active {
    background: #139F47;
}

.page2-title .list-top .list-top-item.active h2 {
    color: #fff;
}
.page2-tabs{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.page2-tabs .tab{
    margin: 0 1.5rem;
    position: relative;
    max-width: 20%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
    color: #666;
    padding-bottom: .3em;
    font-weight: 400;
    cursor: pointer;
}
.page2-tabs .tab.active{
    color: #139F47;
}
.page2-tabs .tab.active::after{
    content: '\20';
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 2px;
    background-color: #139F47;
}
.page2-contents{

}
.page2-contents .page2-content {
    display: none;
}
.page2-contents .page2-content.show{
    display: block;
}
.page2-content .slide-list {}

.page2-content .slide-list .item {
    padding: 2rem 2rem 2rem 3rem;
    background: rgba(255, 255, 255, 0.82) linear-gradient(180deg, rgba(0, 209, 103, 0.05) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 0 10px 0px rgba(0, 209, 166, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    margin-bottom: 2.6rem;
}

.page2-content .slide-list .item .item-l {
    width: 64%;
    max-width: 680px;
}

.page2-content .slide-list .item .item-l h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    min-height: 4rem;
    margin-top: 1.7rem;
}

.page2-content .slide-list .item .item-l p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.75rem;
}

.page2-content .slide-list .item .item-r {
    width: 33%;
    border-radius: 0.6rem;
    overflow: hidden;
}

.page2-content .slide-list .item .item-r img {
    border-radius: 0.6rem;
    overflow: hidden;
}

.page2-content {}

.page2 .page2-content .swiper-button-prev,.page2 .page2-content .swiper-button-next {
    position: absolute;
    top: 98%;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin: .3125rem 20rem;
    bottom: 0rem;
    /* background-color: rgba(235, 244, 235, .25); */
    border: .125rem solid var(--swiper-navigation-color,var(--green));
    transition: all 0.3s ease-in;
    line-height: 47px;
    color: var(--swiper-navigation-color,var(--green));
}

.page2 .page2-content .swiper-button-prev::after,.page2 .page2-content .swiper-button-next::after {
    font-size: 1.5rem;
}

.page2 .page2-content .swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 8px;
    min-height: 8px;
    background-color: #139F47;
    margin: 0 0.75rem;
}

@media screen and (max-width:960px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}

@media (max-width: 576px) {
    .page2-content .slide-list .item .item-l h2 {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 414px) {
    .page2-content .slide-list .item .item-l {
        width: 100%;
    }
    .page2-content .slide-list .item .item-r {
        display: none;
    }
    .page2 .list-top .list-top-item h2{
        font-size: 1.25rem;
    }
    .page2 .page2-content .swiper-button-prev,.page2 .page2-content .swiper-button-next {
        margin: 0 8rem;
    }
}