
@keyframes marquee { 
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); }
}


#header_ct{z-index: 10000;}

#ly_web_header_0001_0{top: 0;left: 0;width: 100%;z-index:10; background-color: #fff; transition: all 0.5s ease;} 

/* 顶部广告语 */
#ly_web_header_0001_0 .top_slogan{min-height: 38px; background-color: #000; gap: 0 8px; overflow: hidden;}
#ly_web_header_0001_0 .top_slogan ,
#ly_web_header_0001_0 .top_slogan .title{font-family: "Figtree"; font-size: 14px; line-height: 100%; color: #FBFBFD;}
#ly_web_header_0001_0 .top_slogan a{text-decoration: underline;}
#ly_web_header_0001_0 .top_slogan .countdown-grid,
#ly_web_header_0001_0 .top_slogan .countdown-item{gap: 0 5px;}
#ly_web_header_0001_0 .top_slogan .countdown-grid{margin: 0 5px;}
#ly_web_header_0001_0 .top_slogan .countdown-value{padding: 5px; border-radius: 5px; background-color: #fff; color: var(--color-text-primary); min-width: 26.5px; height: 30px; display: flex; align-items: center; justify-content: center;}
#ly_web_header_0001_0 .top_slogan .swiper{width: 100%; height: 38px;}
#ly_web_header_0001_0 .top_slogan .swiper-slide,
#ly_web_header_0001_0 .marquee-item{width: 100%; line-height: 38px; height: 38px; flex-shrink: 0; white-space: nowrap; display: flex; align-items: center; justify-content: center;}

/* 水平滚动 */
#ly_web_header_0001_0 .notice-swiper{ overflow: hidden; width: 100%;}
#ly_web_header_0001_0 .marquee-container { overflow: hidden; width: 100%;}
#ly_web_header_0001_0 .marquee-content { display: flex; width: max-content;}
#ly_web_header_0001_0 .marquee-item { width: max-content; margin-right: 80px; display: inline-flex; flex-shrink: 0; align-items: center;}
#ly_web_header_0001_0 .marquee-container.paused .marquee-content { animation-play-state: paused !important;}



/* 头部 */
#ly_web_header_0001_0 .header-box{height:48px;padding: 0 1.25%; }
#ly_web_header_0001_0 .logo{width:91px; height: auto;}
#ly_web_header_0001_0 .logo img:nth-child(2){opacity: 0;}

#ly_web_header_0001_0 .hnav .one-nav{height:100%; margin-right: 20px;}
#ly_web_header_0001_0 .hnav .one-nav:last-child{margin-right: 0px;}
#ly_web_header_0001_0 .hnav .one-nav .nav-a{font-family: "Figtree-Bold"; font-size: 14px; line-height: 48px; color: var(--color-text-primary);}

#ly_web_header_0001_0 .hnav .two-nav{height: 0; overflow: hidden; top: 100%; left: 0; z-index:3; background-color: rgba(255, 255, 255, .95); backdrop-filter: blur(48px)}
#ly_web_header_0001_0 .hnav .two-nav .hnavbg{height: auto;}
/* 产品下拉 */
#ly_web_header_0001_0 .hnav .pro-nav{width:100%; top: 86px;}
#ly_web_header_0001_0 .hnav .pro-nav .box{width: 100%; padding: 64px 10.9375%;}
#ly_web_header_0001_0 .hnav .pro-nav .box>div{margin-top: 32px; }
#ly_web_header_0001_0 .hnav .pro-nav .box div:first-child{margin-top: 0; }
#ly_web_header_0001_0 .hnav .pro-nav .box .tnav-a{font-family: "Figtree-Medium"; font-size: 20px; line-height: 100%; color: var(--color-text-secondary);}
#ly_web_header_0001_0 .hnav .pro-nav .box .tnav-a:hover{text-decoration: underline; color: var(--color-text-primary);}

/* 其他下拉 */
#ly_web_header_0001_0 .hnav .other-nav {min-width: 127px; left: 50%; transform: translateX(-50%);}
#ly_web_header_0001_0 .hnav .other-nav .box{padding: 16px;}
#ly_web_header_0001_0 .hnav .other-nav .box .tnav-a{font-family: "Figtree-SemiBold"; font-size: 16px; line-height: 40px; text-align: center; white-space: nowrap;}

/* 右侧 */
#ly_web_header_0001_0 .hright{height:48px;}
#ly_web_header_0001_0 .hright .btn{margin-left: 24px; width: 24px; height: 24px; }
#ly_web_header_0001_0 .hright .btn:first-child{margin-left: 0;}
#ly_web_header_0001_0 .hright .btn .svg{fill: #000;}
#ly_web_header_0001_0 .hright .menu{margin-left: 24px; display:none;width: 24px;height: 24px;}


