@charset "utf-8";
@font-face {
    font-family: 'LibreBaskerville-Bold-4';
    src: url('../fonts/LibreBaskerville-Bold-4.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville-Italic-3';
    src: url('../fonts/LibreBaskerville-Italic-3.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreBaskerville-Regular-2';
    src: url('../fonts/LibreBaskerville-Regular-2.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'wujingkaishuXW-regular';
    src: url('../fonts/wujingkaishuXW-regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSansMT';
    src: url('../fonts/GillSansMT.ttf');
    font-weight: normal;
    font-style: normal;
}
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
    html {
        font-size: 150% !important;
    }
}
@media only screen and (min-width: 992px){
    html {
        font-size: 170% !important;
    }
}
@media only screen and (min-width: 1200px){
    html {
        font-size: 187.5% !important;
    }
}
/* ========================================
   BS5 Grid Fix: Neutralize rem-based gutter
   Site uses viewport-responsive root font-size,
   which breaks BS5's rem-based grid system.
   Override with fixed px values to match BS3 behavior.
   ======================================== */
:root {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row > * {
    padding-left: 15px;
    padding-right: 15px;
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "arial";
   font-size:14px;
   line-height: normal;
   overflow-x: hidden;
}
a:hover{
    text-decoration: none;
    color: #85e991;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
p{
    margin-bottom: 0px;
}
.w1200{
    max-width: 1200px;
    margin:0 auto;
}
.w900{
    max-width: 900px;
}
.w1000{
    max-width: 1000px;
}
.w1150{
    max-width: 1150px;
}
.w1100{
    max-width: 1100px;
}
.center{
    text-align: center;
}
.color{
    color: #DFA359;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.space-around{
  justify-content: space-around;  
}
.justify-between{
 justify-content: space-between;
}
.color1{color: #DFA359;}
.em2{
    line-height: 2em;
}
.p20{
    padding: 20px;
}
.p10{
    padding: 0px 10px;
}
.gap20{
    gap:20px;
}
.uppercase{
    text-transform: uppercase;
}
.w1000{
    max-width: 1000px !important;
}
/*header*/
.header{
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 999;
   padding:clamp(16px, 1.3vw, 20px) 0;
}
.white-theme{
    background: #000;
    padding:15px 0;
}
.company-logo{
    margin: 0px 1rem;
    max-width: 366px;
    width: 9rem;
}
.white-theme .company-logo{
    width: 150px;
}
.menu{
    background: url(../images/menu.png) center center no-repeat;
    width: 30px;
    height: 25px;
    float: right;
    display: none;
}
.header-nav{
    gap: 1.2rem;
    margin-bottom: 0;
    margin-top: 15px;
}
.header-nav li a,.header-nav-box .quote-btn{
    color: #fff;
    font-size: clamp(16px, 1.2vw, 24px);
    text-transform: uppercase;
    font-family: 'GillSansMT';
    white-space: nowrap;
}
.header-nav li a{
    font-weight: 400;
}
/*.header-nav-box .quote-btn{*/
/*    font-weight: 600;*/
/*}*/
.header-nav li.on a,.header-nav li:hover a,.header-nav-box .quote-btn:hover{
    color: var(--c-primary-light);
}
.white-theme .header-nav{
    margin-top: 5px;
}
/*二级栏目下拉（PC端 hover 显示）*/
.header-nav > li{
    position: relative;
}
.header-nav .nav-toggle{
    display: none;
}
.header-nav .nav-dropdown{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #000;
    padding: 8px 0;
    z-index: 100;
}
.header-nav .nav-dropdown:empty{
    display: none !important;
}
.header-nav .nav-dropdown li a{
    display: block;
    padding: 10px 22px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
}
.header-nav .nav-dropdown li:hover > a{
    color: var(--c-primary-light);
    background: rgba(255,255,255,0.06);
}
.header-nav li:hover > .nav-dropdown{
    display: block;
}
/*quote-layer*/
.quote-btn{
    cursor: pointer;
}
.quote-warp{
    width: 90%;
    max-width: 1400px;
    max-height:90vh;
    background: #fff url(../images/quotebj.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
     -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    padding: clamp(20px, 3.5vw, 50px) clamp(2rem, 7vw, 3.5rem) clamp(20px, 3.5vw, 50px) clamp(2rem, 7vw, 3.5rem);
}
.quote-box{
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff 70%, #084734 30%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    padding: clamp(20px, 3.5vw, 50px) 2.5rem clamp(20px, 3.5vw, 50px) 2rem;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.quote-box:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: #ceedb2;
    border-radius: 100%;
    left: -25px;
    bottom: -40px;
    display: block;
}
.contact-title{
  font-family: 'LibreBaskerville-Bold-4', Georgia, serif;
  font-size: clamp(28px, 3.35vw, 48px);
  font-weight: 700;
}
.quote-form{
    width: 48%;
    max-width: 434px;
}
.quote-box p{
    font-size: var(--fz-subtitle);
    margin: 1rem 0;
}
.quote-form .form-control-plaintext{
    border-bottom: 1px solid #E6E6E6;
    font-size: var(--fz-btn);
    color: #000;
    margin-bottom: 10px;
}
.quote-form .id-view-more{
    border: 0px;
    width: 100%;
    height: clamp(45px, 3vw, 60px);
    line-height: clamp(45px, 3vw, 60px);
    margin-top: 1rem;
}
.quote-info{
    background: #CEEDB2;
    position: absolute;
    right: 0px;
    border-radius: 30px 0px 0px 0px;
    top: 50%;
     -webkit-transform:ranslateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    color: #084734;
    font-size: var(--fz-subtitle);
    width: 50%;
    max-width: 468px;
}
.quote-info>div{
    padding: 2rem;
    position: relative;
    min-height: 413px;
}
.quote-info h3{
    font-family: 'LibreBaskerville-Bold-4', Georgia, serif;
    font-size: clamp(24px, 3.35vw, 32px);
    font-weight: 700;
}
.quote-info img{
    margin-right: 15px;
    align-self: self-start;
    max-width: 28px;
}
.quote-info div.flex{
    margin-top: 25px;
}
.quote-info>div:before{
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: #084734;
    border-radius: 100%;
    left: -27px;
    bottom: -27px;
    display: block;
}
.quote-close{
    position: absolute;
    width: clamp(40px, 4vw, 65px);
    height: clamp(40px, 4vw, 65px);
    right: 2.5%;
    top: 6%;
    border-radius: 100%;
    background: #c8f8a9 url(../images/close-btn.png) center center no-repeat;
    background-size: 40%;
    cursor: pointer;
}
/*.header-nav-box .quote-btn{*/
    
/*}*/
/*banner*/
.banner{
    width: 100%;
    position: relative;
    background: #F4F4F4;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner-info{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0px 1rem;
}
.banner-info h1{
    font-size: var(--fz-hero);
    font-family: 'LibreBaskerville-Regular-2';
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.banner-info h2{
    font-size: clamp(20px, 3vw, 76px);
    font-family: 'LibreBaskerville-Regular-2';
    margin-bottom: 1.4rem;
    line-height: clamp(1.1em, 3.5vw, 1.6em);
    font-weight: 500;
}
.banner-info h3{
    font-size: clamp(16px, 2.5vw, 30px);
    font-family: 'LibreBaskerville-Regular-2';
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.banner-info h4{
    font-size: clamp(13px, 1.3vw, 24px);
    line-height: clamp(1.2em, 3.5vw, 1.6em);
    max-width: 1100px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}
.banner2 .banner-info h4{
    font-size: clamp(13px, 1.6vw, 21px);
}
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide{
    background-position: center;
    background-size: cover !important;
}
.swiper-slide>img{
    width: 100%;
}
.swiper-pagination-bullet{
    opacity: 1 !important;
}
/*index*/
.ryzz-id-item{
   background-image: linear-gradient(to left, #e9f7dd 20%, #cef8b3 100%); 
   padding: clamp(10px, 1vw, 20px) 0;
}
.ryzz-wrap{
   overflow: hidden;
   position: relative;
   width: 100%;
}
.ryzz{
    display: flex;
    width: max-content;
}
.ryzz-list{
   display: inline-block;
   min-width: 200px;
   text-align: left;
}
.ryzz img{
    max-height: 60px;
}
.id-title{
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-h2);
    margin-bottom: clamp(26px, 1.3vw, 50px);
    line-height: 1.3em;
    margin-top: 0;
    font-weight:400 ;
}
.video-r .id-title{
    font-size: clamp(22px, 3vw, 70px);
}
.id-title-box p{
    color: #4f4f4f;
    font-size: var(--fz-body-lg);
}
.id-item4 .id-title-box p{
    line-height: 1.5em;
}
.id-view-more{
    padding: 0px 1.5rem;
    height: clamp(36px, 3.8vw, 70px);
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    background: #c8f8a9;
    font-size: var(--fz-body);
    line-height: clamp(36px, 3.8vw, 70px);
    color: #084734;
    z-index: 2;
    position: relative;
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-family: 'GillSansMT';
}
.id-view-more2{
    border-radius: 10px;
    cursor: pointer;
}
.id-view-more:hover{
    background: #084734;
    color: #fff;
}
.id-item{
    padding: clamp(28px, 3vw, 45px) 0;
}
.id-item1{
    background: #f2f5f1;
}
.swiper-container2{
    margin-top: -60px;
    padding-top: 130px;
}
.swiper-container2 .swiper-slide{
    position: relative;
    opacity: 0.9;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background-size: cover;
}
.swiper-container2 .swiper-slide-active{
    opacity: 1;
}
.swiper-container2 .swiper-slide>div{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 28px 1rem;
    line-height: normal;
    text-align: left;
}
.swiper-container2 .swiper-slide .number{
    font-size: clamp(36px, 3.5vw, 104px);
}
.swiper-container2 .swiper-slide p{
    font-size: clamp(22px, 1.6vw, 36px);
}
.swiper-container2 .swiper-slide-active>div{
    padding: 45px 1rem;
}
.id-item2 .scroll-box{
  height: 850px;  
  overflow: hidden; 
  padding: 10px;
}
.scroll-list li{
  margin-bottom: 2rem;
  text-align: center;
}
.scroll-list li img{
    max-height: 80px;
}
.id-item3{
    background:#f2f5f1 ;
}
.video-l,.video-r{
    width: 50%;
}
.video-r{
    padding: 2rem;
}
#videohome{
    width: 100%;
    display: block;
    object-fit: fill;
    /*height: 94vh;*/
} 
.swiper-button-box{
    font-size: 0;
    text-align: center;
}
.swiper-button-box .swiper-button-next,.swiper-button-box .swiper-button-prev{
    position: static;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 10px;
}
.swiper-button-box .swiper-button-next{
    background: url(../images/right2.png) center center no-repeat;
}
.swiper-button-box .swiper-button-prev{
    background: url(../images/left2.png) center center no-repeat;
}
.swiper-button-box .swiper-button-prev:hover{
   background: url(../images/left2h.png) center center no-repeat; 
}
.swiper-button-box .swiper-button-next:after,.swiper-button-box .swiper-button-prev:after{
    display: none;
}
.mart-box{
   margin-top:clamp(40px, 1.2vw, 60px);
}
.mart-box h4{
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'ArialMT';
}
.mart-box img{
    width:clamp(69px, 1.6vw, 89px)
}
.swiper-container3{
    margin-top: clamp(15px, 2vw, 55px);
}
.swiper-container3 .swiper-slide img{
    max-height: 705px;
    width: 100%;
}
.swiper-container3 .swiper-slide{
    position: relative;
}
.swiper-container3 .swiper-slide{
    display: block;
}
.swiper-container3 .swiper-slide a div{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0rem 1rem 1.7rem 1rem;
    color: #fff;
}
.swiper-container3 .swiper-slide h3{
    text-transform: uppercase;
    font-family: 'wujingkaishuXW-regular';
    font-size: clamp(24px, 2.2vw, 46px);
    font-weight: 400;
}
.swiper-container3 .swiper-slide p{
    font-family: 'wujingkaishuXW-regular';
    font-size: clamp(14px, 1vw, 18px);
}
.swiper-container3 .swiper-button-prev,.swiper-container3 .swiper-button-next{
    width: 70px;
    height: 70px;
    background-size: cover;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
}
.swiper-container3 .swiper-button-prev:after,.swiper-container3 .swiper-button-next:after{
    font-size: 26px;
}
.id-item5{
    background: #f2f5f1;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
.sale-word-box{
    width: 100%;
    margin:clamp(25px, 2vw, 30px) 0 clamp(30px, 3vw, 50px) 0;
    position: relative;
}
.sale-lines{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sale-line{
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 6 4;
    fill: none;
    transition: stroke 0.3s ease;
    cursor: pointer;
    vector-effect: non-scaling-stroke;
}
.sale-line:hover{
    stroke: #ff8901;
}
.sale-marker{
    position: absolute;
    width: 0;
    height: 0;
    z-index: 3;
    pointer-events: none;
}
.sale-dot{
    position: absolute;
    width: clamp(7px, 0.6vw, 12px);
    height: clamp(7px, 0.6vw, 12px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #084734;
}
.sale-text{
    position: absolute;
    top: calc(clamp(7px, 0.6vw, 12px) / 2 + 3px);
    left: 0;
    transform: translateX(-50%);
    font-size: clamp(10px, 0.8vw, 14px);
    color: #000;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: uppercase;
}
.sale-center{
    width: 3.5%;
    aspect-ratio: 1;
    background: url(../images/salecenter.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 67.1%;
    top: 42.1%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.countries{
    position: absolute;
    left: -2%;
    bottom: -8%;
    width: 23.5%;
    max-width: 460px;
    background: url(../images/yuan.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}
.countries>div{
    padding: 2rem 2.5rem;
    margin-top: -30px;
    max-width: 400px;
}
.countries h1{
    font-family: 'wujingkaishuXW-regular';
    font-size: 40px;
    margin-top: 0;
}
.countries p{
    font-size: clamp(13px, 1.2vw, 16px);
}
.countries b{
    font-size: clamp(36px, 3.5vw, 80px);
    font-weight: 600;
}
.sale-word-wrap{
    position: absolute;
    left: 26%;
    bottom: 10%;
    max-width: 310px;
}
.sale-word-wrap p{
    padding: 12px 20px 5px 20px;
}
.sale-word-itme{
    margin-top: 15px;
}
.sale-word-itme .shuzi{
    font-family: 'wujingkaishuXW-regular';
    font-size: clamp(20px, 1.6vw, 37px);
    background: #ceedb2;
    color: #084734;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
}
.swiper-container4 .swiper-slide .pic{
    position: relative;
    overflow: hidden;
}
.swiper-container4 .swiper-slide .pic:before{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url(../images/picbj.png) center center no-repeat;
    background-size:100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper-container4-box{
    position: relative;
    padding: 0px 85px;
}
.swiper-container4{
    padding: 4px;
}
.swiper-container4 .swiper-slide a{
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px rgba(106, 106, 106, 0.69);
    color: #000;
}
.swiper-container4 .swiper-slide .text{
    padding: 1rem;
}
.swiper-container4 .swiper-slide h3{
    font-family: 'wujingkaishuXW-regular';
    margin-top: 0;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: clamp(20px, 1.2vw, 30px);
}
.swiper-container4 .swiper-slide p{
    line-height: 1.8em;
    margin-bottom: clamp(25px, 1.2vw, 40px);
}
.swiper-container4 .swiper-slide a:hover h3{
    color: #084734;
}
.swiper-container4-box .swiper-button-prev,.swiper-container4-box .swiper-button-next{
    width: 59px;
    height: 59px;
    background: #ceedb2;
    border-radius: 100%;
}
.swiper-container4-box .swiper-button-next:after, .swiper-container4-box .swiper-button-prev:after{
    font-size: 26px;
    font-weight: 600;
    color: #084734;
}
.id-new .id-view-more{
    border-radius: 15px;
    text-transform: capitalize;
    margin: clamp(40px, 1.3vw, 60px) 5px 0px 5px;
}
.section-title,.about-section-title2,.about-section-title3{
    font-family: 'LibreBaskerville-Regular-2';
    text-transform: uppercase;
}
.section-title{
    font-size: var(--fz-hero);
    margin-bottom: 30px;
}
.about-section-title2{
    font-size: clamp(20px, 2vw, 41px);;
    margin-bottom: 1.5rem;
    max-width: 600px;
}
.story-item .section-title{
    margin-bottom: 5px;
}
.story-item .about-section-title{
    margin-bottom:8px;
}
.story-text p{
    font-size: var(--fz-body-lg);
    color: #0e0e0e;
    line-height: 1.6em;
}
.story-line{
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #0e0e0e;
    margin-bottom: 2rem;
}
.story-item{
    padding: 4rem 0px 3rem 0;
}
.ls-block{
    background: var(--c-primary);
    color: #fff;
    padding:12px 20px;
    margin-bottom: 18px;
    display: inline-block;
}
/*Product all*/
.pd-section-header {
    margin-bottom: var(--sp-2xl);
}
.pd-section-title {
    font-family: 'LibreBaskerville-Regular-2', Georgia, serif;
    font-size: var(--fz-h2);
    color: var(--c-text);
    margin-bottom: var(--sp-lg);
    text-transform: uppercase;
    font-weight: 500;
}
.pd-section-intro{
    font-size: clamp(16px, 1.5vw, 24px);
    color: var(--c-text);
    max-width: 950px;
    margin: 0 auto;
}
.pd-category-card {
    margin: 1.2rem 0 1.8rem 0;
    text-align: center;
}
.pd-category-thumb {
    background-size: cover !important;
    border: 1px solid #cccccc;
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    margin-bottom: var(--sp-md);
    transition: transform var(--transition, 0.3s), box-shadow var(--transition, 0.3s);
}
.pd-category-thumb:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.1));
}
.pd-category-info {
    padding: var(--sp-xs) 0;
}
.pd-category-name {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(20px, 2.2vw, 40px);
    margin-bottom: var(--sp-md);
    font-weight: 500;
}
.pd-category-desc {
    font-size: clamp(14px, 1.3vw, 24px);
    margin-bottom: var(--sp-md);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pd-innovation-cards{
    margin-top: 4.5rem;
    margin-left: 15px;
}
.pd-category-card .id-view-more2{
    margin-top: 10px;
}
.pd-innovation{
    background: var(--c-bg-alt);
}
.pd-innovation-wrap{
    background: url(../images/pdbj.png) right bottom no-repeat;
    background-size: contain;
    padding-bottom: 0.5rem;
}
.pd-inno-card {
    background-color: #c8f8a9;
    border-radius: 30px;
    padding: var(--sp-xl);
    min-height: 290px;
    margin-top: 20px;
}
.pd-inno-icon {
    width: clamp(36px, 3.5vw, 67px);
    height: auto;
    margin-bottom: var(--sp-sm);
}
.pd-inno-name {
    font-size: clamp(16px, 1.3vw, 24px);
    font-weight: 700;
    margin: 10px 0;
}
.pd-inno-text {
    font-size: clamp(14px, 1.2vw, 20px);
    color: var(--c-text);
    min-height: 65px;
}
.pd-behind{
    padding: 5rem 0 5.5rem 0;
}
.pd-behind-list li>div{
    background: var(--c-bg-alt);
    margin-top: 20px;
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
}
.pd-behind-list li p{
    font-size: var(--fz-body-lg);
}
.pd-behind-btn{
    display:inline-block;
    padding: 12px 1rem;
    background: var(--c-primary-light);
    color: var(--c-primary);
    font-size:var(--fz-body-lg);
    margin-top: 3rem;
}
.pd-faq {
    padding: var(--sp-section) 0;
    background-color: var(--c-bg-alt, #f2f5f1);
}
.pd-faq-layout {
    align-items: flex-start;
}
.pd-faq-title {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(24px, 2.5vw, 46px);
    color: var(--c-text);
    line-height: 1.4em;
    flex: 0 0 30%;
    padding-top: var(--sp-2xl);
    text-transform: uppercase;
}
.pd-faq-list {
    flex: 1;
    background-color: var(--c-white);
    border-radius: 30px;
    padding: 1.2rem 1.5rem 2.2rem 1.5rem;
}
.pd-faq-item {
    border-bottom: 1px solid #808080;
}
.pd-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--sp-md);
    padding: var(--sp-lg) 0;
    cursor: pointer;
    transition: color var(--transition, 0.3s);
}
.pd-faq-question span {
    font-size: clamp(14px, 1.3vw, 24px);
    color: var(--c-text);
    line-height: 1.4;
}
.pd-faq-question:after{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-arrow-up.png) center center no-repeat;
}
.pd-faq-item--active .pd-faq-question:after{
    background: url(../images/icon-arrow-down.png) center center no-repeat;
}
.pd-faq-item--active .pd-faq-question span {
    color: var(--c-accent-text, #084734);
    font-weight: 700;
}
.pd-faq-arrow {
    width: clamp(18px, 1.8vw, 34px);
    height: auto;
    flex-shrink: 0;
    margin-top: 3px;
    transition: transform var(--transition, 0.3s);
}
.pd-faq-item--active .pd-faq-arrow {
    transform: rotate(0deg);
}
.pd-faq-answer {
    padding: 0 0 var(--sp-lg);
    display: none;
}
.pd-faq-item--active  .pd-faq-answer {
    display: block;
}
.pd-faq-answer p {
    font-size: clamp(13px, 1.1vw, 20px);
    color: var(--c-text);
    line-height: 1.6;
    max-width: 580px;
}
.pc-filter{
    padding: 2.5rem 0;
}
.pc-filter-bar{
    background-color: #f1f1f4;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: clamp(6px, 1vw, 15px);
    flex-wrap: wrap;
}
.pc-filter-item{
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px; 
}
.pc-filter-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pc-filter-label {
    font-size: var(--fz-body);
    color: var(--c-text);
    border: 0;
    padding: 15px 0;
    cursor: pointer;
}
.pc-filter-arrow {
    width: 14px;
    height: 8px;
    flex-shrink: 0;
}
.pc-filter-search{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(8px, 1vw, 16px);
    flex: 1;
    min-width: 200px;
    transition: box-shadow var(--transition, 0.3s);
    position: relative;
    max-width: 400px;
}
.pc-filter-search input{
    border: 0;
    width: 100%;
    color: #000;
}
.pc-filter-search button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border: 0;
    border-radius: 10px;
    background: none;
}
.pc-filter-search:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pc-filter-search-icon {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
}
.pc-filter-sort {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: box-shadow var(--transition, 0.3s);
    white-space: nowrap;
    margin-left: auto;
}
.pc-filter-sort:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pc-filter-sort-icon {
    width: 19px;
    height: 17px;
    flex-shrink: 0;
    margin-right: 5px;
}
.pc-products {
    padding-bottom: clamp(40px, 6vw, 100px);
}
.pc-product-grid {
    display: flex;
    flex-wrap: wrap;
}
.pc-category-title {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(28px, 3.5vw, 60px);
    color: var(--c-text);
    line-height: 1.2;
    margin-bottom: 1.6rem;
}
/* --- Product Card --- */
.pc-product-card {
    margin-bottom: 2rem;
}
.pc-card-img {
    background-color: #f7f7f7 !important;
    border-radius: var(--radius-md, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 ;
    margin-bottom: var(--sp-md);
    overflow: hidden;
    background-size: cover !important;
}
.pc-card-info h4 {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-body);
    color: var(--c-text);
    margin-bottom: var(--sp-xs);
    font-weight: 500;
}
.pc-card-info p {
    font-size: var(--fz-small);
    color: var(--c-text);
    line-height: 1.5em;
    margin-bottom: var(--sp-sm);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}
.pc-card-btn {
    display: inline-block;
    background: var(--c-accent-green, #c8f8a9);
    border-radius: 10px;
    padding: 10px var(--sp-lg);
    font-size: var(--fz-small);
    color: var(--c-accent-text, #084734);
    transition: var(--transition, 0.3s);
    text-transform: uppercase;
}
.pc-card-btn:hover {
    background: var(--c-primary, #084734);
    color: #fff;
}
/* --- Product Info --- */
.pd-product-info {
    padding: clamp(40px, 6vw, 100px) 0;
}
.pd-product-img {
    background: #fff;
    border: 1px solid #808080;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pd-product-img img {
    width: 100%;
    object-fit: contain;
}
.pd-product-name {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-h2);
    color: var(--c-text);
    margin-bottom: var(--sp-xl);
}
.pd-spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pd-spec-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pd-spec-item {
    background: var(--c-bg-alt);
    padding: clamp(12px, 2vw, 18px) clamp(16px, 2vw, 25px);
    margin-bottom: var(--sp-sm);
    cursor: pointer;
    transition: background var(--transition);
}
.pd-spec-item:hover {
    background: #e8ebe7;
}
.pd-spec-label {
    font-size: var(--fz-btn);
    color: var(--c-text);
}
.pd-spec-toggle {
    font-size: 30px;
    color: var(--c-text);
    line-height: 1;
}
.pd-spec-item.on .pd-spec-toggle {
    transform: rotate(45deg);
}
.pd-spec-text{
    margin-top: 10px;
    display: none;
}
.pd-spec-item.on .pd-spec-text{
    display: block;
}
.pd-product-detail {
    padding-top: 1rem;
}
/* --- Packaging Compatibility --- */
.pd-packaging {
    background: var(--c-bg-alt);
    text-align: center;
}
.pd-packaging-icons {
    gap: clamp(20px, 4vw, 100px);
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.pd-pkg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-md);
    margin: 1rem 0 0.5rem 0;
}
.pd-pkg-item img{
    transition: var(--transition);
}
.pd-pkg-item:hover img{
    margin-top:-10px;
}
.pd-pkg-item span {
    font-size: var(--fz-body);
    color: var(--c-text);
}
.comparison-container {
    position: relative;
    width: 100%;
    height: 509px;
    overflow: hidden;
    background: #eee;
    user-select: none;
}
.comparison-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 左边：P过的图 */
.img-before {
    clip-path: inset(0 50% 0 0);
    z-index: 2;
}
/* 右边：原图 */
.img-after {
    z-index: 1;
}
/* 分割线 */
.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 10;
}
/* 滑块按钮（和分割线同步移动） */
.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    z-index: 11;
}
.slider-button::before,
.slider-button::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    padding: 2px;
}
.slider-button::before {
    transform: rotate(135deg);
    left: 8px;
}
.slider-button::after {
    transform: rotate(-45deg);
    right: 8px;
}
.pd-related-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sp-xl);
    margin-bottom: clamp(30px, 5vw, 60px);
}
.pd-tab {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-body-lg);
    color: var(--c-accent-text);
    background: var(--c-accent-green);
    border-radius: 15px;
    padding: var(--sp-lg) clamp(30px, 4vw, 60px);
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}
.about-section-title3{
    font-size: var(--fz-h3);
    line-height: 1.6em;
}
.vg-card-warp{
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: block;
}
.video-list2 .vg-card-warp{
    background-color: #F2F2F2;
}
/* --- Card Body --- */
.vg-card-body {
  padding: clamp(16px, 2.5vw, 30px) clamp(16px, 2.5vw, 40px) clamp(16px, 2.5vw, 30px);
}

.vg-card-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--c-text);
  line-height: 1.3;
  margin-bottom: clamp(8px, 1vw, 20px);
}

.vg-card-desc {
  font-size: var(--fz-middle);
  line-height: 1.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--c-text);
}
.vg-card-thumb{
    position: relative;
    cursor: pointer;
}
.Play-btn{
    position: absolute;
    width: 95px;
    height: 95px;
    background: url(../images/play-btn.png) center center no-repeat;
    background-size: contain;
   left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
 }
 .video-list li{
    margin-bottom: 1.5rem;
 }
.video-list li:hover .vg-card-warp{
    box-shadow: 0px 0px 5px #999;
}
.video-list li:hover .vg-card-title{
    color: var(--c-primary);
}
.video-layer-box,.quote-layer{
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}
.video-layer{
    background: #000;
    padding: 33px;
    border-radius: 10px;
    border:1px solid #fff;
    position: absolute;
    width: 90%;
    max-width: 860px;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
}
.video-layer #videoQTproduct{
    width: 100%;
}
#videoQThome{
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}
.video-layer .closeQT {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: -20px;
    top: -30px;
}
/* --- Pagination --- */
.vg-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 1rem 0;
}

