@charset "UTF-8";
:root {
  --primary-color: #1754a4;
  --secondary-color: #ff9f2e;
  --text-color: #565351;
  --border-color: #afafaf;
  --background-color: #f9fafa;
  --main-max-width: 100%;
}

.cmn-tabs-box{
   max-width:var(--main-max-width);
   width: 100%;
   margin:35px auto;
}

/*----附加样式-----*/
.cmn-tabs {
  border-top: 2px solid var(--primary-color);
  background: url(../images/headbg.png) no-repeat left top var(--background-color);
  background-size: auto 100%;
  width: 100%;
  overflow: hidden;
 
}

.cmn-tabs a {
  font-weight: normal;
  text-align: center;
  float: left;
  line-height: 38px;
  color: #1754a4;
  text-decoration: none;
  padding: 15px 25px;
}

.cmn-tabs a.active {
  margin-top: -2.5px;
  background: no-repeat left top / 64px 39px;
  color: var(--primary-color);
  font-weight:bold;
}
.cmn-swiper-container{
  overflow: hidden;
}
.cmn-swiper-slide .content-list {
  margin-top: 25px;
  list-style: none;
}

.cmn-swiper-slide .content-list li {
  padding: 5px 0 25px 180px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  min-height: 152px;
  margin-bottom: 30px;
}

.cmn-swiper-slide .content-list li .thumb {
  display: block;
  position: absolute;
  width: 150px;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: center;
  height: 130px;
  line-height: 120px;
  font-size: 14px;
}

.cmn-swiper-slide .content-list li::before{
  display: none !important;
}

.cmn-swiper-slide .content-list li .thumb:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.cmn-swiper-slide .content-list a {
  text-decoration: none;
}

.cmn-swiper-slide .content-list li .more,
.cmn-swiper-slide .content-list li .title,
.cmn-swiper-slide .content-list li .summary {
  display: block;
  color: var(--text-color);
  font-size: 16px;
}

.cmn-swiper-slide .content-list li .title {
  font-weight: bold;
  margin-bottom: 8px;
}

.cmn-swiper-slide .content-list li .summary {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;   /* 显示 3 行 */
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;        /* 必须明确 */
  max-height: calc(1.6em * 2);
}

.cmn-swiper-slide .content-list li .more {
  color: var(--primary-color);
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-top: 2px !important;
  font-size:14px;
}

.faq_list li .q p {
  margin-bottom: 0;
}

.pro_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin:35px auto 0px;
  max-width:var(--main-max-width);
}

.pro_det_pic {
  width: 400px;
}

.pro_det_pic img {
  width: 100%;
}

.pro_inf {
  width: calc(100% - 400px);
  padding-left: 5%;
  box-sizing:border-box;
}

.pro_det_title {
  font-size: 18px;
  color: #1754a4;
  margin-bottom: 15px;
  font-weight:550;
}

.pro_inf_desc {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 10px;
}

.pro_inf_para {
  padding-bottom: 20px;
}

.pro_inf_para_item {
  display: flex;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 0;
  border-bottom: 1px dotted #dcdcdc;
  gap:12px;
}

.pro_inf_para_item .tt,
.pro_inf_para_item .text {
  /*width: 100%;*/
  font-size: 14px;
}

.pro_inf_para_item .text {
  /*width: calc(100% - 200px);*/
}

