     /* 产品详情 */
     .productPhoto {
         margin-top: 60px;
         margin-bottom: 30px;
         width: 100%;
     }

     .productPhoto .slide {
         width: 100%;
         height: auto;
     }

     .productPhoto .slide img {
         width: 100%;
         height: 100%;
         object-fit: cover;
     }

     .productPhoto .next1,
     .productPhoto .prev1 {
         color: var(--color);
     }

     .productPhoto .swiper-button-next:after,
     .productPhoto .swiper-button-prev:after {
         font-size: 16x;
     }

     @media (max-width: 720px) {

         .productPhoto .next1,
         .productPhoto .prev1 {
             width: 15px;
         }

         .productPhoto .swiper-button-next:after,
         .productPhoto .swiper-button-prev:after {
             font-size: 18px;
         }
     }



     /* 详情 */
     .CpXqList {
         background-color: #f2f2f2;
     }


     .CpXqList h1 {
         width: 200px;
         height: 50px;
         text-align: center;
         background-color: var(--color);
         line-height: 1.5;
         font-size: 18px;
         color: #fff;
         font-weight: bold;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .contentBox {
         width: 100%;
     }

     .content {
         width: 100%;
         min-height: 500px;
         display: block;
     }

     .content.on {
         display: block;
     }



     @media (max-width: 1200px) {
         .CpXqList h1 {
             width: 100px;
             font-size: 16px;
         }
     }

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