     .Nybanner {
         padding: 30px var(--container);
     }

     .Nybanner .mbx {
         margin: 0;
     }

     /* 产品详情 */
     .cpjj {
         padding: 0 var(--container);
         padding-bottom: 90px;
         position: relative;
         z-index: 2;
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
     }

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

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

     .CpImg1 {
         width: 100%;
         border-radius: 20px;
         border: 1px solid #F3F4F6;
         display: flex;
         align-items: center;
     }

     .CpImg1 .prev1,
     .CpImg1 .next1 {
         width: 50px;
         height: 150px;
         background: #F7F7F7;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 0;
         top: auto;
         bottom: auto;

     }

     .CpImg1 .next1.swiper-button-next:after,
     .CpImg1 .prev1.swiper-button-prev:after {
         color: #0000001a;
         font-size: 28px;
     }

     .CpImg2 {
         width: 100%;
         margin-top: 20px;
     }

     .CpImg2 .swiper-slide {
         border-radius: 12px;
         border: 1px solid #E5E7EB;
         overflow: hidden;
     }

     .CpImg2 .swiper-slide.swiper-slide-thumb-active {
         border: 1px solid var(--color);
     }


     .CpText {
         width: calc(55% - 60px);
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         grid-gap: 30px;
     }

     .CpText h1 {
         font-size: 14px;
         color: var(--color);
         background: #F0FDF4;
         border-radius: 50px;
         padding: 10px 40px;
     }

     .CpText h2 {
         color: #1A1A1A;
         font-family: MiSans2;
         font-size: 42px;
     }

     .CpText h3 {
         color: #666;
         font-size: 16px;
         line-height: 2;
     }

     .CpText a {
         margin-top: 30px;
         width: 100%;
         height: 75px;
         max-width: 600px;
         display: flex;
         align-items: center;
         justify-content: center;
         background: var(--color);
         border-radius: 12px;
         color: #fff;
         font-family: MiSans2;
         font-size: 20px;
     }

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

         .CpText h3 {
             font-size: 14px;
             line-height: 1.5;
         }

         .CpText a {
             height: 45px;
         }
     }

     @media (max-width: 900px) {
         .cpjj {
             flex-direction: column-reverse;
             flex-wrap: wrap;
             grid-gap: 30px;
             padding-bottom: 60px;
         }

         .CpImg {
             width: 100%;
         }

         .CpText {
             width: 100%;
             grid-gap: 15px;
         }

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

         .CpText a {
             margin-top: 0;
             font-size: 16px;
         }
     }

     @media (max-width: 600px) {

         .CpImg1 .prev1,
         .CpImg1 .next1 {
             width: 30px;
         }
     }



     /* 详情 */
     .NyCpXq {
         padding: 60px var(--container);
         background: #F7F7F7;
         display: flex;
         flex-wrap: wrap;
         grid-gap: 90px;
     }

     .ContentBox {
         width: 100%;
     }

     .ContentBox .title {
         width: 100%;
         border-bottom: 1px solid #000;
     }

     .ContentBox .title p {
         display: inline-block;
         margin-bottom: -2px;
         padding-bottom: 5px;
         color: #000;
         font-family: MiSans2;
         font-size: 36px;
         border-bottom: 3px solid var(--color);
     }

     .content {
         margin-top: 30px;
         width: 100%;
     }




     @media (max-width: 1200px) {
         .ContentBox .title p {
             font-size: 28px;
         }
     }

     @media (max-width: 900px) {
         .ContentBox .title p {
             font-size: 24px;
         }
     }

     @media (max-width: 600px) {
         .ContentBox .title p {
             font-size: 18px;
         }
     }

     /* NySection2 */
     .NySection2 {
         padding: 60px var(--container);
     }

     form {
         margin-top: 30px;
         width: 100%;
         display: flex;
         flex-wrap: wrap;
         grid-gap: 20px 30px;
     }

     .input1 {
         width: calc(50% - 15px);
         height: 50px;
         border-radius: 16px;
         background: #F9FAFB;
         outline: none;
         padding-left: 15px;
     }

     .input2 {
         width: 100%;
         height: 120px;
         background: #F9FAFB;
         padding: 15px;
     }

     .captcha {
         width: 100%;
         max-width: 1000px;
         position: relative;
         height: 50px;
         display: flex;
     }

     .captcha input {
         width: calc(100% - 160px);
         height: 100%;
         border-radius: 16px;
         padding-left: 15px;
         background: #F9FAFB;
         outline: none;
     }

     .captcha img {
         width: 160px;
         height: 100%;
     }

     .input4 {
         width: 100%;
         max-width: 700px;
         height: 60px;
         background: var(--color);
         border-radius: 16px;
         display: flex;
         align-items: center;
         justify-content: center;
         grid-gap: 15px;
         color: #FFF;
         font-family: MiSans2;
         font-size: 16px;
     }

     @media (max-width: 600px) {
         .input1 {
             width: 100%;
         }

         .captcha input {
             width: calc(100% - 120px);
         }

         .captcha img {
             width: 120px;
         }
     }

     /* NySection3 */
     .NySection3 {
         padding: 0px var(--container);
     }

     .NySection3 .NyTitle {
         width: 100%;
         border-bottom: 1px solid #000;
         align-items: flex-start;
     }

     .NySection3 .NyTitle h2 {
         margin-bottom: -2px;
         padding-bottom: 5px;
         color: #000;
         border-bottom: 3px solid var(--color);
     }

     .Swiper2 {
         width: 100%;
         margin-top: 30px;
     }/* 表格容器样式（不新增类名） */
figure.table {
  width: 100% !important;
  margin: 2rem auto !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* 表格基础样式 */
figure.table table {
  width: 100% !important;
  line-height: 2 !important;
  text-align: center !important;
  border-collapse: collapse !important;
  min-width: 600px !important;
}

/* 表头：极浅淡绿白（接近白色） */
figure.table table thead th {
  background-color: rgba(19, 182, 92, 0.05) !important;
  color: #333 !important;
  font-weight: 600 !important;
  border: 1px solid #eee !important;
  padding: 0.75rem !important;
}

/* 隔行变色：白 + 极浅绿白 */
figure.table table tbody tr:nth-child(odd) {
  background-color: #ffffff !important;
}
figure.table table tbody tr:nth-child(even) {
  background-color: rgba(19, 182, 92, 0.04) !important;
}

/* 单元格样式 */
figure.table table tbody td {
  border: 1px solid #eee !important;
  padding: 0.15rem !important;
}
table .image img{
width:30%!important
}
/* 移动端适配 */
@media (max-width: 768px) {
  figure.table {
    width: 100% !important;
    margin: 1rem 0 !important;
  }
    table .image img{
width:80%!important
}
}