.pro_inf_btn_box {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.pro_img_left{
  padding-left:0px;
  padding-right:5%;
}


.pro_inf_btn {
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  background: var(--primary-color);
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.pro_inf_btn_box a {
  text-decoration: none;
  color: #fff;
}

.pro_inf_btn .icon {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin-right: 8px;
}

.pro_inf_btn.hover {
  background: var(--secondary-color);
}

.pro_inf_mail {
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  line-height: 44px;
}

.pro_inf_mail .icon {
  font-size: 24px;
}

.pro_inf_mail .tt {
  font-size: 14px;
  text-decoration: underline;
  padding: 0 5px;
}

.pro_inf_mail .icon2 {
  width: 9px;
  height: 9px;
  background: url(../images/pro_det_icon2.webp) no-repeat center center;
}

.pro_det_b {
  border-top: 1px solid #efefef;
}

.uppercase {
  text-transform: uppercase;
}

 .cmn-adv-container .btn_a2{
        margin: 50px auto 0px;
    }






.pro_det_pro_list1{
  width:100%;
  margin:15px auto;
}

.pro_det_pro_list1_item{
  padding: 15px 4%;
  margin-bottom: 25px;
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;    
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.pro_det_pro_list1_pic{
  width: 36%;
  overflow: hidden;
}
.pro_det_pro_list1_pic img{
  display: block;
}
.pro_det_pro_list1_con{
  width:64%;
  padding:15px 3%;
}
.pro_det_pro_list1_t{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.pro_det_pro_list1_t .num{
  width: 53px;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 8px;
  color: #fff;
  background: url(../images/pro_det_icon33.webp) no-repeat center center;
}
.pro_det_pro_list1_t .con{
  width:calc(100% - 53px);
  padding-left: 18px;
}
.pro_det_pro_list1_t .con .tt1{
  font-size: 22px;
  color: #333;
}
.pro_det_pro_list1_t .con .tt2{
  color: #666;
  font-size: 14px;
  margin: 6px 0 8px;
}
.pro_det_pro_list1_t .con .text_desc{
  color: var(--text-color);
  font-size: 16px;
  line-height: 20px;
}


.pro_det_pro_list1_item:nth-child(even){
  flex-direction: row-reverse; 
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t{
  flex-direction: row-reverse; 
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .num{
  background: url(../images/pro_det_icon34.webp) no-repeat center center;
  padding-left: 0;
  padding-right: 8px;
  text-align: right;
}
.pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .con{
  padding-left:0;
  padding-right:18px;
}

.btn_a {
  background: transparent;
  height: 42px;
  padding: 0 25px;
  border: 1px solid #1754a4;
  font-size: 16px;
  color: #1754a4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.btn_a.cf {
  border-color: #fff;
  color: #fff;
}

.btn_a:hover {
  border-color: #1754a4;
  color: #fff;
  background: #1754a4;
}

@media (max-width: 1440px) {
  .btn_a {
    font-size: 15px;
    height: 36px;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .btn_a {
    font-size: 14px;
  }
}

.ind_list {
  max-width:var(--main-max-width);
  margin:35px auto;
}

.ind_list li {
  margin-bottom: 1.56vw;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.ind_list li::before{
  display: none !important;
}
.ind_list li:nth-child(2n) a .img {
  order: 2;
}

.ind_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.ind_list li a:hover .img img {
  transform: scale(1.05);
}

.ind_list li a .img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 325px;
}

.ind_list li a .img img {
  transition: transform 0.5s;
}

.ind_list li a .art {
  width: 50%;
  padding: 1.16vw;
}

.ind_list li a .art h4,.ind_list li a .art h3 {
  font-size: 18px;
  color: #1754a4;
  transition: color 0.3s;
  border-left:0px !important;
  padding-left: 0px !important;
}

.ind_list li a .art h4::before{
  display:none;
}


.ind_list li a .art h4:hover {
  color: #1754a4;
}

.ind_list li a .art .info {
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 15px 0 10px !important;
  color: var(--text-color);
}

.ind_list li a .art .btn_a {
  font-size:14px;
  text-transform: uppercase;
  transition: color 0.3s;
  padding:12px 25px;
}

.ind_list li a .art .btn_a:hover {
  color: #fff;
}







@media (max-width: 768px) {
  .ind_list li a .art h4 {
    font-size: 18px;
  }

  .ind_list li a .art .info {
    font-size: 14px;
  }
  .cmn-swiper-slide .content-list li .summary{
    font-size:14.5px;
  }
}

@media (max-width: 768px) {
  .ind_list {
    margin-top: 20px;
  }

  .ind_list li {
    margin-bottom: 15px;
  }

  .ind_list li a {
    flex-wrap: wrap;
  }

  .ind_list li a .img {
    width: 100%;
  }

  .ind_list li a .art {
    width: 100%;
    padding: 20px 15px;
    order: 3;
  }

  .ind_list li a .art .info {
    margin: 5px 0 12px;
  }
}

.faqs {
  width:100%;
  max-width:var(--main-max-width);
  margin:35px auto;
}

.faq_list {
  margin-top:35px;
}

.faq_list li {
  margin-left:0px !important;
  padding:0px !important;
}

.faq_list li::before{
  display: none !important;
}
.faq_list li .q,
.faq_list li .a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
}

.faq_list li .q span,
.faq_list li .a span {
  width: 50px;
  text-align: center;
}

.faq_list li .q p,
.faq_list li .a p {
  width: calc(100% - 50px);
  color: #565351;
  line-height:1.7;
  margin: 0;
  padding: 0;
  font-size:15px;
}

.faq_list li .a p{
  font-size:14.5px;
  color:#565351;
}
.faq_list li .q {
  background: #f9f9fb;
  border-left: 3px solid #1754a4;
  align-items: center;
  cursor: pointer;
}

.faq_list li .q span {
  font-size: 18px;
  color: #959595;
}

.faq_list li .a {
  border-left: 3px solid #e9e9e9;
}

.faq_list li .a span {
  font-size: 18px;
  color: #565351;
}

.title2 {
  font-weight: 600;
  color: #565351;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}

.title2.cf {
  color: #fff;
}

.title2 img {
  min-height: 20px;
  margin-right: 1rem;
}

/* 响应式设计 */
@media (max-width: 1680px) {
  .faq_list li .q,
  .faq_list li .a {
    font-size: 14px;
  }

  .faq_list li .q span {
    font-size: 17.5px;
  }


}

@media (max-width: 1440px) {
  .faq_list li .q,
  .faq_list li .a {
    font-size: 12px;
    line-height: 26px;
  }

  .faq_list li .q span, .faq_list li .a span {
    font-size: 16px;
  }

}

@media (max-width: 1280px) {
  .faq_list li .q,
  .faq_list li .a {
    font-size: 10.66666667px;
    line-height: 24px;
  }

}

@media (max-width: 1024px) {
  .faq_list li .q,
  .faq_list li .a {
    font-size: 8.53333333px;
  }

}

@media (max-width: 768px) {
  .faqs {
    padding: 25px 0;
  }

  .faq_list {
    margin-top: 20px;
  }

  .faq_list li {
    margin-bottom: 10px;
  }

  .faq_list li .q,
  .faq_list li .a {
    border-width: 2px;
  }

  .faq_list li .q span,
  .faq_list li .a span {
    width: 40px;
  }

  .faq_list li .q p,
  .faq_list li .a p {
    width: calc(100% - 40px);
    font-size:15px;
    line-height:25px;
  }
  .faq_list li .a p {
    font-size:14px;
  }


}









@media screen and (max-width: 1200px) {
  .pro_det_pic {
    width: 100%;
    margin-bottom: 20px;
  }

  .pro_inf {
    width: 100%;
    padding-left: 0;
  }

  .pro_inf_btn {
    width: 47%;
    margin: 0 5px 10px;
  }
   .pro_inf_btn_box {
    padding-bottom: 0px;
  }

  .pro_det_pic {
    order: -1;  
  }
  
  .pro_img_left {
    order: 1;
  }


}

@media screen and (max-width: 767px) {
  .pro_det_pic {
    width: 100%;
    margin-bottom:0px;
  }

  .pro_det_pic {
    order: -1;  
  }
  
  .pro_img_left {
    order: 1;
  }

  .pro_inf {
    width: 100%;
    padding: 20px 10px 0;
  }



  .pro_inf_btn {
    width: 100%;
    margin: 0 5px 10px;
  }

  .pro_inf_btn_box {
    padding-bottom:0px;
  }

  .swiper-slide .content-list li .thumb {
    position: static;
    width:auto;
    height:auto;
    line-height:1;
  }

  .swiper-slide .content-list li .con {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .swiper-slide .content-list li {
    padding-left: 0;
  }


 .pro_det_pro_list1_item {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .pro_det_pro_list1_item:nth-child(even) {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }

    .pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .num {
        background: url(../images/pro_det_icon33.webp) no-repeat center center;
        padding-left: 8px;
        padding-right: 0;
        text-align: left;
    }

    .pro_det_pro_list1_item:nth-child(odd) .pro_det_pro_list1_t .con {
        padding-left: 12px;
        padding-right: 0;
    }

    .pro_det_pro_list1_pic {
        margin-bottom: 20px;
        width: 100%;
    }

    .pro_det_pro_list1_con {
        width: 100%;
        padding: 10px 0 0;
    }

    .pro_det_pro_list1_t .con .tt1 {
        font-size: 18px;
    }

    .pro_det_pro_list1_t .con .text {
        font-size: 14px;
    }










}

@media screen and (max-width: 990px) {
  .tabs a {
    width: 100%;
    text-align: left;
  }

  .tabs a.active {
    border: 0;
  }

  .pro_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}







/* 基础样式 */
.process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 50px 20px;*/
    text-align: center;
    width:100%;
    max-width: var(--main-max-width);
    margin:30px auto;
}

.process-heading {
    margin-bottom: 50px;
}

.process-heading-title {
    color: #1754a4;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

/* 新增 process-steps 容器样式 */
.process-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%; /* 留出一些间距 */
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease; 
    cursor: pointer;
}

.process-step:hover {
    transform: translateY(-5px); 
}

.process-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(31, 145, 145, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; 
}

.process-step:hover .process-image {
    transform: scale(1.03); 
    box-shadow: 0 0 15px rgba(31, 145, 145, 0.1);
}

.process-step:hover .process-image img {
    transform: scale(1.05); 
}

.process-number {
    font-size: 24px;
    color: #1754a4;
    margin-top: 20px;
    font-weight: bold;
}

.process-description p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
}

/* 步骤之间的箭头图标 */
.process-step::after {
    content: '>>';
    font-size: 28px;
    color: #1754a4;
    position: absolute;
    top: 50px;
    right: -32px;
    transform: translateY(-50%);
    transition: opacity 0.3s ease; 
    font-weight: bold;
}

/* 最后一个步骤不需要箭头 */
.process-step:last-child::after {
    display: none;
}

/* 响应式设计 */
@media screen and (max-width: 1024px) {
    .process-steps {
        flex-wrap: wrap;
        justify-content: center;
    }

    .process-step {
        width: 45%;
        margin-bottom: 50px;
    }

    /* 修复 1024px 屏幕下最后一个步骤箭头问题 */
    .process-step:nth-child(2n)::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .process-container {
        padding: 15px 0px 0px;
    }

    .process-heading-title {
        font-size: 24px;
    }

    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .process-step {
        width: 100%;
        margin-bottom: 70px;
        padding:0px;
    }
.process-step:last-child {
    margin-bottom: 0;
}

    .process-image {
        width: 100px;
        height: 100px;
    }

    .process-number {
        font-size: 20px;
    }

    .process-description p {
        font-size: 14px;
    }


     .process-step::after {
        right: auto;
        top: auto;
        bottom: -55px;
        left: 50%;
        margin-left: -15px;
        font-size:24px;
    }
     .process-step:nth-child(2n)::after {
        display: block;
    }

    .process-step:last-child::after {
        display: none;
    }



}

    
        .cmn-about-container {
            max-width: var(--main-max-width);
            margin: 0 auto;
            /*padding: 15px;*/
        }
        
        /* Main content section with image and text */
        .cmn-about-main {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }
        
        /* Image styling */
        .cmn-about-image {
            width: 100%;
            margin-bottom: 20px;
            cursor: pointer;
        }
        
        .cmn-about-image img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 4px;
             transition: all 0.4s ease;

        }
        .cmn-about-image:hover img{
          transform: scale(1.01);
           transform: translateY(-5px);
        }
        .cmn-about-content {
            width: 100%;
        }
        
        .cmn-about-title {
            font-size: 24px;
            color: #1754a4;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .cmn-about-description{
            font-size: 15px !important;
            font-weight: 400;
            line-height: 28px;
            color: #565351;
            margin-bottom: 20px;
        }
        
        /* Contact Us Button */
        .cmn-contact-btn {
            display: inline-block;
            background-color: #1754a4;
            color: white !important;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: background-color 0.3s ease;
            margin-bottom: 5px;
            text-decoration: none !important;
        }
        
        .cmn-contact-btn:hover {
            background-color: #1754a4;
        }
        
        /* Stats section styling */
        .cmn-about-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .cmn-about-stat-item {
            width: 50%;
            text-align: center;
            padding: 15px 10px;
            position: relative;
            box-sizing: border-box;
            transition: all 0.4s ease;
            cursor: pointer;
        }
         .cmn-about-stat-item:hover {
           transform: translateY(-5px); /* 向上移动 */
           box-shadow: 0 0px 1px rgba(200, 200, 200, 0.3); /* 阴影 */
         }
        
        
        .cmn-about-stat-item:nth-child(1),
        .cmn-about-stat-item:nth-child(2) {
            margin-bottom: 20px;
        }
        
        /* Vertical dividers for mobile (only odd items) */
        .cmn-about-stat-item:nth-child(1)::after,
        .cmn-about-stat-item:nth-child(3)::after {
            content: "";
            position: absolute;
            top: 10%;
            right: 0;
            height: 80%;
            width: 1px;
            background: linear-gradient(to bottom, rgba(31,145,145,.1) 0, #1754a4 50%, rgba(31,145,145,.1) 100%);
        }
        
        .cmn-about-stat-icon {
            width: 40px;
            height: 40px;
            margin: 0 auto 10px;
            display: block;
            box-shadow:unset !important;
        }
        
        .cmn-about-stat-title {
            font-size: 14px !important;
            color: #1754a4;
            margin-bottom: 10px !important;
            font-weight: normal;
            border-left: none !important;
        }
        
        .cmn-about-stat-value {
            font-size: 21px;
            font-weight: bold;
            color: #1754a4;
        }
        
        /* For the Countries title that has wrap */
        .cmn-about-stat-item:nth-child(4) .cmn-about-stat-title {
            max-width: 100%;
            margin: 0 auto 8px;
        }
        
        /* Tablet and Desktop Styles */
        @media (min-width: 769px) {
            .cmn-about-main {
                flex-direction: row;
                gap: 40px;
                align-items: center;
                margin-bottom: 60px;
            }
            
            .cmn-about-image {
                flex: 1;
                margin-bottom: 0;
            }
            
            .cmn-about-content {
                flex: 1;
            }
            
            .cmn-about-title {
                font-size: 25px;
                margin-bottom: 15px;
                margin-top: 15px;
            }
            
            .cmn-about-stats {
                flex-wrap: nowrap;
            }
            
            .cmn-about-stat-item {
                width: auto;
                flex: 1;
                padding: 0 15px;
                margin-bottom: 0 !important;
            }
            
            /* Reset mobile dividers */
            .cmn-about-stat-item:nth-child(1)::after,
            .cmn-about-stat-item:nth-child(3)::after {
                display: none;
            }
            
            /* Add desktop dividers for first 3 items */
            .cmn-about-stat-item:nth-child(1)::after,
            .cmn-about-stat-item:nth-child(2)::after,
            .cmn-about-stat-item:nth-child(3)::after {
                content: "";
                position: absolute;
                top: 10%;
                right: 0;
                height: 80%;
                width: 1px;
                background: linear-gradient(to bottom, rgba(31,145,145,.1) 0, #1754a4 50%, rgba(31,145,145,.1) 100%);
                display: block;
            }
            
            .cmn-about-stat-icon {
                width: 50px;
                height: 50px;
                margin-bottom: 15px;
            }
            
            .cmn-about-stat-title {
                font-size: 16px !important;
                margin-bottom: 10px;
                padding-left:0 !important;
            }
           
        }
        
        /* Large Desktop Styles */
        @media (min-width: 1461px) {
            .cmn-about-title {
                font-size: 24px;
                margin-bottom: 15px;
            }
            
            .cmn-about-description p{
                font-size: 16px;
                line-height: 27px;
                margin-bottom:15px;
            }
        }













.faq2-container {
    max-width: var(--main-max-width);
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

.faq2-main {
    position: relative;
    z-index: 1;
}

.faq2-header {
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-size: 28px;
    font-weight: 600;
}

.faq2-list {
    list-style: none;
    padding: 0;
}
.faq2-list li,.cmn-faq-list li{
  margin-left:0px !important;
  padding-left:0px !important;
}
.cmn-faq-list li::before{
  display: none !important;
}
.faq2-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-left:0px !important;
}

.faq2-item::before{
  display: none !important;
}

.faq2-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    /*color: #333;*/
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.faq2-item.active .faq2-question {
    background-color: #f9f9f9;
}

.faq2-question-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size:15px;
    line-height:1.5;
}

.faq2-icon {
    width: 24px;
    height: 24px;
    background-color: #1754a4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq2-icon-inner {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.faq2-toggle {
    background-color: #1754a4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: transform 0.3s ease, background-color 0.3s ease;
    line-height: 1;
    flex-shrink: 0;
}

.faq2-content {
    max-height: 0;
    padding: 0 20px 0 65px;
    /*color: #565351;*/
    line-height: 1.6;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.05s ease, opacity 0.1s ease, padding 0.15s ease;
}

.faq2-item.active .faq2-content {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    padding: 12px 20px 18px 60px;
    font-size:14px;
}

.faq2-item.active .faq2-toggle {
    transform: rotate(180deg);
    background-color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq2-header {
        font-size: 24px;
    }
    .faq2-question-text{
      font-size:14px !important;
    }

    .faq2-question {
        padding: 15px 15px;
        font-size: 14px;
    }

    .faq2-content {
        padding: 0 15px;
        font-size: 14px;
        line-height:1.8;
    }

    .faq2-item.active .faq2-content {
        padding: 20px 15px 30px;
    }

    .faq2-icon {
        width: 25px;
        height: 25px;
        display: none;
    }
      .cmn-about-description p{
                font-size: 15px;
                line-height: 25px;
                margin-bottom:15px;
            }

    .cmn-about-title{
      font-size:21px;
    }
    .faq2-toggle{
      display: none;
    }
}

@media (max-width: 480px) {
    .faq2-container {
        padding: 20px 15px;
    }
    
    .faq2-header {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .faq2-question {
        padding: 15px 15px;
        font-size: 14px;
    }

    /* Fixed toggle button for mobile */
    .faq2-toggle {
        display: none;
    }

    .faq2-content {
        padding: 0 15px;
        font-size: 14px;
        line-height:1.5;
    }

    .faq2-item.active .faq2-content {
        padding: 10px 15px 25px;
    }

    .faq2-icon {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .faq2-icon-inner {
        font-size: 14px;
    }
}





.cmn-faq-container {
        max-width: 100%;
        position: relative;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .cmn-faq-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(45, 165, 165, 0.85); /* 遮罩层 */
        z-index: 0;
    }

    .cmn-faq-main {
        position: relative;
        z-index: 1;
        max-width: var(--main-max-width);
         margin: 0 auto;
         padding:50px 0px;
    }

    .cmn-faq-header {
        text-align: center;
        margin-bottom: 40px;
        color: #fff;
        font-size: 32px;
        font-weight: 600;
    }

    .cmn-faq-list {
        list-style: none;
    }

    .cmn-faq-item {
        /*border-radius: 8px;*/
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
    }

    .cmn-faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        cursor: pointer;
        color: #fff;
        font-weight: 500;
        transition: background-color 0.3s ease;
    }

    .cmn-faq-item.active .cmn-faq-question {
/*            background-color: rgba(255, 255, 255, 0.15);*/
    }

    .cmn-faq-icon {
        width: 24px;
        height: 24px;
        background-color: #1754a4;
        border-radius: 50%;
        display: flex;
        line-height:1;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .cmn-faq-icon-inner {
        color: white;
        font-weight: bold;
        font-size: 16.5px;
    }

  
    .cmn-faq-content {
        height: 0;
        padding: 0 20px 0 65px;
        color: #fff;
        line-height: 1.5;
        opacity: 0;
        visibility: hidden;
        transition: height 0.15s ease, opacity 0.2s ease, padding 0.1s ease, visibility 0.1s ease;
    }

    .cmn-faq-item.active .cmn-faq-content {
        height: auto;
        visibility: visible;
        opacity: 1;
        font-size:14px;
        padding: 5px 20px 20px 60px;
    }




    .cmn-faq-toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid #e0e0e0; /* 可选：添加边框让图标更清晰 */
}

.cmn-faq-item.active .cmn-faq-toggle {
  transform: rotate(180deg);
  background-color: #1754a4;
  color: white;
  border-color: #1754a4; /* 如果加了边框，激活时也改变边框颜色 */
}

    .cmn-faq-question-text {
        display: flex;
        align-items: center;
        line-height:1.5;
        font-size:15px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {

      .cmn-faq-question-text span{
        font-size:14px;
      }

        .cmn-faq-main{
          padding:40px 0px;
        }

        .cmn-faq-header {
            font-size: 28px;
            margin-bottom: 25px;
        }

        .cmn-faq-question {
            padding: 15px 20px 0px;
            font-size: 14px;
        }

        .cmn-faq-content {
            padding: 15px 15px 0px 20px;
            font-size: 14px;
        }

        .cmn-faq-item.active .cmn-faq-content {
            padding: 15px 15px 20px 20px;
        }

        .cmn-faq-icon {
           display: none;
        }

         .cmn-faq-toggle {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .cmn-faq-header {
            font-size: 24px;
        }

        .cmn-faq-content {
            padding: 15px 15px 0px 20px;
            font-size: 14px;
        }

        .cmn-faq-item.active .cmn-faq-content {
            padding: 15px 15px 20px 20px;
        }

    /*    .cmn-faq-icon {
            width: 22px;
            height: 22px;
            margin-right: 10px;
        }*/

        .cmn-faq-icon-inner {
            font-size: 14px;
        }

    /*     .cmn-faq-toggle {
            width: 20px;
            height: 20px;
            font-size: 12px;
            min-width: 20px; 
        }*/
        
        .cmn-faq-question {
            padding: 15px 20px 0px;
            font-size: 14px;
            align-items: center; /* Ensure vertical alignment */
        }
    }

     .cmn-feature-container {
            margin: 0 auto;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
            background-color:#fff;
            border-radius: 8px;   /* 可选：让四角更柔和 */
        }
        .cmn-feature-title h2{
            font-size: 24px;
            font-weight: bold;
            margin: 30px auto;
            text-align: center;
        }
        .cmn-feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            align-items: anchor-center;
            gap:20px;
            padding:25px 0px;
        }
        .cmn-feature-item {
            display: flex;
            align-items: center;
            padding: 20px;
            border-radius: 10px;
            text-align: left;
            transition: transform 0.3s ease-in-out; 
        }
        .cmn-feature-item:hover {
            transform: translateY(-5px); 
            cursor: pointer;
        }
        .cmn-feature-icon {
            width: 50px;
            /*height: 50px;*/
            margin-right: 15px;
            display: flex;
            align-items: center;
            box-shadow: unset !important;
        }
        .cmn-feature-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .cmn-feature-content h3,.cmn-feature-content h4 {
            font-size: 18px;
            margin: 0 0 10px;
            border-left: unset !important;
            padding-left:0px !important;
        }
        .cmn-feature-content h4::before{
          display:none !important;
        }
        .cmn-feature-content p {
            font-size: 15px;
            color: #565351;
            margin: 0;
            line-height: 22px;
        }
        @media (max-width: 1024px) {
            .cmn-feature-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .cmn-feature-content p{
              font-size:14px;
            }
        }
        @media (max-width: 768px) {
            .cmn-feature-grid {
                grid-template-columns: 1fr;
                padding:10px 0px;
                gap:20px 0px;
            }
        }

    .cmn-adv-container {
            margin: 0 auto;
            padding:50px 0px;
        }

        .cnm-adv-header {
            text-align: center;
            margin:30px auto;
        }

        .cnm-adv-title {
            font-size: 28px;
            color: #333;
            margin-bottom: 20px;
        }

        .cnm-adv-intro {
            font-size: 16px;
            line-height: 27px;
            margin-bottom: 30px;
            text-align: center;
            color: #565351;
        }

        .cnm-adv-intro a {
            color: #1754a4;
            text-decoration: none;
        }

        .cnm-adv-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            margin-top: 20px;
        }

        .cnm-adv-card {
            overflow: hidden;
            display: flex;
            cursor:pointer;
        }

        .cnm-adv-card-image {
            width: 50%;
            overflow: hidden;
        }

        .cnm-adv-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cnm-adv-card-content {
            width: 50%;
            padding: 25px 35px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: auto;
            box-sizing: border-box;
        }

        .cnm-adv-card-content:hover .cnm-adv-card-title {
            color: #1754a4;
        }

        .cnm-adv-card-title {
            color: #565351;
            font-size:18px;
            margin-bottom:10px;
            text-align:left;
            line-height:25px;
            font-weight: 550;
        }

        .cnm-adv-card-text {
            font-size:15px;
            line-height:25px;
            color: #565351;
        }

  @media (min-width: 768px) and (max-width: 1200px) {
    .cnm-adv-grid {
        grid-template-columns: 1fr; /* 只显示一列 */
    }

    .cnm-adv-card {
        flex-direction: row;
    }

    .cnm-adv-card-image {
        width: 100%;
    }

      .cnm-adv-card-image img {
            height: auto;
        }

    .cnm-adv-card-content {
        width: calc(100% - 40px);
        padding:25px;
    }

    /* 调整第二个 .cnm-adv-card 的图片在右边 */
    .cnm-adv-card:nth-child(2) {
        flex-direction: row-reverse;
    }

    /* 调整第三个 .cnm-adv-card 的图片在左边 */
    .cnm-adv-card:nth-child(3) {
        flex-direction:  row-reverse;
    }
}



        @media (max-width: 768px) {
            .cnm-adv-grid {
                grid-template-columns: 1fr;
            }

             .cmn-adv-container {
              padding:40px 0px;
            }

            .cnm-adv-card {
                flex-direction: column;
            }

            .cnm-adv-card-image {
                width: 100%;
                height: auto;
            }

            .cnm-adv-card-content {
                width: 100%;
                padding:25px 0px;
            }


            .cnm-adv-card:nth-child(2),.cnm-adv-card:nth-child(3){
                flex-direction: column;
            }

        }

      .load-strength-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 20px 0px;
            margin: 25px auto;
            max-width: var(--main-max-width);
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        }
        
        .load-strength-item {
            display: flex;
            align-items: center;
            gap: 30px;
            width: 100%;
            padding: 20px;
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
             text-decoration: none !important;
        }
        
        .load-strength-item:hover {
            box-shadow: 0 2px 8px rgba(31, 145, 145, 0.15);
            transform: translateY(-5px);
        }
        
        .load-strength-item:hover .load-strength-image{
            transform: translateY(-5px);
        }
        
        .load-strength-number {
            font-size: 60px;
            font-weight: bold;
            font-style: italic;
            color: white;
            text-shadow: 
                -1px -1px 0 #1754a4, 
                1px -1px 0 #1754a4, 
                -1px 1px 0 #1754a4, 
                1px 1px 0 #1754a4;
            margin-right: 30px;
            transition: transform 0.3s ease;
        }


        .load-strength-item:hover .load-strength-number {
            transform: translateY(-5px);
        }
        
        .load-strength-text {
            flex: 1;
        }
        
        .load-strength-title {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 15px;
            color: #1a202c;
            text-decoration: none !important;
        }
        
        .load-strength-description {
            color: #565351;
            font-size: 15px;
            line-height: 1.5;
             text-decoration: none !important;
        }
        
        .load-strength-image {
            width: 180px;
            /*height: 180px;*/
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }
        
        /* Alternate layout for even items */
        .load-strength-item:nth-child(even) {
            flex-direction: row-reverse;
            /*background-color: #f9f9f9;*/
        }
        
        @media (max-width: 768px) {
            .load-strength-container {
                /*padding: 20px;*/
            }
            
            .load-strength-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 15px;
                gap:15px;
            }
            
            .load-strength-item:nth-child(even) {
                flex-direction: column;
            }
            
            .load-strength-number {
                font-size: 40px;
                margin: 0 0 15px 0;
            }
            
            .load-strength-text {
                text-align: center;
                margin-bottom: 15px;
            }
            
            .load-strength-title {
                font-size: 16px;
            }
            
            .load-strength-description {
                font-size: 14px;
            }
            
            .load-strength-image {
                width: 100%;
                height: auto;
                margin-top: 15px;
            }
        }


            /* 容器：左右结构 */
        .load-raw-container {
            background: white;
            padding: 25px 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 15px;
            overflow: hidden;
            margin: 35px auto;
            max-width: var(--main-max-width);
            box-sizing: border-box;
        }
        /* 左侧标题 */
        .load-raw-title {
             font-size: 18px;
            font-weight: bold;
            color: #565351;
            text-align: center;
            /*white-space: nowrap; /* 防止换行 */*/
            flex-shrink: 0;
        }
        /* 右侧滚动列表 */
        .load-raw-list {
             display: flex;
            gap: 15px;
            list-style: none;
            padding: 0 5px 10px 0; /* Added right padding to ensure last item is visible */
            margin: 0;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            flex-grow: 1;
            justify-content: space-around;
        }
        .load-raw-item {
             text-align: center;
            flex: 0 0 auto;
            transition: transform 0.3s ease;
            padding-right: 5px; /* Add padding to each item */
        }

        .load-raw-item:last-child {
            padding-right: 10px; /* Extra padding for the last item */
        }
        .load-raw-item img {
           width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            transition: transform 0.3s ease;
        }
        /* Hover effect - image moves up 5px */
        .load-raw-item:hover img {
            transform: translateY(-5px);
        }
        .load-raw-text {
            font-size: 15px;
            margin-top: 5px;
            color: #565351;
        }
        /* 自定义滚动条 */
        .load-raw-list::-webkit-scrollbar {
            height: 6px;
        }
        .load-raw-list::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 4px;
        }
        .load-raw-list::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.5);
        }
        .load-raw-list::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }
        /* Firefox */
        .load-raw-list {
            scrollbar-width: thin;
            scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
        }

        .load-raw-list li::before{
          display: none !important;
        }


        /* 响应式 */
        @media (max-width: 768px) {
            .load-raw-container {
                flex-direction: column;
                align-items: flex-start;
            }
            .load-raw-title {
                margin-bottom: 10px;
            }
            .load-raw-list {
                gap: 10px;
                width: 100%;
            }
            .load-raw-item img {
                width: 75px;
                height: 75px;
            }
            .load-raw-text {
                font-size: 12px;
            }
 
        }


.pdl-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  max-width: var(--main-max-width);
  margin: 35px auto;
}

.pdl-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0,0, 0, 0.1);
  flex: 1 1 calc(33%);
  max-width: calc(33% - 20px);
  margin-bottom:20px;
}

.pdl-card-image {
  flex: 1;
}

.pdl-card-image img {
  height: auto;
  display: block;
  width:100%;
  max-width: 450px;
}

.pdl-card-content {
  flex: 1;
  padding: 20px;
}

.pdl-card-title {
  font-size: 15px;
  font-weight: bold;
  color: #1754a4;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;

}

.pdl-card-info {
  color: #333;
}

