    .section5 {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: var(--container);
        padding-right: var(--container);
    }

    .Box5 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }


    .text5 {
        width: 40%;
        padding-left: 90px;
        padding-right: 30px;
    }

    .text5 .indexTitle h1 {
        color: var(--color);
    }

    .desc5 {
        font-size: 16px;
        color: #797979;
        margin-top: 45px;
        margin-bottom: 90px;
    }

    a.More5::after {
        background: var(--color2);
    }

    .number {
        margin-top: 120px;
        display: flex;
        grid-gap: 50px;
    }

    .number li {
        display: flex;
        align-items: baseline;
    }

    .number li h1 {
        font-weight: 700;
        font-size: 60px;
        color: var(--color);
    }

    .number li b {
        font-weight: 700;
        font-size: 28px;
        color: var(--color);
    }

    .number li p {
        font-size: 16px;
        color: #797979;
        margin-left: 5px;
    }

    .rt3 {
        width: 60%;
        height: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        /* mix-blend-mode: multiply; */
    }

    .rt3 img {
        transform: scale(0.8);
        width: 23%;
        position: absolute;
        display: none;
        /* background: #00000080; */
        /* mix-blend-mode: multiply; */
    }

    .rt3 img:nth-child(1) {
        display: block;
        left: 0%;
    }

    .rt3 img:nth-child(2) {
        display: block;
        left: 10%;
        top: 28%;
    }

    .rt3 img:nth-child(3) {
        display: block;
        left: 25%;
    }

    .rt3 img:nth-child(4) {
        display: block;
        left: 10%;
        top: 56%;
    }

    .rt3 img:nth-child(5) {
        display: block;
        left: 32%;
        top: 20%;
    }

    .rt3 img:nth-child(6) {
        display: block;
        left: 43%;
        top: 32%;
    }

    .rt3 img:nth-child(7) {
        display: block;
        left: 43%;
        top: 52%;
    }

    .rt3 img:nth-child(8) {
        display: block;
        left: 32%;
        top: 65%;
    }

    .rt3 img:nth-child(9) {
        display: block;
        left: 52%;
        top: 10%;
    }

    .rt3 img:nth-child(10) {
        display: block;
        left: 60%;
        top: 25%;
    }

    .rt3 img:nth-child(11) {
        display: block;
        left: 70%;
    }

    .rt3 img:nth-child(12) {
        display: block;
        left: 60%;
        top: 60%;
    }

    .rt3 img:nth-child(13) {
        display: block;
        left: 52%;
        top: 75%;
    }

    .rt3 img:nth-child(14) {
        display: block;
        left: 75%;
        top: 5%;
    }

    .rt3 img:nth-child(15) {
        display: block;
        left: 75%;
        top: 80%;
    }


    @media (max-width: 1440px) {
        .text5 {
            width: 40%;
            padding-left: 0px;
            padding-right: 30px;
        }

        .desc5 {
            margin-top: 30px;
            margin-bottom: 60px;
        }

        .number {
            margin-top: 60px;
        }

        .number li h1 {
            font-size: 45px;
        }
    }

    @media (max-width: 1200px) {
        .Box5 {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .number {
            width: 150%;
        }

        .rt3 {
            height: auto;
        }

        .rt3 img:nth-child(2) {
            top: 25%;
        }
    }

    @media (max-width: 1000px) {
        .number {
            grid-gap: 30px;
        }

        .number li h1 {
            font-size: 40px;
        }
    }

    @media (max-width: 720px) {
        .text5 {
            padding: 0;
            width: 100%;
        }

        .desc5 {
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .number {
            width: 100%;
            margin-top: 30px;
        }

        .rt3 {
            margin-top: 45px;
            width: 100%;
            height: 70vw;
        }

        .rt3 img {
            width: 25%;
            position: absolute;
        }

        .rt3 img:nth-child(1) {
            display: block;
            left: auto;
            top: 0%;
        }

        .rt3 img:nth-child(2) {
            display: block;
            top: 20%;
            left: 13%;
        }

        .rt3 img:nth-child(3) {
            display: block;
            top: 20%;
            left: auto;
        }

        .rt3 img:nth-child(4) {
            display: block;
            top: 20%;
            left: 62%;
        }

        .rt3 img:nth-child(5) {
            display: block;
            top: 39%;
            left: 0%;
        }

        .rt3 img:nth-child(6) {
            display: block;
            top: 39%;
            left: 25%;
        }

        .rt3 img:nth-child(7) {
            display: block;
            top: 39%;
            left: 50%;
        }

        .rt3 img:nth-child(8) {
            display: block;
            top: 39%;
            left: 75%;
        }

        .rt3 img:nth-child(9) {
            display: block;
            top: 58%;
            left: 0%;
        }

        .rt3 img:nth-child(10) {
            display: block;
            top: 58%;
            left: 25%;
        }

        .rt3 img:nth-child(11) {
            display: block;
            top: 58%;
            left: 50%;
        }

        .rt3 img:nth-child(12) {
            display: block;
            top: 58%;
            left: 75%;
        }

        .rt3 img:nth-child(13) {
            display: block;
            top: 77%;
            left: 13%;
        }

        .rt3 img:nth-child(14) {
            display: block;
            top: 77%;
            left: auto;
        }

        .rt3 img:nth-child(15) {
            display: block;
            top: 77%;
            left: 62%;
        }
    }

    @media (max-width: 460px) {
        .rt3 {
            margin-top: 30px;
        }

        .number {
            grid-gap: 15px;
        }

        .number li h1 {
            font-size: 32px;
        }
    }