.vg-page-btn,
.vg-page-num,.vg-pagination li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-middle);
  color: var(--c-text);
  text-decoration: none;
  transition: all var(--transition);
  border-radius: 10px;
}

.vg-page-btn {
  padding: clamp(10px, 1.2vw, 17px) 0;
  white-space: nowrap;
}

.vg-page-btn:hover {
  color: var(--c-primary);
}

.vg-page-num,.vg-pagination li a{
  min-width: clamp(36px, 3vw, 50px);
  height: clamp(36px, 3vw, 50px);
  background-color: #f2f2f2;
  font-size: clamp(14px, 1vw, 19px);
}

.vg-page-num:hover,.vg-pagination li:hover a{
  background-color: var(--c-accent-green);
  color: var(--c-accent-text);
}

.vg-page-num.active,.vg-pagination li.active a{
  background-color: var(--c-accent-green);
  color: var(--c-accent-text);
  font-weight: 700;
}
.vg-pagination li:last-child a,.vg-pagination li:first-child a{
    background: none !important;
}
/* --- Featured Case Studies --- */
.cs-featured {
  padding: var(--sp-section) 0;
}

.cs-featured-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.cs-featured-case {
  display: flex;
  gap: clamp(16px, 2vw, 25px);
  align-items: stretch;
}