/* 头部滚动时样式和鼠标移入时样式 */
@media screen and (min-width:751px) {
    /* #ly_web_header_0001_0.none{transform: translate3d(0px,-100%,0);} */
    /* #ly_web_header_0001_0.none{transform: translate3d(0px,-124px,0);} */
    header.pro_none {transform: translate3d(0px,-86px,0);}
    #ly_web_header_0001_0.cur .hright .menu,
    #ly_web_header_0001_0:hover .hright .menu{background-image:url(/module/ly-web/header/0001/images/menu-icon.png);}
    #ly_web_header_0001_0.cur .hright .menu.cur,
    #ly_web_header_0001_0:hover .hright .menu.cur{background-image:url(/module/ly-web/header/0001/images/m_close.png);}
    #ly_web_header_0001_0 .hright .menu.cur{background-image:url(/module/ly-web/header/0001/images/m_close2.png);}	

    /* 透明底 样式 */
    #ly_web_header_0001_0.white{background: transparent;}
    #ly_web_header_0001_0.white .hnav .one-nav .nav-a{color: #fff;}
    #ly_web_header_0001_0.white .hright .btn .svg{fill: #fff;}
    #ly_web_header_0001_0.white .logo img:nth-child(1){opacity: 0;}
    #ly_web_header_0001_0.white .logo img:nth-child(2){opacity: 1;}

    #ly_web_header_0001_0.cur,
    #ly_web_header_0001_0:hover{background:#fff;}
    #ly_web_header_0001_0.white.cur .logo img:nth-child(1),
    #ly_web_header_0001_0.white:hover .logo img:nth-child(1){opacity: 1;}
    #ly_web_header_0001_0.white.cur .logo img:nth-child(2),
    #ly_web_header_0001_0.white:hover .logo img:nth-child(2){opacity: 0;}
    #ly_web_header_0001_0.white.cur .hnav .one-nav .nav-a,
    #ly_web_header_0001_0.white:hover .hnav .one-nav .nav-a{color: #000;}
    #ly_web_header_0001_0.white.cur .hright .btn .svg,
    #ly_web_header_0001_0.white:hover .hright .btn .svg{fill: #000;}
}
@media screen and (max-width: 1440px) {
    #ly_web_header_0001_0 .top_slogan{font-size: 12px;}
    
    /* #ly_web_header_0001_0 .header-box{height: 80px;} */
    #ly_web_header_0001_0 .logo{width: 73px;}
    #ly_web_header_0001_0 .hnav {margin-right: 16px;}
    #ly_web_header_0001_0 .hnav .one-nav .nav-a{font-size: 12px; }
    #ly_web_header_0001_0 .hright .btn{width: 20px; height: 20px; }
    
    /*#ly_web_header_0001_0 .hnav .pro-nav{width:100%; top: 118px;}*/
}
@media (max-width: 1034px) {
    #ly_web_header_0001_0 .header-box{padding: 0 3.25%; }
}
/* 头部移动端 */
#ly_web_header_0001_0_m-nav,#ly_web_header_0001_0_m-header-blank{display: none;}
@media screen and (max-width: 1024px) {
    #ly_web_header_0001_0{background:#fff !important;}
    #ly_web_header_0001_0 .hnav{display:none;}
    
    #ly_web_header_0001_0 .header-box{padding: 0 2.25%; }
    #ly_web_header_0001_0 .header-box,
    #ly_web_header_0001_0 .hright{height: 56px;}
    #ly_web_header_0001_0 .logo img:nth-child(1){opacity: 1 !important;}
    #ly_web_header_0001_0 .logo img:nth-child(2){opacity: 0 !important;}
    #ly_web_header_0001_0 .hright .btn .svg{fill: #000 !important;}
    #ly_web_header_0001_0 .hright .menu{display:block;}

    #ly_web_header_0001_0_m-nav{display: block;width: 36.62%;height: 0;z-index:50;right: 0;right: 0;top: 94px; background: #fff;overflow-y: auto;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 94px);}
    
    #ly_web_header_0001_0_m-nav .top{margin-bottom: 8px; width: 100%; height: max-content; }
    #ly_web_header_0001_0_m-nav .top .icon{width: 50px; height: 50px;}

    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: 54px;  margin: 0 15px;border-bottom: 1px solid rgba(0,0,0,0.2);}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{cursor:pointer; background: url(/module/ly-web/header/0001/images/head-jt.svg) no-repeat right;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.nobg .one{background: none;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur .one{background-image:url(/module/ly-web/header/0001/images/head-jt2.svg);}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur.nobg .one{background: none;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-family: "Figtree-SemiBold"; font-size: 14px; text-transform: capitalize; color:#333;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav{width: 100%; padding: 0 25px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-family: "Figtree-SemiBold"; font-size: 12px; line-height: 40px; vertical-align: middle; }
}
/* @media screen and (max-width: 992px) {
    #ly_web_header_0001_0 .hright .btn,
    #ly_web_header_0001_0 .hright .menu{margin-left: .1818rem; width: .1818rem; height: .1818rem; }
    
    #ly_web_header_0001_0 .top_slogan .title,
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: .1061rem;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: .4091rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-size: .0909rem; line-height: .303rem;}
    
    #ly_web_header_0001_0_m-nav .top .icon{width: .3788rem; height: .3788rem;}
} */
@media screen and (max-width: 768px) {
    
    header.pro_none {transform: translate3d(0px,-72px,0);}

    /*#ly_web_header_0001_0 .top_slogan{min-height: 24px; font-size: 12px; gap: 0 16px;}*/
    /*#ly_web_header_0001_0 .top_slogan .title{font-size: 12px;}*/
    
    #ly_web_header_0001_0 .top_slogan{min-height: 24px; gap: 0 4px;}
    #ly_web_header_0001_0 .top_slogan ,
    #ly_web_header_0001_0 .top_slogan .title{font-size: 12px;}
    #ly_web_header_0001_0 .top_slogan .countdown-value{padding: 3px; min-width: max-content;}
    #ly_web_header_0001_0 .top_slogan .countdown-grid,
    #ly_web_header_0001_0 .top_slogan .countdown-item{gap: 0 3px;}
    #ly_web_header_0001_0 .top_slogan .swiper{height: 24px;}
    #ly_web_header_0001_0 .top_slogan .swiper-slide,
    #ly_web_header_0001_0 .marquee-item{ line-height: 100%; height: 24px;}
    #ly_web_header_0001_0 .top_slogan .swiper[data-mode="horizontal"] .swiper-slide,
    #ly_web_header_0001_0 .marquee-item{margin-right: 40px;}
    #ly_web_header_0001_0 .top_slogan .countdown-value{height: 20px; border-radius: 2px;}
    
    #ly_web_header_0001_0 .header-box,
    #ly_web_header_0001_0 .hright{height: 48px;}

    #ly_web_header_0001_0 .header-box{padding: 0 4.5%; box-shadow: 0px 2px 4px 0px #0000001A;}
    #ly_web_header_0001_0 .hright .btn,
    #ly_web_header_0001_0 .hright .menu{margin-left: 16px; width: 24px; height: 24px; }

    
    #ly_web_header_0001_0_m-nav{top: calc(24px + 48px); width: 100%;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 72px);}

    #ly_web_header_0001_0_m-nav .top{padding: 16px 4.5% 0; margin-top: 0;}
    #ly_web_header_0001_0_m-nav .top .icon{width: 40px; height: 40px;}

    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: 54px; margin: 0 4.5%;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: 16px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-size: 12px; line-height: 40px;}
    
}










.ly_web_footer_0001_0Wrap{padding: 64px 0; background-color: #000;}

#ly_web_footer_0001_0Intro .logo{margin: 0 auto; width: 160px; height: 48px;}

#ly_web_footer_0001_0Top{padding: 40px 0 104px; gap: 0 6.837%;}
#ly_web_footer_0001_0Top .item{width: max-content; max-width: 19.39%;}
#ly_web_footer_0001_0Top .list_item{}
#ly_web_footer_0001_0Top .list_item .title{font-family: "Figtree-SemiBold"; font-size: 12px; line-height: 100%; color: var(--color-text-white);}
#ly_web_footer_0001_0Top .list_item .two_li{margin-top: 16px; font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  color: #c1c1c1;}
#ly_web_footer_0001_0Top .contact{gap: 18px 0;}
#ly_web_footer_0001_0Top .contact .li{gap: 0 4px;}
#ly_web_footer_0001_0Top .contact .icon{width: 16px; height: 16px;}
#ly_web_footer_0001_0Top .contact .text{width: calc(100% - 20px);font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  color: #c1c1c1;}
#ly_web_footer_0001_0Top .contact .text .dot{display: none;}

#ly_web_footer_0001_0Share{padding-bottom: 24px; gap: 0 12px; border-bottom: 1px solid rgba(123, 126, 134, 1);}
#ly_web_footer_0001_0Share .item{width: 24px; height: 24px;}
#ly_web_footer_0001_0Share .item .svg{width: 24px; height: 24px; fill: #fff;}


#ly_web_footer_0001_0Form{padding-top: 16px;}
#ly_web_footer_0001_0Form .left{gap: 10px 24px; max-width: 30%; flex-wrap: wrap;}
#ly_web_footer_0001_0Form .nav{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; color: #C1C1C1; }
#ly_web_footer_0001_0Form .signup{gap: 0 16px;}
#ly_web_footer_0001_0Form .text{font-family: "Figtree-Bold"; font-size: 12px; line-height: 100%; color: var(--color-text-white);}
#ly_web_footer_0001_0Form .form{gap: 0 15px; padding: 2px 2px 2px 8px; min-width: 234px; height: max-content; background-color: var(--color-bg-card); border-radius: 100px;}
#ly_web_footer_0001_0Form .form label{display: block; width: 100%;}
#ly_web_footer_0001_0Form .form .input{width: 100%; height: 100%; padding-right: 8px; font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; }
#ly_web_footer_0001_0Form .signup .button{background:#000; color: var(--color-text-white); padding: 8px 16px; border-radius:100px; cursor: pointer; font-family: "Figtree-Medium"; font-size: 8px; line-height: 100%; white-space:nowrap; border: 0;}
#ly_web_footer_0001_0Form .world{gap: 0 4px; }
#ly_web_footer_0001_0Form .world span{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; color: #C1C1C1;}
#ly_web_footer_0001_0Form .form-tip{left: 10px; top: calc(100% + 8px); z-index: 1;}
#ly_web_footer_0001_0Form .form-error{font-family: Poppins; font-size: 12px; line-height: 100%; color: #F94073;}
#ly_web_footer_0001_0Form .form-success{font-family: Poppins; font-size: 14px; line-height: 100%; color: #20B759;}

#ly_web_footer_0001_0_bottom{padding-top: 32px;}
#ly_web_footer_0001_0_bottom .box{flex-wrap: wrap;}
#ly_web_footer_0001_0_bottom *,
#ly_web_footer_0001_0_bottom a{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  text-align: center; color: #C1C1C1;}

@media (max-width: 1024px) {
    .ly_web_footer_0001_0Wrap .cw980{width: 74.6%;}
    
    #ly_web_footer_0001_0Top{padding: 40px 0 63px; gap: 0 1.837%;}
    #ly_web_footer_0001_0Top .item{width: 23.39%;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: 14px;}
}
/* @media (max-width: 992px) {
    #ly_web_footer_0001_0Top{padding: .303rem 0 .4773rem;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: .1061rem;}
    #ly_web_footer_0001_0Top .list_item .two_li{margin-top: .1212rem; font-size: 12px;}
    
    #ly_web_footer_0001_0Top .contact{gap: .1364rem 0;}
    #ly_web_footer_0001_0Top .contact .li{gap: 0 .0303rem;}
    #ly_web_footer_0001_0Top .contact .icon{width: .1212rem; height: .1212rem;}
    #ly_web_footer_0001_0Top .contact .text{width: calc(100% - .1515rem); font-size: .0909rem; }
    
    #ly_web_footer_0001_0Share{padding-bottom: .1818rem; gap: 0 .0909rem;}
    #ly_web_footer_0001_0Share .item{width: .1818rem; height: .1818rem;}
    #ly_web_footer_0001_0Share .item .svg{width: .1818rem; height: .1818rem; }
    
    #ly_web_footer_0001_0Form{padding-top: .1212rem;}
    #ly_web_footer_0001_0Form .left{gap: 0 .1818rem; }
    #ly_web_footer_0001_0Form .nav{font-size: .0909rem;}
    #ly_web_footer_0001_0Form .signup{gap: 0 .1212rem;}
    #ly_web_footer_0001_0Form .text{ font-size: .0909rem;}
    #ly_web_footer_0001_0Form .form{gap: 0 .1136rem; padding: .0152rem .0152rem .0152rem .0606rem; min-width: 1.7727rem; }
    #ly_web_footer_0001_0Form .form .input{padding-right: .0606rem; font-size: .0909rem;}
    #ly_web_footer_0001_0Form .signup .button{padding: .0606rem .1212rem; font-size: .0606rem; }
    #ly_web_footer_0001_0Form .world{gap: 0 .0303rem; }
    #ly_web_footer_0001_0Form .world span{font-size: .0909rem;}

    #ly_web_footer_0001_0_bottom{padding-top: .2424rem;}
    #ly_web_footer_0001_0_bottom *,
    #ly_web_footer_0001_0_bottom a{font-size: .0909rem;}
} */
@media (max-width: 768px) {
    .ly_web_footer_0001_0Wrap{padding: 48px 0;}
    .ly_web_footer_0001_0Wrap .cw980{width: 76.2%;}

    /* 列表 */
    #ly_web_footer_0001_0Top{padding: 20px 0; gap: 0; flex-wrap: wrap;}
    #ly_web_footer_0001_0Top .item{width: 100%; max-width: initial;}
    #ly_web_footer_0001_0Top .list_item {border-bottom: 1px solid rgba(255, 255, 255, .4); padding-bottom: 20px;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: 14px; padding: 20px 0 0; display: flex; justify-content: space-between; align-items: center;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon{display: block; width: 12px; height: 12px; position: relative;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i:nth-child(1){width: 100%; height: 2px; background-color: #fff; border-radius: 5px; transition: all .5s ease;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i:nth-child(2){width: 2px; height: 100%; background-color: #fff; border-radius: 5px;}
    #ly_web_footer_0001_0Top .list_item.cur .title .one-icon{transform: rotate(90deg);}
    #ly_web_footer_0001_0Top .list_item.cur .title .one-icon i:nth-child(1){opacity: 0;}
    #ly_web_footer_0001_0Top .list_item .two_list{height: 0; overflow: hidden; transition: all .5s ease-in-out;}
    #ly_web_footer_0001_0Top .list_item .two{padding: 16px 0 0;}
    #ly_web_footer_0001_0Top .list_item .two_li{font-size: 14px !important; line-height: 100% !important; }
    #ly_web_footer_0001_0Top .list_item .two_li:first-child{margin-top: 0;}
    
    /* 分享 */
    #ly_web_footer_0001_0Share{display: none;}
    #ly_web_footer_0001_0Share.mb{margin-top: 28px; padding-bottom: 0; gap: 0 12px; display: flex; border: 0; justify-content: center;}
    #ly_web_footer_0001_0Share .item{width: 32px; height: 32px;}
    #ly_web_footer_0001_0Share .item .svg{width: 73%; height: 73%;}

    /* 表单 */
    #ly_web_footer_0001_0Form.mb{display: block; width: 100%; margin-top: 24px;}
    #ly_web_footer_0001_0Form.pc .signup{display: none;}
    #ly_web_footer_0001_0Form .signup{width: 100%; flex-direction: column;}
    #ly_web_footer_0001_0Form .signup .text{width: 100%; font-size: 12px; text-align: center;}
    #ly_web_footer_0001_0Form .signup .formBox {width: 91.13%;}
    #ly_web_footer_0001_0Form .signup .form{width: 100%; margin-top: 16px; gap: 0 10px; padding: 3px 6px 3px 10px; min-width: initial; justify-content: space-between;}
    #ly_web_footer_0001_0Form .form .input { padding-right: 10px; font-size: 12px;}
    #ly_web_footer_0001_0Form .signup .button { padding: 6.5px 10.5px; font-size: 12px; line-height: 160%;}

    /* 联系 */
    #ly_web_footer_0001_0Top .contact{margin-top: 18px; gap: 12px 0;}
    #ly_web_footer_0001_0Top .contact .li{gap: 0 6px;}
    #ly_web_footer_0001_0Top .contact .icon{width: 18px; height: 18px;}
    #ly_web_footer_0001_0Top .contact .icon img{transform: scale(1.3);}
    #ly_web_footer_0001_0Top .contact .text{width: calc(100% - 18px - 6px); font-size: 14px;}

    #ly_web_footer_0001_0Form.pc{padding-top: 4px; flex-wrap: wrap;}
    #ly_web_footer_0001_0Form .left{gap: 10px; width: 100%; max-width: 100%;}
    #ly_web_footer_0001_0Form .nav{font-size: 12px; line-height: 160%;}

    /* 语言选择 */
    #ly_web_footer_0001_0Form .world{display: none; gap: 0 6px; margin-top: 24px; width: 100%; justify-content: flex-start;}
    #ly_web_footer_0001_0Form .world img{transform: scale(1.4);}
    #ly_web_footer_0001_0Form .world span{font-size: 15px; line-height: 160%;}
    
    #ly_web_footer_0001_0_bottom{padding-top: 27px;}
    #ly_web_footer_0001_0_bottom .box{justify-content: flex-start;}
    #ly_web_footer_0001_0_bottom *,
    #ly_web_footer_0001_0_bottom a{font-size: 12px;}

    #ly_web_footer_0001_0Form .form-error{font-size: 12px;}
    #ly_web_footer_0001_0Form .form-success{font-size: 12px;}
} 
#ly_web_sidebar_0001_1{ bottom: 14.96%; right: 48px; width: 64px; z-index: 100; gap: 40px;}
#ly_web_sidebar_0001_1 .btn{ width: 100%; height: 64px; background: rgba(0, 0, 0, .5); border-radius: 50%; transition: all 0.5s ease;}
#ly_web_sidebar_0001_1 .btn:hover{background: var(--color-primary);}

 #launcher,
.zendesk-messenger-launcher,
iframe[src*="zendesk"][title*="launcher"] {display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important;}
iframe[title*="Messaging window"]{z-index: 10000 !important; max-height: 65vh !important; bottom: calc( 14.96% + 104px) !important; right: 120px !important;}

@media (max-width: 1920px) {
    #ly_web_sidebar_0001_1{gap: 30px;}
}
@media (max-width: 1024px) { 
    #ly_web_sidebar_0001_1{width: 40px; gap: 20px; bottom: 8%; right: 40px;}
    #ly_web_sidebar_0001_1 .btn{height: 40px;}
    #ly_web_sidebar_0001_1 .btn img{transform: scale(.7);}
    
    iframe[title*="Messaging window"]{bottom: calc( 8% + 80px) !important; right: 80px !important;}
}
@media (max-width: 992px) { 
    #ly_web_sidebar_0001_1{width: .303rem; gap: .1515rem; bottom: 8%; right: .303rem;}
    #ly_web_sidebar_0001_1 .btn{height: .303rem;}
}
@media (max-width: 768px) { 
    #ly_web_sidebar_0001_1{width: .6rem; gap: .2rem; bottom: 5%; right: .32rem;}
    #ly_web_sidebar_0001_1 .btn{height: .6rem;}
    
    iframe[title*="Messaging window"]{bottom: 0 !important; right: 0 !important; top: inherit !important;}
}
/* K Series — Hero + Subnav（源自 swim_x，作用域 .k-series-page） */
.k-series-page {
	/* 与 module/ly-web/header/0001 站头实高对齐：桌面 38+48=86；≤1024 为 38+56=94；≤768 为 24+48=72 */
	--k-site-header-h: 86px;
	--k-subnav-holder-h: 64px;
	box-sizing: border-box;
	color: #000000;
	font-family: Figtree, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: #f5f5f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.k-series-page *,
.k-series-page *::before,
.k-series-page *::after {
	box-sizing: border-box;
}

.custom_web_products_k_series_0Wrap.k-series-page {
	padding-bottom: 0 !important;
	margin-top: var(--k-site-header-h);
}

@supports (height: 100svh) {
	#k-overview.k-hero {
		height: calc(100svh - var(--k-site-header-h)) !important;
		min-height: calc(100svh - var(--k-site-header-h)) !important;
	}
}

#k-overview.k-hero {
	position: relative;
	display: block;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
	background: #b8dce8;
	height: calc(100vh - var(--k-site-header-h));
	min-height: calc(100vh - var(--k-site-header-h));
}

#k-overview .k-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#k-overview .k-hero__picture {
	display: block;
	width: 100%;
	height: 100%;
}

