
#header_ct{z-index: 10000;}
/* 语言等全屏弹窗挂载在 body，须高于站顶 */
body > .popup{z-index:10050;}

#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 16px;}*/
/*#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{min-height: 38px; background-color: #000; gap: 0 8px;}
#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-value{padding: 5px; border-radius: 5px; background-color: #fff; color: var(--color-text-primary); min-width: 26.5px;}



/* 头部 */
#ly_web_header_0001_0{
    --header-u: 1px;
    /* 下拉顶距 = slogan(38) + header-box(64)；无 slogan 时由 .no-top-slogan 覆盖 */
    --header-drop-top: calc(102 * var(--header-u));
}
@media (min-width:768px) and (max-width:1311px){
    #ly_web_header_0001_0{ --header-u: calc(100vw / 1312); }
}
#ly_web_header_0001_0.no-top-slogan{
    --header-drop-top: calc(64 * var(--header-u));
}
#ly_web_header_0001_0 .header-box{
    height:calc(64 * var(--header-u));
    padding:0 calc(64 * var(--header-u));
    max-width:calc(1720 * var(--header-u));
    margin:0 auto;
    box-sizing:border-box;
    align-items:center;
}
#ly_web_header_0001_0 .header-left{
    display:flex;
    align-items:center;
    gap:calc(64 * var(--header-u));
    min-width:0;
    flex:0 1 auto;
}
#ly_web_header_0001_0 .header-right{
    display:flex;
    align-items:center;
    gap:calc(32 * var(--header-u));
    flex:0 0 auto;
    margin-left:auto;
}
#ly_web_header_0001_0 .logo{
    flex:0 0 auto;
    width:calc(91 * var(--header-u));
    height:auto;
}
#ly_web_header_0001_0 .logo img:nth-child(2){opacity: 0;}
#ly_web_header_0001_0 .hnav-left,
#ly_web_header_0001_0 .hnav-right{
    display:flex;
    align-items:center;
    max-width:100%;
}
#ly_web_header_0001_0 .hnav-left .one-nav,
#ly_web_header_0001_0 .hnav-right .one-nav{
    height:100%;
    margin-right:calc(32 * var(--header-u));
    flex-shrink:0;
}
#ly_web_header_0001_0 .hnav-left .one-nav:last-child,
#ly_web_header_0001_0 .hnav-right .one-nav:last-child{
    margin-right:0;
}
#ly_web_header_0001_0 .hnav .one-nav .nav-a{
    font-family:"Figtree-Bold";
    font-size:calc(16 * var(--header-u));
    line-height:calc(64 * var(--header-u));
    color:var(--color-text-primary);
    white-space:nowrap;
    transition:color .2s;
}
#ly_web_header_0001_0 .hnav .one-nav:hover .nav-a,
#ly_web_header_0001_0 .hnav .one-nav.cur .nav-a{
    color:var(--color-primary);
}
#ly_web_header_0001_0 .hright-tools{
    display:flex;
    align-items:center;
    gap:calc(32 * var(--header-u));
    flex-shrink:0;
}
#ly_web_header_0001_0 .hright-tools-icons{
    display:flex;
    align-items:center;
    gap:calc(6 * var(--header-u));
    flex-shrink:0;
}
#ly_web_header_0001_0 .hright-tool{
    width:calc(24 * var(--header-u));
    height:calc(24 * var(--header-u));
    padding:0;
    border:0;
    background:none;
    flex-shrink:0;
}
#ly_web_header_0001_0 .hright-tool .svg{
    width:100%;
    height:100%;
    fill:#1a1a1a;
}
#ly_web_header_0001_0 .hright-tool.lang .svg path{
    fill:inherit;
}
#ly_web_header_0001_0 .hright-tool.chat .svg path{
    fill:inherit;
}
#ly_web_header_0001_0 .hright-divider{
    width:calc(1 * var(--header-u));
    height:calc(16 * var(--header-u));
    background:#d9d9d9;
    flex-shrink:0;
    transition:background-color .2s;
}
#ly_web_header_0001_0 .hright-store{
    display:inline-flex;
    align-items:center;
    gap:calc(8 * var(--header-u));
    height:calc(36 * var(--header-u));
    padding:0 calc(20 * var(--header-u));
    border-radius:calc(999 * var(--header-u));
    background:var(--color-primary);
    color:#fff;
    text-decoration:none;
    font-family:"Figtree-SemiBold";
    font-size:calc(14 * var(--header-u));
    line-height:1;
    white-space:nowrap;
    transition:opacity .2s;
}
#ly_web_header_0001_0 .hright-store:hover{opacity:.9;}
#ly_web_header_0001_0 .hright-store--text{gap:0;}
#ly_web_header_0001_0 .hright-store__icon{
    width:calc(18 * var(--header-u));
    height:calc(18 * var(--header-u));
    filter:brightness(0) invert(1);
}

#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:var(--header-drop-top);}
#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;}

