    /* Section5 */
    .section5 {
        display: block;
    }

    .Top5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .Top5 .indexTitle {
        width: 45%;
    }

    .item5 h1 {
        display: flex;
    }

    .item5 h1 b {
        color: #000;
        font-family: MiSans2;
        font-size: 50px;
    }

    .item5 h1 p {
        color: #000;
        font-size: 24px;
    }

    .item5 h2 {
        color: #000;
        font-size: 16px;
    }

    .Number5 {
        width: 50%;
        display: flex;
        justify-content: space-around;
    }

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

    .text5 {
        width: 45%;
        color: rgba(0, 0, 0, 0.50);
        font-size: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 30px;
    }

    .desc5 {
        color: rgba(0, 0, 0, 0.50);
        font-size: 16px;
        line-height: 1.5;
    }

    .img5 {
        width: 50%;
    }

    .img5 img {
        width: 100%;
    }

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

    @media (max-width: 1440px) {
        .item5 h1 b {
            font-size: 40px;
        }

        .item5 h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 1200px) {
        .Number5 {
            grid-gap: 15px;
        }

        .desc5 {
            font-size: 14px;
        }
    }

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

        .Top5 .indexTitle {
            width: 100%;
        }

        .Number5 {
            width: 100%;
            grid-gap: 15px;
        }

        .Box5 {
            grid-gap: 30px;
        }

        .text5 {
            width: 100%;
        }

        .img5 {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .item5 h1 b {
            font-size: 24px;
        }

        .item5 h2 {
            font-size: 12px;
        }
    }

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