img {
    width: 100%;
}

body {
    background-color: #fff;
}

.page-group {
    background: url(/static/img/bg_5.png) right top repeat-y;
    background-size: 100% auto;
    padding-bottom: 4.125rem;
}

.page2 .page-wrap {
    padding-top: 3.8rem;
    padding-bottom: 8.1rem;
}

.page2 .page-wrap .content-title {
    padding-top: 2.25rem;
    padding-bottom: 3.1rem;
}

.page2 .page-wrap .page-content .content-l {
    width: 45%;
    border-radius: 0.6rem;
    overflow: hidden;
}

.page2 .swiper {
    background: none;
    height: auto;
    border-radius: 0.6rem;
    overflow: hidden;
}

.page2 .page-wrap .page-content .content-r {
    width: 52%;
}

.page2 .page-wrap .page-content .content-b {
    width: 100%;
    margin-top: 4.25rem;
}

.page2 .page-wrap .page-content .content-b .list-item {
    padding: 2.25rem 1.375rem;
    flex: 1;
    background: linear-gradient(138.01deg, rgb(235, 255, 237) 4.118%,rgb(246, 246, 246) 97.402%);
    box-shadow: 0px 8px 13px rgba(34, 139, 129, 0.13);
    border-radius:.625rem;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    /* background: url(/static/img/innovation/content_b_bg.png) no-repeat; */
    /* background-size: 100% 100%; */
}
.page2 .page-wrap .page-content .content-b .list-item img {
    position: absolute;
    top: 1.25rem;
    width: 2.875rem; 
    height: 2.875rem;
}
.page2 .page-wrap .page-content .content-b .list-item h2 {
    font-size: 1.75rem;
    color: #439345;
    line-height: 3.6rem;
    margin-bottom: 1rem;
    text-align: center;
}

.page2 .page-wrap .page-content .content-b .list-item h2 i {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 3rem;
}

.page2 .page-wrap .page-content .content-b .list-item p {
    text-align: center;
    font-size: .875rem;
    line-height: 2rem;
    color: #666;
    font-weight: 400;
}

.page2 .page-wrap .page-content .content-r p {
    font-size: 1.125rem;
    line-height: 1.68rem;
    margin-top: 1.68rem;
    color: #666;
    font-weight: 400;
    text-indent: 2em;
}

.page2 .page-wrap .page-content .content-r p:first-child {
    margin-top: 0;
}

.page3 .page-wrap {
    padding-bottom: 4.125rem;
}

.page3 .page-wrap .content-title {
    padding-top: 2.25rem;
    padding-bottom: 3.1rem;
}

.page3 .page-wrap .page-content {}

.page3 .page-wrap .page-content .content-l {}

.page2 .swiper {
    background: none;
    height: auto;
}

.page3 .page-wrap .page-content .content-l .swiper-slide {}

.page3 .page-wrap .page-content .content-l .swiper-slide .slide-content {
    background: #F2FAFC;
    padding: 1.25rem 1rem 2rem;
}

.page3 .page-wrap .page-content .content-l .swiper-slide p {
    font-size: 0.8rem;
    color: #439345;
    line-height: 1.4rem;
    font-weight: 400;
    margin-bottom: 0.3rem;
}

.page3 .page-wrap .page-content .content-l .swiper-slide h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    height: 3rem;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page4 {
    padding-top: 1.8rem;
    background-color: #F2FCF7;
    padding-bottom: 5rem;
}

.page4 .page-wrap {}

.page4 .page-wrap .content-title {
    padding-top: 2.25rem;
    padding-bottom: 3.1rem;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-container1 {
    overflow: inherit;
}

.swiper-container1 .swiper-slide {
    width: calc(100% / 3);
}

.page4 .page-content {}

.page4 .page-content .module {}

.page4 .page-content .module-title {
    padding: 2.6rem 0;
}

.page4 .page-content .module-title h2 {
    font-size: 1.625rem;
    line-height: 2.5rem;
    color: #439345;
}

.page4 .conent-list {
    /* padding: 1.625rem 0 3.5rem; */
}

.page4 .list-top {
    padding: 1.625rem 0 3.5rem;
}

.page4 .list-top .list-top-item {
    width: 32%;
    padding: 1.5rem 1rem 2rem;
    background: #FFFFFF linear-gradient(180deg, rgba(0, 209, 41, 0.05) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 8px 13px 0px rgba(0, 94, 209, 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(5px);
    position: relative;
    cursor: pointer;
    max-width: 191px;
    margin-right: 2%;
}

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

.page4 .list-top .list-top-item::before {
    content: '';
    width: 100%;
    height: 0.5rem;
    display: block;
    bottom: -2px;
    left: 0;
    background: none;
    position: absolute;
}

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

.page4 .list-top .list-top-item.active::before {
    background: linear-gradient(90deg, #1CD278 0%, #139F47 100%);
}

.page4 .list-top .list-top-item.active h2 {
    color: #139F47;
}

.page4 .list-content {}

.page4 .list-content .list-content-item {
    display: none;
    position: relative;
}

.page4 .list-content .list-content-item.active {
    display: block;
}

.page4 .list-content .list-content-item .item-l {
    position: absolute;
    left: 0;
    top: 48%;
    transform: translate(0, -50%);
    width: 48%;
    padding: 1.8rem 1.5rem;
    box-shadow: 0px 17px 19px 0px rgba(0, 209, 166, 0.08);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.82) linear-gradient(180deg, rgba(0, 209, 103, 0.08) 0%, rgba(0, 94, 209, 0) 100%);
    min-height: 70%;
    z-index: 2;
}

.page4 .list-content .list-content-item .item-l a {
    display: block;
}

.page4 .list-content .list-content-item .item-l p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333;
    font-weight: 400;
}

.page4 .list-content .list-content-item .item-l span {
    color: #0A9539;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding-right: 1rem;
    margin-top: 3.5rem;
}

.page4 .list-content .list-content-item .item-l span::after {
    content: '';
    width: 16px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
    background: url(/static/img/news/swap_right.svg) center center no-repeat;
    background-size: 100% auto;
}

.page4 .list-content .list-content-item .item-r {
    width: 65%;
    margin-left: 35%;
}
.page4 .list-content .list-content-item .item-r img{
    max-height: 400px;
    object-fit: cover;
}
@media (max-width: 768px) {
    /* .page3 .page-wrap {
        width: 100%;
    } */
}

@media (max-width: 576px) {
    .page4 .list-content .list-content-item .item-l {
        position: static;
        min-height: auto;
        transform: translate(0, 0);
        width: 100%;
    }
    .page4 .list-content .list-content-item .item-r {
        width: 100%;
        margin-left: 0;
    }
    .page4 .module-02 .list-content .list-content-item .item-l,
    .page4 .module-02 .list-content .list-content-item .item-r {
        width: 100%;
    }
    .page4 .list-top .list-top-item {
        width: 32.333%;
        padding: 1rem 3px;
        margin-right: 1.5%;
    }
    .page4 .list-top .list-top-item h2 {
        font-size: 12px;
        line-height: 16px;
    }
    .page4 .list-top .list-top-item::before {
        height: 3px;
    }
    .page4 .list-content .list-content-item .item-l p {
        font-size: 10px;
        line-height: 18px;
    }
    .page4 .list-content .list-content-item .item-l span {
        margin-top: 1rem;
    }
    .page2 .page-wrap .page-content .content-l {
        width: 100%;
        margin-bottom: 1.2rem;
    }
    .page2 .page-wrap .page-content .content-r {
        width: 100%;
    }
    .page2 .page-wrap .page-content .content-r p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400;
    }
}