.pdl-card-info p {
  border-bottom: 1px dotted #dcdcdc;
  line-height: 1.5 !important;
  padding: 10px 5px;
  margin:0px !important;
  font-size: 14px;
}

.pdl-card-buttons {
  margin-top: 20px;
}

.pdl-card-buttons a {
  display: block;
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #1754a4;
  color: #fff;
  box-sizing: border-box;
}

.pdl-card-buttons a:hover {
  background-color: #1754a4;
}

@media (max-width: 998px) {
  .pdl-card-container {
    flex-direction: column;
  }

  .pdl-card {
    flex-direction: column;
    flex: 1 1 100%;
    max-width: 100%;
    padding:0px;
  }

  .pdl-card-image, .pdl-card-content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

.pdl-card:hover .pdl-card-image img {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}



   
        .marquee-wrapper {
            width: 100%;
            overflow: hidden;
            background: #f5f5f5;
            padding: 15px 0;
            border-radius: 5px;
            margin: 20px 0;
            position: relative;
        }
        
        .marquee-container {
            display: flex;
            width: max-content;
        }
        
        .marquee-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 20px;
            flex-shrink: 0;
        }
        
        .marquee-item img {
            width: 350px;
            height: 300px;
            border-radius: 5px;
            margin-bottom: 10px;
        }
        
        .marquee-item h3 {
            margin: 5px 0;
            font-size: 16px;
        }
        
        .marquee-item p {
            margin: 5px 0;
            color: #666;
            font-size: 14px;
        }


 .notice-banner {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            opacity: 1;
            transform: translateY(-100%);
            transition: all 0.5s ease-in-out;
        }

        .notice-banner.notice-banner-visible {
            transform: translateY(0);
        }

        .notice-banner-content {
            position: relative;
            width: 100%;
        }

        .notice-banner-close {
            position: absolute;
            top: 5px;
            right: 15px;
            cursor: pointer;
            color: #ffffff;
            font-size: 16px;
            background: rgba(0,0,0,0.3);
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
            z-index: 10;
        }
        .notice-banner-close:hover {
            background: rgba(0,0,0,0.5);
        }

        .notice-banner-link {
            display: block;
            width: 100%;
        }

        .notice-banner-link img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }































.toc {
    overflow-y: auto
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc>.toc-list li {
    list-style: none
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease-in-out
}


.toc-side-nav {
    box-shadow: 0px 1px 8px rgba(0,0,0,0.11);
    padding: 25px 21px;
    margin-bottom: 20px;
    width: 100%
}

.toc-side-nav strong {
    color: #08112A;
    font-size: 20px;
    line-height: 26px;
    display: inline-block
}



.toc-side-nav .side-con {
    position: relative;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom:15px;
}

.toc-side-nav .side-con:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border: 2px solid #D1D1D1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 2
}

.toc-side-nav .side-con:after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border: 2px solid #D1D1D1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 2
}

.toc-side-nav .side-con ol {
    padding-left: 12px;
    z-index: 1;
    overflow: hidden
}

.toc-side-nav .side-con ol:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d0d0d0
}

.toc-side-nav .side-con ol ol:before {
    display: none
}

.toc-side-nav .side-con ol li {
    position: relative;
    padding-left: 15px
}

.toc-side-nav .side-con ol li:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #d0d0d0;
    border: 1px solid #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.toc-side-nav .side-con ol li a {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    display: block;
    font-weight: normal;
}

.toc-side-nav .side-con ol li a:before {
    display: none
}

.toc-side-nav .side-con ol li.is-active-li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -8px;
    background: url(../images/side-on.webp) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.toc-side-nav .side-con .toc-link:hover {
    color: #646A7C
}

.toc-side-nav .side-con .is-active-link {
    color: #646A7C
}




@media (max-width: 1360px) {

    .toc-side-nav .side-con ol li a {
        font-size: 15px
    }
}

@media (max-width: 1280px) {
    .toc-side-nav .side-con ol li a {
        font-size: 14px;
        margin-bottom: 15px
    }
}


@media (max-width: 1270px) {
    .toc-side-nav .side-con ul li a {
        font-size: 15px
    }
}

  .yj-serv-wrapper {
            position: relative;
            width: 100%;
            background-image: url('../images/news_bg.webp');
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
        }

        .yj-serv-background-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(45, 45, 45, 0.55);
            z-index: 0;
        }

        .yj-serv-mission-container {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 40px 20px;
            min-height: 50vh;
            align-items: center;
        }

        .yj-serv-mission-card {
            flex: 1 1 300px;
            padding: 40px 30px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            background-color: rgba(0, 0, 0, 0.3);
            max-width: 340px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 350px;
            display: flex;
            flex-direction: column;
            align-items: flex-start; /* Left alignment */
        }

        .yj-serv-mission-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
        }

        .yj-serv-mission-card:last-child {
            border-right: none;
        }

        .yj-serv-icon-container {
            width: 55px;
            height: 55px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            transition: transform 0.3s ease;
        }

        .yj-serv-icon {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            opacity: 0.9;
            filter: brightness(0) invert(1); /* Make icons white */
        }

        .yj-serv-mission-card:hover .yj-serv-icon-container {
            transform: scale(1.1);
        }

        .yj-serv-title {
            font-size: 24px;
            margin-bottom: 20px;
            font-weight: 600;
            text-align: left; /* Left alignment */
            width: 100%;
            color:white;
        }

        .yj-serv-description {
            font-size: 16px;
            line-height: 1.6;
            text-align: left; /* Left alignment */
            color: rgba(255, 255, 255, 0.9);
            width: 100%;
        }

        @media (max-width: 1200px) {
            .yj-serv-mission-card {
                flex: 1 1 45%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }
             .yj-serv-mission-container {
                min-height: auto;
             }
        }

        @media (max-width: 768px) {
            .yj-serv-mission-card {
                flex: 1 1 100%;
                max-width: 100%;
                height: auto;
                min-height: 300px;
                background-color:unset;
            }
        }


    .cnm-usimg-container {
            position: relative;
            width: 100%;
            max-width: var(--main-max-width);
            margin: 35px auto;
            overflow: hidden;
        }
        .cnm-usimg-content {
            position: relative;
            display: flex;
            width: 100%;
            height: 500px;
        }
        
        .cnm-usimg-image {
            width: 55%;
            position: relative;
            overflow: hidden;
            z-index: 1;
            border-radius: 5px;
            /*box-shadow:0px 2px 15px rgba(0,0,0,0.15);*/
        }
        
        .cnm-usimg-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .cnm-usimg-info {
            position: absolute;
            right: 0;
            top: 7.5%;
            width: 50%;
            height: 85%;
            background-color: #f7f7f7;
            color: #323232;
            padding: 30px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 2;
            border-bottom: 4px solid #1754a4;
            border-radius: 8px;
            overflow: hidden;
            box-sizing: border-box;
        }
        
        .cnm-usimg-info-content {
            max-height: 100%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 12;
            -webkit-box-orient: vertical;
        }
        
        .cnm-usimg-info p {
            margin-bottom: 10px;
            line-height: 24px;
            font-size: 15px;
        }
        
        @media (max-width: 768px) {
            .cnm-usimg-content {
                flex-direction: column;
                height: auto;
            }

            .cnm-usimg-info p{
              font-size:14px;
            }
            
            .cnm-usimg-image {
                width: 100%;
                height: 300px;
            }
            
            .cnm-usimg-info {
                position: relative;
                width: 100%;
                height: auto;
                padding: 30px;
            }
          .cnm-usimg-info-content {
            -webkit-line-clamp: unset;
           }
        
          
        }
        
        @media (max-width: 480px) {
            .cnm-usimg-info {
                padding: 30px 21px; 
            }
        }


.rig-side-cnt-container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 35px;
    border-radius: 16px;
    background: white;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.rig-side-cnt-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.rig-side-cnt-content {
    padding: 30px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fafa 100%);
}

.rig-side-cnt-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.rig-side-cnt-subtitle {
    font-size: 16px;
    margin: 0;
    color: #666;
}

.rig-side-cnt-button {
    background-color: #1754a4;
    color: white;
    border: none;
    padding: 12px 35px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s;
    border-radius: 8px;
    margin-top: 10px;
}

.rig-side-cnt-button:hover {
    background-color: #178f8d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(31, 145, 145, 0.3);
}

.rig-side-cnt-icon {
    font-size: 16px;
}

