    /* 产品详情 */
    .cpjj {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(/assets/images/box4.png) no-repeat right top;
        background-size: contain;
    }

    .CpImg {
        width: 35%;
        position: relative;
    }

    .CpImg1 {
        border-bottom: 14px solid var(--color);
        width: 100%;
        margin: 0;
    }

    .CpImg2 {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .CpImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
    }

    .CpText {
        width: 65%;
        padding-left: 75px;

    }

    .CpText h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        text-transform: uppercase;
        color: #686868;
    }

    .xqBox1 {
        margin-top: 20px;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;

    }

    .xqBox1::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right, #A5A5A5, #A5A5A5 10px, transparent 10px, transparent 15px);
    }

    .CpText h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        color: #171717;
    }

    .xqBox1 .phone {
        width: 40%;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        color: #585858;
        display: flex;
        align-items: center;
    }

    .xqBox1 .phone img {
        width: 46px;
        height: 46px;
        background: var(--color);
        border-radius: 50%;
        padding: 12px;
        margin-right: 20px;
    }

    .CpText h5.h5 {
        margin-top: 30px;
        font-weight: 700;
        font-size: 20px;
        line-height: 1;
        color: var(--color);
    }

    .CpText .desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-gap: 20px 0;
        margin: 30px 0 60px;
    }


    .CpText .desc p {
        width: 40%;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        color: #000000;
    }

    .CpText a {
        width: 175px;
        height: 50px;
        background: var(--color);
        border-radius: 4px;
        font-size: 16px;
        line-height: 1;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    @media (max-width:1440px) {
        .xqBox1 .phone {
            width: 45%;
        }

        .CpText {
            padding-left: 45px;
        }

        .CpText .desc p {
            width: 45%;
            line-height: 1.5;
        }

        .CpText .desc {
            margin: 20px 0 40px;
        }
    }

    @media (max-width:1200px) {

        .cpjj {
            background: url(/assets/images/box4.png) no-repeat right bottom;
            background-size: contain;
            padding-top: 75px;
            padding-bottom: 75px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column;
        }

        .CpImg {
            width: 500px;
            position: relative;
        }

        .CpText {
            width: 100%;
            padding-left: 0;
            margin-top: 60px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .CpText .xqBox1 {
            width: 100%;
        }

        .CpText .desc {
            width: 100%;
        }

        .CpText h1 {
            padding-left: 0;
        }

        .CpImg1 {
            border-bottom: 7px solid var(--color);
        }
    }

    @media (max-width:720px) {
        .cpjj {
            padding-top: 45px;
            padding-bottom: 45px;
        }

        .CpImg {
            width: 100%;
        }

        .CpText .xqBox1 {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .CpText h1 {
            margin-bottom: 15px;
        }

        .CpText .desc {
            display: flex;
            flex-direction: column;
            grid-gap: 15px 0;
        }

        .CpText .desc p {
            width: 100%;
        }
    }

    @media (max-width:460px) {
        .cpjj {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .CpImg1 {
            border-bottom: 4px solid var(--color);
        }

        .CpText {
            margin-top: 45px;
        }

        .CpText h2 {
            font-size: 20px;
        }

        .CpText h1 {
            font-size: 24px;
        }

        .xqBox1 .phone {
            width: 100%;
        }

        .CpText .desc {
            margin: 15px 0 20px;
            grid-gap: 10px 0;
        }

        .CpText .desc p {
            font-size: 16px;
        }

        .CpText a {
            width: 140px;
            height: 40px;
        }
    }

    /* 详情 */
    .content {
        /* overflow-y: scroll; */
        margin: 90px 0;
        background: #F0F0F0;
        /* max-height: 450px; */
    }

    @media (max-width: 1200px) {
        .content {
            margin: 75px 0;
        }
    }

    @media (max-width: 720px) {
        .content {
            margin: 45px 0;
        }
    }

    @media (max-width: 720px) {
        .content {
            margin: 30px 0;
        }
    }

    .NyCp {
        margin-top: 90px;
    }

    @media (max-width: 1200px) {
        .NyCp {
            margin-top: 75px;
        }
    }

    @media (max-width: 720px) {
        .NyCp {
            margin-top: 45px;
        }
    }

    @media (max-width: 720px) {
        .NyCp {
            margin-top: 30px;
        }
    }