.cs-featured-img {
  flex-shrink: 0;
  width: clamp(200px, 22vw, 331px);
  min-height: clamp(250px, 25vw, 417px);
  overflow: hidden;
  background-color: #000;
}

.cs-featured-img--card {
  background-color: #f8f8f8;
  border: 1px solid #efefef;
}

.cs-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: var(--sp-sm);
}

.cs-tag {
  display: inline-block;
  background-color: var(--c-primary);
  color: var(--c-white);
  font-size: var(--fz-small);
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  padding: 14px 20px;
  border-radius: 25px;
  margin-bottom: clamp(12px, 1.5vw, 23px);
  align-self: flex-start;
  white-space: nowrap;
}

.cs-featured-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: clamp(18px, 1.8vw, 28px);
  color: var(--c-text);
  line-height: 1.6;
  margin-bottom: clamp(12px, 2vw, 36px);
  text-transform: uppercase;
  font-weight: 500;
}

.cs-featured-desc {
  font-size: clamp(14px, 1.4vw, 22px);
  color: #808080;
  line-height: 1.6;
  margin-bottom: clamp(16px, 3vw, 63px);
  flex-grow: 1;
}

.cs-btn-cta {
  display: inline-block;
  background-color: var(--c-accent-green);
  color: var(--c-accent-text);
  font-size: var(--fz-small);
  font-family: var(--ff-sans, 'Gill Sans', Arial, sans-serif);
  padding: 14px 36px;
  border-radius: var(--radius-md);
  text-decoration: none;
  align-self: flex-start;
  transition: background-color var(--transition);
  cursor: pointer;
  border: none;
}
.cs-btn-cta:hover {
  background-color: #b5e896;
  color: var(--c-accent-text);
}

