    /* 详情 */
    .Box1 {
        width: 100%;
    }

    .Box1 .img1 {
        width: 100%;
    }

    .Box1 .img1 img {
        width: 100%;
    }

    .text1 {
        margin: 30px 0;
        width: 100%;
    }

    .text1 h1 {
        text-align: center;
        color: #1b1b1d;
        font-weight: bold;
        font-size: 32px;
    }

    .text1 .desc {
        text-align: center;
        margin: 25px 0;
        display: flex;
        justify-content: center;
        grid-gap: 15px;
    }

    .text1 .desc p {
        color: #1d1d1f66;
        font-size: 10px;
        letter-spacing: 2px;
        display: list-item;
        margin-left: 20px;
    }

    .contentBox {
        margin-top: 30px;
    }

    .contentBox .content {
        width: 100%;
    }

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

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

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