    section {
        padding-top: 80px;
        padding-bottom: 100px;
    }

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

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

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

    .indexTitle h1 {
        font-family: PuHuiTi85;
        font-size: 42px;
        line-height: 1.5;
        color: #000000;
    }


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

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



    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) {}