@media (max-width: 768px) {
    .rig-side-cnt-container {
        max-width: 100%;
    }
    
    .rig-side-cnt-content {
        padding: 35px 25px;
    }
    
    .rig-side-cnt-title {
        font-size: 22px;
    }
    
    .rig-side-cnt-subtitle {
        font-size: 15px;
    }
}

        .pdt-us-container {
            max-width: var(--main-max-width);
            margin: 0 auto;
        }

        .pdt-us-section {
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .pdt-us-company-card {
            display: flex;
            flex-direction: row;
            background-color: #fff;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .pdt-us-accent-corner {
            position: absolute;
            width: 10px;
            height: 50px;
            background-color: #1754a4;
            z-index: 1;
        }

        .pdt-us-accent-top-right {
            top: 0;
            right: 0;
        }

        .pdt-us-accent-bottom-left {
            bottom: 0;
            left: 0;
        }

        .pdt-us-image-container {
            flex: 1;
           /* min-width: 300px;
            max-width: 600px;*/
        }

        .pdt-us-image-container img {
            width: 100%;
            /*height: 100%;*/
            object-fit: cover;
        }

        .pdt-us-content {
            flex: 1;
            padding: 40px;
            position: relative;
            z-index: 2;
        }

        .pdt-us-company-title {
            margin-bottom: 20px;
            display: flex;
            font-size:18px;
            font-weight: bold;
            align-items: center;
        }

        .pdt-us-company-title span {
            color: #1754a4;
            font-weight: bold;
            font-size: 1.6rem;
        }

        .pdt-us-company-title strong {
            color: #333;
            font-weight: bold;
            font-size: 1.6rem;
        }

        .pdt-us-number-overlay {
            position: absolute;
            font-size: 95px;
            font-weight: bold;
            right: 20px;
            top: 30px;
            z-index: 0;
            color: transparent;
            -webkit-text-stroke: 1px rgba(211, 211, 211, 0.5);
            text-stroke: 1px rgba(211, 211, 211, 0.5);
        }

        .pdt-us-info-list {
            list-style: none;
            margin-bottom: 30px;
        }

        .pdt-us-info-list li {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
            font-size:15px !important;
            line-height: 1.5 !important;
            margin-left: 0px !important;
        }

        .pdt-us-info-list li:before {
            content: "•";
            color: #1754a4;
            font-size: 20px;
            position: absolute;
            left: 0;
        }

        .pdt-us-stats {
            display: flex;
            justify-content: space-evenly;
            max-width: 600px;
            margin-top: 30px;
        }

        .pdt-us-stat-item {
            text-align: center;
            padding: 0 15px;
        }

        .pdt-us-stat-number {
            font-size: 18px;
            color: #1754a4;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .pdt-us-stat-label {
            font-size: 14px;
            color: #565351;
        }

        .pdt-us-reverse {
            flex-direction: row-reverse;
        }

        /* Responsive styles */
        @media (max-width: 992px) {
            .pdt-us-company-card {
                flex-direction: column;
            }
            
            .pdt-us-reverse {
                flex-direction: column;
            }
            
            .pdt-us-image-container {
                max-width: 100%;
                height: 300px;
            }
            
            .pdt-us-stats {
                flex-wrap: wrap;
            }
            
            .pdt-us-stat-item {
                flex: 1;
                min-width: 120px;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .pdt-us-content {
                padding: 20px;
            }
            
            .pdt-us-company-title {
                font-size: 1.3rem;
            }
            
            .pdt-us-number-overlay {
                font-size: 80px;
            }
            
            .pdt-us-stats {
                flex-direction: column;
            }
            
            .pdt-us-stat-item {
                margin-bottom: 15px;
            }
        }





  .minerals-container {
            max-width: var(--main-max-width);
            margin: 20px auto;
        }

        .minerals-grid {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .minerals-row {
            display: flex;
            justify-content: space-between;
            gap: 15px;
        }

        .mineral-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            cursor: pointer;
        }

        .mineral-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            overflow: hidden;
            border: 1px solid #ccc;
        }

        .mineral-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .mineral-label {
            margin-top: 8px;
            text-align: center;
            font-size: 15px;
            color: #565351;
        }

        /* Styling scrollbar */
        .minerals-container::-webkit-scrollbar {
            height: 6px;
        }

        .minerals-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .minerals-container::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

        .minerals-container::-webkit-scrollbar-thumb:hover {
            background: #565351;
        }

        /* Media query for 768px */
        @media (max-width: 768px) {
            .minerals-container {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
            
            .minerals-grid {
                min-width: 700px;
                padding-bottom: 10px;
            }
            
            .mineral-circle {
                width: 100px;
                height: 100px;
            }
        }



   .cmn-param-container {
            width: 100%;
            margin: 25px auto;
            max-width: var(--main-max-width);
        }

        /* 标签按钮样式 */
        .cmn-param-tabs {
            display: flex;
            margin-bottom: 20px;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
            flex-wrap: wrap;
            gap: 15px;
        }

        .cmn-param-tab-btn {
            padding: 10px 15px;
            background: #f5f5f5;
            border: none;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
            margin-right: 5px;
            font-size: 16px;
            color: #333;
        }

        .cmn-param-tab-btn.active {
            background: #1754a4;
            color: white;
        }

        /* 表格容器样式 - 添加横向滚动 */
        .cmn-param-table-wrapper {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            position: relative;
            scrollbar-width: thin;
        }

        /* 表格样式 */
        .cmn-param-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            min-width: 500px; /* 确保表格有最小宽度，触发滚动 */
        }

        .cmn-param-table th, 
        .cmn-param-table td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
            font-size: 15px !important;
        }

        .cmn-param-table th {
            background-color: #f2f2f2;
            position: sticky; /* 可选：固定表头 */
            top: 0;
        }

        /* Swiper 内容区域 */
        .cmn-param-content {
            width: 100%;
            overflow: hidden;
        }

        /* 确保所有内容项都显示正常 */
        .cmn-param-content .swiper-slide {
            width: 100%;
        }

        /* 滚动条样式 */
        .cmn-param-table-wrapper::-webkit-scrollbar {
            height: 6px;
        }

        .cmn-param-table-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .cmn-param-table-wrapper::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

        .cmn-param-table-wrapper::-webkit-scrollbar-thumb:hover {
            background: #565351;
        }

        /* 隐藏 Swiper 默认导航控件 */
        .swiper-button-next, .swiper-button-prev {
            display: none;
        }

        @media (max-width: 480px) {
            .cmn-param-tabs {
                flex-direction: column;
                gap: 15px;
            }

            .cmn-param-tab-btn, .cmn-param-table {
                font-size: 14px;
            }
        }


        .pt-swp-container {
            margin: 50px auto;
            box-sizing: border-box;
        }

        .pt-swp-section {
            display: flex;
            flex-direction: row;
            gap: 40px;
            align-items: center;
        }

        .pt-swp-slider {
            flex: 1;
            max-width: 550px;
            border-radius: 4px;
            overflow: hidden;
        }

        .pt-swp-content {
            flex: 1;
        }

        .pt-swp-heading {
            color: #1754a4;
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .pt-swp-description {
            color: #565351;
            font-size: 15px !important;
            line-height: 27px;
            margin-bottom: 30px;
        }

        .pt-swp-btn {
            background-color: #1754a4;
            color: white !important;
            border: none;
            padding: 12px 25px;
            font-size: 14px;
            cursor: pointer;
            text-transform: uppercase;
            transition: background-color 0.3s;
            font-weight: 500;
            border-radius: 5px;
            display: inline-block;
            text-decoration: none !important;
        }

        .pt-swp-btn:hover {
            background-color: #167e79;
        }

        .pt-swp-pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 20px;
        }

        .pt-swp-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background-color: #ccc;
            opacity: 1;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .pt-swp-pagination .swiper-pagination-bullet-active {
            background-color: #1754a4;
        }

        .pt-swp-slide img {
            width: 100%;
            height: auto;
            display: block;
        }

        @media (max-width: 992px) {
            .pt-swp-section {
                flex-direction: column;
                gap: 20px;
            }

            .pt-swp-slider,
            .pt-swp-content {
                max-width: 100%;
                width: 100%;
            }

            .pt-swp-heading {
                font-size: 30px;
            }
        }

        @media (max-width: 768px) {
            .pt-swp-heading {
                font-size: 21px;
            }

            .pt-swp-description {
                font-size: 15px;
                line-height:25px;
            }

            .pt-swp-btn {
                padding: 10px 20px;
                font-size: 14px;
            }
        }


        .pdt-vs1-container {
            max-width: var(--main-max-width);
            margin: 0 auto;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .pdt-vs1-header {
            background: linear-gradient(to right, #1754a4, #1754a4);
            color: white;
            padding: 30px;
            text-align: center;
        }

        .pdt-vs1-title {
            font-size: 28px;
            margin: 10px auto !important;
            font-weight: 600;
            border-left: unset !important;
            color:#fff !important;
            padding-left:0 !important;
        }
        .pdt-vs1-title::before{
          display: none !important;
        }

        .pdt-vs1-subtitle {
            font-size: 15px !important;
            max-width: 700px;
            margin: 0 auto !important;
            text-align: center !important;
            color:#fff !important;
        }

        .pdt-vs1-products {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            padding: 30px;
            justify-content: space-evenly;
        }

        .pdt-vs1-product {
            flex: 1 1 300px;
            max-width: 420px;
            border: 1px solid #e0e4e9;
            border-radius: 8px;
            transition: transform 0.3s, box-shadow 0.3s;
            background-color: #fff;
        }

        .pdt-vs1-product:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .pdt-vs1-product-header {
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #e0e4e9;
            background-color: #f7f9fc;
        }

        .pdt-vs1-product-name {
            font-size: 18px !important;
            font-weight: bold;
            padding-bottom: 12px !important;
            color: #167e79;
            word-wrap: break-word;
            border-left:unset !important;
            border-bottom: 2px solid #1754a410 !important;
            margin-bottom:15px !important;
        }

        .pdt-vs1-product-name::before{
          display: none !important;
        }

        .pdt-vs1-product-brand {
            font-size: 14px;
            color: #5a6b7b;
        }

        .pdt-vs1-product-image {
            width: 100%;
            object-fit: contain;
            padding: 20px;
            border-radius:0px !important;
            background-color: white;
            border-bottom: 1px solid #e0e4e9;
        }

        .pdt-vs1-product-price {
            text-align: center;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            color: #1754a4;
            background-color: #f7f9fc;
        }

        .pdt-vs1-price-note {
            display: block;
            font-size: 12px;
            color: #5a6b7b;
            font-weight: normal;
            margin-top: 5px;
        }

        .pdt-vs1-rating {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px;
            background-color: white;
            border-bottom: 1px solid #e0e4e9;
        }

        .pdt-vs1-stars {
            color: #f59e0b;
            margin-right: 5px;
            font-size: 16px;
        }

        .pdt-vs1-rating-count {
            color: #5a6b7b;
            font-size: 14px;
        }

        .pdt-vs1-features {
            padding: 20px;
        }

        .pdt-vs1-feature-title {
            font-weight: bold;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e0e4e9;
            color: #167e79;
             padding-left: 0px !important;
            border-left: 0px !important;
            margin-bottom:18px !important;
             font-size:18px !important;
        }

        .pdt-vs1-feature-list {
            list-style-type: none;
        }

        .pdt-vs1-feature-item {
            padding: 10px 0;
            display: flex;
            align-items: flex-start;
            border-bottom: 1px dashed #e0e4e9;
            font-size: 14px;
            padding-left: 0px !important;
            margin-left: 0px !important;
        }

        .pdt-vs1-feature-item::before{
          display: none !important;
        }

        .pdt-vs1-feature-item:last-child {
            border-bottom: none;
        }

        .pdt-vs1-check {
            color: #059669;
            margin-right: 10px;
            font-size: 16px;
            flex-shrink: 0;
        }

        .pdt-vs1-cross {
            color: #dc2626;
            margin-right: 10px;
            font-size: 16px;
            flex-shrink: 0;
        }

        .pdt-vs1-cta {
            padding: 20px;
            text-align: center;
            background-color: #f7f9fc;
            border-top: 1px solid #e0e4e9;
        }

        .pdt-vs1-btn {
            display: block;
            text-decoration: none;
            padding: 12px 25px;
            background-color: #1754a4;
            color: white !important;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            width: 100%;
            transition: background-color 0.3s;
            font-weight: 600;
            max-width:80%;
            margin:0 auto;
            text-decoration: none !important;
        }

        .pdt-vs1-btn:hover {
            background-color: #167e79;
        }

        .pdt-vs1-highlight {
            position: relative;
            border: 2px solid #1754a4;
        }

        .pdt-vs1-badge {
            position: absolute;
            top: 15px;
            right: -30px;
            background-color: #1754a4;
            color: white;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-size: 12px;
            font-weight: bold;
            z-index: 1;
        }

        .pdt-vs1-specs {
            padding: 20px;
            background-color: white;
            border-bottom: 1px solid #e0e4e9;
        }

        .pdt-vs1-spec-title {
            font-weight: bold;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e0e4e9;
            color: #167e79;
            padding-left: 0px !important;
            border-left: 0px !important;
             margin-bottom:18px !important;
             font-size:18px !important;
        }
        .pdt-vs1-spec-title::before,.pdt-vs1-feature-title::before{
           display:none !important;
        }

        .pdt-vs1-spec-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px dashed #e0e4e9;
            font-size: 14px;
            flex-wrap: wrap;
        }

        .pdt-vs1-spec-item:last-child {
            border-bottom: none;
        }

        .pdt-vs1-spec-name {
            color: #5a6b7b;
            margin-right: 10px;
        }

        .pdt-vs1-spec-value {
            font-weight: 600;
            color: #167e79;
            text-align: right;
        }

        .pdt-vs1-conclusion {
            padding: 20px;
            background-color: #f7f9fc;
            text-align: center;
            font-size: 14px;
            color: #5a6b7b;
            border-top: 1px solid #e0e4e9;
        }
        .pdt-vs1-conclusion p{
          margin:0px !important;
        }

        /* 媒体查询 - 响应式改进 */
        @media (max-width: 1024px) {
            .pdt-vs1-products {
                gap: 20px;
                padding: 25px;
            }
            .pdt-vs1-product {
                flex: 1 1 280px;
            }
        }

        @media (max-width: 768px) {
            .pdt-vs1-products {
                flex-direction: column;
                align-items: center;
                gap: 30px;
                padding: 20px;
            }

            .pdt-vs1-product {
                width: 100%;
                max-width: 100%;
                margin-bottom:25px;
            }

            .pdt-vs1-header {
                padding: 20px;
            }

            .pdt-vs1-title {
                font-size: 24px;
            }

            .pdt-vs1-spec-item{
                gap:10px;
            }
            .pdt-vs1-spec-value{
                text-align: left;
            }
            
            
            .pdt-vs1-badge {
                top: 10px;
                right: -35px;
                padding: 4px 30px;
            }
        }

        @media (max-width: 480px) {
          

            .pdt-vs1-container {
                border-radius: 6px;
            }

            .pdt-vs1-header {
                padding: 15px 10px;
            }

            .pdt-vs1-title {
                font-size: 20px;
                line-height: 1.3;
            }

            .pdt-vs1-subtitle {
                font-size: 14px;
                line-height: 1.4;
            }

            .pdt-vs1-products {
                padding: 10px;
                gap: 20px;
            }
            
            .pdt-vs1-product {
                border-radius: 6px;
            }

            .pdt-vs1-product-header {
                padding: 15px 10px;
            }

            .pdt-vs1-product-name {
                font-size: 18px;
            }

            .pdt-vs1-product-brand {
                font-size: 13px;
            }

            .pdt-vs1-product-image {
                padding: 10px;
            }
            
            .pdt-vs1-product-price {
                padding: 12px 10px;
                font-size: 16px;
            }
            
            .pdt-vs1-rating {
                padding: 10px;
            }
            
            .pdt-vs1-stars {
                font-size: 15px;
            }
            
            .pdt-vs1-rating-count {
                font-size: 13px;
            }
            
            .pdt-vs1-specs,
            .pdt-vs1-features {
                padding: 15px 10px;
            }
            
            .pdt-vs1-spec-title,
            .pdt-vs1-feature-title {
                font-size: 16px;
                margin-bottom: 10px;
            }
            
            .pdt-vs1-spec-item {
                padding: 8px 0;
                font-size: 13px;
            }
            
            .pdt-vs1-spec-name {
                width: 45%;
            }
            
            .pdt-vs1-spec-value {
                width: 55%;
            }
            
            .pdt-vs1-feature-item {
                padding: 8px 0;
                font-size: 13px;
                line-height: 1.4;
            }
            
            .pdt-vs1-check,
            .pdt-vs1-cross {
                font-size: 14px;
                margin-top: 2px;
            }
            
            .pdt-vs1-cta {
                padding: 15px 10px;
            }
            
            .pdt-vs1-btn {
                padding: 10px 15px;
                font-size: 15px;
            }
            
            .pdt-vs1-conclusion {
                padding: 15px 10px;
                font-size: 13px;
            }
        }

        /* 超小屏幕设备额外优化 */
        @media (max-width: 360px) {
            
            .pdt-vs1-title {
                font-size: 18px;
            }
            
            .pdt-vs1-subtitle {
                font-size: 13px;
            }
            
            .pdt-vs1-product-name {
                font-size: 16px;
            }
            
            .pdt-vs1-product-image {
                height: 130px;
            }
            
            .pdt-vs1-spec-name,
            .pdt-vs1-spec-value {
                width: 100%;
                text-align: left;
            }
            
            .pdt-vs1-spec-value {
                padding-top: 3px;
                padding-left: 5px;
            }
            
            .pdt-vs1-feature-item {
                font-size: 12px;
            }
            
            .pdt-vs1-btn {
                font-size: 14px;
            }
            
            .pdt-vs1-badge {
                font-size: 10px;
                padding: 3px 25px;
                right: -32px;
            }
        }



    /* 主容器 */
    .pdt-vs2-container {
      max-width: var(--main-max-width);
      margin: 40px auto;
    }

    /* 标题部分 */
    .pdt-vs2-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .pdt-vs2-title {
      font-size: 23px;
      color: #2c3e50;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .pdt-vs2-subtitle {
      font-size: 16px;
      color: #7f8c8d;
      max-width: 700px;
      margin: 0 auto;
    }

    /* 对比表格 */
    .pdt-vs2-comparison {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      margin: 30px auto;
    }

    /* 包裹层：用于横向滚动 */
    .pdt-vs2-table-wrapper {
      width: 100%;
      overflow-x: auto;
      margin:25px auto;
      border-radius:8px;
      box-shadow: 0 15px 10px rgba(0, 0, 0, 0.04);
      -webkit-overflow-scrolling: touch; /* iOS顺滑 */
    }

    .pdt-vs2-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 700px; /* 防止过窄 */
      border:1px solid #e2e8f0;
    }

    .pdt-vs2-table tr, .pdt-vs2-table td{
      font-size:14px !important;
      vertical-align: middle;
    }

    .pdt-vs2-table-header {
      background-color: #1754a4;
      color: white;
    }

    .pdt-vs2-feature-cell {
      width: 20%;
      text-align: left;
      /*font-weight: 600;*/
      padding: 12px 15px;
      color:#565351;
      background-color: #f8fafc;
      vertical-align: middle;
      border-bottom: 1px solid #e2e8f0;
    }

    .pdt-vs2-product-header {
      padding: 20px;
      text-align: center;
      font-size: 16px !important;
      font-weight: 600;
      vertical-align: middle;
      border-left: 1px solid rgba(255, 255, 255, 0.8);
    }

    .pdt-vs2-product-cell {
      padding: 16px 20px;
      line-height:1.5;
      text-align: center;
      border-bottom: 1px solid #e2e8f0;
    }

    .pdt-vs2-highlight {
      background-color: #f0f9ff;
    }

    .pdt-vs2-price {
      font-weight: 600;
      color: #2c3e50;
    }

    .pdt-vs2-price-note {
      font-size: 14px;
      color: #7f8c8d;
      margin-top: 10px;
    }

    .pdt-vs2-featured {
    position: relative;
    overflow: hidden;
}

.pdt-vs2-ribbon {
    position: absolute;
    top: 12px;
    right: -40px;
    width: 120px;
    background: #991b1b; /* 红色 */
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}


    /* 按钮样式 */
    .pdt-vs2-cta-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #1754a4;
      color: white !important;
      font-size:14px !important;
      text-decoration: none !important;
      border-radius: 4px;
      font-weight: 600;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .pdt-vs2-cta-button:hover {
      background-color: #167e79;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(22, 126, 121, 0.3);
    }

    .pdt-vs2-outline-button {
      background-color: transparent;
      border: 2px solid #1754a4;
      color: #1754a4 !important;
      text-decoration: none !important;
    }

    .pdt-vs2-outline-button:hover {
      background-color: rgba(22, 126, 121, 0.1);
      box-shadow: none;
    }

    /* 标签 */
    .pdt-vs2-tag {
      display: inline-block;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .pdt-vs2-tag-yes {
      background-color: #dcfce7;
      color: #166534;
    }

    .pdt-vs2-tag-no {
      background-color: #fee2e2;
      color: #991b1b;
    }

    .pdt-vs2-tag-partial {
      background-color: #fef3c7;
      color: #92400e;
    }

    /* 小屏滚动条美化 */
    .pdt-vs2-table-wrapper::-webkit-scrollbar {
      height: 6px;
    }
    .pdt-vs2-table-wrapper::-webkit-scrollbar-thumb {
      background: #cbd5e1;
      border-radius: 3px;
    }
    .pdt-vs2-table-wrapper::-webkit-scrollbar-track {
      background: transparent;
    }

    /* 响应式设计 */
    @media (max-width: 768px) {
      .pdt-vs2-title {
        font-size: 26px;
      }
      .pdt-vs2-subtitle {
        font-size: 16px;
      }
      .pdt-vs2-product-header {
        font-size: 16px;
        padding: 15px;
      }
      .pdt-vs2-price {
        font-size: 18px;
      }
      .pdt-vs2-feature-cell,
      .pdt-vs2-product-cell {
        padding: 12px 15px;
      }
    }

    @media (max-width: 576px) {
      .pdt-vs2-container {
        margin: 20px auto;
      }
      .pdt-vs2-title {
        font-size: 22px;
      }
    }



    .pdt-db-wrapper {
      max-width: var(--main-max-width);
      margin: 30px auto;
    }

    .pdt-db-title-main {
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #111827;
    }

    .pdt-db-grid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /*flex-wrap: wrap;*/
      gap: 10px;
      position: relative;
    }

    .pdt-db-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 25px 12px;
      width: 100%;
      max-width: 420px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s ease;
      box-sizing:border-box;
    }

    .pdt-db-card:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transform: translateY(-4px);
    }

    .pdt-db-product-name {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 24px;
      color: #1754a4;
    }

    .pdt-db-list {
      list-style: none;
      padding: 0;
      margin: 0 0 32px;
    }

    .pdt-db-list li {
      font-size: 15px;
      color: #565351;
      padding: 10px 0;
      border-bottom: 1px solid #f3f4f6;
      position: relative;
      padding-left: 28px;
    }

    .pdt-db-list li:last-child {
      border-bottom: none;
    }

    .pdt-db-list li::before {
      content: "✓" !important;
      position: absolute !important;
      left: 0 !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      color: #10b981 !important;
      font-size: 16px !important;
      font-weight: bold !important;
      width:unset !important;
      height: unset !important;
      background: unset !important;
    }

    .pdt-db-list li.pdt-db-bad::before {
      content: "✕" !important;
      color: #ef4444  !important;
    }

    .pdt-db-btn {
      display: block;
      background: #1754a4;
      color: #ffffff !important;
      text-align: center;
      font-size: 14px;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none !important;
      margin: 0 auto;
      transition: background 0.3s ease;
      width: fit-content;
    }

    .pdt-db-btn:hover {
      background: #167e79;
    }

    .pdt-db-vs {
      font-size: 42px;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px #1754a4; /* 镂空描边效果 */
      text-stroke: 2px #1754a4;
      padding: 0 5px;
      text-align: center;
      user-select: none;
      line-height: 1;
    }

    /* 响应式布局 */
    @media (max-width: 1100px) {
      .pdt-db-grid {
        flex-direction: column;
        gap: 20px;
        align-items: center;
      }
      .pdt-db-card, .pdt-db-vs {
        max-width: 500px;
        width: 100%;
      }
      .pdt-db-vs {
        margin: 0 auto;
      }
    }

      @media (max-width: 768px) {
         .pdt-db-grid {
          align-items: normal;
       }
      }






.pdt-vs-container {
  max-width:var(--main-max-width);
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  padding: 60px 20px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08); 
  transition: box-shadow 0.4s ease-in-out;
  box-sizing: border-box;
}

.pdt-vs-container:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12); 
}


.pdt-vs-header {
  font-size: 18px !important; 
  color: #222; 
  margin-bottom: 25px; 
  font-weight: 600;
  border-left: unset !important;
  padding-left: 0px !important;
  margin-left: 0px !important; 
}

.pdt-vs-content {
  display: flex;
  flex-direction: column;
  gap: 40px; 
}

@media (min-width: 768px) {
  .pdt-vs-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px; 
  }
}



.pdt-vs-product {
  flex: 1;
  text-align: center;
}

.pdt-vs-image {
  width: 100%;
  max-width: 480px; 
  height: auto;
  margin: 0 auto 25px; 
  display: block;
  border-radius: 10px; 
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08); 
}

.pdt-vs-image:hover {
  transform: scale(1.02); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
}

.pdt-vs-features {
  flex: 1;
}

.pdt-vs-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px; 
  position: relative; 
  transition: color 0.3s ease-in-out;
}

.pdt-vs-feature-item:hover .pdt-vs-feature-text {
  color: #565351;
}

.pdt-vs-feature-item:hover .pdt-vs-feature-icon {
   color: #1754a4;
}

.pdt-vs-feature-item:hover::before {
  height: 80%; /* 悬停时显示高度 */
}

.pdt-vs-feature-text {
    position: relative;
    display: inline-block; 
    padding-bottom: 2px;
}

.pdt-vs-feature-icon {
  color: #1754a4;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px; /* 图标稍微大一点 */
  min-width: 20px; /* 防止文本过长挤压图标 */
  text-align: center;
}

.pdt-vs-feature-text {
  color: #565351; /* 默认文本颜色稍微深一点 */
  font-size: 15px;
  line-height: 1.5; /* 增加行高 */
}

.pdt-vs-sanitizer .pdt-vs-feature-text {
  color: #565351;
}

.pdt-vs-sanitizer .pdt-vs-feature-icon {
  color: #1754a4;
}

/* 升级后的 Divider 和 VS */
.pdt-vs-divider {
  position: relative;
  height: 100px; /* 分隔符高度增加 */
  margin: 35px 0; /* 分隔符上下空间增加 */
}