/* iGarden Mega 下拉 */
#ly_web_header_0001_0 .hnav .mega-nav{
    --pc-u: 1px;
    --mobile-u: 1px;
    width:100%;
    top:var(--header-drop-top);
    left:0;
    background-color:#f7f7f7;
}
@media (min-width:768px) and (max-width:1311px){
    #ly_web_header_0001_0 .hnav .mega-nav{ --pc-u: calc(100vw / 1312); }
}
@media (max-width:767px){
    #ly_web_header_0001_0 .hnav .mega-nav{ --mobile-u: 1px; }
}
#ly_web_header_0001_0 .hnav .mega-inner{
    margin:0 auto;
    width:100%;
    max-width:calc(1750 * var(--pc-u));
    padding:calc(32 * var(--pc-u)) calc(64 * var(--pc-u));
    box-sizing:border-box;
}
#ly_web_header_0001_0 .hnav .mega-card{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
    text-decoration:none;
    color:inherit;
    background:#fff;
    border-radius:calc(4 * var(--pc-u));
    overflow:hidden;
    transition:box-shadow .3s, transform .3s;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards{
    --mega-cards-gap: calc(16 * var(--pc-u));
    --mega-cards-col-max: calc(360 * var(--pc-u));
    --mega-cards-img-max: calc(128 * var(--pc-u));
    --mega-cards-more-w: calc(140 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-inner{
    container-type:inline-size;
    container-name:mega-cards-inner;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-cards__grid{
    display:flex;
    flex-wrap:wrap;
    gap:var(--mega-cards-gap);
    align-items:stretch;
    justify-content:flex-start;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-cards__grid .mega-card{
    /* 始终按「4 卡 + View More」占位算宽，有无按钮尺寸一致 */
    flex:0 0 calc((100% - var(--mega-cards-more-w) - 4 * var(--mega-cards-gap)) / 4);
    width:calc((100% - var(--mega-cards-more-w) - 4 * var(--mega-cards-gap)) / 4);
    max-width:var(--mega-cards-col-max);
    min-width:0;
    height:auto;
    aspect-ratio:360 / 246;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-cards__view-more,
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-cards__view-more{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:calc(16 * var(--pc-u));
    box-sizing:border-box;
    text-decoration:none;
    color:#1a1a1a;
    border-radius:calc(4 * var(--pc-u));
    transition:background-color .2s, color .2s;
    align-self:stretch;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-cards__view-more{
    flex:0 0 var(--mega-cards-more-w);
    width:var(--mega-cards-more-w);
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-cards__view-more{
    flex:0 0 var(--mega-cards-side-more-w);
    width:var(--mega-cards-side-more-w);
}

#ly_web_header_0001_0 .hnav .mega-cards__view-more-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:calc(40 * var(--pc-u));
    height:calc(40 * var(--pc-u));
    border:calc(1.5 * var(--pc-u)) solid currentColor;
    border-radius:50%;
    box-sizing:border-box;
}
#ly_web_header_0001_0 .hnav .mega-cards__view-more-icon::after{
    content:'';
    display:block;
    width:calc(8 * var(--pc-u));
    height:calc(8 * var(--pc-u));
    border-top:calc(1.5 * var(--pc-u)) solid currentColor;
    border-right:calc(1.5 * var(--pc-u)) solid currentColor;
    transform:rotate(45deg);
    margin-left:calc(-2 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-cards__view-more-text{
    font-family:"Figtree-Medium";
    font-size:calc(16 * var(--pc-u));
    line-height:1.3;
    text-align:center;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-card__visual{
    flex:1 1 0;
    min-height:0;
    padding:calc(16 * var(--pc-u)) calc(16 * var(--pc-u)) 0;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-card__visual img{
    width:min(var(--mega-cards-img-max), calc(100% * 128 / 360));
    aspect-ratio:1;
    height:auto;
    max-width:100%;
    object-fit:contain;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards .mega-card__body{
    flex:0 0 auto;
    padding:calc(12 * var(--pc-u)) calc(16 * var(--pc-u)) calc(16 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-card:hover{
    box-shadow:0 calc(8 * var(--pc-u)) calc(24 * var(--pc-u)) rgba(0,0,0,.08);
}
#ly_web_header_0001_0 .hnav .mega-card__visual{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:calc(200 * var(--pc-u));
    padding:calc(24 * var(--pc-u)) calc(16 * var(--pc-u));
    /* background:#f0f0f0; */
    box-sizing:border-box;
}
#ly_web_header_0001_0 .hnav .mega-card__visual img{
    display:block;
    max-width:100%;
    max-height:calc(160 * var(--pc-u));
    width:auto;
    height:auto;
    object-fit:contain;
}
#ly_web_header_0001_0 .hnav .mega-card__body{
    padding:calc(20 * var(--pc-u)) calc(16 * var(--pc-u)) calc(24 * var(--pc-u));
    text-align:center;
}
#ly_web_header_0001_0 .hnav .mega-card__title{
    display:flex;
    flex-direction:column;
    gap:calc(4 * var(--pc-u));
    margin-bottom:calc(12 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-card__line1,
#ly_web_header_0001_0 .hnav .mega-card__line2{
    display:block;
    font-family:"Figtree-Medium";
    font-size:calc(16 * var(--pc-u));
    line-height:calc(22 * var(--pc-u));
    color:#1a1a1a;
}
#ly_web_header_0001_0 .hnav .mega-card__line2{
    font-family:"Figtree";
    color:#333;
}
#ly_web_header_0001_0 .hnav .mega-card__more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:calc(4 * var(--pc-u));
    font-family:"Figtree";
    font-size:calc(14 * var(--pc-u));
    line-height:1;
    color:#999;
}
#ly_web_header_0001_0 .hnav .mega-card__chevron{
    display:inline-block;
    width:calc(6 * var(--pc-u));
    height:calc(6 * var(--pc-u));
    border-top:calc(1.5 * var(--pc-u)) solid #999;
    border-right:calc(1.5 * var(--pc-u)) solid #999;
    transform:rotate(45deg) translateY(calc(-1 * var(--pc-u)));
}
#ly_web_header_0001_0 .hnav .mega-featured{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    min-height:calc(220 * var(--pc-u));
    border-radius:calc(4 * var(--pc-u));
    overflow:hidden;
    text-decoration:none;
    color:inherit;
}
#ly_web_header_0001_0 .hnav .mega-featured__img{
    display:block;
    width:100%;
    height:100%;
    min-height:calc(220 * var(--pc-u));
    object-fit:cover;
}
#ly_web_header_0001_0 .hnav .mega-featured__label{
    position:absolute;
    left:calc(24 * var(--pc-u));
    bottom:calc(24 * var(--pc-u));
    font-family:"Figtree-Medium";
    font-size:calc(18 * var(--pc-u));
    line-height:1.3;
    z-index:2;
}
#ly_web_header_0001_0 .hnav .mega-featured--triple .mega-featured__label{
    color:#fff;
    text-shadow:0 calc(2 * var(--pc-u)) calc(8 * var(--pc-u)) rgba(0,0,0,.35);
}
#ly_web_header_0001_0 .hnav .mega-featured--triple::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:40%;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 100%);
    pointer-events:none;
}
#ly_web_header_0001_0 .hnav .mega-featured--quad .mega-featured__label{
    display:inline-flex;
    align-items:center;
    gap:calc(6 * var(--pc-u));
    color:#1a1a1a;
}
#ly_web_header_0001_0 .hnav .mega-featured__chevron{
    display:inline-block;
    width:calc(6 * var(--pc-u));
    height:calc(6 * var(--pc-u));
    border-top:calc(1.5 * var(--pc-u)) solid #1a1a1a;
    border-right:calc(1.5 * var(--pc-u)) solid #1a1a1a;
    transform:rotate(45deg) translateY(calc(-1 * var(--pc-u)));
}
#ly_web_header_0001_0 .hnav .mega-cards-side{
    display:flex;
    align-items:stretch;
    gap:0;
    min-height:calc(240 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-cards-side__aside{
    flex:0 0 calc(220 * var(--pc-u));
    padding-right:calc(32 * var(--pc-u));
    border-right:calc(1 * var(--pc-u)) solid #e0e0e0;
    display:flex;
    flex-direction:column;
    gap:calc(36 * var(--pc-u));
    padding-top:calc(8 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-side-tab{
    display:block;
    width:100%;
    padding:0;
    border:0;
    background:none;
    text-align:left;
    cursor:pointer;
    font-family:"Figtree";
    font-size:calc(16 * var(--pc-u));
    line-height:calc(24 * var(--pc-u));
    color:#999;
    transition:color .2s;
}
#ly_web_header_0001_0 .hnav .mega-side-tab.is-active,
#ly_web_header_0001_0 .hnav .mega-side-tab:hover{
    font-family:"Figtree-Bold";
    color:#1a1a1a;
}
#ly_web_header_0001_0 .hnav .mega-cards-side__main{
    flex:1;
    min-width:0;
    padding-left:calc(40 * var(--pc-u));
    position:relative;
    container-type:inline-size;
    container-name:mega-cards-side-main;
}
#ly_web_header_0001_0 .hnav .mega-cards-side__panel{
    display:none;
    width:100%;
}
#ly_web_header_0001_0 .hnav .mega-cards-side__panel.is-active{
    display:block;
}
#ly_web_header_0001_0 .hnav .mega-cards-side__cards{
    display:flex;
    gap:calc(16 * var(--pc-u));
    align-items:stretch;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side{
    --mega-cards-side-gap: calc(16 * var(--pc-u));
    --mega-cards-side-col-max: calc(360 * var(--pc-u));
    --mega-cards-side-img-max: calc(140 * var(--pc-u));
    --mega-cards-side-more-w: calc(120 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-cards-side__cards{
    flex-wrap:wrap;
    gap:var(--mega-cards-side-gap);
    justify-content:flex-start;
}
/* 始终按「3 卡 + View More」占位算宽，有无按钮尺寸一致 */
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-cards-side__cards .mega-card{
    flex:0 0 calc((100% - var(--mega-cards-side-more-w) - 3 * var(--mega-cards-side-gap)) / 3);
    width:calc((100% - var(--mega-cards-side-more-w) - 3 * var(--mega-cards-side-gap)) / 3);
    max-width:var(--mega-cards-side-col-max);
    min-width:0;
    height:auto;
    aspect-ratio:360 / 220;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-card__visual{
    flex:1 1 0;
    min-height:0;
    padding:calc(12 * var(--pc-u)) calc(16 * var(--pc-u)) 0;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-card__visual img{
    width:min(var(--mega-cards-side-img-max), calc(100% * 140 / 360));
    aspect-ratio:1;
    height:auto;
    max-width:100%;
    object-fit:contain;
}
#ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-card__body{
    flex:0 0 auto;
    padding:calc(10 * var(--pc-u)) calc(16 * var(--pc-u)) calc(12 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-triple{
    display:flex;
    align-items:flex-start;
    gap:calc(128 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-triple__featured{
    flex:0 0 calc(400 * var(--pc-u));
    max-width:calc(400 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-triple__cols{
    flex:1;
    display:flex;
    gap:calc(12 * var(--pc-u));
    min-width:0;
}
#ly_web_header_0001_0 .hnav .mega-col{
    min-width:0;
}
#ly_web_header_0001_0 .hnav .mega-triple__cols .mega-col{
    flex:1 1 0;
}
#ly_web_header_0001_0 .hnav .mega-triple__cols .mega-col:first-child{
    flex:0 1 calc(180 * var(--pc-u));
    max-width:calc(200 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-col__head{
    font-family:"Figtree-Bold";
    font-size:calc(18 * var(--pc-u));
    line-height:calc(24 * var(--pc-u));
    color:#1a1a1a;
    margin-bottom:calc(24 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-col__links{
    display:flex;
    flex-direction:column;
    gap:calc(20 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-col__link{
    display:block;
    font-family:"Figtree";
    font-size:calc(16 * var(--pc-u));
    line-height:calc(22 * var(--pc-u));
    color:#333;
    text-decoration:none;
    transition:color .2s;
    font-weight: 600;
}
#ly_web_header_0001_0 .hnav .mega-col__link:hover{
    color:#1a1a1a;
    text-decoration:underline;
}
#ly_web_header_0001_0 .hnav .mega-quad{
    display:flex;
    align-items:stretch;
    gap:calc(128 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-quad__featured{
    flex:0 0 calc(400 * var(--pc-u));
    max-width:calc(400 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-quad__grid{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:calc(48 * var(--pc-u));
    row-gap:calc(32 * var(--pc-u));
    align-content:center;
    min-width:0;
}
#ly_web_header_0001_0 .hnav .mega-quad-link{
    display:flex;
    align-items:center;
    gap:calc(12 * var(--pc-u));
    text-decoration:none;
    color:#1a1a1a;
    transition:opacity .2s;
}
#ly_web_header_0001_0 .hnav .mega-quad-link:hover{
    opacity:.75;
}
#ly_web_header_0001_0 .hnav .mega-quad-link__icon{
    flex:0 0 calc(24 * var(--pc-u));
    width:calc(24 * var(--pc-u));
    height:calc(24 * var(--pc-u));
    display:flex;
    align-items:center;
    justify-content:center;
}
#ly_web_header_0001_0 .hnav .mega-quad-link__icon img{
    display:block;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}
#ly_web_header_0001_0 .hnav .mega-quad-link__text{
    flex:1;
    font-family:"Figtree-Bold";
    font-size:calc(16 * var(--pc-u));
    line-height:calc(24 * var(--pc-u));
}
#ly_web_header_0001_0 .hnav .mega-quad-link__chevron{
    flex:0 0 calc(8 * var(--pc-u));
    width:calc(6 * var(--pc-u));
    height:calc(6 * var(--pc-u));
    border-top:calc(1.5 * var(--pc-u)) solid #1a1a1a;
    border-right:calc(1.5 * var(--pc-u)) solid #1a1a1a;
    transform:rotate(45deg);
}
@media screen and (max-width:1024px){
    #ly_web_header_0001_0 .hnav .mega-cards-side__cards{
        flex-wrap:wrap;
    }
    #ly_web_header_0001_0 .hnav .mega-nav--igarden_cards_side .mega-cards-side__cards .mega-card{
        flex:1 1 calc(50% - 8 * var(--pc-u));
        width:auto;
        max-width:none;
    }
    #ly_web_header_0001_0 .hnav .mega-triple,
    #ly_web_header_0001_0 .hnav .mega-quad,
    #ly_web_header_0001_0 .hnav .mega-cards-side{
        flex-wrap:wrap;
    }
    #ly_web_header_0001_0 .hnav .mega-triple__featured,
    #ly_web_header_0001_0 .hnav .mega-quad__featured{
        flex:1 1 100%;
        max-width:100%;
    }
    #ly_web_header_0001_0 .hnav .mega-cards-side__aside{
        flex:1 1 100%;
        border-right:0;
        border-bottom:calc(1 * var(--pc-u)) solid #e0e0e0;
        padding-bottom:calc(16 * var(--pc-u));
        flex-direction:row;
        flex-wrap:wrap;
        gap:calc(16 * var(--pc-u));
    }
    #ly_web_header_0001_0 .hnav .mega-cards-side__main{
        flex:1 1 100%;
        padding-left:0;
        padding-top:calc(16 * var(--pc-u));
    }
}

/* 右侧 */
#ly_web_header_0001_0 .hright-tools-mobile{
    display:none;
    align-items:center;
    flex-shrink:0;
}
#ly_web_header_0001_0 .hright-tool-mobile{
    display:block;
    width:calc(24 * var(--header-u));
    height:calc(24 * var(--header-u));
    padding:0;
    border:0;
    background:none;
    flex-shrink:0;
    line-height:0;
}
#ly_web_header_0001_0 .hright-tool-mobile .svg{
    width:100%;
    height:100%;
    display:block;
}
#ly_web_header_0001_0 .hright-tool-mobile.lang .svg{fill:#1a1a1a;}
#ly_web_header_0001_0 .hright-tool-mobile.lang .svg path{fill:inherit;}
#ly_web_header_0001_0 .header-right .menu{display:none;width: calc(24 * var(--header-u));height: calc(24 * var(--header-u));}


