    @media (max-width: 1440px) {
        section {
            padding-top: 90px !important;
            padding-bottom: 90px !important;
        }
    }

    @media (max-width: 1200px) {
        section {
            padding-top: 60px !important;
            padding-bottom: 60px !important;
        }
    }

    @media (max-width: 720px) {
        section {
            padding-top: 30px !important;
            padding-bottom: 30px !important;
        }
    }

    .indexTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .indexTitle h1 {
        font-family: PuHuiTi85;
        font-weight: 700;
        font-size: 48px;
        line-height: 1.5;
        color: #181818;
    }

    .indexTitle h2 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 15px;
        text-transform: capitalize;
        color: #2E2E2E;
        text-align: center;
        margin-right: -15px;
    }

    @media (max-width: 1200px) {
        .indexTitle h1 {
            font-size: 38px;
        }
    }

    @media (max-width: 720px) {
        .indexTitle h1 {
            font-size: 28px;
        }

        .indexTitle h2 {
            font-size: 16px;
            letter-spacing: 5px;
            margin-right: -5px;
        }
    }



    a.AMore {
        width: 170px;
        height: 54px;
        color: var(--color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 45px;
        background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/267/20240903141422_9frUXI8u.png)center no-repeat;
        background-size: contain;
        position: relative;
    }

    a.AMore::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: url(/assets/images/icon1.png) center no-repeat;
        right: -4px;
        position: absolute;
    }


    @media (max-width: 1200px) {
        a.AMore {
            width: 143px;
            height: 45px;
            background-size: contain;
        }
    }

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