.pdt-vs-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #ddd 30%, #ddd 70%, transparent); /* 分隔线颜色浅一点 */
  z-index: 1;
}

.pdt-vs-vs-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1754a4, #1754a4);
  color: #ffffff;
  font-weight: bold;
  font-size: 24px; /* VS 字体大一点 */
  width: 70px; /* VS 徽章大一点 */
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15); /* 初始阴影 */
  border: 3px solid #ffffff; /* 边框粗一点 */
  z-index: 2;
  /* 添加缩放和阴影的过渡效果 */
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  cursor: pointer;
}

/* 鼠标悬停时 VS 徽章轻微放大和增加更柔和的阴影 */
.pdt-vs-vs-badge:hover {
  transform: translate(-50%, -50%) scale(1.08); /* 放大比例更小 */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2); /* 悬停阴影更柔和 */
}

/* 获取报价链接样式 */
.quote-link {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 25px;
  background-color: #1754a4;
   color:#fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.quote-link:hover {
  background-color: #167e79;
}

@media (max-width: 768px) {
  .pdt-vs-container{
    padding:35px 25px;
  }
  .pdt-vs-content {
    gap: 0px; 
  }
  .pdt-vs-image{
    margin-bottom: 0px;
  }
  .pdt-vs-divider{
    margin:35px 0;
  }
  .pdt-vs-features{
    margin-top:25px;
  }
  .cmn-tabs a{
    line-height:24px;
  }
}

  .cnm-sh-container {
            max-width: var(--main-max-width);
            margin: 0 auto;
            padding: 20px 0px;
        }
        
        .cnm-sh-title {
            color: #1754a4;
            font-size: 2.5rem;
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .cnm-sh-product-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            margin: 30px auto;
        }
        
        .cnm-sh-product-item {
            flex: 0 0 calc(50% - 30px);
            min-width: 350px;
            overflow: hidden;
            position: relative;
            display: block;
            text-decoration: none !important;
            color: inherit;
            transition: transform 0.3s ease;
        }
        
        .cnm-sh-product-item:hover {
            transform: translateY(-5px);
        }
        
        .cnm-sh-product-image {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .cnm-sh-product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .cnm-sh-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(31, 145, 145, 0.85);
            z-index: 1;
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding-bottom: 30px;
        }
        
        .cnm-sh-product-item:hover .cnm-sh-overlay {
            opacity: 1;
        }
        
        .cnm-sh-product-list {
            color: white;
            z-index: 2;
            list-style-type: disc;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        .cnm-sh-product-list li {
            /*margin-bottom: 10px;*/
            font-size: 1rem;
        }
            .cnm-sh-product-list li::before {
                background: #fff !important;
            }
        
        .cnm-sh-product-list li a {
            color: white;
            text-decoration: none;
        }
        
        .cnm-sh-product-list li a:hover {
            text-decoration: underline;
        }
        
        .cnm-sh-product-content {
            padding: 15px 0;
        }
        
        .cnm-sh-product-title {
            font-size: 18px !important;
            color: #333;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .cnm-sh-product-description {
            color: #666;
            font-size: 15px !important;
            line-height: 1.6;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }
        
        .cnm-sh-view-more {
            display: inline-block;
            padding: 12px 25px;
            border: 1px solid #1754a4;
            color: #1754a4;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 3;
        }
        
        .cnm-sh-view-more:hover {
            background-color: #1754a4;
            color: white;
        }
        
        @media screen and (max-width: 768px) {
            .cnm-sh-product-grid {
                flex-direction: column;
            }
            
            .cnm-sh-product-item {
                flex: 0 0 100%;
                min-width: 100%;
            }
            
            .cnm-sh-title {
                font-size: 2rem;
            }
            
            .cnm-sh-product-image {
                height: 350px;
            }
            
            .cnm-sh-overlay {
                opacity: 1;
                background-color: rgba(23, 162, 184, 0.4);
            }
        }


    .cnm-wwo-container {
            max-width: var(--main-max-width);
            margin: 0 auto;
            padding: 40px 15px;
        }

        .cnm-wwo-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .cnm-wwo-header h2 {
            font-size: 32px;
            color: #565351;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .cnm-wwo-description {
            max-width: 90%;
            margin: 0 auto 40px;
            text-align: center;
            line-height: 1.8;
            color: #666;
            font-size: 15px;
        }

        /* Solutions Grid */
        .cnm-wwo-solutions {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }

        .cnm-wwo-solution {
            position: relative;
            width: calc(32% - 15px);
            height: 450px;
            overflow: hidden;
            border-radius: 5px;
            cursor: pointer;
            box-shadow:0 8px 24px rgba(0, 0, 0, 0.25);
        }

        .cnm-wwo-solution img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        /* Icon overlay */
        .cnm-wwo-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            border: 1px solid rgba(255,255,255,.7);
        }

        .cnm-wwo-icon img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }

        /* Solution Title */  
        .cnm-wwo-title {
            position: absolute;
            top: 65%;
            left: 0;
            right: 0;
            text-align: center;
            color: white;
            font-size: 18px;
            font-weight: 500;
            z-index: 2;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        }

        /* Hover Content */
        .cnm-wwo-hover-content {
            position: absolute;
            bottom: -300px;
            left: 0;
            right: 0;
            background: white;
            padding: 20px;
            transition: bottom 0.3s ease-in-out;
            z-index: 3;
             box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .cnm-wwo-hover-title {
            color: #3d3d3d;
            font-size: 18px !important;
            font-weight: 500;
            padding-left: 0px !important;
            border-left: unset !important;
            margin:15px 0px !important;
        }

        .cnm-wwo-hover-description {
            color: #666;
            font-size: 15px !important;
            margin-bottom: 15px;
            text-align: left;
               display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

        .cnm-wwo-learn-more {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            color: #1f5379;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none !important;
            gap: 5px;
        }

        .cnm-wwo-learn-more img {
            width: 16px;
            height: 16px;
            transition: transform 0.3s;
        }

        /* Hover Effects */
        .cnm-wwo-solution:hover .cnm-wwo-hover-content {
            bottom: 0;
        }

        .cnm-wwo-solution:hover .cnm-wwo-solution-img {
            transform: scale(1.05);
        }

        .cnm-wwo-learn-more:hover img {
            transform: translateX(3px);
        }

        .cnm-wwo-solution:hover .cnm-wwo-icon,.cnm-wwo-solution:hover .cnm-wwo-title{
            opacity: 0;
        }

        /* Overlay for better text visibility */
        .cnm-wwo-solution::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.6);
            z-index: 1;
            transition: opacity 0.3s ease;
        }
        
        /* Hover Effects */
        .cnm-wwo-solution:hover .cnm-wwo-hover-content {
            bottom: 0;
        }

        .cnm-wwo-solution:hover .cnm-wwo-solution-img {
            transform: scale(1.05);
        }
        
        .cnm-wwo-solution:hover::after {
            opacity: 0;
        }

        .cnm-wwo-learn-more:hover img {
            transform: translateX(3px);
        }

        @media screen and (max-width: 1200px) {
            .cnm-wwo-solution {
                width: calc(50% - 15px);
            }
        }
        
        @media screen and (max-width: 768px) {
            .cnm-wwo-solutions {
                gap: 25px;
            }
            
            .cnm-wwo-description {
                max-width: 100%;
                padding: 0 15px;
            }
            
            .cnm-wwo-solution {
                height: 450px;
            }
        }

        @media screen and (max-width: 576px) {
            .cnm-wwo-solution {
                width: 100%;
                height: 400px;
            }
            
            .cnm-wwo-icon {
                width: 60px;
                height: 60px;
            }
            
            .cnm-wwo-icon img {
                width: 30px;
                height: 30px;
            }
            
            .cnm-wwo-title {
                font-size: 16px;
            }
        }


        .cmn-cts1-container {
            max-width: var(--main-max-width);
            margin: 40px auto;
        }
        
        .cmn-cts1-section {
            position: relative;
            display: flex;
            overflow: hidden;
            background-color: #000;
        }
        
        .cmn-cts1-content {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 0 40px;
        }
        
        .cmn-cts1-info {
            max-width: 50%;
            color: #fff;
            padding: 40px 0;
            position: relative;
        }
        
        .cmn-cts1-info::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 100%;
            background-color: #000;
            top: 0;
            left: -60px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
        }
        
        .cmn-cts1-title {
            font-weight: 600;
            color: #fff !important;
            margin-bottom: 15px !important;
            border-bottom: unset !important;
        }

        .cmn-cts1-title::before{
          display: none !important;
        }
        
        .cmn-cts1-description {
            font-size: 15px !important;
            color: rgba(255, 255, 255, 1) !important;
            line-height: 1.7;
            max-width: 600px;
        }
        
        .cmn-cts1-action {
            flex-shrink: 0;
        }
        
        .cmn-cts1-button {
            background-color: #1754a4;
            color: white !important;
            padding: 12px 25px;
            text-decoration: none !important;
            font-weight: 500;
            /*text-transform: uppercase;*/
            letter-spacing: 1px;
            font-size: 14px;
            border-radius:5px !important;
            border: none;
            cursor: pointer;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(31, 145, 145, 0.3);
        }
        
        .cmn-cts1-button:hover {
            background-color: #167e79;
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(31, 145, 145, 0.4);
        }
        
        .cmn-cts1-image {
            position: absolute;
            right: 0;
            top: 0;
            width: 65%;
            height: 100%;
            background-image: url('https://www.zjks.ru/static/images/news_bg.jpg');
            background-size: cover;
            background-position: center;
            clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
            z-index: 1;
        }
        
        .cmn-cts1-overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
            z-index: 1;
        }
        
        /* Responsive adjustments */
        @media (max-width: 998px) {
            .cmn-cts1-section {
                height: auto;
            }
            
            .cmn-cts1-content {
                flex-direction: column;
                align-items: flex-start;
                padding: 40px;
            }
            
            .cmn-cts1-info {
                max-width: 100%;
                padding: 0 0 30px 0;
            }
            
            .cmn-cts1-image {
                position: absolute;
                width: 100%;
                clip-path: none;
                opacity: 0.3;
            }
            
            .cmn-cts1-overlay {
                background: rgba(0,0,0,0.6);
            }
        }
        
        @media (max-width: 768px) {
            .cmn-cts1-title {
                font-size: 28px;
            }
            
            .cmn-cts1-description {
                font-size: 14px;
            }
            
            .cmn-cts1-content {
                padding: 30px 20px;
            }
            
            .cmn-cts1-button {
                padding: 12px 20px;
                width: 100%;
                text-align: center;
            }
        }



        .cmn-cts-container {
            max-width: 1200px;
            margin: 35px auto;
        }
        
        .cmn-cts-section {
            background: linear-gradient(145deg, #ffffff, #f0f4f8);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
            border-radius: 12px;
            padding: 40px;
            position: relative;
            overflow: hidden;
            border-left: 4px solid #1754a4;
        }
        
        .cmn-cts-section::before {
            content: "";
            position: absolute;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, rgba(31, 145, 145, 0.1) 0%, rgba(20, 102, 205, 0) 70%);
            border-radius: 50%;
            top: -100px;
            right: -100px;
        }
        
        .cmn-cts-section::after {
            content: "";
            position: absolute;
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 102, 255, 0) 70%);
            border-radius: 50%;
            bottom: -70px;
            left: -70px;
        }
        
        .cmn-cts-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        
        .cmn-cts-info {
            max-width: 70%;
        }
        
        .cmn-cts-title {
            font-size: 32px;
            font-weight: 600;
            color: #0c1e35;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
            border-bottom: unset !important;
        }

        .cmn-cts-title::before{
          display: none !important;
          border-bottom:unset !important;
        }
        
        .cmn-cts-title::after {
            content: "";
            position: absolute;
            width: 40px;
            height: 3px;
            background-color: #1754a4;
            bottom: -8px;
            left: 0;
        }
        
        .cmn-cts-description {
            font-size: 15px !important;
            line-height: 1.7;
            max-width: 600px;
        }
        
        .cmn-cts-action {
            flex-shrink: 0;
        }
        
        .cmn-cts-button {
            background: linear-gradient(135deg, #1754a4, #1754a4);
            color: white !important;
            padding: 12px 25px;
            border-radius: 6px;
            text-decoration: none !important;
            font-weight: 500;
            /*text-transform: uppercase;*/
            letter-spacing: 1px;
            font-size: 14px;
            border: none;
            cursor: pointer;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(31, 145, 145, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .cmn-cts-button::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: 0.5s;
        }
        
        .cmn-cts-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(31, 145, 145, 0.4);
        }
        
        .cmn-cts-button:hover::before {
            left: 100%;
        }
        
        /* Responsive adjustments */
        @media (max-width: 960px) {
            .cmn-cts-content {
                flex-direction: column;
                align-items: flex-start;
                gap: 30px;
            }
            
            .cmn-cts-info {
                max-width: 100%;
            }
            
            .cmn-cts-action {
                align-self: flex-end;
            }
        }
        
        @media (max-width: 600px) {
            .cmn-cts-section {
                padding: 30px 20px;
            }
            
            .cmn-cts-title {
                font-size: 26px;
            }
            
            .cmn-cts-description {
                font-size: 14px;
            }
            
            .cmn-cts-action {
                align-self: stretch;
                width: 100%;
            }
            
            .cmn-cts-button {
                width: 100%;
                text-align: center;
                padding: 12px 20px;
            }
        }


     .cmn-cts2-container {
            max-width: 1200px;
            margin: 35px auto;
        }
        
        .cmn-cts2-section {
            background: linear-gradient(145deg, #192339, #2d3748);
            border-radius: 10px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                        0 1px 0 rgba(255, 255, 255, 0.1) inset,
                        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
            padding: 40px;
            position: relative;
            overflow: hidden;
        }
        
        .cmn-cts2-section::before {
            content: "";
            position: absolute;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(31, 145, 145, 0.1), rgba(31, 145, 145, 0));
            border-radius: 50%;
            top: -150px;
            right: -150px;
        }
        
        .cmn-cts2-section::after {
            content: "";
            position: absolute;
            width: 200px;
            height: 200px;
            border: 1px solid rgba(31, 145, 145, 0.2);
            border-radius: 50%;
            bottom: -100px;
            left: -100px;
        }
        
        .cmn-cts2-content {
            position: relative;
            z-index: 10;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .cmn-cts2-info {
            flex: 1;
            min-width: 280px;
            padding-right: 30px;
        }
        
        .cmn-cts2-title {
            font-size: 36px;
            font-weight: 700;
            color: #fff !important;
            margin-bottom: 20px;
            position: relative;
            letter-spacing: 1px;
            border-bottom: unset !important;
        }

         .cmn-cts2-title::before{
            display: none;
         }
        
        .cmn-cts2-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #1754a4, #1754a4);
        }
        
        .cmn-cts2-description {
            font-size: 15px !important;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.85);
            max-width: 600px;
            margin-top: 20px;
            color:#fff !important;
        }
        
        .cmn-cts2-action {
            margin-top: 30px;
        }
        
        .cmn-cts2-button {
            display: inline-block;
            background: linear-gradient(90deg, #1754a4, #1754a4);
            color: white !important;
            padding: 12px 25px;
            border-radius: 4px;
            text-decoration: none !important;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 1px;
            /*text-transform: uppercase;*/
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(31, 145, 145, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .cmn-cts2-button::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.6s;
        }
        
        .cmn-cts2-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(31, 145, 145, 0.4);
        }
        
        .cmn-cts2-button:hover::before {
            left: 100%;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cmn-cts2-section {
                padding: 30px;
            }
            
            .cmn-cts2-content {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .cmn-cts2-info {
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .cmn-cts2-title {
                font-size: 28px;
            }
            
            .cmn-cts2-description {
                font-size: 15px;
            }
            
            .cmn-cts2-button {
                width: 100%;
                text-align: center;
            }
        }


    .pt-cpys-features {
      display: flex;
      flex-wrap: wrap;
      gap:25px 15px;
      justify-content: space-between;
      padding: 25px 0px;
      margin: 0 auto;
      align-items: baseline;
    }

    .pt-cpys-feature-item {
      width: calc(33% - 15px);
      text-align: center;
      /*padding: 20px;*/
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
    }

    .pt-cpys-feature-item:hover {
      box-shadow: 0 3px 10px rgba(31, 145, 145, 0.04),
              0 1px 4px rgba(0, 0, 0, 0.02);
      transform: translateY(-5px);
    }

    .pt-cpys-feature-item img {
      width: 95px;
      /*height: 95px;*/
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: none !important;
    }

    .pt-cpys-feature-item:hover img {
      transform: scale(1.1) rotate(1.5deg);
    }

    .pt-cpys-feature-item h3,.pt-cpys-feature-item h4 {
      font-size: 18px;
      font-weight: bold;
      margin: 12px !important;
      color: #565351;
      transition: color 0.3s ease;
      border-left:unset !important;
      padding-left: 0px !important;
    }

    .pt-cpys-feature-item h3::before,.pt-cpys-feature-item h4::before{
      display:none;
    }

    .pt-cpys-feature-item:hover h3,.pt-cpys-feature-item:hover h4 {
      color: #1754a4;
    }

    .pt-cpys-feature-item p {
      font-size: 15px;
      color: #565351;
      line-height: 25px;
      transition: color 0.3s ease;
    }
    .pt-cpys-feature-item:hover p {
      color: #1754a4;
    }

    @media (max-width: 1200px) {
      .pt-cpys-feature-item {
        width: calc(50% - 15px);
      }
    }

    @media (max-width: 768px) {
      .pt-cpys-feature-item {
        width: 100%;
      }
      .pt-cpys-feature-item p{
        font-size:14.5px;
      }
      .pt-cpys-feature-item h3,.pt-cpys-feature-item h4{
        font-size:18px;
      }
    }


      
        .cmn-fm-container {
            max-width: 1300px;
            margin: 50px auto;
            background-color: var(--light-color);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-xl);
            overflow: hidden;
            position: relative;
        }

        .cmn-fm-header {
            background-color: #1754a4;
            color: white;
            padding: 25px 30px;
            position: relative;
        }
        
        .cmn-fm-header:after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 0;
            right: 0;
            height: 15px;
            background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
        }
        
        .cmn-fm-title {
            font-size: 1.8rem;
            margin-bottom: 5px;
        }
        
        .cmn-fm-subtitle {
            font-size: 1rem;
            font-weight: normal;
            opacity: 0.8;
        }
        
        .cmn-fm-content {
            display: flex;
            flex-wrap: wrap;
        }
        
        /* 左侧指南区域 */
        .cmn-fm-guidance {
            flex: 1;
            min-width: 350px;
            background-color: rgba(44, 62, 80, 0.02);
            color: #444;
            padding: 40px;
            position: relative;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(255,255,255,0.05) 0%, transparent 20%),
                radial-gradient(circle at 85% 60%, rgba(255,255,255,0.08) 0%, transparent 30%);
        }
        
        .cmn-fm-guidance-wrapper {
            max-width: 400px;
            margin: 0 auto;
        }
        
        .cmn-fm-guidance-heading {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 30px;
        }
        
        .cmn-fm-guidance-icon {
            width: 38px;
            height: 38px;
            background-color: rgba(178,168,168,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-md);
        }
        
        .cmn-fm-guidance-title {
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: -0.01em;
        }
        
        .cmn-fm-guidance-intro {
            margin-bottom: 30px;
            font-size: 0.95rem;
            opacity: 0.9;
        }
        
        .cmn-fm-guidance-section {
            padding: 20px 0;
            border-top: 1px solid rgba(255,255,255,0.15);
        }
        
        .cmn-fm-section-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 14px;
        }
        
        .cmn-fm-section-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
             background-color: rgba(178,168,168,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .cmn-fm-section-title {
            font-size: 1.1rem;
            font-weight: 600;
        }
        
        .cmn-fm-section-content {
            padding-left: 47px;
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.7;
        }
        
        .cmn-fm-highlight {
            font-weight: 600;
            color: #63b3ed;
        }
        
        .cmn-fm-guidance-footer {
            margin-top: 30px;
            padding-top: 20px;
            font-size: 0.9rem;
            opacity: 0.8;
            font-style: italic;
            border-top: 1px solid rgba(255,255,255,0.15);
        }
        
        .cmn-fm-link {
            color: #63b3ed;
            text-decoration: none;
            font-weight: 500;
            transition: var(--transition);
        }
        
        .cmn-fm-link:hover {
            text-decoration: underline;
            color: #90cdf4;
        }
        
        /* 右侧表单区域 */
        .cmn-fm-form {
            flex: 1.2;
            min-width: 350px;
            padding: 40px;
            background-color: var(--light-color);
        }
        
        .cmn-fm-form-wrapper {
            max-width: 500px;
            margin: 0 auto;
        }
        
        .cmn-fm-form-header {
            text-align: center;
            margin-bottom: 35px;
        }
        
        .cmn-fm-form-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 10px;
            letter-spacing: -0.02em;
        }
        
        .cmn-fm-form-subtitle {
            color: var(--text-secondary);
            font-size: 0.95rem;
        }
        
        .cmn-fm-form-group {
            margin-bottom: 22px;
        }
        
        .cmn-fm-form-label {
            display: block;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--text-primary);
            display: flex;
            justify-content: space-between;
        }
        
        .cmn-fm-required {
            color: var(--accent-color);
            font-weight: 400;
        }
        
        .cmn-fm-input-wrapper {
            position: relative;
        }
        
        .cmn-fm-input {
            width: 100%;
            padding: 13px 16px;
            font-size: 1rem;
            border: 1px solid var(--border-color);
            border-radius: var(--input-radius);
            background-color: var(--light-color);
            color: var(--text-primary);
            transition: var(--transition);
        }
        
        .cmn-fm-input:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(0, 98, 204, 0.12);
        }
        
        .cmn-fm-input::placeholder {
            color: var(--text-light);
        }
        
        .cmn-fm-textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        .cmn-fm-help-text {
            margin-top: 6px;
            font-size: 0.85rem;
            color: var(--text-secondary);
            display: flex;
            align-items: flex-start;
            gap: 6px;
        }
        
        .cmn-fm-help-icon {
            color: var(--primary-color);
            font-size: 0.8rem;
        }
        
        .cmn-fm-row {
            display: flex;
            gap: 20px;
            margin-bottom: 0;
        }
        
        .cmn-fm-col {
            flex: 1;
        }
        
        .cmn-fm-submit-container {
            margin-top: 35px;
        }
        
        .cmn-fm-submit-btn {
            width: 100%;
            padding: 15px 25px;
            font-size: 1rem;
            font-weight: 600;
            color: white;
            background-color: #1754a4;
            border: none;
            border-radius: var(--input-radius);
            cursor: pointer;
            transition: var(--transition);
            box-shadow: var(--shadow-md);
            position: relative;
            overflow: hidden;
        }
        
        .cmn-fm-submit-btn:hover {
            background-color: #0051af;
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }
        
        .cmn-fm-submit-btn:active {
            transform: translateY(0);
            box-shadow: var(--shadow-sm);
        }
        
        .cmn-fm-submit-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0));
            opacity: 0;
            transition: var(--transition);
        }
        
        .cmn-fm-submit-btn:hover::after {
            opacity: 1;
        }
        
        .cmn-fm-privacy {
            text-align: center;
            color: var(--text-light);
            font-size: 0.8rem;
            margin-top: 20px;
        }
        
        /* 响应式调整 */
        @media (max-width: 900px) {
            .cmn-fm-content {
                flex-direction: column;
            }
            
            .cmn-fm-guidance, .cmn-fm-form {
                min-width: 100%;
            }
            
            .cmn-fm-guidance {
                padding: 30px;
            }
            
            .cmn-fm-form {
                padding: 30px;
            }
        }
        
        @media (max-width: 600px) {
            .cmn-fm-row {
                flex-direction: column;
                gap: 0;
            }
            
            .cmn-fm-container {
                margin: 20px;
                border-radius: 8px;
            }
        }




    .cmn-pics-container {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      margin-bottom: 35px;
    }

    .cmn-pics-item {
      width: 100%;
      box-sizing: border-box;
    }

    .cmn-pics-item figure {
      margin: 0;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      background: #fff;
      display: flex;
      flex-direction: column;
      position: relative;
      border-radius: 5px;
    }

    .cmn-pics-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.5s ease;
      will-change: transform;
      transform-origin: center center;
      border-radius: 5px;
    }

    .cmn-pics-item:hover img {
      transform: scale(1.01);
    }

    .cmn-pics-item figcaption {
      text-align: center;
      padding: 15px 12px;
      font-size: 15px !important;
      color: #666;
      background-color: #fafafa;
      border-top: 1px solid #eee;
      z-index: 1;
    }

    /* 三列布局 */
    @media (min-width: 768px) {
      .cmn-pics-three .cmn-pics-item {
        width: calc(33.333% - 25px);
      }
      .cmn-pics-two .cmn-pics-item {
        width: calc(50% - 25px);
      }
    }


        .cta-section {
            background: linear-gradient(135deg, rgb(251 251 255 / 30%) 0%, rgb(170 170 170 / 30%) 100%);
            color: #666;
            text-align: center;
            padding: 80px 20px;
        }

        .cta-section h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
            line-height: 1.2;
            color:#565351;
        }

        .cta-section p {
            font-size: 1.2em;
            margin-bottom: 40px;
            line-height: 1.6;
            color:#565351;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-btn {
            padding: 12px 45px;
            font-size: 1.1em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
        }

        .cta-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .cta-btn:hover::before {
            width: 300px;
            height: 300px;
        }

        .cta-btn-primary {
            background: linear-gradient(135deg, #1754a4 0%, #1754a4 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(31, 145, 145, 0.3);
        }

        .cta-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(31, 145, 145, 0.4);
        }

        .cta-btn-primary:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(31, 145, 145, 0.3);
        }

        .cta-btn-secondary {
            background: rgba(255, 255, 255, 0.9);
            color: #1754a4;
            border: 2px solid #1754a4;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .cta-btn-secondary:hover {
            background: #1754a4;
            color: white;
            border-color: #1754a4;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(31, 145, 145, 0.3);
        }

        .cta-btn-secondary:active {
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(31, 145, 145, 0.2);
        }

        /* 平板设备 (768px - 1024px) */
        @media (max-width: 1024px) {
            .cta-section {
                padding: 60px 20px;
            }

            .cta-section h2 {
                font-size: 2em;
            }

            .cta-section p {
                font-size: 1.1em;
                margin-bottom: 35px;
            }

            .cta-btn {
                padding: 14px 40px;
                font-size: 1em;
            }
        }

        /* 小平板和大手机 (600px - 768px) */
        @media (max-width: 768px) {
            .cta-section {
                padding: 50px 16px;
            }
            .cnm-adv-card-text{
              font-size:14px;
            }
            .cnm-adv-card:nth-child(2) > .cnm-adv-card-content{
              padding-bottom:0px;
            }

            .cta-section h2 {
                font-size: 1.75em;
                margin-bottom: 16px;
                font-weight:550;
            }

            .cta-section p {
                margin-bottom: 30px;
                padding: 0 10px;
                line-height:25px;
            }

            .cta-buttons {
                gap: 16px;
            }

            .cta-btn {
                padding: 14px 36px;
                font-size: 0.95em;
            }
            .cnm-adv-intro{
              font-size:14px;
            }
        }

        /* 手机设备 (小于600px) */
        @media (max-width: 768px) {
            .cta-section {
                padding: 40px 16px;
            }

            .cta-section h2 {
                font-size: 21px;
                margin-bottom: 14px;
            }

            .cta-section p {
                font-size: 15px;
                margin-bottom: 25px;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 12px;
                align-items: stretch;
            }

            .cta-btn {
                padding: 14px 32px;
                font-size: 0.95em;
                width: 100%;
                max-width: 320px;
                margin: 0 auto;
            }
        }

        /* 小手机 (小于400px) */
        @media (max-width: 400px) {
            .cta-section {
                padding: 35px 12px;
            }

            .cta-section h2 {
                font-size: 1.3em;
            }

           

            .cta-btn {
                padding: 12px 24px;
                font-size: 0.9em;
            }
        }

        /* 针对触摸设备优化按钮大小 */
        @media (hover: none) and (pointer: coarse) {
            .cta-btn {
                min-height: 48px;
                padding: 12px 32px;
            }
        }