/* 头部滚动时样式和鼠标移入时样式 */
@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 .header-right .menu,
    #ly_web_header_0001_0:hover .header-right .menu{background-image:url(/module/ly-web/header/0001/images/menu-icon.png);}
    #ly_web_header_0001_0.cur .header-right .menu.cur,
    #ly_web_header_0001_0:hover .header-right .menu.cur{background-image:url(/module/ly-web/header/0001/images/m_close.png);}
    #ly_web_header_0001_0 .header-right .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-tool .svg{fill: #fff;}
    #ly_web_header_0001_0.white .hright-divider{background:rgba(255,255,255,.35);}
    #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 .hnav .one-nav:hover .nav-a,
    #ly_web_header_0001_0.white:hover .hnav .one-nav:hover .nav-a,
    #ly_web_header_0001_0.white.cur .hnav .one-nav.cur .nav-a,
    #ly_web_header_0001_0.white:hover .hnav .one-nav.cur .nav-a{color: var(--color-primary);}
    #ly_web_header_0001_0.white.cur .hright-tool .svg,
    #ly_web_header_0001_0.white:hover .hright-tool .svg{fill: #000;}
    #ly_web_header_0001_0.white.cur .hright-divider,
    #ly_web_header_0001_0.white:hover .hright-divider{background:#000000;}
}
@media screen and (max-width: 1440px) {
    #ly_web_header_0001_0 .top_slogan{font-size: 12px;}
    #ly_web_header_0001_0 .logo{width: calc(73 * var(--header-u));}
    #ly_web_header_0001_0 .hnav .one-nav .nav-a{font-size: calc(14 * var(--header-u));}
}
@media (max-width: 1034px) {
    #ly_web_header_0001_0 .header-box{padding: 0 calc(40 * var(--header-u)); }
}
/* 头部移动端 */
#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 .header-left .hnav-left,
    #ly_web_header_0001_0 .header-right .hnav-right,
    #ly_web_header_0001_0 .hright-tools{display:none;}
    #ly_web_header_0001_0 .hright-tools-mobile{
        display:flex;
        gap:16px;
    }
    #ly_web_header_0001_0 .hright-tool-mobile,
    #ly_web_header_0001_0 .header-right .menu{
        width:24px;
        height:24px;
        margin-left:0;
    }
    
    #ly_web_header_0001_0 .header-box{padding: 0 2.25%; height: 56px;}
    #ly_web_header_0001_0 .header-right{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-tool-mobile.lang .svg{fill: #000 !important;}
    #ly_web_header_0001_0 .hright-tools-mobile .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.no-top-slogan ~ #ly_web_header_0001_0_m-nav{top: 56px;}
    #ly_web_header_0001_0.no-top-slogan ~ #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 56px);}
    
    #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-Bold"; font-size: 14px; text-transform: capitalize; color:#333;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur .one,
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur .one-a{color:#0071E3;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav{width: 100%; padding: 0 5px; box-sizing: border-box;}
    #ly_web_header_0001_0_m-nav .nav .mnav-featured{
        margin:0 0 12px;
        padding:0;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured{
        position:relative;
        display:block;
        width:100%;
        min-height:200px;
        border-radius:4px;
        overflow:hidden;
        text-decoration:none;
        color:inherit;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured__img{
        display:block;
        width:100%;
        min-height:200px;
        object-fit:cover;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured__label{
        position:absolute;
        left:16px;
        bottom:16px;
        font-family:"Figtree-Medium";
        font-size:16px;
        line-height:1.3;
        z-index:2;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured--triple .mega-featured__label{
        color:#fff;
        text-shadow:0 2px 8px rgba(0,0,0,.35);
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured--triple::after{
        content:'';
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:40%;
        background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 100%);
        pointer-events:none;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured--quad .mega-featured__label{
        display:inline-flex;
        align-items:center;
        gap:6px;
        color:#1a1a1a;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured__chevron{
        display:inline-block;
        width:6px;
        height:6px;
        border-top:1.5px solid #1a1a1a;
        border-right:1.5px solid #1a1a1a;
        transform:rotate(45deg) translateY(-1px);
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links{
        display:flex;
        flex-direction:column;
        gap:0;
        padding:0 0 8px;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links .mega-quad-link{
        display:flex;
        align-items:center;
        gap:8px;
        padding:10px 0;
        text-decoration:none;
        color:#333;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links .mega-quad-link__icon{
        flex:0 0 24px;
        width:24px;
        height:24px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links .mega-quad-link__icon img{
        display:block;
        width:24px;
        height:24px;
        max-width:100%;
        max-height:100%;
        object-fit:contain;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links .mega-quad-link__text{
        flex:1;
        font-family:"Figtree-SemiBold";
        font-size:14px;
        line-height:1.3;
        color:#333;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-quad-links .mega-quad-link__chevron{
        flex:0 0 6px;
        width:6px;
        height:6px;
        border-top:1.5px solid #1a1a1a;
        border-right:1.5px solid #1a1a1a;
        transform:rotate(45deg);
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-view-more{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:8px;
        padding:10px 0;
        text-decoration:none;
        color:#0071E3;
        font-family:"Figtree-SemiBold";
        font-size:14px;
        line-height:40px;
    }
    #ly_web_header_0001_0_m-nav .nav .three-nav .mnav-view-more{
        padding:6px 0;
        line-height:36px;
        font-size:14px;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-view-more__text{
        flex:1;
    }
    #ly_web_header_0001_0_m-nav .nav .mnav-view-more__chevron{
        flex:0 0 6px;
        width:6px;
        height:6px;
        border-top:1.5px solid currentColor;
        border-right:1.5px solid currentColor;
        transform:rotate(45deg);
    }
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-family: "Figtree-Bold"; font-size: 14px; line-height: 40px; vertical-align: middle; }
    #ly_web_header_0001_0_m-nav .nav .mnav-l2-group .three-nav{padding: 0 0 8px 10px;}
    #ly_web_header_0001_0_m-nav .nav .three-a{font-family: "Figtree-semiBold"; font-size: 14px; line-height: 36px; color: #333;}
}
/* @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; font-size: 12px; gap: 0 4px;}
    #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 .header-box,
    #ly_web_header_0001_0 .header-right{height: 48px;}

    #ly_web_header_0001_0 .header-box{padding: 0 16px; box-shadow: 0px 2px 4px 0px #0000001A;}
    #ly_web_header_0001_0 .hright-tools-mobile{gap:12px;}
    #ly_web_header_0001_0 .hright-tool-mobile,
    #ly_web_header_0001_0 .header-right .menu{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.no-top-slogan ~ #ly_web_header_0001_0_m-nav{top: 48px;}
    #ly_web_header_0001_0.no-top-slogan ~ #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 48px);}

    #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 .mnav-featured .mega-featured,
    #ly_web_header_0001_0_m-nav .nav .mnav-featured .mega-featured__img{
        min-height:180px;
        border-radius: 8px;
    }
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-size: 14px; 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;}
}
:root { --nav-height: 48px; }
.bp-page {
	padding-top: var(--nav-height);
	overflow-x: hidden;
}
.bp-page * {
	box-sizing: border-box;
	font-family: Figtree;
}

.bp-page img {
	display: block;
	max-width: 100%;
}

.bp-partners-hero {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
	background: #000;
}

.bp-partners-hero__bg {
	position: absolute;
	inset: 0;
}

.bp-partners-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.bp-partners-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 81, 109, 0) 60%, rgba(6, 81, 109, 0.8) 100%);
}

.bp-partners-hero__title {
	position: absolute;
	left: 50%;
	top: 600px;
	transform: translateX(-50%);
	margin: 0;
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 72px;
	white-space: nowrap;
	text-align: center;
}

/* 由内容撑高；上下留白过大会在 Hero/Partner 之间像「通栏白块」。 */
.bp-partnering-module {
	position: relative;
	width: 100%;
	min-height: 0;
	padding: 192px 24px 192px;
	background: #ffffff;
	overflow: hidden;
}

/* .bp-partnering-module__glow {
	position: absolute;
	width: 384px;
	height: 384px;
	border-radius: 33554400px;
	background: rgba(0, 174, 239, 0.05);
	filter: blur(64px);
} */

/* 装饰光斑必须脱离文档流，否则 769–1440 中每个约 384px 高会在标题上方叠出 700+ px「假空白」 */
.bp-partnering-module__glow--right,
.bp-partnering-module__glow--left {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.bp-partnering-module__glow--right {
	right: 160px;
	top: 80px;
}

.bp-partnering-module__glow--left {
	left: -199px;
	top: 411px;
}

.bp-partnering-module__container {
	position: relative;
	z-index: 1;
	width: 1080px;
	margin: 0 auto;
}

.bp-partnering-module__title {
	margin: 0;
	font-family: Inter;
	font-size: 56px;
	font-weight: 600;
	line-height: 67.2px;
	letter-spacing: 0;
	text-align: center;
	color: #101828;
	white-space: nowrap;
}

.bp-partnering-module__subtitle {
	margin: 24px 0 0;
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
	color: #364153;
}

.bp-partnering-module__content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	margin-top: 49px;
}

.bp-partnering-module__copy {
	width: 512px;
	font-size: 19px;
	font-weight: 400;
	line-height: 26.6px;
	letter-spacing: 0;
	color: #4a5565;
}

.bp-partnering-module__copy p {
	margin: 0;
}

.bp-partnering-module__copy p + p {
	margin-top: 26.6px;
}

.bp-partnering-module__cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 504px;
}

.bp-partnering-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	max-width: 504px;
	height: auto;
	min-height: 94px;
	padding: 21px 16px 21px 21px;
	border: 1px solid #f3f4f6;
	border-radius: 16px;
	background: #f5f5f7;
}

.bp-partnering-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #007aff;
}

.bp-partnering-card__icon {
	width: 24px;
	height: 24px;
}

.bp-partnering-card__text {
	flex: 1;
	min-width: 0;
	padding-top: 1px;
}

.bp-partnering-card__text h3 {
	margin: 0;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0;
	color: #101828;
	overflow-wrap: anywhere;
}

.bp-partnering-card__text p {
	margin: 4px 0 0;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	color: #4a5565;
	overflow-wrap: anywhere;
}

/* GSAP 入栈前：三屏各 1440px 会叠出数千 px 可滚动区。JS 注入 .bp--stack-ready 后由 .bp-scroll-stack 接管控高。 */
@media (min-width: 769px) {
	.bp-page:not(.bp--stack-ready) .bp-ffn-module,
	.bp-page:not(.bp--stack-ready) .bp-usa-module,
	.bp-page:not(.bp--stack-ready) .bp-drv-module {
		height: 100vh;
		min-height: 0;
		max-height: 100vh;
	}
}

@media (max-width: 768px) {
	.bp-partners-hero {
		height: 512px;
	}

	.bp-partners-hero__title {
		top: 430px;
		left: calc(50% - 0.89px);
		transform: translateX(-50%);
		font-family: Inter;
		font-size: 24px;
		font-weight: 700;
		line-height: 28.8px;
		color: #fff;
	}

	/* 原稿 719px 定高 + 标题/主区 absolute 会在下方留出大块空白，改为随内容增高、文档流排布。 */
	.bp-partnering-module {
		height: auto;
		min-height: 0;
		padding: 80px 15px 80px;
	}

	.bp-partnering-module__glow--right {
		right: 20px;
		top: 20px;
	}

	.bp-partnering-module__glow--left {
		left: 10px;
		top: 275px;
	}

	.bp-partnering-module__container {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.bp-partnering-module__title {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		max-width: 738px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 28.8px;
		white-space: normal;
		text-align: center;
	}

	.bp-partnering-module__subtitle {
		font-size: 14px;
		margin-top: 10px;
		line-height: 14px;
	}

	.bp-partnering-module__content {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		max-width: 738px;
		margin: 24px auto 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}

	.bp-partnering-module__copy {
		width: 100%;
		font-size: 17px;
		line-height: 23.8px;
	}

	.bp-partnering-module__copy p + p {
		margin-top: 0;
	}

	.bp-partnering-module__cards {
		width: 100%;
		gap: 20px;
		max-width: none;
	}

	.bp-partnering-card {
		width: 100%;
		max-width: none;
	}

	.bp-partnering-card__text h3 {
		font-size: 16px;
	}

	.bp-partnering-card__text p {
		font-size: 12px;
	}

	.bp-ffn-module {
		display: flex;
		flex-direction: column;
		height: auto;
		background: #ffffff;
	}

	.bp-ffn-module__bg {
		position: relative;
		inset: auto;
		width: 100%;
		height: 512px;
	}

	.bp-page .bp-ffn-module__bg-image {
		position: absolute;
		width: 768px;
		height: 512px;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.bp-ffn-module__content {
		position: relative;
		height: auto;
		padding: 54px 0 84px;
	}

	.bp-ffn-module__title {
		position: static;
		transform: none;
		left: 50%;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 0 auto;
		font-size: 24px;
		line-height: 28.8px;
		color: #333333;
	}

	.bp-ffn-module__subtitle {
		position: static;
		left: 50%;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 13px auto 0;
		font-size: 20px;
		line-height: 22px;
		color: #666666;
		transform: none;
	}

	.bp-ffn-module__description {
		position: static;
		left: 50%;
		transform: none;
		width: 410px;
		max-width: calc(100% - 30px);
		margin: 38px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-ffn-module__cta-wrap {
		position: static;
		margin: 35px auto 0;
	}

	.bp-ffn-module__cta {
		background: linear-gradient(90deg, #1d96ff 0%, #1882df 100%);
		color: #ffffff;
	}

	.bp-usa-module {
		display: flex;
		flex-direction: column;
		height: auto;
		background: #ffffff;
	}

	.bp-usa-module__bg {
		position: relative;
		inset: auto;
		width: 100%;
		height: 512px;
	}

	.bp-page .bp-usa-module__bg-image {
		position: absolute;
		width: 768px;
		height: 512px;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.bp-usa-module__content {
		position: relative;
		height: auto;
		padding: 54px 0 80px;
	}

	.bp-usa-module__title {
		position: static;
		left: 50%;
		transform: none;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 0 auto;
		font-size: 24px;
		line-height: 36px;
		color: #333333;
	}

	.bp-usa-module__subtitle {
		position: static;
		left: calc(50% + 0.5px);
		transform: none;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 6px auto 0;
		font-size: 20px;
		line-height: 22px;
		color: #666666;
	}

	.bp-usa-module__description {
		position: static;
		left: 50%;
		transform: none;
		width: 576px;
		max-width: calc(100% - 30px);
		margin: 38px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-usa-module__cta-wrap {
		position: static;
		margin: 35px auto 0;
	}

	.bp-usa-module__cta {
		background: linear-gradient(90deg, #1d96ff 0%, #1882df 100%);
		color: #ffffff;
	}

	.bp-drv-module {
		display: flex;
		flex-direction: column;
		height: auto;
		background: #ffffff;
	}

	.bp-drv-module__bg {
		position: relative;
		inset: auto;
		width: 100%;
		height: 512px;
	}

	.bp-page .bp-drv-module__bg-image {
		position: absolute;
		top: -166.76px;
		left: -92.47px;
		width: 953.14px;
		height: 708.1px;
		transform: none;
	}

	.bp-drv-module__content {
		position: relative;
		height: auto;
		padding: 58px 0 80px;
	}

	.bp-drv-module__title {
		position: static;
		left: 50%;
		transform: none;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 0 auto;
		font-size: 24px;
		line-height: 36px;
		color: #333333;
	}

	.bp-drv-module__subtitle {
		position: static;
		left: calc(50% + 0.5px);
		transform: none;
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 6px auto 0;
		font-size: 20px;
		line-height: 22px;
		color: #666666;
	}

	.bp-drv-module__description {
		position: static;
		left: 50%;
		transform: none;
		width: 586px;
		max-width: calc(100% - 30px);
		margin: 32px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-drv-module__cta-wrap {
		position: static;
		margin: 35px auto 0;
	}

	.bp-drv-module__cta {
		background: linear-gradient(90deg, #1d96ff 0%, #1882df 100%);
		color: #ffffff;
	}
}

.bp-ffn-module {
	position: relative;
	width: 100%;
	height: 1440px;
	overflow: hidden;
}

@media (min-width: 2561px) {
	.bp-ffn-module {
		height: calc(100vw * 0.5625);
	}
}

.bp-ffn-module__bg {
	position: absolute;
	inset: 0;
}

.bp-page .bp-ffn-module__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	max-width: none;
	transform: none;
}

.bp-ffn-module__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.bp-ffn-module__title {
	position: absolute;
	top: 195px;
	left: calc(50% + 35px);
	transform: translate(-50%, -50%);
	width: 1280px;
	margin: 0;
	font-size: 56px;
	font-weight: 600;
	line-height: 67.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-ffn-module__subtitle {
	position: absolute;
	top: 278px;
	left: calc(50% + 35px);
	transform: translateX(-50%);
	width: 1280px;
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 35.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-ffn-module__description {
	position: absolute;
	top: 337px;
	left: 50%;
	transform: translateX(-50%);
	width: 768px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-ffn-module__cta-wrap {
	position: absolute;
	top: 457px;
	left: calc(50% + 0.5px);
	transform: translateX(-50%);
	width: 325px;
}

.bp-ffn-module__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 325px;
	height: 64px;
	padding: 20px 40px;
	border-radius: 100px;
	background: #ffffff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	color: #0071e3;
	text-decoration: none;
}

.bp-usa-module {
	position: relative;
	width: 100%;
	height: 1440px;
	overflow: hidden;
}

.bp-usa-module__bg {
	position: absolute;
	inset: 0;
}

.bp-page .bp-usa-module__bg-image {
	position: absolute;
	top: -133.06px;
	left: 0;
	width: 100%;
	height: 1706.26px;
	object-fit: cover;
	object-position: center center;
	max-width: none;
}

.bp-usa-module__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.bp-usa-module__title {
	position: absolute;
	bottom: 387px;
	left: calc(50% + 35px);
	transform: translateX(-50%);
	width: 1280px;
	margin: 0;
	font-size: 56px;
	font-weight: 600;
	line-height: 67.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-usa-module__subtitle {
	position: absolute;
	bottom: 336px;
	left: calc(50% + 35px);
	transform: translateX(-50%);
	width: 1280px;
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 35.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-usa-module__description {
	position: absolute;
	bottom: 224px;
	left: 50%;
	transform: translateX(-50%);
	width: 768px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-usa-module__cta-wrap {
	position: absolute;
	bottom: 128px;
	left: calc(50% + 0.5px);
	transform: translateX(-50%);
	width: 325px;
}

.bp-usa-module__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 325px;
	height: 64px;
	padding: 20px 40px;
	border-radius: 100px;
	background: #ffffff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	color: #0071e3;
	text-decoration: none;
}

.bp-drv-module {
	position: relative;
	width: 100%;
	height: 1440px;
	overflow: hidden;
}

.bp-drv-module__bg {
	position: absolute;
	inset: 0;
}

.bp-page .bp-drv-module__bg-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-width: none;
    transform: none;
}

.bp-drv-module__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.bp-drv-module__title {
	position: absolute;
	top: 128px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	margin: 0;
	font-size: 56px;
	font-weight: 600;
	line-height: 67.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-drv-module__subtitle {
	position: absolute;
	top: 211px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 35.2px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-drv-module__description {
	position: absolute;
	top: 270px;
	left: 50%;
	transform: translateX(-50%);
	width: 768px;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
}

.bp-drv-module__cta-wrap {
	position: absolute;
	top: 390px;
	left: calc(50% + 0.5px);
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	width: 325px;
}

.bp-drv-module__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 325px;
	height: 64px;
	padding: 20px 40px;
	border-radius: 100px;
	background: #ffffff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	color: #0071e3;
	text-decoration: none;
}

/* ─────────────────────────────────────────────────────────────
   PC 滚动层叠动效（JS 注入 .bp-scroll-stack 容器后生效）
   ── 舞台高度由 JS 按三图比例计算（无 100vh）
   ── 三屏底图统一 width:100% + height:auto
─────────────────────────────────────────────────────────────── */
@media (min-width: 769px) {
	.bp-scroll-stack {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		overflow: hidden;
		/* 独立层叠，避免与站点级 footer/固定条混层；三屏 yPercent 露出的缝隙用深底，勿透到下方 */
		z-index: 0;
		isolation: isolate;
		background: #0a0e12;
	}

	.bp-page .bp-scroll-stack .bp-ffn-module,
	.bp-page .bp-scroll-stack .bp-usa-module,
	.bp-page .bp-scroll-stack .bp-drv-module {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: none;
		overflow: hidden;
		will-change: transform;
	}

	.bp-page .bp-scroll-stack .bp-ffn-module { z-index: 3; }
	.bp-page .bp-scroll-stack .bp-usa-module { z-index: 2; }
	.bp-page .bp-scroll-stack .bp-drv-module { z-index: 1; }

	.bp-page .bp-scroll-stack .bp-ffn-module__bg,
	.bp-page .bp-scroll-stack .bp-usa-module__bg,
	.bp-page .bp-scroll-stack .bp-drv-module__bg {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.bp-page .bp-scroll-stack .bp-ffn-module__bg-image,
	.bp-page .bp-scroll-stack .bp-drv-module__bg-image,
	.bp-page .bp-scroll-stack .bp-usa-module__bg-image {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		min-width: 100%;
		max-width: none;
		height: 100%;
		max-height: 100%;
		display: block;
	}

	/* 文案区必须叠在底图上方：__bg 在流里撑高整屏后，用 absolute 占满同一块区域，
	   与原先 1440 稿里「底图绝对铺满 + 文案相对/绝对叠层」一致，避免被排到图片下面错位 */
	.bp-page .bp-scroll-stack .bp-ffn-module__content,
	.bp-page .bp-scroll-stack .bp-usa-module__content,
	.bp-page .bp-scroll-stack .bp-drv-module__content {
		position: absolute;
		inset: 0;
		width: 100%;
		min-height: 100%;
		z-index: 1;
		box-sizing: border-box;
		pointer-events: auto;
		will-change: transform;
	}
}

/* 768＜ 视口 ≤1440：等比流式 + 正文字号下限，避免 769 附近过瘦；内边距系数略收，减中部「空洞感」 */
@media (min-width: 769px) and (max-width: 1440px) {
	.bp-partners-hero {
		height: calc(800 * 100vw / 1440);
	}

	.bp-partners-hero__title {
		top: calc(600 * 100vw / 1440);
		font-size: max(36px, calc(56 * 100vw / 1440));
		font-weight: 700;
		line-height: max(44px, calc(72 * 100vw / 1440));
	}

	/* 上略重、下略收，减 Partnering 与 FFN 之间大白缝 */
	.bp-partnering-module {
		min-height: 0;
		padding: calc(100 * 100vw / 1440) calc(20 * 100vw / 1440) calc(88 * 100vw / 1440);
	}

	.bp-partnering-module__glow--right {
		width: calc(384 * 100vw / 1440);
		height: calc(384 * 100vw / 1440);
		top: calc(80 * 100vw / 1440);
		right: calc(160 * 100vw / 1440);
	}

	.bp-partnering-module__glow--left {
		width: calc(384 * 100vw / 1440);
		height: calc(384 * 100vw / 1440);
		left: calc(-199 * 100vw / 1440);
		top: calc(411 * 100vw / 1440);
	}

	.bp-partnering-module__container {
		width: min(1080px, calc(100% - 32px));
	}

	.bp-partnering-module__title {
		font-size: max(36px, calc(56 * 100vw / 1440));
		line-height: max(44px, calc(67.2 * 100vw / 1440));
	}

	.bp-partnering-module__subtitle {
		margin: calc(16 * 100vw / 1440) 0 0;
		font-size: max(16px, calc(20 * 100vw / 1440));
		line-height: max(24px, calc(28 * 100vw / 1440));
	}

	.bp-partnering-module__content {
		flex-wrap: nowrap;
		justify-content: center;
		align-items: flex-start;
		gap: calc(24 * 100vw / 1440);
		margin-top: calc(36 * 100vw / 1440);
	}

	.bp-partnering-module__copy {
		width: calc(512 * 100vw / 1440);
		font-size: max(16px, calc(19 * 100vw / 1440));
		line-height: max(24px, calc(26.6 * 100vw / 1440));
	}

	.bp-partnering-module__copy p + p {
		margin-top: max(18px, calc(26.6 * 100vw / 1440));
	}

	.bp-partnering-module__cards {
		width: calc(504 * 100vw / 1440);
		gap: calc(20 * 100vw / 1440);
	}

	.bp-partnering-card {
		width: 100%;
		height: auto;
		min-height: calc(94 * 100vw / 1440);
		padding-top: calc(21 * 100vw / 1440);
		padding-right: 16px;
		padding-bottom: calc(21 * 100vw / 1440);
		padding-left: calc(21 * 100vw / 1440);
	}

	.bp-partnering-card__icon-wrap {
		width: calc(48 * 100vw / 1440);
		height: calc(48 * 100vw / 1440);
		border-radius: calc(14 * 100vw / 1440);
	}

	.bp-partnering-card__icon {
		width: calc(24 * 100vw / 1440);
		height: calc(24 * 100vw / 1440);
	}

	.bp-partnering-card__text h3 {
		font-size: max(16px, calc(18 * 100vw / 1440));
		line-height: max(24px, calc(28 * 100vw / 1440));
	}

	.bp-partnering-card__text p {
		margin: calc(4 * 100vw / 1440) 0 0;
		font-size: max(13px, calc(14 * 100vw / 1440));
		line-height: max(20px, calc(20 * 100vw / 1440));
	}

	/* 769–1440 且已入栈：底图宽 100%，竖向铺满舞台不留白（左右可裁）。 */
	.bp-page.bp--stack-ready .bp-scroll-stack .bp-ffn-module__bg-image,
	.bp-page.bp--stack-ready .bp-scroll-stack .bp-usa-module__bg-image,
	.bp-page.bp--stack-ready .bp-scroll-stack .bp-drv-module__bg-image {
		position: absolute;
		inset: 0;
		width: 100%;
		min-width: 0;
		max-width: none;
		height: 100%;
		max-height: 100%;
		display: block;
		object-fit: cover;
		object-position: center center;
	}

	/* 769–1440 且未入栈：图片宽 100%、高 auto，不固定高度，不使用 100vh。 */
	.bp-page:not(.bp--stack-ready) .bp-ffn-module,
	.bp-page:not(.bp--stack-ready) .bp-usa-module,
	.bp-page:not(.bp--stack-ready) .bp-drv-module {
		position: relative;
		height: auto;
		min-height: 0;
		overflow: hidden;
	}

	.bp-page:not(.bp--stack-ready) .bp-ffn-module__bg,
	.bp-page:not(.bp--stack-ready) .bp-usa-module__bg,
	.bp-page:not(.bp--stack-ready) .bp-drv-module__bg {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
		overflow: visible;
	}

	.bp-page:not(.bp--stack-ready) .bp-ffn-module__bg-image,
	.bp-page:not(.bp--stack-ready) .bp-usa-module__bg-image,
	.bp-page:not(.bp--stack-ready) .bp-drv-module__bg-image {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: none;
		display: block;
		object-fit: initial;
		object-position: center top;
		transform: none;
	}

	/* 关键修复：769–1440 非叠层时，文案层叠在图片之上，避免被文档流撑出大白块 */
	.bp-page:not(.bp--stack-ready) .bp-ffn-module__content,
	.bp-page:not(.bp--stack-ready) .bp-usa-module__content,
	.bp-page:not(.bp--stack-ready) .bp-drv-module__content {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		z-index: 1;
	}

	/* 三 partner 全宽屏：流式 flex；__content 左右加安全内边，避免 + bp-page 的 overflow-x: hidden 时标题 translate 吃字
	   顶内边：避免首屏标题贴蓝区上沿（原 max 20/28 过紧） */
	.bp-ffn-module__content,
	.bp-drv-module__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		box-sizing: border-box;
		padding: max(48px, calc(80 * 100vw / 1440)) max(20px, calc(20 * 100vw / 1440)) max(28px, calc(40 * 100vw / 1440));
		min-height: 100%;
	}

	.bp-usa-module__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		text-align: center;
		box-sizing: border-box;
		padding: max(20px, calc(28 * 100vw / 1440)) max(20px, calc(20 * 100vw / 1440)) max(28px, calc(40 * 100vw / 1440));
		min-height: 100%;
	}

	.bp-ffn-module__title,
	.bp-ffn-module__subtitle,
	.bp-ffn-module__description,
	.bp-ffn-module__cta-wrap,
	.bp-drv-module__title,
	.bp-drv-module__subtitle,
	.bp-drv-module__description,
	.bp-drv-module__cta-wrap,
	.bp-usa-module__title,
	.bp-usa-module__subtitle,
	.bp-usa-module__description,
	.bp-usa-module__cta-wrap {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		/* 基线里配合 left:50% 的 translateX(-50%)；本段已改为文档流，必须清掉，否则会单独残留导致整块左移 */
		transform: none;
	}

	/* 多语言（如法语）行数增加时，按钮与正文保持稳定间距 */
	.bp-ffn-module__cta-wrap,
	.bp-usa-module__cta-wrap,
	.bp-drv-module__cta-wrap {
		margin: 24px auto 0;
	}

	.bp-ffn-module__title,
	.bp-ffn-module__subtitle,
	.bp-usa-module__title,
	.bp-usa-module__subtitle {
		align-self: center;
		width: min(calc(1280 * 100vw / 1440), 100%);
		margin: 0;
		max-width: 100%;
		text-align: center;
		transform: none;
	}

	.bp-drv-module__title,
	.bp-drv-module__subtitle {
		align-self: center;
		width: min(calc(1200 * 100vw / 1440), 100%);
		margin: 0;
		max-width: 100%;
		text-align: center;
		transform: none;
	}

	.bp-ffn-module__title,
	.bp-drv-module__title,
	.bp-usa-module__title {
		font-size: max(36px, calc(56 * 100vw / 1440));
		line-height: max(44px, calc(67.2 * 100vw / 1440));
	}

	.bp-ffn-module__subtitle,
	.bp-drv-module__subtitle,
	.bp-usa-module__subtitle {
		margin: max(12px, calc(16 * 100vw / 1440)) 0 0;
		font-size: max(22px, calc(32 * 100vw / 1440));
		line-height: max(30px, calc(35.2 * 100vw / 1440));
	}

	/* 避免 width:100% 在 flex 交叉轴占满，叠加上层 p{ text-align:left } 时正文、按钮不居中；用 align-self 收窄块再居中 */
	.bp-ffn-module__description,
	.bp-drv-module__description,
	.bp-usa-module__description {
		align-self: center;
		box-sizing: border-box;
		width: min(100%, 768px, calc(768 * 100vw / 1440));
		max-width: 100%;
		margin: max(16px, calc(22 * 100vw / 1440)) auto 0;
		font-size: max(15px, calc(17 * 100vw / 1440));
		line-height: max(22px, calc(24 * 100vw / 1440));
		font-weight: 400;
		text-align: center;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	/* 与上层全局 p/h2{ text-align:left } 的特异性对抗，保证小屏-桌面过渡段仍全居中 */
	.bp-page .bp-ffn-module__content p.bp-ffn-module__description,
	.bp-page .bp-drv-module__content p.bp-drv-module__description,
	.bp-page .bp-usa-module__content p.bp-usa-module__description {
		text-align: center;
	}

	.bp-page .bp-ffn-module__content h2,
	.bp-page .bp-drv-module__content h2,
	.bp-page .bp-usa-module__content h2,
	.bp-page .bp-ffn-module__content p.bp-ffn-module__subtitle,
	.bp-page .bp-drv-module__content p.bp-drv-module__subtitle,
	.bp-page .bp-usa-module__content p.bp-usa-module__subtitle {
		text-align: center;
	}

	.bp-ffn-module__cta-wrap,
	.bp-drv-module__cta-wrap,
	.bp-usa-module__cta-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: center;
		max-width: 100%;
		margin: max(20px, calc(28 * 100vw / 1440)) auto 0;
		text-align: center;
	}

	.bp-ffn-module__cta,
	.bp-usa-module__cta,
	.bp-drv-module__cta {
		width: 100%;
		height: max(48px, calc(64 * 100vw / 1440));
		padding: max(12px, calc(20 * 100vw / 1440)) max(24px, calc(40 * 100vw / 1440));
		font-size: max(15px, calc(16 * 100vw / 1440));
		line-height: max(22px, calc(24 * 100vw / 1440));
	}

}

@media (max-width: 768px) {
	.bp-ffn-module,
	.bp-usa-module,
	.bp-drv-module {
		display: flex;
		flex-direction: column;
		height: auto;
		background: #ffffff;
	}

	.bp-ffn-module__bg,
	.bp-usa-module__bg,
	.bp-drv-module__bg {
		position: relative;
		inset: auto;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.bp-page .bp-ffn-module__bg-image {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.bp-page .bp-usa-module__bg-image {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.bp-page .bp-drv-module__bg-image {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		transform: none;
	}

	.bp-ffn-module__content,
	.bp-usa-module__content,
	.bp-drv-module__content {
		position: relative;
		height: auto;
		width: 100%;
	}

	.bp-ffn-module__content {
		padding: 40px 15px 96px;
	}

	.bp-usa-module__content {
		padding: 36px 0 80px;
	}

	.bp-drv-module__content {
		padding: 40px 0 178px;
	}

	.bp-ffn-module__title,
	.bp-ffn-module__subtitle,
	.bp-ffn-module__description,
	.bp-ffn-module__cta-wrap,
	.bp-usa-module__title,
	.bp-usa-module__subtitle,
	.bp-usa-module__description,
	.bp-usa-module__cta-wrap,
	.bp-drv-module__title,
	.bp-drv-module__subtitle,
	.bp-drv-module__description,
	.bp-drv-module__cta-wrap {
		position: static;
		left: auto;
		top: auto;
		bottom: auto;
		transform: none;
	}

	.bp-ffn-module__title,
	.bp-usa-module__title,
	.bp-drv-module__title {
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 0 auto;
		font-size: 24px;
		line-height: 28.8px;
		color: #333333;
	}

	.bp-usa-module__title,
	.bp-drv-module__title {
		line-height: 36px;
	}

	.bp-ffn-module__subtitle,
	.bp-usa-module__subtitle,
	.bp-drv-module__subtitle {
		width: 738px;
		max-width: calc(100% - 30px);
		margin: 13px auto 0;
		font-size: 20px;
		line-height: 22px;
		color: #666666;
	}

	.bp-ffn-module__subtitle {
		margin-top: 16px;
	}

	.bp-ffn-module__description {
		width: 410px;
		max-width: calc(100% - 30px);
		margin: 16px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-usa-module__description {
		width: 576px;
		max-width: calc(100% - 30px);
		margin: 16px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-drv-module__description {
		width: 586px;
		max-width: calc(100% - 30px);
		margin: 16px auto 0;
		font-size: 14px;
		line-height: 19.6px;
		color: #666666;
	}

	.bp-ffn-module__cta-wrap,
	.bp-usa-module__cta-wrap,
	.bp-drv-module__cta-wrap {
		width: 325px;
		margin: 24px auto 0;
	}

	.bp-ffn-module__cta,
	.bp-usa-module__cta,
	.bp-drv-module__cta {
		background: linear-gradient(90deg, #1d96ff 0%, #1882df 100%);
		color: #ffffff;
	}
}

/* ─── 小屏 480 及以下：最小适配 320 宽，防横向溢出、边距与换行。 ─── */
@media (max-width: 480px) {
	.bp-partners-hero {
		height: 512px;
	}

	.bp-partners-hero__title {
		font-size: 22px;
		line-height: 28px;
		width: 100%;
		max-width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
		white-space: normal;
	}

	.bp-partnering-module {
		height: auto;
		min-height: 0;
		/* 顶边与 768 区一致有留白，避免 480 覆盖时顶栏贴边 */
		padding: 32px 0 40px;
	}

	.bp-partnering-module__title {
		white-space: normal;
		font-size: 20px;
		line-height: 26px;
		width: 100%;
		max-width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.bp-partnering-module__content {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 12px;
	}

	.bp-partnering-module__copy,
	.bp-partnering-card,
	.bp-partnering-card__text {
		max-width: 100%;
		min-width: 0;
	}

	.bp-partnering-card__text p,
	.bp-partnering-card__text h3,
	.bp-partnering-module__copy p {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.bp-ffn-module__bg,
	.bp-usa-module__bg,
	.bp-drv-module__bg {
		overflow: hidden;
	}

	/* 与容器同宽、cover 满高，避免 320 宽仍按 768 图宽撑出白边 */
	.bp-page .bp-ffn-module__bg-image,
	.bp-page .bp-usa-module__bg-image {
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		min-height: 0;
		left: 0 !important;
		top: 0 !important;
		transform: none !important;
		object-fit: cover;
		object-position: center center;
	}

	.bp-ffn-module__content,
	.bp-usa-module__content,
	.bp-drv-module__content {
		padding-left: 12px;
		padding-right: 12px;
	}

	.bp-ffn-module__title,
	.bp-usa-module__title,
	.bp-drv-module__title,
	.bp-ffn-module__subtitle,
	.bp-usa-module__subtitle,
	.bp-drv-module__subtitle,
	.bp-ffn-module__description,
	.bp-usa-module__description,
	.bp-drv-module__description {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.bp-ffn-module__cta-wrap,
	.bp-usa-module__cta-wrap,
	.bp-drv-module__cta-wrap {
		width: 100% !important;
		max-width: 100%;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.bp-ffn-module__cta,
	.bp-usa-module__cta,
	.bp-drv-module__cta {
		width: 100% !important;
		max-width: 100%;
		height: auto;
		min-height: 48px;
		padding: 16px 20px;
		box-sizing: border-box;
	}
}

/* 最窄约 360～320：再收一级字号，避免大标题压行。 */
@media (max-width: 360px) {
	.bp-partners-hero__title {
		font-size: 19px;
		line-height: 24px;
	}

	.bp-partnering-module__title {
		font-size: 18px;
		line-height: 24px;
	}

	.bp-partnering-module__copy {
		font-size: 16px;
		line-height: 22.4px;
	}

	.bp-ffn-module__title,
	.bp-usa-module__title,
	.bp-drv-module__title {
		font-size: 21px;
		line-height: 27px;
	}

	.bp-ffn-module__subtitle,
	.bp-usa-module__subtitle,
	.bp-drv-module__subtitle {
		font-size: 17px;
		line-height: 21px;
	}

	.bp-ffn-module__content,
	.bp-usa-module__content,
	.bp-drv-module__content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1441px) {
	/* 大屏多语言（法语等）下，按钮与正文保持更安全的 24px 纵向间距 */
	.bp-ffn-module__cta-wrap {
		top: 481px;
	}

	.bp-usa-module__title {
		bottom: 511px;
	}

	.bp-usa-module__subtitle {
		bottom: 460px;
	}

	.bp-usa-module__description {
		bottom: 348px;
	}

	.bp-usa-module__cta-wrap {
		bottom: 252px;
	}

	.bp-drv-module__title {
		top: 168px;
	}

	.bp-drv-module__subtitle {
		top: 251px;
	}

	.bp-drv-module__description {
		top: 310px;
	}

	.bp-drv-module__cta-wrap {
		top: 414px;
	}
}

.bp-ffn-module__cta:hover,
.bp-usa-module__cta:hover,
.bp-drv-module__cta:hover {
	opacity: 1;
	background: #d4d4d4;
}

.bp-ffn-module__cta,
.bp-usa-module__cta,
.bp-drv-module__cta {
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.bp-video-modal-open {
	overflow: hidden;
}

.bp-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.7);
}

.bp-video-modal.is-open {
	display: flex;
}

.bp-video-modal__dialog {
	position: relative;
	width: min(960px, 100%);
}

.bp-video-modal__frame-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 16px;
	overflow: hidden;
	background: #000000;
}

.bp-video-modal__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bp-video-modal__close {
	position: absolute;
	top: -44px;
	right: 0;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #111111;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 768px) {
	.bp-ffn-module__cta:hover,
	.bp-usa-module__cta:hover,
	.bp-drv-module__cta:hover {
		background: #5aa8ea;
	}

	.bp-video-modal {
		padding: 16px;
	}

	.bp-video-modal__close {
		top: -40px;
	}
}