#k-overview .k-hero__media-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#k-overview .k-hero__bottom-blur {
	display: none;
}

#k-overview .k-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
	padding: clamp(38.4px, 5vw, 96px) 64px 0;
	text-align: center;
}

#k-overview #k-hero-title {
	margin: 0;
	max-width: 54.64vw;
	color: #000000;
	font-size: clamp(26px, 3.333vw, 64px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: clamp(-0.51px, -0.067vw, -1.28px);
}

#k-overview .k-hero__actions {
	margin-top: clamp(13px, 1.667vw, 32px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2.083vw, 40px);
}

#k-overview .k-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: clamp(19px, 2.5vw, 48px);
	padding: 16px 32px;
	border: 0;
	border-radius: 33554400px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 220ms ease;
}

#k-overview .k-hero__cta--buy {
	background: #1d96ff;
	color: #ffffff;
	font-weight: 700;
}

#k-overview .k-hero__cta:hover {
	opacity: 0.88;
}

#k-overview .k-hero__cta:active {
	opacity: 0.8;
}

/* Subnav */
.k-subnav-holder {
	position: relative;
	width: 100%;
	height: 0;
	min-height: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
	z-index: 50;
	background: #ffffff;
}

.k-subnav-holder.k-subnav-holder--reveal {
	height: var(--k-subnav-holder-h);
	visibility: visible;
	pointer-events: auto;
	overflow: hidden;
	background: #ffffff;
}

.k-subnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	min-width: 320px;
	height: 64px;
	padding-left: var(--k-subnav-pad-x, 16px);
	padding-right: var(--k-subnav-pad-x, 16px);
	background: #ffffff;
	isolation: isolate;
}

.k-subnav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 120;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ly_web_header_0001_0.k-subnav-site-header-hidden {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none;
	transition: none !important;
}

.k-subnav__inner {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
	max-width: 1312px;
	height: 64px;
	margin: 0 auto;
}

.k-subnav__brand {
	flex-shrink: 0;
	margin: 0;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.96px;
	white-space: nowrap;
}

.k-subnav__links-scroll {
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%);
}

.k-subnav__links-scroll.k-subnav__links-scroll--mask-both {
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
}

.k-subnav__links-scroll.k-subnav__links-scroll--mask-start {
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 100%);
}

.k-subnav__links-scroll.k-subnav__links-scroll--mask-none {
	-webkit-mask-image: none;
	mask-image: none;
}

.k-subnav__links-scroll::-webkit-scrollbar {
	display: none;
}

.k-subnav__links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.k-subnav__item {
	flex-shrink: 0;
}

.k-subnav__link {
	position: relative;
	display: block;
	color: #999999;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.64px;
	white-space: nowrap;
	text-decoration: none;
	transition: color 160ms ease;
}

.k-subnav__link:hover,
.k-subnav__link.is-active {
	color: #333333;
}

.k-subnav__link.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	border-radius: 1px;
	background: #1d96ff;
}

.k-subnav__actions {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 12px;
}

.k-subnav__actions:empty {
	display: none;
}

.k-subnav__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 16px 32px;
	border: 0;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: -0.64px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 180ms ease;
}

.k-subnav__cta--buy {
	background: #1d96ff;
	color: #ffffff;
}

.k-subnav__cta:hover {
	opacity: 0.88;
}

.k-subnav__cta:active {
	opacity: 0.8;
}

#k-overview,
#k-overview-content,
#k-tech-specs {
	scroll-margin-top: 150px;
}

.k-series-page.k-subnav-fixed-active #k-overview,
.k-series-page.k-subnav-fixed-active #k-overview-content,
.k-series-page.k-subnav-fixed-active #k-tech-specs {
	scroll-margin-top: 64px;
}

/* 占位区块 */
.k-section {
	position: relative;
	z-index: 0;
	padding: 80px 0;
	background: #f5f5f7;
}

.k-section__inner {
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
	padding: 0 64px;
}

.k-section__title {
	margin: 0 0 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.8px;
	color: #000000;
}

.k-section__placeholder {
	margin: 0;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.k-series-page {
		--k-site-header-h: 94px;
	}
}

@media (max-width: 1023px) {
	.k-series-page {
		--k-subnav-holder-h: 84px;
	}

	.k-subnav {
		height: 84px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.k-subnav__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: 48px 36px;
		column-gap: 8px;
		row-gap: 0;
		align-items: start;
		width: 100%;
		max-width: none;
		height: 84px;
		margin: 0;
		background: #ffffff;
	}

	.k-subnav__brand {
		grid-column: 1;
		grid-row: 1;
		align-self: start;
		min-width: 0;
		max-width: 100%;
		margin: 0;
		padding: 16px 8px 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: -0.64px;
	}

	.k-subnav__actions {
		grid-column: 2;
		grid-row: 1;
		align-self: start;
		justify-self: end;
		flex-shrink: 0;
		gap: 8px;
		margin: 9px 0 0;
	}

	.k-subnav__cta {
		padding: 10px 16px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 0;
	}

	.k-subnav__links-scroll {
		grid-column: 1 / -1;
		grid-row: 2;
		align-self: end;
		width: calc(100% + 15px);
		height: 36px;
		margin: 0 -15px 0 0;
		padding-top: 8px;
		background: #ffffff;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.k-subnav__link {
		font-size: 14px;
		line-height: 14px;
	}

	.k-subnav__link.is-active::after {
		bottom: 0;
		top: auto;
	}

	#k-overview,
	#k-overview-content,
	#k-tech-specs {
		scroll-margin-top: 84px;
	}

	.k-series-page.k-subnav-fixed-active #k-overview,
	.k-series-page.k-subnav-fixed-active #k-overview-content,
	.k-series-page.k-subnav-fixed-active #k-tech-specs {
		scroll-margin-top: 84px;
	}
}

@media (max-width: 768px) {
	.k-series-page {
		--k-site-header-h: 72px;
	}
}