.cnmFourGrid {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 35px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    max-width:100%;
}

.cnmFourGrid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    width: 65px;
    height: 65px;
    border: 20px solid #fff;
    border-radius: 50%;
    background: #1754a4;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.cnmFourGrid li {
    flex: 0 0 calc(50% - 17.5px);
    background: #929292;
    padding: 32px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-left:0px !important;
    padding-left:20px !important;
    cursor: pointer;
}
.cnmFourGrid li::before {
  display: none !important;
}

.cnmFourGrid li:first-child {
    background: #1754a4;
}

.cnmFourGrid li p {
    color: #fff;
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.6;
}

.cnmFourGrid li h3,.cnmFourGrid li h4 {
    color: #fff;
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.2;
    border-left:unset !important;
    padding-left: 0px !important;
    margin:15px auto !important;
}
.cnmFourGrid li h3::before,.cnmFourGrid li h4::before{
  display: none !important;
}

@media (max-width: 1280px) {
    .cnmFourGrid::before {
        width: 80px;
        height: 80px;
        border-width: 30px;
    }
}

@media (max-width: 768px) {
     .cnmFourGrid::before {
        display: none;
    }

    .cnmFourGrid li {
        flex: 0 0 100%;
    }
}


.pdt_list_ul{
  border: 2px dashed #d4d4d4;
  padding: 25px 4%;
  margin:30px auto;
}
.pdt_list_ul_item{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 24px;
    color: #565351;
    margin-bottom: 12px;
}
.pdt_list_ul .num{
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #1754a4;
  border-radius: 50%;
  font-size: 13px;
}
.pdt_list_ul .text_dt{
  width: calc(100% - 20px);
  padding-left: 12px;
  font-size: 15px;
}
.pdt_list_ul_item:last-child{
  margin-bottom: 0;
}


.cnt-pat-item{
  padding: 20px 0;
  margin-bottom: 10px;
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  cursor: pointer;
}

.cnt-pat-media{
  width: 36%;
  overflow: hidden;
}
.cnt-pat-media img{
  display: block;
}

.cnt-pat-body{
  width:64%;
  padding:15px 3%;
}

