    .section5 {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .Box5 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
    }


    .lt5 {
        padding-left: var(--container);
        width: 37%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 30px;
    }

    .lt5 .indexTitle {
        text-align: left;
    }

    .text5 {
        width: 100%;
    }

    .text5 li {
        display: none;
    }

    .text5 li.on {
        display: block;
    }

    .text5 h1 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .text5 h2 {
        color: #676767;
        font-size: 16px;
    }

    .list5 {
        width: 100%;
        display: flex;
        grid-gap: 5px;
    }

    .list5 li {
        width: 100%;
        height: 120px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        grid-gap: 20px;
    }

    .list5 li .icon5 {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    .list5 li .icon5 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .list5 li.on .icon5 img {
        width: 73%;
        height: 73%;
        filter: brightness(0) invert(1);
    }

    .list5 li.on .icon5:after {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        width: 134%;
        height: 134%;
        background: var(--color);
        border-radius: 50%;
    }

    .list5 li.on .icon5::before {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        width: 180%;
        height: 180%;
        border: 1px dashed var(--color);
        border-radius: 50%;
    }

    .list5 li p {
        color: #333;
        text-align: center;
        font-size: 16px;
        opacity: 0.5;
        padding: 0 10px;
    }

    .list5 li.on p {
        opacity: 1;
    }

    .rt5 {
        width: calc(63% - 90px);
    }

    .item5 {
        display: none;
    }

    .item5.on {
        display: block;
    }

    .Swiper5 {
        width: 100%;
        padding-right: 40%;
    }

    .Slide5 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
    }


    .Slide5 img {
        width: 100%;
        height: calc(100% - 60px);
        object-fit: cover;
        transition: 0.5s;
    }

    .Slide5.swiper-slide-active img {
        height: 100%;
    }

    @media (max-width: 1600px) {
        .Box5 {
            align-items: center;
        }

        .lt5 {
            width: 40%;
        }

        .rt5 {
            width: 55%;
        }
    }

    @media (max-width: 1440px) {
        .Swiper5 {
            padding-right: 20%;
        }
    }

    @media (max-width: 1200px) {
        .Box5 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt5 {
            width: 100%;
            padding: 0 var(--container);
        }

        .rt5 {
            width: 100%;
        }

        .Swiper5 {
            padding-left: 25%;
            padding-right: 25%;
        }
    }

    @media (max-width: 720px) {
        .Swiper5 {
            padding-left: 15%;
            padding-right: 15%;
        }


    }

    @media (max-width: 460px) {
        .list5 li .icon5 {
            width: 24px;
            height: 24px;
        }

        .list5 li p {
            font-size: 14px;
        }
    }

    /* @media (max-width: 460px) {
        .list5 {
            flex-wrap: wrap;
            grid-gap: 10px;
        }

        .list5 li .icon5 {
            width: 24px;
            height: 24px;
        }

        .list5 li {
            width: 100%;
            height: auto;
            background: #fff;
            padding: 20px 30px;
            display: flex;
            justify-content: flex-start;
            flex-direction: row;
            grid-gap: 20px;
            align-items: center;
        }
    } */

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