/* --- Case Studies Grid --- */
.cs-grid {
  padding: 0 0 var(--sp-section);
}

.cs-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5vw, 24px);
}

.cs-card {
  display: flex;
  flex-direction: column;
}

.cs-card-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: #000;
}

.cs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}

.cs-card:hover .cs-card-img img {
  transform: scale(1.05);
}

.cs-card-body {
  padding-top: clamp(16px, 2vw, 29px);
}

.cs-card-body .cs-tag {
  margin-bottom: clamp(12px, 1.5vw, 16px);
}

.cs-card-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: clamp(18px, 1.8vw, 28px);
  color: var(--c-text);
  line-height: 1.6;
  margin-bottom: clamp(12px, 2vw, 26px);
}

.cs-card-desc {
  font-size: clamp(14px, 1.4vw, 22px);
  color: #808080;
  line-height: 1.8;
  margin-bottom: clamp(12px, 2vw, 38px);
}
.cs-featured-row,.cs-grid-row{
    margin-bottom: 2rem;
}
/*new*/
.new-type{
    gap: 15px;
}
.new-type a{
    font-size: var(--fz-body);
    text-transform: capitalize;
    background: var(--c-bg-alt);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 2.3rem;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 80px;
}
.new-type a:hover,.new-type a.on{
   background: var(--c-primary-light);
   color:var(--c-primary);
}
.rs-case-grid {
    display: flex;
    gap: var(--sp-2xl);
    align-items: center;
}
.rs-case-content {
    flex: 1;
    padding: var(--sp-xl) 0;
}
.rs-case-img-wrap {
    flex: 0 0 50%;
    position: relative;
}
.rs-case-decor {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 75%;
    height: 85%;
    background-color: rgba(80, 80, 80, 0.2);
    border-radius: 30px;
    z-index: 0;
}
.rs-case-img-wrap img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: var(--radius-md, 8px);
    object-fit: cover;
}
.video-list-tuijian .video-list .vg-card-thumb{
    aspect-ratio: 3 / 1.2;
    overflow: hidden;
}
.video-list-tuijian  .video-list .vg-card-thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-list-tuijian .pd-section-intro{
    margin: 0;
}
.text-subtitle{
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
}
.text-subtitle em{
    background: var(--c-primary-light);
    color: var(--c-primary);
    display: inline-block;
    margin-right: 15px;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 12px;
}
.new-info-mian>h2{
    font-size: var(--fz-h3);
}
.new-info{
    margin-top: 1rem;
}
.new-link{
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
}
/**/
.inf-rd-card{
    background: url(../images/initem1bj.png) center center no-repeat;
    background-size: contain;
    aspect-ratio: 1.3/ 1;
    padding: 20px 25px;
    color: #505050;
    position: relative;
    margin-bottom: 25px;
}
.inf-rd-card:before{
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url(../images/inmore.png) center center no-repeat;
    right: 0px;
    top: 0px;
    position: absolute;
}
.inf-rd-card h3{
    font-size: clamp(18px, 1.6vw, 22px);
    margin: 15px 0px 15px 0;
    font-weight: 600;
}
.inf-rd-card p{
    font-size: var(--fz-middle);
}
.inf-qa-row li{
    text-align: center;
    margin:0.5rem 0  1.5rem 0;
}
.inf-qa-row li>div{
    height: clamp(60px, 5vw, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--sp-lg);
}
.inf-qa-row li p{
    max-width: 280px;
    margin: 0 auto;
    font-size: var(--fz-body);
}
.inf-supply-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.inf-stat-num {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: clamp(30px, 4vw, 60px);
  margin-bottom: var(--sp-xs);
}

.inf-stat-unit {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: clamp(18px, 2vw, 30px);
}

.inf-stat-label {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: var(--fz-body);
  color: var(--c-text);
  text-transform: uppercase;
  margin-bottom: var(--sp-sm);
}

.inf-stat-desc {
  font-family: Arial, sans-serif;
  font-size: var(--fz-body);
  color: var(--c-text-secondary);
  max-width: 290px;
}

/* ---- Stats Section ---- */
.sc-stats {
    padding: var(--sp-section) 0;
    background-color: var(--c-bg);
}
.sc-stat-card {
    text-align: center;
    margin-bottom: var(--sp-2xl);
    position: relative;
    background-color: #c8f8a9;
     border-radius: 15px;
}
.sc-stat-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-white);
    border: 1px solid #7d9b6a;
    border-radius: 15px;
    width: clamp(48px, 3.6vw, 70px);
    height: clamp(48px, 3.6vw, 70px);
    position: absolute;
    right:-25px;
    top: clamp(-24px, 3.6vw, -35px) ;
}
.sc-stat-icon-wrap img {
    width: 55%;
    height: auto;
}
.sc-stat-body {
    padding: 0px 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sc-stat-number {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(28px, 2.3vw, 45px);
    color: var(--c-accent-text, #084734);
    font-weight: 700;
    line-height: 1;
    margin-bottom: var(--sp-sm);
}
.sc-stat-unit {
    font-family: 'PingFangSC-Regular', sans-serif;
}
.sc-stat-label {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(16px, 1.2vw, 23px);
    color: var(--c-text);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: var(--sp-md);
}
.sc-stat-desc {
    font-size: clamp(14px, 1.2vw, 16px);
    color: var(--c-text);
    line-height: 1.6;
    margin-bottom: var(--sp-md);
}
.sc-stat-tag {
    display: block;
    font-size: clamp(12px, 1vw, 16px);
    color: var(--c-accent-text, #084734);
    line-height: 1.5;
}
.sc-solutions-grid {
    display: flex;
    gap: var(--sp-2xl);
    align-items: flex-start;
    border-top:2px solid #85a499;
    padding-top:1.3rem;
}
.sc-solutions-img {
    flex: 0 0 38%;
}
.sc-solutions-img img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md, 8px);
    object-fit: cover;
}
.sc-solutions-content {
    flex: 1;
    padding-top: var(--sp-xl);
}
.sc-solutions-icon-title {
    display: flex;
    align-items: center;
    gap: var(--sp-sm);
    margin-bottom: var(--sp-lg);
}
.sc-solutions-icon-title img {
    width: clamp(20px, 1.4vw, 26px);
    height: auto;
}
.sc-solutions-icon-title h3 {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
    color: var(--c-text);
    line-height: 1.2;
}
.sc-solutions-text {
    font-size: clamp(14px, 1.1vw, 20px);
    color: var(--c-text);
    line-height: 2;
}
.sc-solutions-gallery {
    flex: 0 0 13%;
    display: flex;
    flex-direction: column;
    gap: var(--sp-sm);
}
.sc-gallery-item {
    border-radius: 30px;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: border-color var(--transition, 0.3s);
    padding:8px;
    cursor: pointer;
}
.sc-gallery-item--active {
    border-color: #c8f8a9;
}
.sc-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
.sc-global-main {
    flex: 1;
}
.sc-global-grid {
    display: flex;
    gap: var(--sp-2xl);
    align-items: flex-start;
}
.sc-global-map {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.sc-global-map img {
    width: 100%;
    height: auto;
    display: block;
}
.sc-global-stat {
    flex: 0 0 clamp(180px, 15vw, 293px);
}
.sc-global-stat-inner {
    background-color: #c8f8a9;
    border-radius: 50px;
    padding: var(--sp-2xl) var(--sp-md);
    text-align: center;
}
.sc-global-stat-number {
    display: block;
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(50px, 4.7vw, 90px);
    color: var(--c-accent-text, #084734);
    font-weight: 700;
    line-height: 1;
    margin-bottom: var(--sp-md);
}
.sc-global-stat-label {
    display: block;
    font-size: clamp(14px, 1.1vw, 20px);
    color: var(--c-text);
    line-height: 1.3;
}
.primary-light-block{
    background: var(--c-primary-light);
    padding: 20px 1rem;
}
.pm-qc-card {
    background: var(--c-white);
    border-radius: 30px;
    padding: var(--sp-xl) var(--sp-lg);
    flex: 1 1 220px;
    transition: transform var(--transition), box-shadow var(--transition);
    margin: 1rem 0;
}
.pm-qc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    background-color: var(--c-accent-green, #c8f8a9);
}
.pm-qc-tag {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: var(--fz-body-lg);
    color: var(--c-text);
    font-weight: 700;
    margin-bottom: var(--sp-sm);
}
.pm-qc-title {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: var(--fz-body-lg);
    color: var(--c-text);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: var(--sp-xl);
}
.pm-qc-desc {
    font-size: var(--fz-middle);
    color: var(--c-text);
    line-height: 1.6;
}
/* --- Stats Section --- */
.qa-stats {
  padding: clamp(50px, 7.5vw, 147px) 0;
}

.qa-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 49px);
}

.qa-stat-card {
  border-radius: 30px;
  padding: clamp(24px, 2.5vw, 46px) clamp(20px, 2vw, 40px);
  text-align: center;
}

.qa-stat-card--green {
  background-color: var(--c-accent-green);
}

.qa-stat-card--green:hover,.qa-stats-row div.qa-stat-card:nth-child(2n){
  background-color: #084734;
  border: 1px solid #cccccc;
}

.qa-stat-number {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: var(--fz-h2);
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(16px, 2vw, 39px);
}

.qa-stat-card--green .qa-stat-number {
  color: #084734;
}

.qa-stat-card--green:hover .qa-stat-number,.qa-stats-row div.qa-stat-card:nth-child(2n) .qa-stat-number{
  color: var(--c-accent-green);
}

.qa-stat-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: var(--fz-body-lg);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: clamp(12px, 1.5vw, 31px);
}