.cnt-pat-head{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.cnt-pat-index{
  width: 53px;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 8px;
  color: #fff;
  background: url(../images/pro_det_icon33.webp) no-repeat center center;
}

.cnt-pat-textwrap{
  width:calc(100% - 53px);
  padding-left: 18px;
}

.cnt-pat-title{
  font-size: 18px;
  font-weight:550;
}

.cnt-pat-subtitle{
  color: #666;
  font-size: 15px;
  margin: 6px 0 8px;
}

.cnt-pat-desc{
  font-size: 15px;
  line-height: 27px;
}

/* 偶数项：图片右侧 */
.cnt-pat-item:nth-child(even){
  flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

/* 奇数项：标题反向 */
.cnt-pat-item:nth-child(odd) .cnt-pat-head{
  flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.cnt-pat-item:nth-child(odd) .cnt-pat-index{
  background: url(../images/pro_det_icon34.webp) no-repeat center center;
  padding-left: 0;
  padding-right: 8px;
  text-align: right;
}

.cnt-pat-item:nth-child(odd) .cnt-pat-textwrap{
  padding-left:0;
  padding-right:18px;
}

@media (max-width: 768px) {

  .cnt-pat-item {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cnt-pat-item:nth-child(even) {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cnt-pat-item:nth-child(odd) .cnt-pat-head {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
  }

  .cnt-pat-item:nth-child(odd) .cnt-pat-index {
    background: url(../images/pro_det_icon33.webp) no-repeat center center;
    padding-left: 8px;
    padding-right: 0;
    text-align: left;
  }

  .cnt-pat-item:nth-child(odd) .cnt-pat-textwrap {
    padding-left: 12px;
    padding-right: 0;
  }

  .cnt-pat-media {
    margin-bottom: 20px;
    width: 100%;
  }

  .cnt-pat-body {
    width: 100%;
    padding: 10px 0 0;
  }

  .cnt-pat-title {
    font-size: 18px;
  }

  .cnt-pat-desc {
    font-size: 14px;
  }
}


 .cna-grid-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 40px;
            border-radius: 8px;
        }

        .cna-grid-title {
            color: #4a90b8;
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 50px;
            text-align: left;
        }

        .cna-grid-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

        .cna-grid-card {
            display: flex;
            flex-direction: column;
            gap: 10px;
            cursor: pointer;
        }

        .cna-grid-image-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .cna-grid-number {
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: #fff;
            color: #333;
            font-size: 1.25rem;
            font-weight: bold;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        .cna-grid-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }

        .cna-grid-description {
            font-size: 15px !important;
            line-height: 1.7;
            padding: 0 5px;
        }

        .cna-grid-description strong {
            font-weight: 600;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .cna-grid-container {
                padding: 30px;
            }

            .cna-grid-title {
                font-size: 1.5rem;
                margin-bottom: 40px;
            }

            .cna-grid-grid {
                gap: 35px;
            }

            .cna-grid-image {
                height: 240px;
            }
        }

        @media (max-width: 768px) {
            .cna-grid-container {
                padding: 25px;
            }

            .cna-grid-title {
                font-size: 1.2rem;
                margin-bottom: 35px;
            }

            .cna-grid-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .cna-grid-image {
                height: 250px;
            }

            .cna-grid-number {
                width: 30px;
                height: 30px;
                font-size: 1rem;
                top: 0px;
                left: 0px;
            }

            .cna-grid-description {
                font-size: .95rem;
            }
        }

  .pt-cus-features-dot {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 20px auto;
            align-items: center;
        }

        .pt-cus-features-dot .pt-cus-feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .pt-cus-features-dot .pt-cus-feature-dot {
            width: 8px;
            height: 8px;
            background: linear-gradient(135deg, #1754a4 0%, #1754a4 100%);
            border-radius: 50%;
            flex-shrink: 0;
        }

        .pt-cus-features-dot .pt-cus-feature-text {
            font-size: 16px;
            font-weight: 500;
            color: #565351;
        }

        .pt-cus-features-slash {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 20px auto;
            align-items: center;
        }

        .pt-cus-features-slash .pt-cus-feature-text {
            font-size: 15px;
            font-weight: 500;
        }

        .pt-cus-features-slash .pt-cus-feature-slash {
            color: #ddd;
            font-weight: 300;
            font-size: 16px;
        }

         .pt-cus-features-linear {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin: 20px auto;
        }

        .pt-cus-linear-item {
            padding: 0px 25px;
            font-size: 16px;
            font-weight: 500;
            position: relative;
        }

        .pt-cus-linear-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 40px;
            background: linear-gradient(to bottom, transparent, #ddd, transparent);
        }

        .pt-cus-linear-item:hover {
            color: #1754a4;
        }
        .pt-cus-features-linear > :first-child{
            padding-left:0px;
        }


        /* 响应式设计 */
        @media (max-width: 768px) {

            .pt-cus-features-dot,
            .pt-cus-features-slash, {
                gap: 25px;
                flex-direction: column;
                align-items: flex-start;
            }
          .pt-cus-features-linear{
             padding:0px;
             gap: 25px;
          }
            .pt-cus-features-slash .pt-cus-feature-slash {
                display: none;
            }

            .pt-cus-linear-item {
                max-width: 100%;
                font-size: 14.5px;
            }

            .pt-cus-linear-item:not(:last-child)::after {
                display: none;
            }

            
          .pt-cus-features-slash .pt-cus-feature-text{
            padding-left:20px;
            position: relative;
            font-size: 14.5px;
          }
          .pt-cus-features-dot .pt-cus-feature-text{
            font-size:14.5px;
          }
          .pt-cus-features-slash .pt-cus-feature-text::before {
              content: "";
              position: absolute;
              left: 0;
              top: 40%;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: linear-gradient(135deg, #1754a4 0%, #1754a4 100%);
            }

            .pt-cus-linear-item{
              padding-left:20px !important;
            position: relative;
            }

            .pt-cus-linear-item::before {
              content: "";
              position: absolute;
              left: 0;
              top: 40%;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background: linear-gradient(135deg, #1754a4 0%, #1754a4 100%);
            }



        }

  .pts-cnm-section{
    max-width:1200px;
    margin:0 auto;
    padding:60px 20px;
}

.pts-cnm-section-title{
    text-align:center;
    font-size:28px;
    font-weight:600;
    margin-bottom:12px;
    color:#1f3a5f;
}

.pts-cnm-section-desc{
    text-align:center;
    font-size:15px;
    color:#666;
    margin-bottom:48px;
}

/* ===== 卡片布局 ===== */
.pts-cnm-wrapper{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap:25px;
    margin: 30px auto;
}

.pts-cnm-card{
    background:#fff;
    border-radius:16px;
    padding:26px 24px 28px;
    box-shadow:0 12px 28px rgba(0,0,0,.06);
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.pts-cnm-card::after{
    content:'';
    position:absolute;
    right:-40px;
    top:-40px;
    width:120px;
    height:120px;
    background:linear-gradient(135deg,#1754a4,#1754a4);
    border-radius:50%;
    opacity:.08;
}

.pts-cnm-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 44px rgba(0,0,0,.12);
}

/* ===== 卡片标题 ===== */
.pts-cnm-title{
    font-size:18px !important;
    font-weight:600;
    margin-bottom:18px;
    padding-left:14px;
    position:relative;
    color:#1f3a5f;
    border-left:none !important;
}

.pts-cnm-title::before{
    content:'' !important;
    position:absolute;
    left:0;
    top:50%;
    width:4px;
    height:20px;
    background:#1754a4;
    border-radius:3px;
    transform:translateY(-50%);
}

/* ===== 列表 ===== */
.pts-cnm-list{
    list-style:none;
    margin:0;
    padding:0;
}

.pts-cnm-list li{
    font-size:15px;
    color:#565351;
    line-height:1.7 !important;
    padding:8px 0 8px 18px;
    position:relative;
    border-bottom:1px dashed #eee;
    margin-left:0px !important;
}

.pts-cnm-list li:last-child{
    border-bottom:none;
}

.pts-cnm-list li::before{
    content:'✔' !important;
    position:absolute !important;
    left:0 !important;
    top:9px !important;
    font-size:12px !important;
    color:#1754a4 !important;
    background:none !important;
    width:auto !important;
    height:auto !important;

}

/* ===== 响应式优化 ===== */
@media (max-width:768px){
    .pts-cnm-section{
        padding:40px 16px;
    }
    .pts-cnm-section-title{
        font-size:22px;
    }
}

@media (max-width:480px){
    .pts-cnm-card{
        padding:22px 18px 24px;
    }
}


blockquote {
    margin: 15px 0 25px;
    padding: 28px 30px;

    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;

    color: #565351;
    background: #ffffff;

    border: 2px solid #1754a4;
    box-shadow: 12px 12px 0 #1754a4;
}

/* =====================
   样式 A：细线正文强调
===================== */
blockquote.bq-a {
    text-align: left;
    font-weight: 500;

    color: #565351;
    background: #fafbfd;

    padding: 22px 24px;

    border: none;
    border-left: 2px solid #1754a4;
    box-shadow: none;
}

/* =====================
   样式 B：逻辑分析（渐变）
===================== */
blockquote.bq-b {
    text-align: left;
    font-weight: 500;

    color: #565351;
    background: linear-gradient(
        to right,
        rgba(30, 63, 115, 0.08),
        rgba(30, 63, 115, 0)
    );

    padding: 22px 24px;

    border: none;
    box-shadow: none;
}

/* =====================
   样式 C：方案模块（顶部标识）
===================== */
blockquote.bq-c {
    position: relative;
    text-align: left;
    font-weight: 500;

    color: #565351;
    background: #f6f8fb;

    padding: 26px 24px 22px;

    border: none;
    box-shadow: none;
}

blockquote.bq-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #1754a4;
}

/* =====================
   样式 D：工程注释
===================== */
blockquote.bq-d {
    text-align: left;
    font-weight: 400;
    font-size: 14px;

    color: #565351;
    background: transparent;

    padding: 14px 0 14px 18px;

    border: none;
    border-left: 1px dashed #1754a4;
    box-shadow: none;
}

/* =====================
   样式 E：引用语句（引号）
===================== */
blockquote.bq-quote {
    position: relative;
    text-align: left;
    font-weight: 500;

    color: #565351;
    background: #f9fafc;

    padding: 24px 26px 24px 56px;

    border: none;
    box-shadow: none;
}

blockquote.bq-quote::before {
    content: "“";
    position: absolute;
    left: 18px;
    top: 8px;

    font-size: 46px;
    line-height: 1;
    color: rgba(30, 70, 130, 0.18);
    font-family: serif;
}

/* =====================
   响应式
===================== */
@media (max-width: 768px) {
  
    blockquote {
        padding: 20px;
        font-size: 14px;
    }

    blockquote.bq-quote {
        padding-left: 44px;
    }
    .pro_info_box ul li{
      font-size:14.5px;
    }
}


.simple-figure {
    max-width: 100%;
    margin: 25px auto;
    text-align: center;
}

.simple-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Caption */
.simple-figure figcaption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 768px) {
    .simple-figure {
        margin: 20px auto;
    }

    .simple-figure figcaption {
        font-size: 13px;
    }
}

.hero-stats {
    display: flex;
    gap: 50px;
    margin: 35px 0px;
}

.hero-stat {
    text-align: left;
}

.hero-stat-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color:#1754a4;
}

.hero-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
   .hero-stats {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 25px 0;
   }

  .hero-stat {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .hero-stat-value {
    font-size: 28px;
  }
}



   .cnm-fea-list {
            list-style: none !important;
            counter-reset: problem-counter;
        }

        .cnm-fea-item {
            padding: 25px 0;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
            counter-increment: problem-counter;
            margin-left:0px !important;
        }


        .cnm-fea-item::before {
            content: counter(problem-counter, decimal-leading-zero) !important;
            position: absolute !important;
            left: 0 !important;
            top: 35px !important;
            font-size: 18px !important;
            font-weight: 700 !important;
            color: #1754a4 !important;
            transition: color 0.3s ease !important;
            height:unset !important;
            width:unset !important;
            background: unset !important;
        }

        .cnm-fea-item:hover::before {
            color: #000000;
        }

        .cnm-fea-item-content {
            padding-left: 40px;
        }

        .cnm-fea-item-title {
            font-size: clamp(16px, 2.5vw, 18px) !important;
            font-weight: 600;
            color: #000000;
            margin-bottom: 0px !important;
            line-height: 1.3 !important;
            padding-left: 0px !important;
            border-left: 0px !important;
        }
       .cnm-fea-item-title::before{
        display: none !important;
       }
        .cnm-fea-item-description {
            font-size: clamp(14px, 1.5vw, 15px) !important;
            color: #666666;
            line-height: 1.7;
            margin:10px 0px !important;
        }

         .cnm-fea-item:last-child {
            margin-bottom: 25px !important;
        }

        @media (max-width: 768px) {
            .cnm-fea-header {
                margin-bottom: 40px;
                padding-bottom: 20px;
            }

            .cnm-fea-item {
                padding: 28px 0;
            }

            .cnm-fea-item::before {
                top: 28px;
                font-size: 12px;
            }

            .cnm-fea-item-content {
                padding-left: 30px;
            }
        }

        @media (max-width: 480px) {
            .cnm-fea-item-content {
                padding-left: 25px;
            }
        }


.cnm-fea-list-v2 {
    margin:25px auto;
    list-style: none !important;
}

.cnm-fea-item-v2 {
    padding: 15px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    transition: padding-left 0.3s ease !important;
    margin-left: 0px !important;
}

.cnm-fea-item-v2:hover {
    padding-left: 8px !important;
}
.cnm-fea-item-title-v2 {
     font-size: clamp(16px, 2.5vw, 18px) !important;
    font-weight: 600  !important;
    color: #000000  !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
      padding-left: 0px !important;
            border-left: 0px !important;
}

.cnm-fea-item-v2::before,.cnm-fea-item-title-v2::before{
  display: none !important;
}

.cnm-fea-item-description-v2 {
    font-size: clamp(14px, 1.5vw, 15px) !important;
    color: #666666 !important;
    line-height: 1.5 !important;
}
@media (max-width: 768px) {
 
    .cnm-fea-item-v2 {
        padding: 12px 0 !important;
    }
    .cnm-fea-item-v2:hover {
        padding-left: 5px !important;
    }
}

.cnm-fea-grid-v1 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2px;
            padding: 2px;
            background: linear-gradient(135deg, #e8e8e8 0%, #fff 100%);
            margin:25px 0px;
        }
        .cnm-fea-card-v1 {
            padding: 30px 20px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #ffffff;
            cursor: pointer;
        }
        .cnm-fea-card-v1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 0;
            background: linear-gradient(180deg, #1754a4, #1754a4);
            transition: height 0.4s ease;
        }
        .cnm-fea-card-v1:hover {
            background: #f8f9fa;
        }
        .cnm-fea-card-v1:hover::before {
            height: 100%;
        }
        .cnm-fea-card-number-v1 {
            font-size: 0.85rem;
            color: #1754a4;
            font-weight: 600;
            letter-spacing: 0.1em;
            margin-bottom: 20px;
            display: block;
        }
        .cnm-fea-card-title-v1 {
            font-size: clamp(16px, 2.5vw, 18px) !important;
            color: #000000;
            font-weight: 600;
            margin-bottom: 16px;
            line-height: 1.3;
               padding-left: 0px !important;
            border-left: 0px !important;
        }
        .cnm-fea-card-title-v1::before{
          display: none !important;
        }
        .cnm-fea-card-description-v1 {
            font-size: clamp(14px, 1.5vw, 15px) !important;
            color: #666666;
            line-height: 1.65;
        }
        .cnm-fea-decorative-line-v1 {
            height: 1px;
            background: linear-gradient(90deg, transparent, #1754a4, transparent);
            margin: 60px 0;
            opacity: 0.3;
        }
        @media (max-width: 768px) {
            .cnm-fea-grid-v1 {
                grid-template-columns: 1fr;
            }
            .cnm-fea-card-v1 {
                padding: 40px 30px;
            }
        }
        @media (max-width: 480px) {
            .cnm-fea-card-v1 {
                padding: 35px 25px;
            }
            .cnm-fea-card-number-v1 {
                font-size: 0.75rem;
                margin-bottom: 15px;
            }
        }

 .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin:35px auto !important;
        }

        .benefit-card {
            padding: 50px 40px;
            position: relative;
            border: 1px solid #e0e0e0;
            background-color: #ffffff;
            transition: all 0.4s;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            border-color: #1754a4;
            box-shadow: 0 10px 30px rgba(31, 145, 145, 0.15);
        }

        .benefit-number {
            position: absolute;
            top: 20px;
            right: 20px;
            font-family: 'Oswald', 'Arial Black', sans-serif;
            font-size: 4rem;
            color: rgba(31, 145, 145, 0.1);
            line-height: 1;
            font-weight: 700;
        }

        .benefit-card h3 {
            font-family: 'Oswald', 'Arial Black', sans-serif;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 600;
            border-left:0px !important;
            padding-left: 0px !important;
        }
         .benefit-card h4{
            padding-left: 0px !important;
         }
        .benefit-card h4::before{
          display:none !important;
        }

        .benefit-card p {
            color: #5a6c7d;
            line-height: 1.8;
            font-size: 15px;
        }

        .benefit-stat {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid #e8e8e8;
        }

        .benefit-stat-value {
            font-family: 'Oswald', 'Arial Black', sans-serif;
            font-size: 2.5rem;
            color: #1754a4;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .benefit-stat-label {
            font-size: 13px;
            color: #7a8a99;
            letter-spacing: 1px;
        }

   

        @media (max-width: 768px) {
            .benefits-grid {
                grid-template-columns: repeat(1, 1fr);
            }

            .benefit-card {
                padding: 40px 30px;
            }

            .benefit-number {
                font-size: 3rem;
            }

            .benefit-card h3 {
                font-size: 1.5rem;
            }

            .benefit-stat-value {
                font-size: 2rem;
            }
        }


.models-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin:25px auto;
}

.model-card {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}

.model-card:hover {
    border-color: #1754a4;
    box-shadow: 0 1px 10px rgba(31, 145, 145, 0.1);
}

.model-card.featured {
    border-color: #1754a4;
}

.model-card.featured::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 20px;
    right: -35px;
    background: #1754a4;
    color: #ffffff;
    padding: 8px 50px;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(45deg);
}

.model-header {
    background: linear-gradient(135deg, #f5f5f5, #f5f5f5);
    padding: 20px;
    text-align: center;
}

.model-name {
    margin-bottom: 10px;
    padding-left: 0px !important;
    border-left:0px !important;
}
.model-name::before{
  display: none;
}
.model-range {
    font-size: 15px;
    color: #1754a4;
    letter-spacing: 2px;
}

.model-specs {
    padding: 40px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    color: #5a6c7d;
    min-width:100px;
    font-size: 0.95rem;
}

.spec-value {
    color: #2c3e50;
    font-weight: 600;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    letter-spacing: 0.5px;
}

.model-cta {
    padding: 0 40px 40px;
}

.model-cta .btn-primary {
    width: 100%;
    justify-content: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #1754a4;
    color: #ffffff !important;
    padding: 18px 36px;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #177272;
    transform: translateY(-2px);
    box-shadow: 0 1px 10px rgba(31, 145, 145, 0.3);
}

@media (max-width: 768px) {
    .models-grid {
        grid-template-columns: 1fr;
    }
}


.benefits {
    background: #ffffff;
    margin:35px auto;
}

/* 两列布局 */
.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin:35px auto 0px;
}

/* 单项卡片 */
.benefit-item {
    gap: 20px;
    padding: 25px;
    background: #f7fbfb;
    /*border-left: 3px solid #1754a4;*/
    transition: all 0.25s ease;
}

/* hover 微动效 */
.benefit-item:hover {
    /*background: #eef8f8;*/
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* 左侧编号 */
.benefit-num {
    font-family: 'Oswald', 'Arial Black', sans-serif;
    font-size: 32px;
    color: #1754a4;
    opacity: 0.35;
    line-height: 1;
    min-width: 48px;
    margin-bottom:15px;
}

/* 标题 h3/h4 统一主题色 */
.benefit-text h3,
.benefit-text h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    padding-left: 0px !important;
    border-left:none !important;
    margin-top:0px !important;
}
.benefit-text h4::before{
  display: none !important;
}
/* 正文 */
.benefit-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}

/* 响应式 */
@media (max-width: 1024px) {
    .benefits-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .benefit-item {
        padding: 18px;
    }

    .benefit-number {
        font-size: 30px;
    }

    .benefit-text h3,
    .benefit-text h4 {
        font-size: 16px;
    }

    .benefit-text p {
        font-size: 14px;
    }

}
.cnm-fea-item-v2:first-child .cnm-fea-item-title-v2 {
  margin-top: 0px;
}
*:has(+ .cnm-fea-list) {
  margin-bottom: 0 !important;
}




.cnm-be-section {
  margin: 10px auto;
  padding: 0 20px;
  font-family: 'DM Sans', sans-serif;
}

/* ---- Column Labels (desktop) ---- */
.cnm-be-colheads {
  display: flex;
  align-items: stretch;
  margin-bottom: 6px;
}

.cnm-be-colheads-spacer {
  width: 52px;
  flex-shrink: 0;
}

.cnm-be-colhead {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cnm-be-colhead--before {
  color: #dc2626;
}

.cnm-be-colhead--before::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2626;
  opacity: 0.5;
  flex-shrink: 0;
}

.cnm-be-colhead-divider {
  width: 48px;
  flex-shrink: 0;
}

.cnm-be-colhead--after {
  color: #1754a4;
}

.cnm-be-colhead--after::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1754a4;
  opacity: 0.5;
  flex-shrink: 0;
}

/* ---- Row ---- */
.cnm-be-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
}

/* ---- Number ---- */
.cnm-be-index {
  width: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
}

.cnm-be-index span {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #9ca3af;
  line-height: 1;
}

