    /* 详情 */
    .cpjj {
        position: relative;
        width: 100%;
        max-width: 800px;
        height: 100%;
        z-index: 2;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .CpImg {
        width: 50%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .CpImg .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .CpImg1 {
        border: 1px solid #ddd;
        overflow: hidden;
        width: 100%;
    }

    .CpImg1 .swiper-slide {
        overflow: hidden;
    }

    .CpImg1 .swiper-slide img {
        position: relative;
        z-index: 1;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .CpImg2 {
        margin-top: 15px;
        position: relative;
        width: 100%;
        padding: 0 20px;
    }

    .CpImg2 .swiper-slide {
        width: 60px;
    }

    .CpImg2 .swiper-slide img {
        width: 100%;
    }

    .CpImg2 .prev2 {
        width: 15px;
        border: 1px solid #ddd;
        height: 100%;
        background: #eee;
        text-align: center;
        font-size: 18px;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        color: #999;
        opacity: 1;
        display: flex;
    }

    .CpImg2 .next2 {
        width: 15px;
        border: 1px solid #ddd;
        height: 100%;
        background: #eee;
        text-align: center;
        font-size: 18px;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 1;
        display: flex;
    }

    .CpImg2 .swiper-button-next:after,
    .CpImg2 .swiper-button-prev:after {
        font-size: 14px;
        color: #999;
    }

    .CpText {
        width: 50%;
        padding-left: 90px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .CpText h1 {
        color: #666666;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .CpText .desc {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .CpText .desc h2 {
        color: #666666;
        width: 100%;
        font-size: 16px;
    }

    .CpText .More1 {
        margin-top: 30px;
        width: 120px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 16px;
        border-radius: 4px;
        background: var(--color);
        color: #fff;
    }


    @media (max-width: 720px) {
        .CpImg {
            width: 100%;
        }

        .CpText {
            width: 100%;
            padding-top: 60px;
            padding-left: 0px;
        }
    }

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

    /* 详情 */
    .NyCpXq {
        display: flex;
        flex-wrap: wrap;
        margin-top: 60px;
        padding: 30px;
        border: 1px solid #e5e5e5;
    }

    .ListBox {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
        display: flex;
    }

    .ListBox h1 {
        font-size: 16px;
        line-height: 2;
        padding: 0 15px;
        border-bottom: 2px solid var(--color);
    }

    .contentBox {
        width: 100%;
        min-height: 300px;
        margin-bottom: 45px;
    }

    .content {
        overflow: hidden;
    }



    @media (max-width: 720px) {
        .NyCpXq {
            padding: 15px;
        }
    }

    /* 推荐 */
    .NyCp {
        width: 300px;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
    }

    .NyCp h1.h1 {
        color: #090909;
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .NyCpItem {
        display: flex;
    }

    .NyCpItem .cp {
        width: 164px;
        border-radius: 10px;
        border: 1px solid #E9E9E9;
        background: linear-gradient(180deg, #FFF 0%, #F7F9FC 100%);
    }

    .NyCpItem .cp img {
        width: 100%;
    }

    .NyCpItem .text {
        width: calc(100% - 164px);
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .NyCpItem h1 {
        font-size: 20px;
        line-height: 1;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

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

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

        .ListBox {
            margin-bottom: 60px;
        }

        .contentBox {
            width: 100%;
            padding-right: 0;
        }

        .NyCp {
            display: none;
        }
    }

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

        .ListBox {
            padding-bottom: 15px;
            margin-bottom: 30px;
        }
    }

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