.qa-stat-card--green .qa-stat-title {
  color: var(--c-text);
}

.qa-stat-card--green:hover .qa-stat-title,.qa-stats-row div.qa-stat-card:nth-child(2n) .qa-stat-title{
  color: var(--c-white);
}

.qa-stat-desc {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
}

.qa-stat-card--green .qa-stat-desc {
  color: var(--c-text);
}

.qa-stat-card--green:hover .qa-stat-desc,.qa-stats-row div.qa-stat-card:nth-child(2n) .qa-stat-desc{
  color: var(--c-white);
}
.qa-certs-list li{
    text-align: center;
    margin: 1rem 0;
}
/* --- Go Global Section --- */
.qa-global {
  padding: clamp(50px, 5.2vw, 101px) 0;
}

.qa-global-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 4vw, 70px);
  align-items: center;
}

.qa-global-content {
  padding: clamp(20px, 3vw, 60px) 0;
}

.qa-global-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: var(--fz-h2);
  color: var(--c-text);
  text-transform: uppercase;
}

.qa-global-subtitle {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: clamp(22px, 2.1vw, 40px);
  color: var(--c-text);
  line-height: 1.5;
  margin-bottom: clamp(20px, 3.8vw, 73px);
  text-transform: uppercase;
}

.qa-global-desc {
  font-size: var(--fz-body-lg);
  color: var(--c-text);
  line-height: 1.6em;
  margin-bottom: clamp(30px, 4.1vw, 79px);
}

.qa-global-features {
  display: flex;
  gap: clamp(16px, 2vw, 30px);
}

.qa-feature-icons {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3.8vw, 60px);
  flex-shrink: 0;
}

.qa-feature-icon img {
  width: clamp(42px, 4.2vw, 81px);
  height: auto;
}
.qa-feature-details {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3.8vw, 25px);
}

.qa-feature-name {
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: 700;
  color: var(--c-text);
  line-height: 1.5;
  margin-bottom: clamp(4px, 0.5vw, 8px);
}

.qa-feature-desc {
  font-size: clamp(14px, 1.1vw, 20px);
  color: var(--c-text);
  line-height: 1.5;
}

.qa-global-img {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.qa-global-img img {
  width: 100%;
  height: auto;
  display: block;
}
/* --- Testing Section --- */
.qa-testing {
  background-color: var(--c-bg-alt);
  padding: clamp(50px, 8vw, 159px) 0;
}

.qa-testing-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 50px);
  align-items: center;
}

.qa-testing-img {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.qa-testing-img img {
  width: 100%;
  height: auto;
  display: block;
}

.qa-testing-content {
  padding: clamp(20px, 3vw, 60px) 0;
}

.qa-testing-title {
  font-family: var(--ff-serif, 'Libre Baskerville', Georgia, serif);
  font-size: var(--fz-h2);
  color: var(--c-text);
  line-height: var(--lh-tight);
  margin-bottom: clamp(16px, 3.3vw, 63px);
  text-transform: uppercase;
}

.qa-testing-desc {
  font-size: var(--fz-body-lg);
  color: var(--c-text);
  line-height: 1.6em;
  margin-bottom: clamp(20px, 3.3vw, 63px);
}

.qa-testing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qa-testing-list li {
  font-size: clamp(13px, 1vw, 20px);
  color: var(--c-text);
  padding-left: 1.5em;
  position: relative;
  margin-bottom: clamp(12px, 1.5vw, 20px);
}

.qa-testing-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: var(--c-primary);
}

.qa-testing-list li span {
  color: #555;
}
/* ---- Science-Driven Stats Section ---- */
.rdi-stats {
    background-color: var(--c-bg);
    padding: var(--sp-section) 0;
}
.rdi-stats-header {
    margin-bottom: var(--sp-2xl);
}
.rdi-stats-intro {
    font-size: var(--fz-body);
    color: var(--c-text);
    line-height: 1.8em;
    max-width: 1057px;
    margin: 0 auto;
}
.rdi-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-lg);
}
.rdi-stat-card {
    background-color: var(--c-white);
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: var(--sp-3xl) var(--sp-xl) var(--sp-xl);
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
}
.rdi-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.rdi-stat-icon {
    width: 119px;
    height: 119px;
    background-color: var(--c-accent-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--sp-xl);
    overflow: hidden;
}
.rdi-stat-icon img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}
.rdi-stat-num {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: clamp(28px, 3vw, 46px);
    color: var(--c-accent-text);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--sp-sm);
}
.rdi-stat-title {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: clamp(16px, 1.5vw, 23px);
    color: var(--c-text);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: var(--sp-sm);
}
.rdi-stat-subtitle {
    font-size: clamp(13px, 1.2vw, 16px);
    color: var(--c-accent-text);
    font-weight: 600;
    margin-bottom: var(--sp-xs, 4px);
    line-height: 1.4;
}
.rdi-stat-desc {
    font-size: clamp(12px, 1.1vw, 15px);
    color: #000;
    line-height: 1.6;
}
.rdi-tech-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-lg);
    margin-bottom: var(--sp-lg);
}
.rdi-tech-row:last-child {
    margin-bottom: 0;
}
.rdi-tech-card {
    border-radius: 30px;
    padding: var(--sp-3xl) var(--sp-xl);
    transition: transform var(--transition), box-shadow var(--transition);
}
.rdi-tech-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.rdi-tech-card--green {
    background-color: var(--c-primary);
    color: var(--c-white);
}
.rdi-tech-card--green .rdi-tech-card-title,
.rdi-tech-card--green .rdi-tech-card-desc {
    color: var(--c-white);
}
.rdi-tech-card--lime {
    background-color: var(--c-accent-green);
    color: var(--c-accent-text);
}
.rdi-tech-card--lime .rdi-tech-card-title {
    color: var(--c-accent-text);
}
.rdi-tech-card--lime .rdi-tech-card-desc {
    color: #000;
}
.rdi-tech-card--gray {
    background-color: #f2f2f2;
    color: var(--c-text);
}
.rdi-tech-card--gray .rdi-tech-card-title,
.rdi-tech-card--gray .rdi-tech-card-desc {
    color: var(--c-text);
}
.rdi-tech-card-title {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: var(--fz-h3);
    font-weight: 700;
    line-height: var(--lh-tight);
    margin-bottom: var(--sp-lg);
}
.rdi-tech-card-desc {
    font-size: var(--fz-body);
    line-height: 1.8em;
}
.swiper-zlzs{
    max-width: 1470px;
    padding-bottom: 2rem;
}
.swiper-zlzs .swiper-slide{
    background: #fff;
}
.swiper-zlzs .p10{
    padding: 0px 2rem;
}
.zlzs-title{
    font-size: var(--fz-h3);
    font-family: 'LibreBaskerville-Bold-4';
    font-weight: 500;
    margin-bottom: 15px;
}
.zlzs-num{
    font-size: var(--fz-body-lg);
    font-weight: 500;
    margin-bottom: 1rem;
}
.zlzs-text{
    line-height: 1.5em;
    font-size: var(--fz-body);
}
.swiper-zlzs .swiper-pagination{
    bottom: 0;
}
.swiper-zlzs .swiper-pagination-bullet{
    background: var(--c-primary-light);
    width: 13px;
    height: 13px;
}
.swiper-zlzs .swiper-pagination-bullet-active{
    background: var(--c-primary);
}
/* --- Why Choose Us --- */
.cf-why-cards {
  display: flex;
  gap: var(--sp-xl);
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.cf-why-card {
  background: #f2f2f2;
  border-radius: 30px;
  padding: var(--sp-3xl) var(--sp-2xl);
  flex: 1;
  min-width: 280px;
}

.cf-why-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #084734;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-xl);
}

.cf-why-icon img {
  width: 45%;
  height: 45%;
  object-fit: contain;
}

.cf-why-title {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: var(--sp-md);
}

.cf-why-desc {
  font-size: var(--fz-body);
  line-height: 1.8;
}
/* --- Process Timeline --- */
.cf-process-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  gap: 15px 0px;
}
.cf-process-row:last-child{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
.cf-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 150px;
  max-width: 220px;
  position: relative;
}
.cf-process-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: grid;
  gap: 10px;
  justify-content: center;
  margin-bottom: var(--sp-lg);
  position: relative;
  background: url(../images/cf-process-circlebj.png) center center no-repeat;
  background-size: contain;
}
.cf-process-circle img {
  width:50px;
  transition: var(--transition);
}
.cf-process-circle:hover img{
  transform: rotate(360deg);
}
.cf-process-num {
  font-size: var(--fz-body-lg);
  font-weight: 700;
  display: flex;
  align-items:  flex-end;
  justify-content: center;
}

.cf-process-label {
  font-size: var(--fz-body);
  font-weight: 700;
  color: var(--c-text);
  text-align: center;
  line-height: 1.4;
}