@media (max-width: 767px) {

	#k-overview.k-hero {
		height: calc(100vh - var(--k-site-header-h)) !important;
		min-height: calc(100vh - var(--k-site-header-h)) !important;
		background: #ffffff;
	}

	#k-overview .k-hero__media-img {
		object-position: center top;
	}

	#k-overview .k-hero__bottom-blur {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		height: 126px;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	#k-overview .k-hero__content {
		position: absolute;
		inset: 0;
		max-width: none;
		padding: 0 !important;
		pointer-events: none;
	}

	#k-overview .k-hero__content a {
		pointer-events: auto;
	}

	#k-overview #k-hero-title {
		position: absolute;
		top: 78px;
		left: 50%;
		width: max-content;
		max-width: calc(100% - 30px);
		padding: 0 15px;
		font-size: 22px !important;
		line-height: 1.15 !important;
		letter-spacing: -0.44px !important;
		transform: translate(-50%, -50%);
	}

	#k-overview .k-hero__actions {
		position: absolute;
		top: 140px;
		left: 50%;
		margin: 0;
		transform: translateX(-50%);
	}

	#k-overview .k-hero__cta {
		padding: 16px 24px;
		font-size: 14px;
		min-height: unset;
	}

	.k-section__inner {
		padding: 0 15px;
	}

	.k-section__title {
		font-size: 24px;
	}

	.k-series-page.k-subnav-fixed-active #k-overview,
	.k-series-page.k-subnav-fixed-active #k-overview-content,
	.k-series-page.k-subnav-fixed-active #k-tech-specs {
		scroll-margin-top: 84px;
	}
}

/* iGarden K-Series product sections — exported from Shopify */
/* Replace files in ./images/ with your own assets (same filenames). */
.k-series-page,
.k-series-page *,
.k-series-page *::before,
.k-series-page *::after {
	box-sizing: border-box;
}

.k-series-page {
	font-family: 'Figtree-Regular', system-ui, sans-serif;
	color: #000;
}

.k-series-page img {
	max-width: 100%;
	height: auto;
}


/* === bento_grid_gallery_dewn98 === */

