img {
    width: 100%;
}

body {
    background: #fff;
}

.page-group {
    background: url(/static/img/bg_5.png) center top no-repeat;
    background-size: 100% auto;
}

.page2 {}

.page2 .page-wrap {
    padding-bottom: 8rem;
}

.page2 .page-wrap .content-title {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
}

.page2 .content-wrap {
    position: relative;
}

.page2 .list-item {
    margin-bottom: 1.4rem;
}

.page2 .list-item .item-img {
    width: 66.2%;
}

.page2 .list-ite:nth-of-type(2) {
    margin-bottom: 0;
}

.page2 .list-item:nth-of-type(2) .item-img img {
    width: 49%;
}

.page2 .list-item .item-message {
    width: 32%;
    padding-left: 3%;
}

.page2 .list-item h2 {}

.page2 .list-item h2 {
    font-size: 1.125rem;
    line-height: 1.56rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.page2 .list-item h2 i {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #0A9539;
    font-style: normal;
}

.page3 {
    background: #F2FCF7 url(/static/img/bg_5.png) right bottom no-repeat;
    padding: 4.2rem 0;
    background-size: 100% auto;
}

.page3 .page3-content {}

.page3 .page3-content .module {}

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

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

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

.page3 .list-top {
    padding: 1.625rem 0 3.5rem;
    flex-wrap: nowrap;
    gap: 1rem;
}

.page3 .list-top .list-top-item {
    width: calc(33.333333% - .75rem);
    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;
}

.page3 .module-02 .list-top .list-top-item {
    width: calc(33.333333% - .75rem);
}

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

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

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

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

.page3 .list-content {}

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

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

.page3 .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;
}

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

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

.page3 .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;
}

.page3 .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;
}

.page3 .list-content .list-content-item .item-r {
    width: 65%;
    margin-left: 35%;
}

.page3 .module {
    padding-bottom: 5.25rem;
}

.page3 .module-02 .list-content .list-content-item.active {
    display: flex;
}

.page3 .module-02 .list-content .list-content-item .item-l {
    position: static;
    transform: translate(0, 0);
    width: 41%;
    min-height: 100%;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    background: none;
    padding: 0.5rem 1.5rem;
}

.page3 .module-02 .list-content .list-content-item .item-r {
    width: 57%;
    margin-left: 0;
    position: relative;
}

.page3 .module-02 .list-content .list-content-item .item-r .r-video {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.page3 .module-02 .list-content .list-content-item .item-r .item-r-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(101, 101, 101, 0.44);
}

.page3 .module-02 .list-content .list-content-item .item-r .item-r-bg .play {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3.125rem;
    color: #fff;
    line-height: 3.125rem;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.page3 .module-02 .list-content .list-content-item .item-l a {
    display: block;
}

.page4 {}

.page4 .page-wrap {
    position: relative;
    overflow: hidden;
    height: 56.25vw;
    max-height: 690px;
}

/* .page4 .page-wrap-back{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

.page4 .content-img .item-r-bg .play {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3.125rem;
    color: #fff;
    line-height: 3.125rem;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.page4 .content-img .item-r-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(101, 101, 101, 0.44);
}

.page4 .content-img .r-video {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: contain;
    background-color: #000;
}

.page4 .page-wrap .content-title {
    padding-top: 4.25rem;
}

.page4 .page-wrap .content-head {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9;
}

.page4 .page-wrap .content-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.page4 .page-wrap .content-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.page4 .content-wrap {
    margin-top: -2.2rem;
    position: relative;
    z-index: 1;
}

.page4 .content-wrap .content-list {
    display: flex;
    flex-wrap: wrap;
}

.page4 .content-wrap .content-list .list-item {
    width: calc(33.333333% - 1rem);
    background: rgba(255, 255, 255, 0.82) linear-gradient(180deg, rgba(0, 209, 103, 0.08) 0%, rgba(0, 94, 209, 0) 100%);
    box-shadow: 0px 17px 19px 0px rgba(0, 209, 166, 0.08);
    border: 2px solid #fff;
    backdrop-filter: blur(6px);
    transition: .3s background;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;    
    max-height: 110px;
    height: 9.5vw;
    min-height: 60px;
}
.page4 .content-wrap .content-list .list-item:nth-of-type(3n){
    margin-right: 0;
}

.page4 .content-wrap .content-list .list-item .icon {
    max-width: 75px;
    width: 5.5vw;
    min-width: 40px;
    max-height: 75px;
    height: 5.5vw;
    min-height: 40px;
    position: absolute;
    right: .5rem;
    bottom: 0;
}

.page4 .content-wrap .content-list .list-item .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.page4 .content-wrap .content-list .list-item .title {
    font-size: 1.2rem;
}

.page4 .content-wrap .content-list .list-item .intro {
    color: #999999;
    text-align: center;
}

.page4 .content-wrap .content-list .list-item:hover {
    background: #439345;
    border-width: 1px;
    transition: .3s background;
}

.page4 .content-wrap .content-list .list-item:hover .title,
.page4 .content-wrap .content-list .list-item:hover .intro {
    color: #fff;
}

.page4 .content-wrap .content-list .list-item:hover img {
    filter: grayscale(100%) brightness(400%);
}

@media screen and (max-width:1440px) {
    .page2 .list-item:nth-of-type(1) {
        bottom: 74%;
    }

    .page2 .list-item:nth-of-type(2) {
        bottom: 68.5%;
    }

    .page2 .list-item:nth-of-type(3) {
        bottom: 73%;
    }
}

@media screen and (max-width:960px) {
    .page4 .page-wrap .content-wrap .content-list .list-item {
        position: static;
        width: 49%;
        max-width: 49%;
        margin: auto;
        margin-bottom: 1rem;
    }

    .page4 .page-wrap .content-wrap .content-list {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page4 .page-wrap .content-wrap {
        padding: 3rem 0 5rem;
    }

    .page4 .page-wrap .content-wrap .content-img {
        width: 100%;
    }
    .page4 .content-wrap .content-list .list-item {
        width: calc(50% - .75rem);
    }
     .page4 .content-wrap .content-list .list-item:nth-of-type(3n) {
        margin-right: 1.5rem;
    }
      .page4 .content-wrap .content-list .list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

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

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

@media (max-width: 576px) {
    .page3 .list-content .list-content-item .item-l {
        position: static;
        min-height: auto;
        transform: translate(0, 0);
        width: 100%;
    }

    .page3 .list-content .list-content-item .item-r {
        width: 100%;
        margin-left: 0;
    }

    .page3 .module-02 .list-content .list-content-item .item-l,
    .page3 .module-02 .list-content .list-content-item .item-r {
        width: 100%;
    }

    .page3 .list-top .list-top-item {
        padding: 1rem 3px;
    }

    .page3 .list-top .list-top-item h2 {
        font-size: 10px;
        line-height: 16px;
    }

    .page3 .list-top .list-top-item::before {
        height: 3px;
    }

    .page3 .list-content .list-content-item .item-l p {
        font-size: 10px;
        line-height: 18px;
    }

    .page3 .list-content .list-content-item .item-l span {
        margin-top: 1rem;
    }

    .page2 .list-item .item-img {
        width: 100%;
    }

    .page2 .list-item .item-message {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .page2 .list-item .item-message h2 {
        display: inline-block;
        margin: 4px;
    }
}

@media (max-width: 414px) {
    .page2 .content-img {
        padding-left: 0;
        padding-right: 0;
    }

    .page4 .page-wrap .content-wrap .content-list .list-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 4px;
    }
}