.cf-process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(50px, 8vw, 200px);
  min-width: 60px;
  padding-top: 2rem;
}
.cf-step1-tabs{
    margin-bottom: 1rem;
    gap: 10px 2rem;
}
.cf-step1-tabs span{
    font-size: 20px;
    font-family: 'LibreBaskerville-Regular-2';
    cursor: pointer;
    padding-bottom: 5px;
}
.cf-step1-tabs span:hover{
    color: var(--c-primary);
}
.cf-step1-tabs span.on{
    color: var(--c-primary);
    border-bottom: 1px solid var(--c-primary);
}
.cf-step1-content{
    display: none;
}
.cf-step1-contentbox div.cf-step1-content:first-child{
    display: block;
}
.cf-step4-list{
    padding-top:1rem;
}
.cf-step4-list li>div{
    background: var(--c-primary-light);
    padding: 30px 1.5rem;
    color: #000;
    margin-bottom: 30px;
}
.cf-step4-pic{
    background: var(--c-primary);
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.cf-step4-card-title {
    font-size: clamp(20px, 1.6vw, 30px);
    font-weight: 700;
    color: var(--c-text);
    margin-bottom: var(--sp-sm);
}
.cf-step4-list li p{
    font-size: clamp(14px, 1.3vw, 22px);
    margin-top: 20px;
    line-height: 1.4em;
    min-height: 64px;
}
.step6-text-wrap{
    background: url(../images/step6bj.png) center center no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 0.8888 / 1;
    padding:2rem 1.2rem 2rem 1.2rem ;
    margin: 1rem 0 1rem 0;
}
.step6-list li:nth-child(2n) .step6-text-wrap{
    background: url(../images/stepbj2.png) center center no-repeat;
    background-size: 100% 100%;
}
.step6-text-box{
    background: #eff8e8;
    margin-right: 1.7rem;
    height: 100%;
    border-radius: 45px;
    padding: 2rem 2.5rem;
}
.step6-text-box .cf-step4-pic{
    margin: 0px auto 1.3rem auto;
}
.step6-list li:nth-child(2n) .step6-text-wrap .cf-step4-pic{
    background: var(--c-primary-light);
}
.step6-text-wrap p{
   font-size: clamp(14px, 1vw, 16px);
}
.step6-text-wrap .cf-step4-card-title{
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(18px, 1.6vw, 24px);
    text-transform: uppercase;
}
.bd-advantage-list li>div{
   background: #f2f2f2;
   border-radius: 20px;
}
.cf-step4-pic img{
    max-height: 30px;
}
/* ---- Packaging Solutions ---- */
.fsbs-packaging-header {
    margin-bottom: var(--sp-2xl);
}
.fsbs-packaging-cards {
    margin-top: var(--sp-xl);
}
.fsbs-pkg-card {
    background-color: #f7f7f7;
    border-radius: clamp(20px, 3vw, 50px);
    min-height: clamp(200px, 24vw, 450px);
    display: flex;
    align-items: flex-start;
    transition: transform var(--transition, 0.3s), box-shadow var(--transition, 0.3s);
    margin-bottom: var(--sp-lg);
    position: relative;
}
.fsbs-pkg-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.fsbs-pkg-card img{
    width: 100%;
}
.fsbs-pkg-label {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(18px, 1.5vw, 28px);
    color: var(--c-text);
    letter-spacing: 0.05em;
    position: absolute;
    left: var(--sp-lg);
    top: var(--sp-lg);
}
.fsbs-pkg-label img{
    width: 100%;
}
/* ---- Sections (shared) ---- */
.fsbs-section {
    padding: var(--sp-section) 0;
    background-color: var(--c-bg);
}
.fsbs-section--alt {
    background-color: var(--c-bg-alt, #f2f5f1);
}
.fsbs-section-heading {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-h2);
    color: var(--c-text);
    line-height: var(--lh-tight);
    margin-bottom: var(--sp-lg);
}
.fsbs-section-text {
    font-size: var(--fz-body);
    color: var(--c-text-secondary, #505050);
    line-height: 1.65;
    margin-bottom: var(--sp-md);
}
/* ---- Brand Design & Identity ---- */
.fsbs-brand-grid {
    display: flex;
    gap: var(--sp-2xl);
    align-items: center;
}
.fsbs-brand-content {
    flex: 0 0 42%;
}
.fsbs-brand-features {
    margin-top: var(--sp-xl);
}
.fsbs-feature-item {
    margin-bottom: var(--sp-lg);
}
.fsbs-feature-item:last-child {
    margin-bottom: 0;
}
.fsbs-feature-item h4 {
    font-size: var(--fz-body-lg);
    font-weight: 700;
    color: var(--c-text);
    margin-bottom: var(--sp-xs);
}
.fsbs-feature-item p {
    font-size: var(--fz-body);
    color: var(--c-text-secondary, #505050);
    line-height: 1.65;
}
.fsbs-brand-visual {
    flex: 1;
}
.fsbs-brand-caption {
    font-size: var(--fz-body-lg);
    color: var(--c-text);
    text-align: center;
    margin-top: var(--sp-xl);
}
/* ---- Sections (shared) ---- */
.fsbs-section {
    padding: var(--sp-section) 0;
    background-color: var(--c-bg);
}
.fsbs-section--alt {
    background-color: var(--c-bg-alt, #f2f5f1);
}
.fsbs-section-heading {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-h2);
    color: var(--c-text);
    line-height: var(--lh-tight);
    margin-bottom: var(--sp-lg);
    text-transform: uppercase;
}
.fsbs-section-text {
    font-size: var(--fz-body);
    color: var(--c-text-secondary, #505050);
    line-height: 1.65;
    margin-bottom: var(--sp-md);
}
/* ---- Marketing Support Toolkit ---- */
.fsbs-marketing-header {
    max-width: 950px;
}
.fsbs-marketing-cards {
    margin-top: var(--sp-2xl);
}
.fsbs-mkt-card {
    background-color: var(--c-white);
    border-radius: 15px;
    box-shadow: 0 0 6px 0 rgba(8, 71, 52, 0.45);
    padding: var(--sp-3xl) var(--sp-xl);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--sp-lg);
}
.fsbs-mkt-card-header {
    margin-bottom: var(--sp-xl);
}
.fsbs-mkt-card-header h3 {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: var(--fz-h3);
    color: var(--c-text);
    line-height: 1.3;
    margin-bottom: var(--sp-md);
    text-transform: uppercase;
}
.fsbs-mkt-card-header p {
    font-size: var(--fz-body);
    color: var(--c-text);
    line-height: 1.4;
}
.fsbs-mkt-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.fsbs-mkt-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-md);
    font-size: var(--fz-body);
    color: var(--c-text-secondary, #505050);
    line-height: 2.4em;
}
.fsbs-dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    background-color: var(--c-primary, #084734);
    border-radius: 50%;
    margin-top: 0.65em;
}
/* ---- Supply Chain ---- */
.fsbs-chain-grid {
    display: flex;
    gap: var(--sp-2xl);
    align-items: flex-start;
    margin-bottom: var(--sp-3xl);
}
.fsbs-chain-content {
    flex: 0 0 47%;
}
.fsbs-chain-subtitle {
    font-size: var(--fz-body-lg);
    font-weight: 700;
    color: var(--c-secondary, #002245);
    margin: var(--sp-xl) 0 var(--sp-md);
    text-transform: uppercase;
}
.fsbs-chain-image {
    flex: 1;
    background-color: var(--c-white);
    aspect-ratio: 800 / 592;
    border-radius: var(--radius-md, 8px);
    min-height: clamp(300px, 30vw, 592px);
}
.fsbs-stats-row {
    margin-top: var(--sp-xl);
}
.fsbs-stat-card {
    border-radius: 30px;
    padding: var(--sp-xl) var(--sp-lg);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: clamp(120px, 12vw, 219px);
    margin-bottom: var(--sp-lg);
}
.fsbs-stat-card--light {
    background-color: var(--c-accent-green, #c8f8a9);
    border: 1px solid rgba(204, 204, 204, 0.3);
}
.fsbs-stat-card--dark {
    background-color: var(--c-primary, #084734);
    border: 1px solid rgba(204, 204, 204, 0.3);
}
.fsbs-stat-label {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: clamp(14px, 1.2vw, 22px);
    font-weight: 700;
    display: block;
    margin-bottom: var(--sp-md);
    line-height: 1.5;
    text-transform: uppercase;
}
.fsbs-stat-card--light .fsbs-stat-label {
    color: var(--c-text);
}
.fsbs-stat-card--dark .fsbs-stat-label {
    color: var(--c-white);
}
.fsbs-stat-value {
    font-family: 'LibreBaskerville-Bold-4';
    font-size: clamp(32px, 3.2vw, 60px);
    font-weight: 700;
    display: block;
    line-height: 1;
}
.fsbs-stat-card--light .fsbs-stat-value {
    color: var(--c-primary, #084734);
}
.fsbs-stat-card--dark .fsbs-stat-value {
    color: var(--c-accent-green, #c8f8a9);
}
.fsbs-stat-value small {
    font-size: 0.5em;
}
.fsbs-stats-row .row,.fsbs-marketing-cards .row{
    gap: 30px 0;
}
/* --- Solutions Section (Two-column) --- */
.pl-solutions {
  padding: var(--sp-section) 0;
}

.pl-solutions-content {
  display: flex;
  align-items: center;
  gap: var(--sp-3xl);
}

.pl-solutions-text {
  flex: 1;
}

.pl-solutions-title {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.2;
  color: var(--c-text);
  margin-bottom: var(--sp-lg);
}

.pl-solutions-subtitle {
  font-size: clamp(20px, 2vw, 36px);
  color: var(--c-text);
  margin-bottom: var(--sp-xl);
  letter-spacing: 1px;
}

.pl-solutions-desc {
  font-size: var(--fz-body-lg);
  line-height: var(--lh-body);
  color: var(--c-text-secondary);
  margin-bottom: var(--sp-2xl);
}

.pl-solutions-image {
  flex: 0 0 clamp(300px, 40vw, 736px);
  aspect-ratio: 736 / 784;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}

.pl-solutions-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pl-benefit-title {
  font-size: var(--fz-h3);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: var(--sp-md);
}

.pl-benefit-desc {
  font-size: var(--fz-body);
  line-height: 1.6em;
}
.pl-benefits-icon-circle {
  width: clamp(50px, 5vw, 93px);
  height: clamp(50px, 5vw, 93px);
  border-radius: 50%;
  background: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-md);
}

.pl-benefits-icon-circle img {
  width: 42%;
  object-fit: contain;
}
.pl-benefit-item{
    padding-top: 2.5rem;
}

/* --- Categories Section --- */
.pl-categories-grid {
  display: flex;
  justify-content: center;
  gap: var(--sp-md);
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.pl-category-card {
  flex: 0 0 calc(20% - var(--sp-md));
  min-width: 200px;
  background: var(--c-bg);
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid var(--c-white);
  transition: var(--transition);
}

.pl-category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pl-category-name {
  font-family: 'LibreBaskerville-Regular-2';
  font-size: var(--fz-h3);
  text-align: center;
  padding: 1rem 0;
  color: var(--c-text);
  font-weight: 500;
  background: #f2f2f2;
}

.pl-category-image {
  width: 100%;
  aspect-ratio: 290 / 318;
  background: var(--c-white);
  border-radius: 0  0 15px 15px;
  overflow: hidden;
}

.pl-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pl-faq{
    background: var(--c-bg);
}
.pl-faq .pd-faq-list{
    background: #f7f7f7;
}
.pl-process{
    position: relative;
    margin-bottom: 2rem;
}
.pl-process-item{
    text-align: right;
    padding: 0rem 2rem;
    position: relative;
    max-width: 685px;
}
/*.pl-process-item:before{
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    right: -26px;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/dot.png) center center no-repeat;
}
.pl-process-item:hover:before{
    background: url(../images/dot-h.png) center center no-repeat;
}*/

.pl-process-item .pd-faq-title{
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.pl-process-item p,.pl-process-item h3{
    font-size: var(--fz-body);
    line-height: 1.5em;
    margin-bottom: 5px;
}
.pl-process-item h3{
    text-transform: uppercase;
    margin-top: 1.5rem;
    font-weight: 600;
}
/* ---- Comparison Table ---- */

.fim-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top:1rem;
}
.fim-compare {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0 15px;
    table-layout: fixed;
}
.fim-compare th,
.fim-compare td {
    padding: clamp(14px, 2vw, 30px) clamp(16px, 2vw, 30px);
    font-size: clamp(14px, 1.2vw, 20px);
    color: var(--c-text);
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}
/* 第一列与第二列间距 PC:30px / 移动端:15px */
.fim-compare td:first-child,
.fim-compare th:first-child {
    border-right: 30px solid transparent;
    background-clip: padding-box;
}
@media(max-width: 767px){
    .fim-compare td:first-child,
    .fim-compare th:first-child {
        border-right: 15px solid transparent;
    }
}

/* Corner cell (empty top-left) */
.fim-corner {
    width: 22%;
    background: transparent;
}

/* Column headers */
.fim-col-head {
    background-color: #c8f8a9;
    font-size: clamp(14px, 1.4vw, 24px);
    font-weight: 700;
    color: var(--c-text);
    text-align: center;
    white-space: nowrap;
}

/* Row labels */
.fim-row-label {
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 24px);
    color: var(--c-text);
    background-color: #f2f2f2;
}

/* Alternating row colors for data cells */
/* Even data rows: green (#ebf8e3) */
.fim-compare tbody tr:nth-child(odd) td:not(.fim-row-label) {
    background-color: #ebf8e3;
}
.fim-compare tbody tr:nth-child(odd) td.fim-row-label {
    background-color: #f2f2f2;
}

/* Odd data rows: light green (#f2f5f1) */
.fim-compare tbody tr:nth-child(even) td:not(.fim-row-label) {
    background-color: #f2f5f1;
}
.fim-compare tbody tr:nth-child(even) td.fim-row-label {
    background-color: #f2f2f2;
}
/* Last row — same light green */
.fim-row-last:not(.fim-row-label) {
    background-color: #f2f5f1;
}

/* Data cell centering on large screens */
.fim-compare tbody td:not(.fim-row-label) {
    text-align: left;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(8, 71, 52, 0.7);
  }
  50% {
    box-shadow: 0 0 0 0.8em rgba(8, 71, 52, 0.4);
  }
  100% {
    box-shadow: 0 0 0 2em rgba(8, 71, 52, 0);
  }
}
.story2{
    background: #f2f5f1;
}
/* --- Footer --- */
.footer {
    background-color: var(--c-footer-bg);
    color: var(--c-white);
}
.footer-top {
    padding: var(--sp-3xl) 0 var(--sp-xl);
}
.footer-top .container-wrap {
    padding: 0 clamp(10px, 4vw, 60px);
}
.ft-nav-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-lg);
    font-family: "GillSansMT";
}
.ft-nav-col {
    /*min-width: 100px;*/
    flex: auto;
}
.ft-nav-col h4 {
    font-size: var(--fz-footer-title);
    color: var(--c-primary-light);
    font-weight: 400;
    margin-bottom: var(--sp-md);
    font-family: "GillSansMT";
}
.ft-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-nav-col ul li a {
    font-size: var(--fz-footer-link);
    color: var(--c-footer-text);
    line-height: 2;
    display: block;
    text-decoration: none;
    transition: color var(--transition);
}
.ft-nav-col ul li a img {
    margin-right: 10px;
}
.ft-nav-col ul li a:hover,.ft-nav-col ul li.on a{ color: var(--c-accent-green); }
.ft-subscribe {
    margin-left: auto;
    /*max-width: 370px;*/
    min-width: 280px;
    flex: auto;
}
.ft-slogan {
    font-family: 'LibreBaskerville-Regular-2';
    font-size: clamp(20px, 1.8vw, 33px);
    line-height: 1.3;
    margin-bottom: var(--sp-lg);
}
.ft-slogan .ft-highlight { color: var(--c-accent-green); }
.ft-label {
    font-size: var(--fz-small);
    color: var(--c-white);
    margin-bottom: var(--sp-sm);
    display: block;
}
.ft-form-row {
    display: flex;
    gap: var(--sp-sm);
    margin-bottom: var(--sp-lg);
}
.ft-form-input {
    flex: 1;
    background: var(--c-white);
    border: none;
    border-radius: 5px;
    padding: 17px var(--sp-md);
    font-size: var(--fz-small);
    color: #616161;
}
.ft-form-btn {
    background-color: var(--c-accent-green);
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-size: var(--fz-middle);
    color: var(--c-accent-text);
    cursor: pointer;
    white-space: nowrap;
    transition: var(--transition);
    min-width: 155px;
}
.ft-form-btn:hover { opacity: 0.85; }
.ft-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
    margin-top: 20px;
}
.ft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--sp-md);
    padding-bottom: 2.8rem;
    font-family: 'GillSansMT';;
}
.ft-copyright {
    font-size: var(--fz-footer-link);
    color: var(--c-white);
    margin-bottom: var(--sp-sm);
}
.ft-links { font-size: var(--fz-small); }
.ft-links a {
    color: var(--c-white);
    text-decoration: underline;
}
.ft-links a:hover { color: var(--c-accent-green); }
.ft-logo { 
    height: auto;
    max-width: 366px;
    width: 9rem;
}
.ft-social-row {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.ft-social-row img {
    width: 23px;
    height: 23px;
    opacity: 0.8;
    transition: var(--transition);
    cursor: pointer;
}
.ft-social-row img:hover { opacity: 1; }

.toTop{
    position: fixed;
    right: 10px;
    top: 85%;
    z-index: 999;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius:10px;
    background:#c8f8a9 url(../images/top.png) center center no-repeat;
}
.toTop:hover{
    background-color: #000;
}
@media(min-width: 1200px){
    .container-fluid{
        max-width: 100%;
        padding-right: 6.5%;
        padding-left: 6.5%;
    }
    .ryzz{
        padding: 0px 2rem;
    }
    .scroll-box{
        padding-left: 2.5rem;
    }
    .pr2{
        padding-right: 1.8rem;
    }
    .pd-innovation-cards{
         margin-right: 1%;
    }
    .pd-innovation-cards .row>div:last-child .pd-inno-card{
        background-color: rgb(200, 248, 169,0.8)
    }
    .pd-innovation .pd-section-title{
        margin-top: 2.5rem;
    }
    .pd-innovation-wrap{
        min-height: 715px;
    }
    .pm-qc-card{
        min-height: 370px;
    }
    .sc-stat-card{
         margin-right: 1rem;
         min-height: 325px;
     }
     .sc-stats li:last-child .sc-stat-card{
         margin-right: 0rem;
     }
} 
@media(min-width:1600px){
    .container-fluid{
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .sale-word-box{
        width: 90%;
        margin:clamp(5px, 0.5vw, 20px) 0 clamp(5px, 0.5vw, 30px) 0;
        position: relative;
    }
    .countries{
        position: absolute;
        left: -2%;
        bottom: -8%;
    }
}
@media(min-width: 1200px) and (max-width: 1300px){
    .ft-subscribe {
        max-width: 280px !important;
    }
}
@media(max-width: 1200px){
    .company-logo{
        width: 240px;
    }
    .header-nav li a{
        font-size: 14px;
    }
    .header-nav{
        gap: 0.8rem;
    }
    .countries{
        width: 300px;
        height: 300px;
    }
    .banner-info h1,.banner-info h2{
        margin-bottom: 1rem;
    }
    .pd-innovation-wrap{
        background: none;
    }
    .pd-innovation-cards{
        margin-top: 1.5rem;
    }
    .pc-product-card{
        width: calc(25% - clamp(10px, 1.5vw, 22px));
    }
    .step6-text-box{
        margin-right: 1.2rem;
        padding: 1rem 0.8rem 1rem 0.8rem;
      }
      .step6-text-wrap{
        padding: 1rem 1rem 1rem 1.2rem;
      }
}
@media(min-width: 992px) and (max-width: 1199px){
    .container-fluid{
        max-width: 100%;
        padding-left: 8%;
        padding-right: 8%;
    }
}
@media(min-width: 992px){
    .app-header-nav{
        display:none;
    }
    .pd-product-detail {
        padding-left: 2rem;
    }
    .pl-benefits-grid{
        border-top: 4px solid #dbdbdb
    }
    .pl-benefit-item:hover{
        border-top: 4px solid var(--c-primary);
    }
    .pl-benefit-item {
        padding-top: 2.5rem;
        margin-top: -4px;
        padding-right: 2rem;
    }
}
@media(max-width: 991px){
    .pd-faq-list{
        margin-top: 2rem;
    }
    .fsbs-brand-grid,.fsbs-chain-grid{
        flex-direction: column;
    }
    .cf-process-circle{
        width: 100px;
        height: 100px;
    }
    .cf-process-circle img{
        width: 30px;
    }
    .cf-process-step{
        max-width: 180px;
    }
     .cf-process-arrow{
        display: none;
     }
     .qa-testing-row,.qa-global-row{
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 40px);
      }
     .sc-global-stat {
        flex: none;
        width: clamp(180px, 40vw, 293px);
    }
    .sc-global-grid {
        flex-direction: column;
        align-items: center;
    }
    .sc-solutions-content{
        padding: 0;
    }
    .sc-solutions-grid {
        flex-direction: column;
        align-items: center;
    }
    .sc-solutions-gallery {
        flex: none;
        width: 100%;
        flex-direction: row;
        gap: var(--sp-md);
        justify-content: center;
    }
    .pc-product-card{
        width: calc(33% - clamp(10px, 1.5vw, 22px));
    }
    .header-nav{
        display: none;
    }
    .menu{
        display: block;
        position: relative;
    }
    .header{
        padding: 15px 0;
        background: #000;
        position: relative;
    }
    .app-header-nav{
       position: absolute;
       left: 0px;
       top: 100%;
       width: 100%;
       background: #000;
       border-top: 1px solid rgba(255, 255, 255, 0.4);
       padding-bottom: 15px;
       display: none;
    }
    .app-header-nav li{
        padding: 0px 15px;
    }
    .app-header-nav li a{
        color: #fff;
        display: block;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
        background: url(../images/right-info.png) right center no-repeat;
        background-size: 13px 13px;
        text-transform: uppercase;
    }
    .app-header-nav li.on>a{
        color: var(--c-primary-light);
    }
    .app-header-nav li:last-child a{
        border: none;
        color: #fff;
    }
    /*二级栏目下拉（移动端点击展开）*/
    .app-header-nav .has-dropdown{
        position: relative;
    }
    .app-header-nav .has-dropdown > a{
        background: none;
        padding-right: 50px;
    }
    .app-header-nav .nav-toggle{
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .app-header-nav .nav-toggle::after{
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        width: 13px;
        height: 13px;
        background: url(../images/right-info.png) center center no-repeat;
        background-size: 13px 13px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }
    .app-header-nav .has-dropdown.open .nav-toggle::after{
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .app-header-nav .nav-dropdown{
        display: none;
        background: rgba(255,255,255,0.05);
    }
    .app-header-nav .has-dropdown.open > .nav-dropdown{
        display: block;
    }
    .app-header-nav .nav-dropdown li a{
        padding: 12px 30px;
        font-size: 14px;
        background: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-transform: none;
    }
    .company-logo{
        margin: 0px 0rem;
        width: 160px;
    }
    .header-nav-box{
        align-items: center;
    }
    .swiper-container2{
        margin-top: 0px;
    }
    .swiper-container2 .swiper-slide .number{
        font-size: 3.5rem;
    }
    .id-item3>div{
        display: block;
    }
    .video-l,.video-r{
        width: 100%;
    }
    .mart-box h4{
        font-size: 14px;
    }
    #videohome{
        height: auto;
    }
    .scroll-box{
        height:420px !important;
        margin-top: 3rem;
    }
    .sale-word-wrap{
        display: none;
    }
    .ft-subscribe {
        margin-left: 0;
        max-width: 100%;
        margin-top: var(--sp-md);
    }
    .cs-featured-row {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 48px);
      }

      .cs-featured-case {
        flex-direction: column;
      }

      .cs-featured-img {
        width: 100%;
        min-height: clamp(200px, 30vw, 300px);
      }

      .cs-grid-row {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(16px, 2vw, 24px);
      }
       .cs-featured-row {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 48px);
      }
      .rdi-stats-grid,.rdi-tech-row {
        grid-template-columns: repeat(2, 1fr);
      }
}
@media(min-width: 768px){
    .qa-certs-list li img{
        min-height: 100px;
    }
    .pl-process:before{
        content: '';
        width: 2.5px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
         -webkit-transform:translateX(-50%)translateY(-50%);
        -moz-transform:translateX(-50%)translateY(-50%);
        -o-transform:translateX(-50%)translateY(-50%);
        -ms-transform:translateX(-50%)translateY(-50%);
        transform:translateX(-50%)translateY(-50%);
        background: #000;
    }
    .pl-process > .row > [class*="col-"]{
        position: relative;
    }
    .pl-process > .row > [class*="col-"]::before{
        position: absolute;
        top: 50%;
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        content: "";
        width: 22px;
        height: 22px;
        background: url(../images/dot.png) center center no-repeat;
        z-index: 2;
    }
    .pl-process > .row > .col-md-6::before{
        right: -11px;
    }
    .pl-process > .row > .offset-md-6::before{
        left: -11px;
    }
    .pl-process > .row:hover > [class*="col-"]::before{
        background: url(../images/dot-h.png) center center no-repeat;
    }
    .pl-process-item:before{
        display: none;
    }
    .pl-process div.row:nth-child(2n) .pl-process-item{
        text-align: left;
    }
}
@media(max-width: 767px){
    .quote-box{
        background: #fff;
    }
    .quote-info{
        display: none;
    }
    .quote-form{
       width: 100%; 
    }
    .swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next{
        width: 48px;
        height: 48px;
    }
    .ryzz-id-item{
        padding: 10px 0;
    }
    .ryzz img{
        height: 40px;
    }
    .pl-process-item{
        text-align: left;
        padding: 0;
    }
    .pl-category-card{
        flex: 0 0 calc(100% - var(--sp-md));
    }
    .fsbs-mkt-card {
      padding: var(--sp-xl) var(--sp-lg);
    }
    .rdi-stats-grid {
        grid-template-columns: repeat(1, 1fr);
      }
    .qa-stats-row {
        grid-template-columns: 1fr;
    }
    .swiper-container2 .swiper-slide .number{
        font-size: 4rem;
    }
    .swiper-container2 .swiper-slide>div{
        padding: 10px 1rem !important;
    }
    .countries{
        width: 180px;
        height: 180px;
        bottom: -8%;
    }
    .countries>div{
        padding: 1.5rem;
    }
    .countries h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    .sale-center{
        width: 20px;
        height: 20px;
    }
    .sale-dot{
        width: 6px;
        height: 6px;
    }
    .sale-text{
        font-size: 8px;
        top: 6px;
    }
    .id-view-more{
        width: auto;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0px 15px;
    }
    .swiper-container3 .swiper-slide h3{
        font-size: 28px;
    }
    .swiper-container2 .swiper-slide p{
        font-size: 22px;
    }
    .ft-nav-col,.ft-logo,.countries{
        display: none;
    }
    .ft-subscribe { margin-top: var(--sp-xl); }
    .ft-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .ft-social-row { justify-content: flex-start; }
    .swiper-container4-box{
        padding: 0 25px;
        margin-top: 2rem;
    }
    .swiper-container4-box .swiper-button-prev, .swiper-container4-box .swiper-button-next{
        width: 39px;
        height: 39px;
    }
    .swiper-container4-box .swiper-button-prev{
        left: -15px;
    }
    .swiper-container4-box .swiper-button-next{
        right: -15px;
    }
    .footer-top{
        padding-top: 1rem;
    }
    .story-item .pr2{
        margin-bottom: 2rem;
    }
    .pc-filter-label,
    .pc-filter-item,
    .pc-filter-search,
    .pc-filter-sort {
        width: 100%;
        min-width: unset;
    }
    .pc-product-card{
        width: calc(50% - clamp(10px, 1vw, 15px));
    }
    .ryzz-list{
        min-width: 100px;
        text-align: center;
    }
    .pd-pkg-item img {
        height: 60px;
    }
    .cs-hero {
        min-height: clamp(300px, 70vw, 400px);
      }
    .qa-certs-cta .id-view-more{
        font-size: 12px ;
    }
    .qa-certs-list li im{
        max-height: 67px;
    }
    .rdi-tech-row {
        grid-template-columns: 1fr;
    }
    .step6-text-wrap{
        padding: 2rem 3.5rem 2rem 2rem;
    }
    .step6-text-box{
        padding: 4rem 2rem 1rem 2rem;
    }
    .sale-line{
        stroke-width: 1px;
    }
    .quote-form .id-view-more{
        margin-bottom: 2rem;
    }
}
@media(min-width: 1200px) and (max-width: 1600px){
    .id-item1 .id-title{
        margin-bottom: 0;
    }
    /*.sale-word-box{*/
    /*    width: 87%;*/
    /*    margin: 10px auto 0 auto;*/
    /*}*/
    .sale-word-wrap{
        left: 21%;
        max-width: 286px;
    }
    /*.swiper-container3 .swiper-slide img{*/
    /*    max-height: 475px;*/
    /*}*/
    .swiper-container2{
        margin-top: -80px;
    }
    /* .swiper-container2 .swiper-slide>img{*/
    /*    max-height: 400px;*/
    /*}*/
    .id-item2 .scroll-box{
        height: 650px;
    }
    .ft-subscribe {
        max-width: 350px;
    }
}