.section-template--22165862842586__bento_grid_gallery_dewn98-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;}

  @media screen and (max-width: 749px) {
    .section-template--22165862842586__bento_grid_gallery_dewn98-padding {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media screen and (min-width: 750px) {
    .section-template--22165862842586__bento_grid_gallery_dewn98-padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  .bento-header {
    text-align: center;
    margin-bottom: 50px;
  }
  .bento-kicker-template--22165862842586__bento_grid_gallery_dewn98 { 
    color: #0097E3; 
    font-size: 20px; 
    margin-bottom: 8px;
    font-weight: 500;
  }
  .bento-header h2 { 
    margin: 0; 
    font-size: 36px; 
    font-weight: 700;
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  /* 顶部主标题（textarea）：桌面折叠空白；仅移动端保留换行 */
  .section-template--22165862842586__bento_grid_gallery_dewn98-padding .bento-header h2.bento-main-title-template--22165862842586__bento_grid_gallery_dewn98 {
    white-space: normal;
  }
  @media screen and (max-width: 749px) {
    .section-template--22165862842586__bento_grid_gallery_dewn98-padding .bento-header h2.bento-main-title-template--22165862842586__bento_grid_gallery_dewn98 {
      white-space: pre-wrap;
    }
  }.bento-lead-template--22165862842586__bento_grid_gallery_dewn98 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0 8px;
    font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;color: rgba(0, 0, 0, 0.65);}
  @media (max-width: 767px) {
    .bento-lead-template--22165862842586__bento_grid_gallery_dewn98 { font-size: 20px; }
  }

  .bento-grid-template--22165862842586__bento_grid_gallery_dewn98 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 核心改进：基准行高减半，方便实现0.5行效果 */
    grid-auto-rows: 130px; 
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
  }

  .bento-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* background: #f0f0f0; */
    display: flex;
    flex-direction: column;
    height: 100%; /* 确保填满Grid单元格 */
  }

  .bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .bento-item:hover img { transform: scale(1.06); }

  .bento-content {
    position: relative;
    z-index: 2;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    height: 100%;
  }

  .bento-item.align-top .bento-content { 
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 60%);
  }
  .bento-item.align-bottom .bento-content { 
    justify-content: flex-end;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 60%);
  }

  .bento-content .m-title { font-size: 1.567vw; font-family: 'Figtree-Bold', 'OPPOSans', sans-serif; margin-bottom: 4px; color: #fff; line-height: 100%; }
  .bento-content .s-title { font-size: 1.163vw; color: #fff; font-family: 'Figtree-Medium', 'OPPOSans', sans-serif; }

  /* 动态行列跨度 + 标题大小写 */
  
    .block-item_VLnXE7 .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_VLnXE7 .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_VLnXE7 {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_VLnXE7 {
        grid-column: span 6;
        grid-row: span 2;
      }
    }
  
    .block-item_DdtbrW .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_DdtbrW .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_DdtbrW {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_DdtbrW {
        grid-column: span 6;
        grid-row: span 2;
      }
    }
  
    .block-item_8J33bi .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_8J33bi .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_8J33bi {
      grid-column: span 6;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_8J33bi {
        grid-column: span 4;
        grid-row: span 4;
      }
    }
  
    .block-item_DEYfdm .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_DEYfdm .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_DEYfdm {
      grid-column: span 6;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_DEYfdm {
        grid-column: span 4;
        grid-row: span 4;
      }
    }
  
    .block-item_hppmez .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_hppmez .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_hppmez {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_hppmez {
        grid-column: span 4;
        grid-row: span 2;
      }
    }
  
    .block-item_zUemfh .m-title.text-case-lower { text-transform: lowercase; }
    .block-item_zUemfh .m-title.text-case-upper { text-transform: uppercase; }
    .block-item_zUemfh {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .block-item_zUemfh {
        grid-column: span 4;
        grid-row: span 2;
      }
    }
  

  @media (max-width: 767px) {
    .bento-grid-template--22165862842586__bento_grid_gallery_dewn98 {
      /* 手机端基准行高也可以按比例缩小 */
      grid-auto-rows: 130px;
    }
    .bento-content { padding: 8px; }

    .bento-kicker-template--22165862842586__bento_grid_gallery_dewn98 { 
    font-size: 14px; 
    font-weight: 400;
    }

    .bento-header {
    margin-bottom: 20px;
    }

    .bento-header h2 { 
    font-size: 20px; 
    font-weight: 700;
    }

    .bento-grid-template--22165862842586__bento_grid_gallery_dewn98 {
    gap: 10px;
  }

  .bento-content .m-title { font-size: 3.256vw;}
  .bento-content .s-title { font-size: 2.791vw; font-weight: 500; line-height: 100%;}

  .bento-logo-row-template--22165862842586__bento_grid_gallery_dewn98 img {
    max-height: 25px;
  }

  }

/* === flexible_bento_grid_nkjykp === */

/* 1. 模块容器基础样式与隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-sizing: content-box;
  }

  @media screen and (min-width: 750px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp.page-width {
    padding-left: 60px;
    padding-right: 60px;
  }

  @media screen and (max-width: 749px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp.page-width {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* 2. 头部 Header 布局隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-header-template--22165862842586__flexible_bento_grid_nkjykp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-title-box {
    flex: 0 1 auto;
    max-width: 700px;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .sub-txt { 
    color: #0097e3; 
    font-size: 20px; 
    margin-bottom: 10px; 
    display: block;
    font-weight: 600;
    font-family: 'Figtree-SemiBold',sans-serif;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .main-h { 
    margin: 0; 
    font-size: 36px; 
    font-weight: 700; 
    line-height: 1.1;
    /* white-space: nowrap; */
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-desc-box {
    font-size: 20px;
    color: #8D8D8D;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-desc-box p {
    font-size: 20px;
    margin: 2px 0px 0px 0px;
    font-family: 'Figtree-Medium',sans-serif;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p {
    margin: 0px;
}

/* 修改父容器 */
.v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img {
    width: 100%;
    aspect-ratio: 1500 / 400; /* 或者写成 15 / 4 */
    position: relative;      /* 确保子元素图片能相对于它定位 */
    overflow: hidden;
}

/* 你原有的图片样式保持不变 */
.v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
    .v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-blk-card_J3QE6m {
        /* 强制覆盖后台设置的固定行高带来的影响 */
        height: auto !important; 
        min-height: unset !important;
    }

    .v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img {
        /* 在平板尺寸下，手动规定一个合理的比例，比如 16:9 */
        aspect-ratio: 16 / 9; 
        width: 100%;
    }
}

  /* 3. 网格系统隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-grid-container-template--22165862842586__flexible_bento_grid_nkjykp {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    align-items: start;
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
  }

  /* 4. 卡片与图片样式隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_tVkEnc .pg-card-img {
    aspect-ratio: 1500 / 400;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_MQUjyR .pg-card-img,
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_ytmP6J .pg-card-img {
    aspect-ratio: 738 / 400;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-img picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 5. 文案字体大小隔离 (核心冲突修复点) */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-info {
    padding-top: 20px;
    padding-bottom: 25px;
    flex: 1 1 auto; 
  }

  @media screen and (min-width: 767px) {
    

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-desc-box p {
    margin: 0px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p {
    margin: 2px 0px 20px 0px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-card-info {
    padding: 0px;
}

.v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-title-box {
    max-width: 830px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX .pg-card-img img {
    object-fit: contain;
    height: 460px
}

div#shopify-section-template--22165862580442__year_warranty_pMxXHw {
    margin-top: -10px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp.page-width{
    padding-left: 0px;
    padding-right: 0px;
}
section.v2-wrapper-template--22165862580442__flexible_bento_grid_eDxUpB.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_NYdkXK.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_n9KyhY.page-width{
padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT.page-width{
padding-left: 0px;
    padding-right: 0px;
}
section.v2-wrapper-template--22165862580442__flexible_bento_grid_NYdkXK.page-width{
padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_UXHY4z.page-width{
padding-left: 0px;
    padding-right: 0px;

}
  

  }


  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .info-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: #000000;
    line-height: 1.2;
    font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .info-desc {
    font-size: 20px;
    color: rgba(141, 141, 141, 1);
    line-height: 1;
    display: block;
    font-weight: 500;
    font-family: 'Figtree-Medium', 'OPPOSans', sans-serif;
  }

  /* 6. Block 跨度选择器隔离 */
  
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_tVkEnc {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_tVkEnc {
        grid-column: span 12;
        grid-row: span 1;
      }
    }
  
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_MQUjyR {
      grid-column: span 6;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_MQUjyR {
        grid-column: span 6;
        grid-row: span 1;
      }
    }
  
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_ytmP6J {
      grid-column: span 6;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_ytmP6J {
        grid-column: span 6;
        grid-row: span 1;
      }
    }
  

  /* 7. 移动端样式覆盖与隔离 */
  @media screen and (max-width: 767px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-img {
      border-radius: 8px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-header-template--22165862842586__flexible_bento_grid_nkjykp { 
      /* flex-direction: column !important; */
      gap: 10px; 
      margin-bottom: 20px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .main-h {
      font-size: 20px;
      white-space: pre-line;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .sub-txt { font-size: 14px; color: #0097E3; }
    
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-desc-box p {
      font-size: 14px;
      font-weight: 400;
    }

    /* 移动端字体大小应用 */
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .info-title {
      font-size: 16px;
      margin-bottom: 4px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .info-desc {
      font-size: 14px;
    }

    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-grid-container-template--22165862842586__flexible_bento_grid_nkjykp {
      grid-auto-rows: auto;
      gap: 15px;
    }

    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_MQUjyR .pg-card-img,
    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-blk-card_ytmP6J .pg-card-img {
      aspect-ratio: 1061 / 755;
    }

    .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-title-box {
    margin-bottom: 0px;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_nkjykp .pg-card-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_n9KyhY .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-card-info {
padding:0px;
    }

.v2-wrapper-template--22165862580442__flexible_bento_grid_UXHY4z .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX .pg-desc-box p {
    margin: 0px;
}
.pg-card.pg-blk-card_iKj8DK {
    height: 239px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX 
.pg-card:first-child .pg-card-img img {
  object-fit: contain;
  }

.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p{
  margin-bottom: 0px;
  }
}


/* 模块特调高度 */
@media screen and (max-width: 767px) {
  .v2-wrapper-template--22165862580442__flexible_bento_grid_x4dEjg .pg-card-img {
    aspect-ratio: 170 / 120;
    }
  .v2-wrapper-template--22165862580442__flexible_bento_grid_if7XP8 .pg-card-img {
    aspect-ratio: 170 / 100;
    }
	.v2-wrapper-template--22165862580442__flexible_bento_grid_x4dEjg .pg-grid-container-template--22165862580442__flexible_bento_grid_x4dEjg {
        margin-bottom: -45px;
    }
    .v2-wrapper-template--22165862580442__flexible_bento_grid_if7XP8 .pg-grid-container-template--22165862580442__flexible_bento_grid_if7XP8 {
        margin-bottom: -70px;
    }
}
@media screen and (max-width: 767px) {
  .v2-wrapper-template--22116246749402__flexible_bento_grid_x4dEjg .pg-card-img {
    aspect-ratio: 170 / 120;
    }
  .v2-wrapper-template--22116246749402__flexible_bento_grid_if7XP8 .pg-card-img {
    aspect-ratio: 170 / 100;
    }
	.v2-wrapper-template--22116246749402__flexible_bento_grid_x4dEjg .pg-grid-container-template--22116246749402__flexible_bento_grid_x4dEjg {
        margin-bottom: -45px;
    }
    .v2-wrapper-template--22116246749402__flexible_bento_grid_if7XP8 .pg-grid-container-template--22116246749402__flexible_bento_grid_if7XP8 {
        margin-bottom: -70px;
    }
}



#shopify-section-template--22165862842586__flexible_bento_grid_nkjykp .pg-grid-container-template--21654543106266__flexible_bento_grid_nkjykp {margin-top: -20px !important;}

/* === runtime_zero_effort === */
.ig-section--runtime_zero_effort {
  background: #ffffff;
  padding: 40px 60px;
}

.k-runtime-section {
  max-width: 1500px;
  margin: 0 auto;
}

.k-runtime-copy {
  margin-bottom: 12px;
}

.k-runtime-copy h2 {
  margin: 0 0 20px;
  color: #000000;
  font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
}

.k-runtime-copy p {
  max-width: 100%;
  margin: 0;
  color: #8D8D8D;
  font-family: 'Figtree-Medium', 'OPPOSans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.k-runtime-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* aspect-ratio: 1500 / 433; */
  border-radius: 16px;
  background: #f3f6f8;
}

.k-runtime-media picture,
.k-runtime-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -5%;
}

.k-runtime-media img {
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .ig-section--runtime_zero_effort {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ig-section--runtime_zero_effort {
    padding: 40px 20px;
  }

  .k-runtime-copy {
    margin-bottom: 10px;
  }

  .k-runtime-copy h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .k-runtime-copy p {
    font-size: 14px;
    line-height: 1.4;
  }

  .k-runtime-media {
    aspect-ratio: 335 / 180;
    border-radius: 8px;
  }
}

/* === hero_split_LPrpVQ === */

/* 使用 section.id 锁定作用域，防止多个模块冲突 */
  .hsv4-section-template--22165862842586__hero_split_LPrpVQ {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }

  /* 顶部主副标题对齐控制 */
  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header p {
    color: #0097e3;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-container {
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: flex;
    flex-direction: column; /* 手机端默认竖排 */
    align-items: center;
    gap: 30px;
    width: calc(100% - 120px);
  }

  @media screen and (min-width: 750px) {
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-container {
      flex-direction: row; /* PC端独立布局 */
      gap: 60px;
    }
    /* 独立控制图片比例 */
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-media {
      flex: 0 0 54%;
    }
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  @media screen and (max-width: 750px) {
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-media {
      border-radius: 8px;
    }
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-media img {
    width: 100%;
    height: 400px;
    /* display: block; */
    object-fit: cover;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-img-desktop { display: block; }
  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-img-mobile { display: none; }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-content {
    flex: 1;
    color: #000000;
    width: 100%;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-sub {
    color: #0097e3;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-title {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 50px 0;
    font-weight: 700;
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-desc {
    font-size: 1.1em;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 35px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-desc p {
    font-size: 20px;
    font-weight: 500;
    color: #8D8D8D;
    margin:10px 0px 50px 0px;
    font-family: 'Figtree-Medium',sans-serif;
  }

  /* 参数规格布局控制 */
  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-spec-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -30px;
  }

  
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .spec-blk-spec_zYzCBB .hsv4-val {
      font-size: 28px;
      font-weight: 700;
      color: #0097e3;
      display: block;
      font-family: 'Figtree-Bold',sans-serif;
      margin: 10px 0px;
    }
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .spec-blk-spec_zYzCBB .hsv4-lab {
      font-size: 18px;
      margin-top: -10px;
      display: block;
      font-weight: 700;
      color: #000000;
      font-family: 'Figtree-Bold',sans-serif;
    }
  
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .spec-blk-spec_tTPqcq .hsv4-val {
      font-size: 28px;
      font-weight: 700;
      color: #0097e3;
      display: block;
      font-family: 'Figtree-Bold',sans-serif;
      margin: 10px 0px;
    }
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .spec-blk-spec_tTPqcq .hsv4-lab {
      font-size: 18px;
      margin-top: -10px;
      display: block;
      font-weight: 700;
      color: #000000;
      font-family: 'Figtree-Bold',sans-serif;
    }
  

  @media (max-width: 767px) {
    
      .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-img-desktop { display: none; }
      .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-img-mobile { display: block; }
    
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-title { font-size: 16px;margin: 0px; }
    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-spec-row { gap: 25px; margin-top: -25px; }

    .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header p {
    font-size: 14px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-main-header h2 {
    font-size: 20px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-desc {
    margin-bottom: 20px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-desc p {
    font-size: 14px;
  }
  .hsv4-val {
    font-size: 40px!important;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .hsv4-lab {
    font-size: 14px!important;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-media img {
    height: auto;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-container {
    gap: 10px;
    width: calc(100% - 0px);
  }

  .hsv4-section-template--21648834068698__hero_split_q3jMCa{
    padding-top: 0px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-desc p {
    margin:10px 0px 10px 0px;
  }

  .hsv4-val.no-desc {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .hsv4-section-template--22165862842586__hero_split_LPrpVQ .hsv4-container {
    width: calc(100% - 40px);
  }

  }

/* === hero_split_mgRVfn === */

/* 使用 section.id 锁定作用域，防止多个模块冲突 */
  .hsv4-section-template--22165862842586__hero_split_mgRVfn {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
  }

  /* 顶部主副标题对齐控制 */
  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header {
    max-width: 1500px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header p {
    color: #32b4fe;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-container {
    max-width: 1500px;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: flex;
    flex-direction: column; /* 手机端默认竖排 */
    align-items: center;
    gap: 30px;
    width: calc(100% - 120px);
  }

  @media screen and (min-width: 750px) {
    .hsv4-section-template--22165862842586__hero_split_mgRVfn {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-container {
      flex-direction: row-reverse; /* PC端独立布局 */
      gap: 60px;
    }
    /* 独立控制图片比例 */
    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-media {
      flex: 0 0 54%;
    }
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  @media screen and (max-width: 750px) {
    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-media {
      border-radius: 8px;
    }
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-media img {
    width: 100%;
    height: 400px;
    /* display: block; */
    object-fit: cover;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-img-desktop { display: block; }
  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-img-mobile { display: none; }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-content {
    flex: 1;
    color: #000000;
    width: 100%;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-sub {
    color: #32b4fe;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-title {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 50px 0;
    font-weight: 700;
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc {
    font-size: 1.1em;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 35px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc p {
    font-size: 20px;
    font-weight: 500;
    color: #8D8D8D;
    margin:10px 0px 50px 0px;
    font-family: 'Figtree-Medium',sans-serif;
  }

  /* 参数规格布局控制 */
  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-spec-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -30px;
  }

  

  @media (max-width: 767px) {
    
      .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-img-desktop { display: none; }
      .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-img-mobile { display: block; }
    
    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-title { font-size: 16px;margin: 0px; }
    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-spec-row { gap: 25px; margin-top: -25px; }

    .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header p {
    font-size: 14px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-main-header h2 {
    font-size: 20px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc {
    margin-bottom: 20px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc p {
    font-size: 14px;
  }
  .hsv4-val {
    font-size: 40px!important;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .hsv4-lab {
    font-size: 14px!important;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-media img {
    height: auto;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-container {
    gap: 10px;
    width: calc(100% - 0px);
  }

  .hsv4-section-template--21648834068698__hero_split_q3jMCa{
    padding-top: 0px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc p {
    margin:10px 0px 10px 0px;
  }

  .hsv4-val.no-desc {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-container {
    width: calc(100% - 40px);
  }

  }

/* === flexible_bento_grid_eDxUpB === */

/* 1. 模块容器基础样式与隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-sizing: content-box;
  }

  @media screen and (min-width: 750px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB.page-width {
    padding-left: 60px;
    padding-right: 60px;
  }

  @media screen and (max-width: 749px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB.page-width {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* 2. 头部 Header 布局隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-header-template--22165862842586__flexible_bento_grid_eDxUpB {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 50px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-title-box {
    flex: 0 1 auto;
    max-width: 700px;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .sub-txt { 
    color: #0097e3; 
    font-size: 20px; 
    margin-bottom: 10px; 
    display: block;
    font-weight: 600;
    font-family: 'Figtree-SemiBold',sans-serif;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .main-h { 
    margin: 0; 
    font-size: 36px; 
    font-weight: 700; 
    line-height: 1.1;
    /* white-space: nowrap; */
    font-family: 'Figtree-Bold',sans-serif;
    color: #000000;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-desc-box {
    font-size: 20px;
    color: #8D8D8D;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-desc-box p {
    font-size: 20px;
    margin: 2px 0px 0px 0px;
    font-family: 'Figtree-Medium',sans-serif;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p {
    margin: 0px;
}

/* 修改父容器 */
.v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img {
    width: 100%;
    aspect-ratio: 1500 / 400; /* 或者写成 15 / 4 */
    position: relative;      /* 确保子元素图片能相对于它定位 */
    overflow: hidden;
}

/* 你原有的图片样式保持不变 */
.v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
    .v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-blk-card_J3QE6m {
        /* 强制覆盖后台设置的固定行高带来的影响 */
        height: auto !important; 
        min-height: unset !important;
    }

    .v2-wrapper-template--21835780030682__flexible_bento_grid_eDxUpB .pg-card-img {
        /* 在平板尺寸下，手动规定一个合理的比例，比如 16:9 */
        aspect-ratio: 16 / 9; 
        width: 100%;
    }
}

  /* 3. 网格系统隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-grid-container-template--22165862842586__flexible_bento_grid_eDxUpB {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    max-width: 1500px;
    margin: 0 auto;
    align-items: start;
  }

  /* 4. 卡片与图片样式隔离 */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 742 / 482;
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-img picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  }

  /* 5. 文案字体大小隔离 (核心冲突修复点) */
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-info {
    padding-top: 20px;
    padding-bottom: 25px;
    flex: 1 1 auto; 
  }

  @media screen and (min-width: 767px) {
    

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-desc-box p {
    margin: 0px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p {
    margin: 2px 0px 20px 0px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-card-info {
    padding: 0px;
}

.v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-title-box {
    max-width: 830px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX .pg-card-img img {
    object-fit: contain;
    height: 460px
}

div#shopify-section-template--22165862580442__year_warranty_pMxXHw {
    margin-top: -10px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp.page-width{
    padding-left: 0px;
    padding-right: 0px;
}
section.v2-wrapper-template--22165862580442__flexible_bento_grid_eDxUpB.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_NYdkXK.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp.page-width{
  padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_n9KyhY.page-width{
padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT.page-width{
padding-left: 0px;
    padding-right: 0px;
}
section.v2-wrapper-template--22165862580442__flexible_bento_grid_NYdkXK.page-width{
padding-left: 0px;
    padding-right: 0px;
}

section.v2-wrapper-template--22165862580442__flexible_bento_grid_UXHY4z.page-width{
padding-left: 0px;
    padding-right: 0px;

}
  

  }


  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: #000000;
    line-height: 1.2;
    font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;
  }
  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .info-desc {
    font-size: 20px;
    color: rgba(141, 141, 141, 1);
    line-height: 1;
    display: block;
    font-weight: 500;
    font-family: 'Figtree-Medium', 'OPPOSans', sans-serif;
  }

  /* 6. Block 跨度选择器隔离 */
  
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-blk-card_zii7wr {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-blk-card_zii7wr {
        grid-column: span 6;
        grid-row: span 1;
      }
    }
  
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-blk-card_BG7Vwh {
      grid-column: span 12;
      grid-row: span 1;
    }
    @media screen and (min-width: 750px) {
      .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-blk-card_BG7Vwh {
        grid-column: span 6;
        grid-row: span 1;
      }
    }
  

  /* 7. 移动端样式覆盖与隔离 */
  @media screen and (max-width: 767px) {
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-img {
      border-radius: 8px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-header-template--22165862842586__flexible_bento_grid_eDxUpB { 
      /* flex-direction: column !important; */
      gap: 10px; 
      margin-bottom: 20px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .main-h {
      font-size: 20px;
      white-space: pre-line;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .sub-txt { font-size: 14px; color: #0097E3; }
    
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-desc-box p {
      font-size: 14px;
      font-weight: 400;
    }

    /* 移动端字体大小应用 */
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .info-title {
      font-size: 16px;
      margin-bottom: 4px;
    }
    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .info-desc {
      font-size: 14px;
    }

    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-grid-container-template--22165862842586__flexible_bento_grid_eDxUpB {
      grid-auto-rows: auto;
      gap: 15px;
      margin-bottom: 10px;
    }

    .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-title-box {
    margin-bottom: 0px;
  }

  .v2-wrapper-template--22165862842586__flexible_bento_grid_eDxUpB .pg-card-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .v2-wrapper-template--22165862580442__flexible_bento_grid_n9KyhY .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_qanQDT .pg-card-info {
padding:0px;
    }

.v2-wrapper-template--22165862580442__flexible_bento_grid_UXHY4z .pg-desc-box p {
    margin: 0px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX .pg-desc-box p {
    margin: 0px;
}
.pg-card.pg-blk-card_iKj8DK {
    height: 239px;
}

.v2-wrapper-template--22165862580442__flexible_bento_grid_w7q9bX 
.pg-card:first-child .pg-card-img img {
  object-fit: contain;
  }

.v2-wrapper-template--22165862580442__flexible_bento_grid_nkjykp .pg-desc-box p{
  margin-bottom: 0px;
  }
}


/* 模块特调高度 */
@media screen and (max-width: 767px) {
  .v2-wrapper-template--22165862580442__flexible_bento_grid_x4dEjg .pg-card-img {
    aspect-ratio: 170 / 120;
    }
  .v2-wrapper-template--22165862580442__flexible_bento_grid_if7XP8 .pg-card-img {
    aspect-ratio: 170 / 100;
    }
	.v2-wrapper-template--22165862580442__flexible_bento_grid_x4dEjg .pg-grid-container-template--22165862580442__flexible_bento_grid_x4dEjg {
        margin-bottom: -45px;
    }
    .v2-wrapper-template--22165862580442__flexible_bento_grid_if7XP8 .pg-grid-container-template--22165862580442__flexible_bento_grid_if7XP8 {
        margin-bottom: -70px;
    }
}
@media screen and (max-width: 767px) {
  .v2-wrapper-template--22116246749402__flexible_bento_grid_x4dEjg .pg-card-img {
    aspect-ratio: 170 / 120;
    }
  .v2-wrapper-template--22116246749402__flexible_bento_grid_if7XP8 .pg-card-img {
    aspect-ratio: 170 / 100;
    }
	.v2-wrapper-template--22116246749402__flexible_bento_grid_x4dEjg .pg-grid-container-template--22116246749402__flexible_bento_grid_x4dEjg {
        margin-bottom: -45px;
    }
    .v2-wrapper-template--22116246749402__flexible_bento_grid_if7XP8 .pg-grid-container-template--22116246749402__flexible_bento_grid_if7XP8 {
        margin-bottom: -70px;
    }
}



/* === hero_split_group_wpE9QD === */

/* 全局容器背景与间距 */
  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* 顶部总标题栏样式 */
  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header {
    max-width: 1500px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header p {
    color: #0097e3;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    font-family: 'Figtree-Bold',sans-serif;
  }

  /* 每个 Block 的通用样式 */
  
    .hsv4-block-hero_item_VgU9HY {
      padding: 10px 0; /* 缩小手机端块间距 */
      background-color: #ffffff;
    }

    .hsv4-block-hero_item_VgU9HY .hsv4-container {
      max-width: 1500px;
      margin: 0 auto;
      /* padding: 0 20px; */
      display: flex;
      /* 核心修改：手机端也跟随设置的方向 */
      flex-direction: row; 
      align-items: center;
      gap: 15px;
    }


    /* 图片基础样式 */
    .hsv4-block-hero_item_VgU9HY .hsv4-media { 
      flex: 0 0 50%; 
      border-radius: 16px; 
      overflow: hidden; 
      line-height: 0;
    }
    .hsv4-block-hero_item_VgU9HY .hsv4-media img { width: 100%; height: auto; object-fit: cover; display: block; }

    /* 文字内容基础样式 */
    .hsv4-block-hero_item_VgU9HY .hsv4-content { flex: 1; max-width: 400px; }

    .hsv4-block-hero_item_VgU9HY .hsv4-title {
      font-size: 16px; /* 手机端默认 */
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 8px 0;
      color: #000000;
      font-family: 'Figtree-SemiBold',sans-serif;
    }

    .hsv4-block-hero_item_VgU9HY .hsv4-desc p {
      font-size: 14px; /* 手机端默认 */
      line-height: 1;
      color: #8D8D8D;
      margin-bottom: 10px;
      font-family: 'Figtree-Medium',sans-serif;
    }

    /* 参数 Block 样式 */
    .hsv4-block-hero_item_VgU9HY .hsv4-spec-row { display: flex; gap: 15px; flex-wrap: wrap; }
    .hsv4-block-hero_item_VgU9HY .hsv4-val { 
        font-size: 24px; 
        font-weight: 700; 
        color: #32b4fe; 
        display: block; 
    }
    .hsv4-block-hero_item_VgU9HY .hsv4-lab { font-size: 10px; font-weight: 700; color: #1D1D1F; display: block; }

    /* PC 端样式覆盖 */
    @media screen and (min-width: 768px) {
      .hsv4-block-hero_item_VgU9HY { padding: 25px 0; }
      .hsv4-block-hero_item_VgU9HY .hsv4-container { gap: 60px; width: calc(100% - 120px); }
      .hsv4-block-hero_item_VgU9HY .hsv4-media { flex: 0 0 60%; }
      .hsv4-block-hero_item_VgU9HY .hsv4-title { font-size: 24px; margin-bottom: 12px; }
      .hsv4-block-hero_item_VgU9HY .hsv4-desc p { font-size: 20px; margin-bottom: 20px; }
      .hsv4-block-hero_item_VgU9HY .hsv4-val { font-size: 32px; }
      .hsv4-block-hero_item_VgU9HY .hsv4-lab { font-size: 12px; }

      .v2-wrapper-template--21654289613018__flexible_bento_grid_UXHY4z .pg-header-template--21654289613018__flexible_bento_grid_UXHY4z{
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .hsv4-block-hero_item_VgU9HY {
        padding-top: 16px;
        position: relative;
        z-index: 1;
      }

      .hsv4-block-hero_item_VgU9HY .hsv4-container {
        align-items: flex-start;
        padding: 0 15px;
      }

      .hsv4-block-hero_item_VgU9HY .hsv4-content {
        max-width: none;
        min-width: 0;
      }

      .hsv4-block-hero_item_VgU9HY .hsv4-desc p {
        line-height: 1.3;
      }

      .hsv4-block-hero_item_VgU9HY .hsv4-title {
        font-family: 'Figtree-Bold', sans-serif;
      }
    }
  
    .hsv4-block-hero_item_43VR9t {
      padding: 10px 0; /* 缩小手机端块间距 */
      background-color: #ffffff;
    }

    .hsv4-block-hero_item_43VR9t .hsv4-container {
      max-width: 1500px;
      margin: 0 auto;
      /* padding: 0 20px; */
      display: flex;
      /* 核心修改：手机端也跟随设置的方向 */
      flex-direction: row-reverse; 
      align-items: center;
      gap: 15px;
    }


    /* 图片基础样式 */
    .hsv4-block-hero_item_43VR9t .hsv4-media { 
      flex: 0 0 50%; 
      border-radius: 16px; 
      overflow: hidden; 
      line-height: 0;
    }
    .hsv4-block-hero_item_43VR9t .hsv4-media img { width: 100%; height: auto; object-fit: cover; display: block; }

    /* 文字内容基础样式 */
    .hsv4-block-hero_item_43VR9t .hsv4-content { flex: 1; max-width: 400px; }

    .hsv4-block-hero_item_43VR9t .hsv4-title {
      font-size: 16px; /* 手机端默认 */
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 8px 0;
      color: #000000;
      font-family: 'Figtree-SemiBold',sans-serif;
    }

    .hsv4-block-hero_item_43VR9t .hsv4-desc p {
      font-size: 14px; /* 手机端默认 */
      line-height: 1;
      color: #8D8D8D;
      margin-bottom: 10px;
      font-family: 'Figtree-Medium',sans-serif;
    }

    /* 参数 Block 样式 */
    .hsv4-block-hero_item_43VR9t .hsv4-spec-row { display: flex; gap: 15px; flex-wrap: wrap; }
    .hsv4-block-hero_item_43VR9t .hsv4-val { 
        font-size: 24px; 
        font-weight: 700; 
        color: #32b4fe; 
        display: block; 
    }
    .hsv4-block-hero_item_43VR9t .hsv4-lab { font-size: 10px; font-weight: 700; color: #1D1D1F; display: block; }

    /* PC 端样式覆盖 */
    @media screen and (min-width: 768px) {
      .hsv4-block-hero_item_43VR9t { padding: 25px 0; }
      .hsv4-block-hero_item_43VR9t .hsv4-container { gap: 60px; width: calc(100% - 120px); }
      .hsv4-block-hero_item_43VR9t .hsv4-media { flex: 0 0 60%; }
      .hsv4-block-hero_item_43VR9t .hsv4-title { font-size: 24px; margin-bottom: 12px; }
      .hsv4-block-hero_item_43VR9t .hsv4-desc p { font-size: 20px; margin-bottom: 20px; }
      .hsv4-block-hero_item_43VR9t .hsv4-val { font-size: 32px; }
      .hsv4-block-hero_item_43VR9t .hsv4-lab { font-size: 12px; }

      .v2-wrapper-template--21654289613018__flexible_bento_grid_UXHY4z .pg-header-template--21654289613018__flexible_bento_grid_UXHY4z{
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .hsv4-block-hero_item_43VR9t .hsv4-title {
      font-family: 'Figtree-Bold',sans-serif;
        }
    }
  
    .hsv4-block-hero_item_CCdFLk {
      padding: 10px 0; /* 缩小手机端块间距 */
      background-color: #ffffff;
    }

    .hsv4-block-hero_item_CCdFLk .hsv4-container {
      max-width: 1500px;
      margin: 0 auto;
      /* padding: 0 20px; */
      display: flex;
      /* 核心修改：手机端也跟随设置的方向 */
      flex-direction: row; 
      align-items: center;
      gap: 15px;
    }


    /* 图片基础样式 */
    .hsv4-block-hero_item_CCdFLk .hsv4-media { 
      flex: 0 0 50%; 
      border-radius: 16px; 
      overflow: hidden; 
      line-height: 0;
    }
    .hsv4-block-hero_item_CCdFLk .hsv4-media img { width: 100%; height: auto; object-fit: cover; display: block; }

    /* 文字内容基础样式 */
    .hsv4-block-hero_item_CCdFLk .hsv4-content { flex: 1; max-width: 400px; }

    .hsv4-block-hero_item_CCdFLk .hsv4-title {
      font-size: 16px; /* 手机端默认 */
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 8px 0;
      color: #000000;
      font-family: 'Figtree-SemiBold',sans-serif;
    }

    .hsv4-block-hero_item_CCdFLk .hsv4-desc p {
      font-size: 14px; /* 手机端默认 */
      line-height: 1;
      color: #8D8D8D;
      margin-bottom: 10px;
      font-family: 'Figtree-Medium',sans-serif;
    }

    /* 参数 Block 样式 */
    .hsv4-block-hero_item_CCdFLk .hsv4-spec-row { display: flex; gap: 15px; flex-wrap: wrap; }
    .hsv4-block-hero_item_CCdFLk .hsv4-val { 
        font-size: 24px; 
        font-weight: 700; 
        color: #32b4fe; 
        display: block; 
    }
    .hsv4-block-hero_item_CCdFLk .hsv4-lab { font-size: 10px; font-weight: 700; color: #1D1D1F; display: block; }

    /* PC 端样式覆盖 */
    @media screen and (min-width: 768px) {
      .hsv4-block-hero_item_CCdFLk { padding: 25px 0; }
      .hsv4-block-hero_item_CCdFLk .hsv4-container { gap: 60px; width: calc(100% - 120px); }
      .hsv4-block-hero_item_CCdFLk .hsv4-media { flex: 0 0 60%; }
      .hsv4-block-hero_item_CCdFLk .hsv4-title { font-size: 24px; margin-bottom: 12px; }
      .hsv4-block-hero_item_CCdFLk .hsv4-desc p { font-size: 20px; margin-bottom: 20px; }
      .hsv4-block-hero_item_CCdFLk .hsv4-val { font-size: 32px; }
      .hsv4-block-hero_item_CCdFLk .hsv4-lab { font-size: 12px; }

      .v2-wrapper-template--21654289613018__flexible_bento_grid_UXHY4z .pg-header-template--21654289613018__flexible_bento_grid_UXHY4z{
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .hsv4-block-hero_item_CCdFLk .hsv4-title {
      font-family: 'Figtree-Bold',sans-serif;
        }
    }
  
    .hsv4-block-hero_item_DfenUQ {
      padding: 10px 0; /* 缩小手机端块间距 */
      background-color: #ffffff;
    }

    .hsv4-block-hero_item_DfenUQ .hsv4-container {
      max-width: 1500px;
      margin: 0 auto;
      /* padding: 0 20px; */
      display: flex;
      /* 核心修改：手机端也跟随设置的方向 */
      flex-direction: row-reverse; 
      align-items: center;
      gap: 15px;
    }


    /* 图片基础样式 */
    .hsv4-block-hero_item_DfenUQ .hsv4-media { 
      flex: 0 0 50%; 
      border-radius: 16px; 
      overflow: hidden; 
      line-height: 0;
    }
    .hsv4-block-hero_item_DfenUQ .hsv4-media img { width: 100%; height: auto; object-fit: cover; display: block; }

    /* 文字内容基础样式 */
    .hsv4-block-hero_item_DfenUQ .hsv4-content { flex: 1; max-width: 400px; }

    .hsv4-block-hero_item_DfenUQ .hsv4-title {
      font-size: 16px; /* 手机端默认 */
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 8px 0;
      color: #000000;
      font-family: 'Figtree-SemiBold',sans-serif;
    }

    .hsv4-block-hero_item_DfenUQ .hsv4-desc p {
      font-size: 14px; /* 手机端默认 */
      line-height: 1;
      color: #8D8D8D;
      margin-bottom: 10px;
      font-family: 'Figtree-Medium',sans-serif;
    }

    /* 参数 Block 样式 */
    .hsv4-block-hero_item_DfenUQ .hsv4-spec-row { display: flex; gap: 15px; flex-wrap: wrap; }
    .hsv4-block-hero_item_DfenUQ .hsv4-val { 
        font-size: 24px; 
        font-weight: 700; 
        color: #32b4fe; 
        display: block; 
    }
    .hsv4-block-hero_item_DfenUQ .hsv4-lab { font-size: 10px; font-weight: 700; color: #1D1D1F; display: block; }

    /* PC 端样式覆盖 */
    @media screen and (min-width: 768px) {
      .hsv4-block-hero_item_DfenUQ { padding: 25px 0; }
      .hsv4-block-hero_item_DfenUQ .hsv4-container { gap: 60px; width: calc(100% - 120px); }
      .hsv4-block-hero_item_DfenUQ .hsv4-media { flex: 0 0 60%; }
      .hsv4-block-hero_item_DfenUQ .hsv4-title { font-size: 24px; margin-bottom: 12px; }
      .hsv4-block-hero_item_DfenUQ .hsv4-desc p { font-size: 20px; margin-bottom: 20px; }
      .hsv4-block-hero_item_DfenUQ .hsv4-val { font-size: 32px; }
      .hsv4-block-hero_item_DfenUQ .hsv4-lab { font-size: 12px; }

      .v2-wrapper-template--21654289613018__flexible_bento_grid_UXHY4z .pg-header-template--21654289613018__flexible_bento_grid_UXHY4z{
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 767px) {
      .hsv4-block-hero_item_DfenUQ .hsv4-title {
      font-family: 'Figtree-Bold',sans-serif;
        }
    }
  

  @media screen and (min-width: 768px) {
    .hsv4-group-template--22165862842586__hero_split_group_wpE9QD {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  @media screen and (max-width: 767px) {
    .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header h2 {
    font-size: 20px;
  }
  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD [class*="hsv4-block-hero_item_"] .hsv4-media img {
    height: auto;
    max-height: 220px;
    object-fit: cover;
  }

  .hsv4-group-template--22165862842586__hero_split_group_wpE9QD .hsv4-main-header {
    margin: 0 auto 10px auto;
  }

  .hsv4-container {
    padding: 0 20px;
  }

  .hsv4-group-template--21648834068698__hero_split_group_wpE9QD {
    padding-bottom: 45px;
  }

    }

/* === feature_cards_9yTVFe === */

.fcv6-template--22165862842586__feature_cards_9yTVFe {
    padding: 40px 20px 40px;
    background-color: #ffffff;
    max-width: 1620px;
    margin: 0 auto;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-header {
    /* max-width: 1500px; */
    margin: 0 auto 50px;
    text-align: center;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    font-family: 'Figtree-Bold',sans-serif;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-grid {
    /* max-width: 1500px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* 核心：确保同一排卡片物理高度强制对齐 */
    align-items: stretch; 
  }

  /* PC 卡片基础样式 */
  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card {
    flex: 1 1 calc(33.333% - 20px);
    background: #f8f9fa;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-info {
    padding: 25px;
    display: flex;
    flex-direction: column;
    /* 让内容撑开，不居中，确保从顶部对齐 */
    justify-content: flex-start;
    flex-grow: 1;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-h {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.25;
    display: block;
    overflow: visible;
    color: #000000;
    font-family: 'Figtree-SemiBold', sans-serif;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-sub {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 12px;
    display: block;
    overflow: visible;
    color: #8d8d8d;
    font-family: 'Figtree-Medium', sans-serif;
  }

  /* 数值部分：自动推至底部实现对齐 */
  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-val {
    font-size: 28px;
    font-weight: 600;
    color: #0097e3;
    margin-top: auto; 
    padding-top: 10px;
    font-family: 'Figtree-SemiBold',sans-serif;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex: 0 0 auto;
    flex-shrink: 0;
  }

  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-media img,
  .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-media video {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    display: block;
  }

  @media screen and (min-width: 750px) {
    .fcv6-template--22165862842586__feature_cards_9yTVFe {
      padding: 60px 60px 60px;
    }
  }

  /* 手机端：文案在上、媒体在下，避免横排 130px 压扁导致遮挡 */
  @media screen and (max-width: 767px) {
    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-grid {
      gap: 15px;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card,
    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-feature_card_mDVeEx,
    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-feature_card_cCacYb,
    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-feature_card_myq6LG {
      flex: 0 0 100% !important;
      flex-direction: column !important;
      min-height: unset !important;
      height: auto !important;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card .fcv6-info,
    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card .fcv6-media {
      flex: 0 0 auto !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-info {
      padding: 15px 15px 12px;
      justify-content: flex-start;
      flex-grow: 0;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-media {
      height: 220px;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-h {
      font-size: 16px;
      line-height: 1.25;
      margin-bottom: 6px;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-sub {
      font-size: 12px;
      line-height: 1.35;
      margin: 0;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-card-val {
      font-size: 20px;
      margin-top: 0;
      padding-top: 0;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-header h2 {
      font-size: 20px;
    }

    .fcv6-template--22165862842586__feature_cards_9yTVFe .fcv6-header {
      margin: 0 auto 20px;
    }
  }

/* === year_warranty_wRqRkj === */

.ti-section {
  max-width:1620px;
  padding:0 60px;
  margin:0 auto;
  margin-top:40px;
  margin-bottom:50px;
}
/* 文案 */

.ti-text h3 {
  margin: 0;
  text-align: left;
  font-family: Figtree-Bold;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.02rem;
  vertical-align: middle;
  margin-bottom:50px;
  color: #000000;
}


/* 图片 */
.ti-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
@media(max-width:1620px) and (min-width:768px){
   .ti-text h3 {
    font-size: 2.2222vw;
    margin-bottom:3.086vw;
    }     
}

/* 手机端切换 */
@media screen and (max-width: 768px) {
  .ti-section{
    padding:0 20px;
  }
  .ti-text h3{
    font-size:20px;
    margin-bottom:20px;
  }
}

/* === productc_omparison_new_yGR6G3 === */

.compare-wrap-v2 {
      background: #ffffff; /* 模块整体白色背景 */
      padding: 75px 0 60px;
    }
    .compare-v2-container {
      max-width: 1620px;
      margin: 0 auto;
      padding-left:60px;
      padding-right:60px;
    }
  
    .compare-v2-container .product-title-desc {
      font-size: 20px;
      display: block;
      max-width: 880px;
      text-align: center;
      width: 100%;
      margin: 0 auto 20px auto;
      line-height: 1.2;
      font-family: Figtree-Medium;
      color: #8d8d8d;
    }
    
    /* --- Grid 布局：重构为按行排列 --- */
    .compare-v2-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      background: #ffffff;
    }

    .compare-v2-grid.compare-v2-grid--3 {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .compare-v2-category {
      grid-column: 1 / -1; /* 横跨所有列 */
      background: #F5F5F7; /* 要求的背景色 */
      text-align: center;
      padding: 5px;
      font-weight: 700;
      font-size: 24px;
      color: #000000;
      margin: 25px 0px 15px 0px;
      border-radius: 8px;
      font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;
    }
  
    /* 产品头部单元格 */
    .compare-v2-product-header {
      padding: 25px 20px;
      text-align: center;
      background: #fff;
    }
  
    .compare-v2-product-header h3 {
      font-size: 32px;
      margin: 0 0 20px 0;
      font-weight: 700;
      font-family: 'Figtree-Bold', 'OPPOSans', sans-serif;
      color: #000000;
    }
  
    .compare-v2-product-header img {
      width: 100%;
      max-width: 180px;
    }
    .compare-v2-price-group {
      margin: 20px 0px clamp(0.04rem, -0.0117rem + 0.069vw, 0.1rem) 0px;
      display: flex;
      flex-direction: row; /* 水平排列价格 */
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .compare-v2-price { 
      font-family: 'Figtree-SemiBold', 'OPPOSans', sans-serif;
      font-weight: 600; 
      font-size: 20px; 
      color: #000; 
    }
    
    .compare-v2-old-price { 
      text-decoration: line-through; 
      color: #8d8d8d; 
      font-size: 16px;
      font-family: 'Figtree-SemiBold', 'OPPOSans', sans-serif; 
    }
  
    /* 新增：Save 价格标签样式 */
    .compare-v2-save-badge {
      background-color: rgba(0, 113, 227, 0.3); /* 浅橙色背景 */
      color: rgba(0, 0, 0, 1);           /* 橙色文字 */
      padding: 3px 6px;
      border-radius: 4px;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
      font-family: 'Figtree-SemiBold', 'OPPOSans', sans-serif;
    }
  
    /* 参数单元格 */
    .compare-v2-item-cell {
      padding: 25px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      background: #fff;
    }
  
    .compare-v2-cell-label {
      font-weight: 400;
      color: #8D8D8D;
      font-size: 18px;
      margin-bottom: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.25;
      text-align: center;
    }
  
    .compare-v2-cell-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 0px;
    }
  
    .compare-v2-cell-value {
      font-size: 16px;
      color: #000000;
      font-weight: 400;
      line-height: 1.25;
      font-family: 'Figtree-Regular', 'OPPOSans', sans-serif;
    }
  
    /* 高亮样式 */
    .v2-highlight {
      color: #0097E3 !important;
      font-family: 'Figtree-Regular', 'OPPOSans', sans-serif;
    }
  
    /* Buy Now 按钮 */
    .compare-v2-buy-btn {
      background: #1d96ff; /* 要求的背景色 */
      color: #fff !important;
      padding: 12px 18px;
      text-decoration: none;
      font-size: 16px;
      font-family: 'Figtree-SemiBold', 'OPPOSans', sans-serif;
      display: inline-block;
      transition: opacity 0.3s;
      border-radius: 50px;
      line-height: 1;
    }
  
    .buy-now-css {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
    }
  
  
    .compare-v2-buy-btn:hover { opacity: 0.8; }
  
    .compare-v2-scroll-x {
      overflow-x: auto;
      /* border: 1px solid #eee; */
      border-radius: 12px;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
    }
  
    .compare-v2-container h2 {
      font-size: 36px;
      font-family: Figtree-Bold;
      color: #000000;
    }
  
    @media screen and (max-width: 768px) {

      /* 3 列对比：窄屏横向滑动，每列固定最小宽度 */
      .compare-v2-grid.compare-v2-grid--3 {
        grid-template-columns: repeat(3, minmax(108px, 1fr));
        width: max-content;
        min-width: 100%;
      }

      /* 仅 2 列时：手机端整屏均分两列，不裁成 2.5 列、不强制横滑 */
      .compare-v2-grid:not(.compare-v2-grid--3) {
        grid-template-columns: repeat(2, 1fr);
        width: auto;
        min-width: 0;
      }
      
  
      .compare-v2-product-header {
      padding: 25px 3px;
      }
  
      .compare-v2-product-header h3 {
      font-size: 14px;
      margin-bottom: 5px;
      }
  
      .compare-v2-price { 
      font-size: 14px; 
      }
    
      .compare-v2-old-price { 
      font-size: 12px; 
      }
  
      .compare-v2-save-badge {
        padding: 3px 6px;
        font-size: 10px;
      }
  
      .compare-v2-buy-btn {
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 50px;
        margin-top: 3px;
      }
  
      .compare-v2-cell-label {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.2;
      }
  
      .compare-v2-cell-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 0px;
        margin-top: 6px;
      }
  
      .compare-v2-cell-value {
        font-size: 12px;
        color: #000000;
        font-family: Figtree-Regular;
        font-weight: 400;
        line-height: 1.2;
      }
  
      .compare-v2-category {
        padding: 0px;
        font-weight: 700;
        font-size: 16px;
        border-radius: 3px;
        margin: 5px 0px 5px 0px;
      }
  
      .compare-v2-item-cell {
        padding: 10px;
      }
  
      .compare-v2-product-header img {
        margin-bottom: -5px;
      }
  
      .compare-wrap-v2 {
        padding: 20px 0 35px;
      }
  
      .compare-v2-price-group {
        margin: 0;
        gap: 2px;
      }
  
      .compare-v2-container {
        padding: 0 20px;
      }
  
      .compare-v2-container h2 {
        font-size: 20px;
      }
  
      .compare-v2-container .product-title-desc {
        font-size: 14px;
        color: #8d8d8d;
        margin-bottom: 0px;
      }
  
      .buy-now-css {
      gap: 4px;
      }
  
    }

  .hsv4-section-template--22165862842586__hero_split_mgRVfn .hsv4-desc-note{
      font-size: 12px!important;

    }
#shopify-section-template--22165862842586__productc_omparison_new_yGR6G3 .compare-v2-price-group, #shopify-section-template--22165862842586__productc_omparison_new_yGR6G3 .compare-v2-save-badge, #shopify-section-template--22165862842586__productc_omparison_new_yGR6G3 .compare-v2-buy-btn {display: none !important;}
