
.cpfw .js_color {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white; /* 背景色为浅灰色 */
}

.cpfw .js-grid {
    display: grid;
    grid-template-columns: repeat(4, 320px);
    grid-template-rows: 300px 300px;
    margin: 10px;
    background-color: white;

    padding-bottom: 60px;
}

.cpfw .js-grid-item {
    width: 260px;
    height: 240px;
    background-color: rgba(39, 124, 242, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    transform: scale(1.1);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 16px rgba(39, 124, 242, 0.15);
    border-radius: 10px; /* 添加 5px 圆角效果 */
    margin-left: 70px;

}

.cpfw .container-gywm {
    display: flex;
}

.cpfw .xxjs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 82, 217, 1);
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    box-sizing: border-box;
}

.cpfw .xxjs img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 210px;
    padding-bottom: 0px;
}

.cpfw .ys_bt {
    color: white;
    font-size: 20px;
}

.cpfw .ys_nr {
    color: white;
    font-size: 14.8px;
    margin: 6px;

}

.cpfw .tw {
    left: 312px;
    top: 250px;
    width: 100%;
    height: 10px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(194, 217, 255, 1) 0%, rgba(194, 217, 255, 0) 100%);

}

.cpfw .js-grid-item:hover .xxjs {
    transform: translateY(0);
}

.cpfw .js-grid-item img {
    width: 100px;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {

    .cpfw .swiper1 {
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: 25px;
    }

    .cpfw .swiper1 .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: 438px;
        background-color: rgba(39, 124, 242, 0.08);
        transition: 300ms;
        transform: scale(0.8);
        border-radius: 10px;
        box-sizing: border-box;
    }

    .cpfw .swiper1 .swiper-wrapper .swiper-slide-active, .swiper1 .swiper-wrapper .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .cpfw .js-grid {
        display: none;
    }

    .cpfw .xxjs {
        border-radius: 10px;
        background: rgba(245, 249, 255, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 16px rgba(39, 124, 242, 0.15);
        transform: initial;

    }

    .cpfw .tw {
        margin-top: 16px;
    }

    .cpfw .ys_bt {
        color: rgba(0, 82, 217, 1);
        font-weight: 700;
        font-size: 20px;
        margin-top: 80px;
    }

    .cpfw .ys_nr {
        color: rgba(51, 51, 51, 1);
        font-size: 14px;
        line-height: 24px;
        margin: 24px 17px auto 18px;
    }

    .cpfw .swiper1 .swiper-wrapper .swiper-slide-active {
        /*width: 65% !important;*/
        transform: scale(1);
        box-shadow: rgba(0, 83, 253, 0.1) 0px 0px 0.15rem 0px;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .cpfw .ys_bt {
        font-size: 16px;
    }

    .cpfw .ys_nr {
        font-size: 10px;
    }

    .cpfw .js-grid {
        grid-template-columns: repeat(4, 290px);
        grid-template-rows: 270px 270px;
    }

    .cpfw .js-grid-item {
        width: 212px;
        height: 215px;
        margin-left: 40px;

    }
}