    .indexTitle {
        display: flex;
        flex-direction: column;
    }

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

    .indexTitle h2 {
        font-family: 'Alibaba PuHuiTi 2.0';
        font-size: 16px;
        line-height: 1.5;
        color: #626262;
    }

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

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

    @media (max-width: 460px) {
        .indexTitle h2 {
            font-size: 14px;
        }
    }


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

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

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