/* ---- Card pair container ---- */
.cnm-be-pair {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.cnm-be-row:hover .cnm-be-pair {
  border-color: #d1d5db;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

/* ---- Individual card (before / after) ---- */
.cnm-be-card {
  flex: 1;
  padding: 20px 22px;
  min-width: 0;
}

.cnm-be-card--before {
  background: #ffffff;
}

.cnm-be-card--after {
  background: #f0fdf4;
}

.cnm-be-card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 0 6px;
  color: #111827;
  padding-left: 0px !important;
  border-left: unset !important;
}
.cnm-be-card-title::before{
  display: none !important;
}
.cnm-be-card--before .cnm-be-card-title {
  color: #111827;
}

.cnm-be-card--after .cnm-be-card-title {
  color: #1754a4;
}

.cnm-be-card-desc {
  font-size: 15px !important;
  line-height: 1.65 !important;
  margin: 0;
}

/* ---- Arrow divider ---- */
.cnm-be-divider {
  width: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-left: 1px dashed #e5e7eb;
  border-right: 1px dashed #e5e7eb;
  position: relative;
}

.cnm-be-divider-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1754a4;
  flex-shrink: 0;
}

.cnm-be-divider-icon .iconfont {
  font-style: normal !important;
  font-size: 14px;
  color: #1754a4;
  line-height: 1;
  font-weight: bold;
}

/* ============================================
   Responsive — ≤ 860px
   ============================================ */
@media (max-width: 768px) {
  .cnm-be-colheads {
    display: none;
  }

  .cnm-be-row {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .cnm-be-index {
    width: auto;
    padding: 0 0 8px;
  }

  .cnm-be-pair {
    flex-direction: column;
    border-radius: 6px;
  }

  .cnm-be-card {
    padding: 18px 20px;
  }

  /* Mobile label — text from data-label */
  .cnm-be-card::before {
    content: attr(data-label);
    display: inline-block;
    font-family: 'Space Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding: 3px 8px;
    border-radius: 3px;
  }

  .cnm-be-card--before::before {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
  }

  .cnm-be-card--after::before {
    background: #f0fdf4;
    color: #1754a4;
    border: 1px solid #bbf7d0;
  }

  /* Divider becomes horizontal */
  .cnm-be-divider {
    width: 100%;
    height: 36px;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #e5e7eb;
    border-bottom: 1px dashed #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  }

  .cnm-be-divider-icon svg {
    transform: rotate(0deg);
  }
}

/* ============================================
   Responsive — ≤ 480px  tighter spacing
   ============================================ */
@media (max-width: 480px) {
  .cnm-be-section {
    padding: 0 12px;
  }

  .cnm-be-card {
    padding: 16px;
  }

  .cnm-be-card-title {
    font-size: 14px;
  }

  .cnm-be-card-desc {
    font-size: 14px;
  }
}









.cnm-workflow-line {
    display: flex;
    align-items: stretch;
    margin: 35px auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    cursor: grab;
    scrollbar-color: rgba(31, 145, 145, 0.65) rgba(31, 145, 145, 0.08);
}

.cnm-workflow-line::-webkit-scrollbar {
    height: 5px;
}

.cnm-workflow-line::-webkit-scrollbar-track {
    background: rgba(31, 145, 145, 0.08);
    border-radius: 999px;
}

.cnm-workflow-line::-webkit-scrollbar-thumb {
    background: rgba(31, 145, 145, 0.65);
    border-radius: 999px;
    cursor: pointer;
}

.cnm-workflow-line::-webkit-scrollbar-thumb:hover {
    background: #1754a4;
    cursor: pointer;
}



  .cnm-workflow-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 20px 12px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: all 0.25s ease;
  }

  .cnm-workflow-item:first-child {
    border-radius: 12px 0 0 12px;
  }

  .cnm-workflow-item:last-child {
    border-radius: 0 12px 12px 0;
  }

  .cnm-workflow-item:hover {
    /*transform: translateY(-2px);*/
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    border-color: #d1d5db;
  }

  .cnm-workflow-item.highlight {
    border-color: #1754a4;
    background: #f0fdf4;
  }

  .cnm-workflow-item h4,.cnm-workflow-item h3  {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
    border-left:0px !important;
    padding-left:0px !important;
  }
  .cnm-workflow-item h4::before{
    display:none !important;
  }

  .cnm-workflow-item p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
  }

  .cnm-workflow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    flex-shrink: 0;
    font-size: 20px;
    color: #1754a4;
  }

  @media (max-width: 900px) {
    .cnm-workflow-line {
      flex-direction: column;
    }

    .cnm-workflow-item {
      border-radius: 12px !important;
      margin-bottom: 12px;
    }

    .cnm-workflow-arrow {
      transform: rotate(90deg);
      width: 100%;
      height: 36px;
    }
  }





















.cnm-roi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 30px auto;
}

.cnm-roi-card {
    text-align: center;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
}

.cnm-roi-value {
    font-size: 32px;
    font-weight: 700;
    color: #1754a4;
    margin-bottom: 8px;
}

.cnm-roi-label {
    font-size: 12px;
    color: #515151;
}

@media (max-width: 1024px) {
.cnm-roi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
.cnm-roi-grid { grid-template-columns: 1fr; }
}

.cus-hero-card{
  background:#ffffff;
  border:1px solid #e6eeee;
  padding:2rem;
  position:relative;
  border-radius:6px;
  max-width:750px;
}

.cus-hero-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#1754a4,transparent);
}

.cus-hero-card-title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:0.75rem;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:#1754a4;
  margin-bottom:1.5rem;
}

/* 规格参数 */

.cus-spec-grid{
  display:grid;
  gap:0.9rem;
}

.cus-spec-row{
  display:grid;
  grid-template-columns:180px 1fr;
  align-items:center;
  padding-bottom:0.9rem;
  border-bottom:1px solid #edf2f2;
}

.cus-spec-row:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.cus-spec-key{
  font-size:0.85rem;
  color:#6b7c7c;
}

.cus-spec-val{
  font-weight:700;
  font-size:1rem;
  color:#333;
}

.cus-spec-val.cus-highlight{
  color:#1754a4;
}

/* 轮胎类型 */

.cus-tire-types{
  display:flex;
  flex-wrap:wrap;
  gap:0.6rem;
  margin-top:1.5rem;
}

.cus-tire-tag{
  background:#f4fafa;
  border:1px solid #e6eeee;
  padding:0.45rem 0.8rem;
  font-size:0.75rem;
  color:#555;
  display:inline-flex;
  align-items:center;
  gap:0.4rem;
  border-radius:3px;
  white-space:nowrap;
}

.cus-tire-tag::before{
  content:'●';
  color:#1754a4;
  font-size:0.5rem;
}

/* 移动端优化 */

@media (max-width:768px){

  .cus-hero-card{
    padding:1.5rem;
  }

  .cus-spec-row{
    grid-template-columns:1fr;
    gap:3px;
  }

  .cus-spec-key{
    font-size:0.75rem;
  }

}

  /* ─── Section commons (scoped) ─── */
  .cns-solutions-section {
    max-width: 100%;
    margin: 0 auto;
  }

  /* ─── Tabs nav ─── */
  .cns-solutions-tabs {
    display: flex;
    gap: 0;
    margin-top: 1rem;
    border-bottom: 1px solid #dde2e8;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
  }
  .cns-solutions-tabs::-webkit-scrollbar { display: none; }

  .cns-tab-btn {
    flex-shrink: 0;               /* 不压缩，保持内容完整 */
    padding: 1rem 1.6rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a2230;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
    margin-bottom: -1px;
    white-space: nowrap;
  }

  .cns-tab-btn:hover {
    color: #1a1d22;
    background: rgba(0,0,0,0.03);
  }

  .cns-tab-btn.cns-active {
    color: #1754a4;
    border-bottom-color: #1754a4;
  }

  /* 手机端：让 tab 按钮撑满容器宽度（2个等分） */
  @media (max-width: 600px) {
    .cns-solutions-tabs {
      overflow-x: auto;           /* 超出时可滚动（多 tab 兜底） */
    }
    .cns-tab-btn {
      flex: 1 0 auto;             /* 均分，但不强制比内容更小 */
      min-width: 0;
      padding: 0.85rem 0.8rem;
      font-size: 0.78rem;
      letter-spacing: 0.06em;
      text-align: center;
      white-space: normal;        /* 允许换行 */
      line-height: 1.3;
    }
  }

  /* ─── Tab 内容区 ─── */
  .cns-tab-content {
    display: none;
    padding: 3rem 0;
    animation: cns-fadeUp 0.4s ease;
  }
  .cns-tab-content img{
    margin-bottom:25px !important;
  }
  .cns-tab-content.cns-active{
    display: block;
  }
  .cns-tab-content.cns-active .info-tab-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }

  /* ─── Steps ─── */
  .cns-solution-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .cns-step {
    display: flex;
    gap: 1.5rem;
    text-decoration: none !important;
    padding: 1.5rem 0;
    border-bottom: 1px solid #dde2e8;
  }

  .cns-step:last-child { border-bottom: none; }

  .cns-step-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: #1754a4;
    opacity: 0.4;
    line-height: 1;
    transition: opacity 0.2s;
  }

  .cns-step:hover .cns-step-num { opacity: 1; }

  .cns-step-body h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    padding-left:0px !important;
    margin-top:5px !important;
  }
  .cns-solution-info h3{
    padding-left:0px !important;
    border-left:unset !important;
  }
  .cns-solution-info h3::before,.cns-step-body h4::before{
    display: none !important;
  }

  .cns-step-body p {
    font-size: 15px;
    color: #565351;
    line-height:1.6;
    margin:15px auto !important;
  }

  /* ─── Solution info panel ─── */
  .cns-solution-info {}

  .cns-solution-badge {
    display: inline-block;
    background: rgba(31,145,145,0.08);
    border: 1px solid rgba(31,145,145,0.3);
    color: #1754a4;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    margin-bottom: 1rem;
  }

  .cns-solution-info h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    letter-spacing: 0.04em;
    color: #1a1d22;
    margin: 1rem auto;
  }

  .cns-solution-info p {
    font-size: 15px;
    color: #565351;
    line-height:1.7;
    margin-bottom: 1.5rem;
  }

  .cns-solution-specs {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.5rem;
  }

  .cns-sol-spec {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 15px;
    color: #565351;
  }

  .cns-sol-spec::before {
    content: '—';
    color: #1754a4;
    font-weight: 700;
  }

  /* ─── CTA Button ─── */
  .cns-btn-primary {
    display: inline-block;
    margin-top: 2rem;
    background: #1754a4;
    color: #ffffff !important;
    padding: 0.85rem 2rem;
    border: none;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
  }

  .cns-btn-primary:hover {
    background: #167474;
    transform: translateY(-2px);
  }

  /* ─── Responsive ─── */
  @media (max-width: 900px) {
    .cns-tab-content.cns-active {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .cns-solution-info h3{
      font-size:18px;
    }

    .cns-tab-content.cns-active .info-tab-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

  }

  /* ─── Animation ─── */
  @keyframes cns-fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .cul-feature-list {
    list-style: square !important;
    margin: 0;
  }

  .cul-feature-list li {
    margin-bottom: 1rem;
  }

  .cul-feature-list li h3,
  .cul-feature-list li h4,
  .cul-feature-list li h5 {
    margin: 0 0 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #565351;
    padding-left: 0px !important;
    margin-left:0px !important;
    border-left: unset !important;
    font-size:16px;
  }

  .cul-feature-list li h3::before,
  .cul-feature-list li h4::before,
  .cul-feature-list li h5::before{
    display: none !important;

  }



  .cul-feature-list li p {
    margin: 0;
    font-size: 15px;
    color: #565351;
    line-height: 1.6;
  }




 .cms1-fea-list {
      list-style: none;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 50px;
      overflow:visibility;
    }

    .cms1-fea-item {
      padding: 24px 0;
      border-bottom: 1px solid #e8e8e8;
      position: relative;
      cursor: default;
      margin-left:0px !important;
    }

    .cms1-fea-item::before {
      content: '' !important;
      position: absolute !important;
      left: -2px !important;
      top: 0 !important; bottom: 0 !important;
      width: 2px !important;
      background: #1754a4 !important;
      transform: scaleY(0) !important;
      transform-origin: bottom !important;
      height:auto !important;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .cms1-fea-item:hover::before {
      transform: scaleY(1) !important;
      transform-origin: top !important;
    }

    .cms1-fea-item-content {
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cms1-fea-item:hover .cms1-fea-item-content {
      transform: translateX(10px);
    }

    .cms1-fea-num {
      font-family: 'SF Mono', 'Fira Code', monospace;
      font-size: 13px;
      font-weight: 700;
      color: #1754a4;
      letter-spacing: 0.08em;
      margin-bottom: 8px;
      opacity: 0.6;
      transition: opacity 0.25s ease;
    }

    .cms1-fea-item:hover .cms1-fea-num {
      opacity: 1;
    }

    .cms1-fea-item-title,
    .cms1-fea-item-content h3,.cms1-fea-item-content h4,.cms1-fea-item-content h5 {
      font-size: 16px;
      font-weight: 600;
      color: #111;
      margin-bottom: 8px;
      letter-spacing: 0.01em;
      line-height: 1.35;
      transition: color 0.25s ease;
      padding-left:0px !important;
      border-left:unset !important;
    }
    .cms1-fea-item-content h3::before,.cms1-fea-item-content h4::before,.cms1-fea-item-content h5::before {
      display:none !important;
    }

    .cms1-fea-item:hover .cms1-fea-item-title,
    .cms1-fea-item:hover .cms1-fea-item-content h3,.cms1-fea-item:hover .cms1-fea-item-content h4,.cms1-fea-item:hover .cms1-fea-item-content h5 {
      color: #1754a4;
    }

   

    .cms1-fea-item-description {
      font-size: 15px;
      line-height: 1.75;
      color: #999;
      transition: color 0.25s ease;
    }

    .cms1-fea-item:hover .cms1-fea-item-description {
      color: #555;
    }

    @media (max-width: 600px) {
      .cms1-fea-list { grid-template-columns: 1fr; }
      .cms1-fea-item::before { left: 0; }
    }

.cus-auto-list li::before {
    content: "✓" !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    border-radius: 0 !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #1754a4 !important;
    font-weight: 800 !important;
}




/* 通用标题基础样式 */
 .news_det_r_con h2,
 .news_det_r_con h3,
 .news_det_r_con h4,
 .news_det_r_con h5,
 .news_det_r_con h6 {
    font-weight: 600;
    line-height: 1.5;
    margin: clamp(18px, 4vw, 25px) 0; /* 自适应上下间距 */
}

/* H2 - 主章节标题 */
 .news_det_r_con h2 {
    font-size: clamp(20px, 5vw, 22.5px);
    font-weight: 700;
    color: #1a202c;
    padding-bottom: 12px;
    border-bottom: 2px solid #1754a410;
    position: relative;
}

 .news_det_r_con h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #1754a4 0%, #1754a4 100%);
}

 .news_det_r_con h2:first-child {
    margin-top: 0;
}

/* H3 - 次级章节标题 */
 .news_det_r_con h3 {
    font-size: clamp(18.5px, 4vw, 21px);
    color: #2d3748;
    padding-left: 16px;
    border-left: 3px solid #1754a4;
}

/* H4 - 三级标题 */
 .news_det_r_con h4 {
    font-size: clamp(17px, 3.5vw, 20px);
    color: #4a5568;
    padding-left: 24px;
    position: relative;
}

 .news_det_r_con h4::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1754a4;
    font-size: 0.7em;
}

/* H5 - 四级标题 */
 .news_det_r_con h5 {
    font-size: clamp(16px, 3vw, 18px);
    color: #718096;
    padding-left: 12px;
    border-left: 2px solid #a0aec0;
}

/* H6 - 五级标题 */
 .news_det_r_con h6 {
    font-size: clamp(15px, 2.5vw, 16px);
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 段落样式 */
 .news_det_r_con p {
    font-size: clamp(14.5px, 2.5vw, 16px);
    color: #565351;
    margin: clamp(14px, 3vw, 18px) 0; /* 段落间距也自适应 */
    line-height: 1.7;
}

/* 代码块样式 */
 .news_det_r_con code {
    background: #f7fafc;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
    color: #e53e3e;
}

/* 小屏优化，仅细节缩放 */
@media (max-width: 480px) {
     .news_det_r_con h3 {
        padding-left: 10px;
        border-left-width: 3px;
    }
     .news_det_r_con h4::before {
        font-size: 0.6em;
    }
}



/* --- 目录组件专属样式 --- */
.cus-art-toc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin: 5px auto 25px; /* 与下方正文的间距 */
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(31, 145, 145, 0.08);
}
.cus-art-toc-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    user-select: none;
}
.cus-art-toc-header:hover { background: #fcfdfd; }
.cus-art-toc-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2a2a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cus-art-toc-title::before {
    content: "";
    width: 4px;
    height: 16px;
    background: #1754a4;
    border-radius: 4px;
}
.cus-art-toc-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #1754a4;
    opacity: 0.6;
}
.cus-art-toc-card.is-open .cus-art-toc-arrow { transform: rotate(180deg); opacity: 1; }
.cus-art-toc-body { 
    padding: 10px 0; 
    border-top: 1px solid #f1f5f5; 
    display: none; 
}
/* Tocbot 生成的列表样式重置 */
.toc-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.toc-link {
    font-size: 14px;
    color: #556666 !important;
    padding: 8px 24px !important;
    display: block;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.toc-list .toc-list {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 0 0 36px !important;
    border-left: 1px solid #f0f1f3;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.cus-art-expanded > .toc-list {
    max-height: 1000px !important;
    opacity: 1 !important;
    margin: 4px 0 10px 36px !important;
}
.node-name--H3 { font-size: 13px !important; color: #94a3b8 !important; }
.is-active-link { color: #1754a4 !important; background-color: #f0f9f9; font-weight: 600; }
.toc-link:hover:not(.is-active-link) { background-color: #f8fbfb; color: #1754a4 !important; }



.news_det_r_con ul li {
    position: relative;
    padding-left: 25px;
    line-height: 35px;
    margin-left:15px;
}
.news_det_r_con ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #1754a4;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 100%;
}

