
#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;}
}
#ly_web_banner_0002_0 {margin-top: 86px; position: relative;}
/* #ly_web_banner_0002_0 .img {padding-top: 31.25%;} */
#ly_web_banner_0002_0 .img {height: auto;}
#ly_web_banner_0002_0 .img picture,
#ly_web_banner_0002_0 .img img{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}

#ly_web_banner_0002_0 .textBox{height: max-content; top: 33%; transform: translateY(-50%); z-index: 5; color: var(--color-text-white);}
#ly_web_banner_0002_0 .logo{width: auto; height: 50px; margin: 0 auto 20px;}
#ly_web_banner_0002_0 .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 125%;}
#ly_web_banner_0002_0 .brief{margin-top: 24px; font-family: "Figtree-SemiBold"; font-size: 48px; line-height: 100%; text-align: center;}

#ly_web_banner_0002_0.about .img {height: 800px;}

#ly_web_banner_0002_0.promotion .img {height: 1080px;}
#ly_web_banner_0002_0.promotion .textBox{top: 20%; color: var(--color-text-primary);}
#ly_web_banner_0002_0.promotion .textBox .logo{margin-bottom: 32px; height: 66px;}
#ly_web_banner_0002_0.promotion .textBox .title{line-height: 110%; color: #000;} 
#ly_web_banner_0002_0.promotion .textBox .brief{margin-top: 16px; font-family: "Figtree-Light"; font-size: 24px; line-height: 40px; letter-spacing: 0px; color: #000;}  
#ly_web_banner_0002_0.promotion .btns{margin-top: 32px; gap: 24px;}
#ly_web_banner_0002_0.promotion .btns .btn{ padding: 18px 40px; border-radius: 50px; font-family: "Inter-Medium"; font-size: 20px; line-height: 120%; letter-spacing: 0px; text-align: center;}
#ly_web_banner_0002_0.promotion .btns .btnOne{backdrop-filter: blur(40px); background-color: rgba(255, 255, 255, 0.9); color: var(--color-primary);}
#ly_web_banner_0002_0.promotion .btns .btnTwo{background-color: var(--color-primary); color: var(--color-text-white);}
#ly_web_banner_0002_0.promotion .btns .btnOne:hover{background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(40px)}
#ly_web_banner_0002_0.promotion .btns .btnTwo:hover{background: #66aaee;}

#ly_web_banner_0002_0.support .img {height: 480px;}
#ly_web_banner_0002_0.support .img::after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1;}
#ly_web_banner_0002_0.support .textBox{top: 50%; color: var(--color-text-white);}
#ly_web_banner_0002_0.support .textBox .title{font-size: 56px; line-height: 110%; letter-spacing: -0.008em; text-align: center; font-family: "Figtree-SemiBold";} 


#ly_web_banner_0002_0.media-center{margin-top: 0;}

#ly_web_banner_0002_0.distributor .img {height: 480px;}
#ly_web_banner_0002_0.distributor .textBox{top: 104px; transform: translateY(0); color: var(--color-text-white); }
#ly_web_banner_0002_0.distributor .textBox .info{width: 58.3%; }
#ly_web_banner_0002_0.distributor .textBox .title{font-family: "Figtree-Medium"; font-size: 40px; line-height: 100%; text-align: left;} 
#ly_web_banner_0002_0.distributor .textBox .brief{font-family: "Figtree-Regular"; font-size: 16px; line-height: 120%; text-align: left;} 


@media screen and (max-width: 1440px){
    /* #ly_web_banner_0002_0 {margin-top: 118px;} */
    #ly_web_banner_0002_0 .title{font-size: 48px;}
    #ly_web_banner_0002_0 .brief{font-size: 40px;}
    
    #ly_web_banner_0002_0.about .img {height: 612px;}
    
    #ly_web_banner_0002_0.distributor .textBox .info{width: 70.3%; }
}
@media screen and (max-width: 1024px){
    #ly_web_banner_0002_0 {margin-top: 94px;}
    #ly_web_banner_0002_0 .title{font-size: 40px;}
    #ly_web_banner_0002_0 .brief{font-size: 32px;}
    
    #ly_web_banner_0002_0.about .img {height: 430px;}

    #ly_web_banner_0002_0.promotion .img {height: 798px;}
    #ly_web_banner_0002_0.promotion .textBox .title{font-size: 32px; } 
    #ly_web_banner_0002_0.promotion .textBox .brief{font-size: 19px; line-height: 120%;} 
    #ly_web_banner_0002_0.promotion .btns{margin-top: 24px; }
    #ly_web_banner_0002_0.promotion .btns .btnOne{backdrop-filter: blur(40px); background-color: rgba(255, 255, 255, 0.9); color: var(--color-primary);}
    #ly_web_banner_0002_0.promotion .btns .btnTwo{box-shadow: 0px 4px 20px 0px rgba(0, 113, 227, 0.4);}
    #ly_web_banner_0002_0.promotion .btns .btnOne:hover{background-color: rgba(255, 255, 255, 0.9);}
    #ly_web_banner_0002_0.promotion .btns .btnTwo:hover{background: var(--color-primary);}
    
    #ly_web_banner_0002_0.support .img {height: 342px;}
    
    #ly_web_banner_0002_0.distributor .img {height: 440px;}
    #ly_web_banner_0002_0.distributor .textBox{top: 64px;}
    #ly_web_banner_0002_0.distributor .textBox .info{width: 67.5%; }
}
@media screen and (max-width: 768px){
    #ly_web_banner_0002_0 {margin-top: 72px;}
    #ly_web_banner_0002_0 .title{ font-size: 24px; font-family: "Figtree-Bold";}
    #ly_web_banner_0002_0 .brief{margin-top: 16px; font-size: 16px; }
    
    #ly_web_banner_0002_0.about .img {height: 310px;}
    
    #ly_web_banner_0002_0 .logo{height: 40px;}

    #ly_web_banner_0002_0.promotion .img {height: 660px;}
    #ly_web_banner_0002_0.promotion .textBox{top: 25%; }
    #ly_web_banner_0002_0.promotion .textBox .logo{margin-bottom: 16px; width: 123px; height: 32px;}
    #ly_web_banner_0002_0.promotion .textBox .title{font-size: 24px; } 
    #ly_web_banner_0002_0.promotion .textBox .brief{font-size: 16px; line-height: 140%; margin-top: 16px;} 
    #ly_web_banner_0002_0.promotion .btns{margin-top: 16px; gap: 10px; flex-wrap: wrap;}
    #ly_web_banner_0002_0.promotion .btns .btn{width: 100%; padding: 10px 40px; font-size: 16px;}

    #ly_web_banner_0002_0.support .img{height: 200px;}
    #ly_web_banner_0002_0.support .textBox .title{font-size: 24px; line-height: 110%; letter-spacing: -0.005em;} 
    
    
    #ly_web_banner_0002_0.distributor .img {height: 400px;}
    #ly_web_banner_0002_0.distributor .textBox{top: 40px;}
    #ly_web_banner_0002_0.distributor .textBox .info{width: 61.5%; }
    #ly_web_banner_0002_0.distributor .textBox .title{font-size: 24px; line-height: 100%;} 
    #ly_web_banner_0002_0.distributor .textBox .brief{font-size: 12px; line-height: 120%; margin-top: 16px;} 
}
@media screen and (max-width: 430px){
    #ly_web_banner_0002_0.promotion .img {height: 612px;}

    #ly_web_banner_0002_0.distributor .textBox .info{width: 100%; }
    
}/* 默认 - 蓝底白字 */
.lyuibtn_004 {
    --mg: 0;
    --pd: 12px 24px;
    --bgc: var(--main);
    --br: 100px;
    --bc: var(--main);
    --fc: #fff;

    width: max-content; 
    margin-top: var(--mg); 
    padding: var(--pd); 
    background-color: var(--bgc); 
    border-radius: var(--br); 
    border: 2px solid var(--bc);
    color: var(--fc);
    gap: 10px;
}

/* 白框白字 */
.lyuibtn_004.btn-white{--fc: #fff; --bc: #fff; --bgc: transparent;}
.lyuibtn_004.btn-white:hover{ --bgc: rgba(255,255,255,0.2);}

/* 蓝框蓝字 */
.lyuibtn_004.btn-blue{--fc: var(--main); --bc: var(--main); --bgc: transparent;}
.lyuibtn_004.btn-blue:hover{--bgc: rgba(var(--mainRgb),0.2)}

/* 文本 */
.lyuibtn_004-text{flex-shrink: 0; word-break: keep-all; font-family: Figtree; font-weight: 500; font-style: Medium; font-size: 20px; line-height: 100%; text-align: center;}

@media (max-width:1024px) {
    .lyuibtn_004-text{font-size: 12px;}
}
@media (max-width:768px) {
    .lyuibtn_004{--pd: 10px 20px;}
    .lyuibtn_004-text{font-size: 12px;}
}
.lyuilogo_001{width: 91px;}
.lyuilogo_001.big{width: 219px;}
@media (max-width: 1440px) {
    .ly_web_promotion_0001_1Wrap .cw1200{width: 1200px;}
}
@media (max-width: 1024px) {
    .ly_web_promotion_0001_1Wrap .cw1200{width: 960px;}
}
@media (max-width: 1020px) {
    .ly_web_promotion_0001_1Wrap .cw1200{width: 92%;}
}


#ly_web_promotion_0001_1Future{padding: 128px 0; background: var(--color-bg-card);}
#ly_web_promotion_0001_1Future .head{text-align: center;}
#ly_web_promotion_0001_1Future .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Future .head .desc{width: 84.7%; margin: 64px auto 0; font-family:"Figtree"; font-size: 19px; line-height: 147%; letter-spacing: 0px; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Future .head .blue{color: #00AEEF; font-family: "Figtree-Bold";}

#ly_web_promotion_0001_1Future .cards{margin-top: 64px; display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
#ly_web_promotion_0001_1Future .card{background-color:var(--color-bg-page); border-radius: 20px; padding: 64px 24px; backdrop-filter: blur(4px); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Future .card .icon{width: 48px; height: 48px; margin: 0 auto;}
#ly_web_promotion_0001_1Future .card .svg{stroke: var(--main2); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Future .card .name{margin-top: 24px; font-family: "Figtree-SemiBold"; font-size: 24px; line-height: 125%; letter-spacing: 0px; text-align: center; color: var(--color-text-primary); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Future .card .desc{margin-top: 16px; font-family: "Figtree"; font-size: 16px; line-height: 140%; letter-spacing: 0px; text-align: center; color: var(--color-text-placeholder); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Future .card:hover{background-color: var(--main2); }
#ly_web_promotion_0001_1Future .card:hover .svg{stroke: var(--color-text-white);}
#ly_web_promotion_0001_1Future .card:hover .name,
#ly_web_promotion_0001_1Future .card:hover .desc{color: var(--color-text-white);}

@media (max-width: 1440px) {
    #ly_web_promotion_0001_1Future{padding: 128px 0 126px;}
}
@media (max-width: 1024px) {
    #ly_web_promotion_0001_1Future{padding: 80px 0;}
    #ly_web_promotion_0001_1Future .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Future .head .desc{width: 100%; margin: 24px auto 0; font-size: 17px;}

    #ly_web_promotion_0001_1Future .cards{margin-top: 40px;}
    #ly_web_promotion_0001_1Future .card .name{margin-top: 16px; }
    #ly_web_promotion_0001_1Future .card .desc{margin-top: 10px; font-size: 14px; }
    
    #ly_web_promotion_0001_1Future .card:hover{background-color: var(--color-bg-page); }
    #ly_web_promotion_0001_1Future .card:hover .svg{stroke: var(--main2);}
    #ly_web_promotion_0001_1Future .card:hover .name{color: var(--color-text-primary);}
    #ly_web_promotion_0001_1Future .card:hover .desc{color: var(--color-text-placeholder);}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1Future{padding: 64px 0;}
    #ly_web_promotion_0001_1Future .head .title{font-size: 24px;}
    #ly_web_promotion_0001_1Future .cards{margin-top: 24px; grid-template-columns: repeat(1, 1fr); gap: 10px;}
    #ly_web_promotion_0001_1Future .card{width: 100%; padding: 16px; border-radius: 10px;}
    #ly_web_promotion_0001_1Future .card .icon{width: 32px; height: 32px; margin: 0;}
    #ly_web_promotion_0001_1Future .card .name{font-size: 18px; line-height: 125%; text-align: left;}
    #ly_web_promotion_0001_1Future .card .desc{text-align: left;}
}



#ly_web_promotion_0001_1Ambassador{padding: 96px 0; background: var(--color-bg-card);}
#ly_web_promotion_0001_1Ambassador .box{border-radius: 20px; background: rgba(245, 245, 247, 0.8); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Ambassador .imgCol{width: 52%;}
#ly_web_promotion_0001_1Ambassador .img{width: 100%; height: 604px; }
#ly_web_promotion_0001_1Ambassador .img img{object-fit: cover;}
#ly_web_promotion_0001_1Ambassador .playBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;border-radius:50%; transition: all 0.5s ease;}
#ly_web_promotion_0001_1Ambassador .playBtn::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: 100%;height: 100%;border-radius: 50%;background: linear-gradient(135deg, #1D96FF 0%, #1882DF 100%);transition: all 0.5s ease;}
#ly_web_promotion_0001_1Ambassador .playBtn::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width: 100%;height: 100%;border-radius: 50%;background: #fff;transition: all 0.5s ease; opacity: 0;}
#ly_web_promotion_0001_1Ambassador .playBtn .svg{fill: #fff; stroke: #fff; transition: all 0.5s ease; z-index: 1;}

#ly_web_promotion_0001_1Ambassador .textCol{width: 48%; padding: 56px 48px 48px;}
#ly_web_promotion_0001_1Ambassador .quoteIcon{width: 48px; height: 48px;}
#ly_web_promotion_0001_1Ambassador .quote{margin-top: 48px; font-family: "Inter-SemiBold"; font-size: 24px; line-height: 125%; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Ambassador .desc{margin-top: 40px; font-family: "Inter"; font-size: 16px; line-height: 140%; letter-spacing: 0px; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1Ambassador .author{margin-top: 84px; display: flex; flex-direction: column; gap: 8px; }
#ly_web_promotion_0001_1Ambassador .author .name{font-family:"Inter-SemiBold"; font-size: 20px; line-height: 130%; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Ambassador .author .title{font-family: "Inter"; font-size: 16px; line-height: 140%; letter-spacing: 0px; color: var(--color-text-secondary); }
#ly_web_promotion_0001_1Ambassador .author .info{font-family: "Inter"; font-size: 14px; line-height: 140%; letter-spacing: 0px; color: var(--color-text-placeholder); }
#ly_web_promotion_0001_1Ambassador .link{margin-top: 48px; gap: 6px;}
#ly_web_promotion_0001_1Ambassador .link span{font-family: "Inter"; font-weight: 400; font-style: Regular; font-size: 16px; line-height: 140%; letter-spacing: 0px; color: var(--main2);}
#ly_web_promotion_0001_1Ambassador .link img{width: 20px; height: 20px;}

#ly_web_promotion_0001_1Ambassador .box:hover{background-color: var(--color-bg-card); box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);}
#ly_web_promotion_0001_1Ambassador .box:hover .playBtn::before{opacity: 0;}
#ly_web_promotion_0001_1Ambassador .box:hover .playBtn::after{opacity: 1;}
#ly_web_promotion_0001_1Ambassador .box:hover .playBtn .svg{fill: var(--main2); stroke: var(--main2);}

@media (max-width: 1024px) {
    #ly_web_promotion_0001_1Ambassador{padding: 80px 0;}
    #ly_web_promotion_0001_1Ambassador .box{flex-wrap: wrap;}
    #ly_web_promotion_0001_1Ambassador .imgCol{width: 100%;}
    #ly_web_promotion_0001_1Ambassador .textCol{width: 59%;}
        
    #ly_web_promotion_0001_1Ambassador .box:hover{background-color: rgba(245, 245, 247, 0.8); box-shadow: initial;}
    #ly_web_promotion_0001_1Ambassador .box:hover .playBtn::before{opacity: 1;}
    #ly_web_promotion_0001_1Ambassador .box:hover .playBtn::after{opacity: 0;}
    #ly_web_promotion_0001_1Ambassador .box:hover .playBtn .svg{fill: #fff; stroke: #fff;}
}
@media (max-width: 992px) { 
    #ly_web_promotion_0001_1Ambassador .textCol{width: 82%;}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1Ambassador .box{border-radius: 10px;}
    #ly_web_promotion_0001_1Ambassador .textCol{width: 100%; padding: 16px;}
    #ly_web_promotion_0001_1Ambassador .quoteIcon{width: 24px; height: 24px;}
    #ly_web_promotion_0001_1Ambassador .quote{margin-top: 24px; font-size: 20px;}
    #ly_web_promotion_0001_1Ambassador .desc{margin-top: 16px; font-size: 14px;}
    #ly_web_promotion_0001_1Ambassador .author{margin-top: 24px; display: block;}
    #ly_web_promotion_0001_1Ambassador .author .title{margin-top: 8px; font-size: 14px;}
    #ly_web_promotion_0001_1Ambassador .author .info{margin-top: 10px; font-size: 12px;}
    #ly_web_promotion_0001_1Ambassador .link{margin-top: 24px; gap: 10px;}
}

@media (max-width: 576px) {
    #ly_web_promotion_0001_1Ambassador .img{height: 274px; }
    #ly_web_promotion_0001_1Ambassador .playBtn{width: 48px; height: 48px;}
    #ly_web_promotion_0001_1Ambassador .playBtn .svg{width: 18px; height: 18px;}
    #ly_web_promotion_0001_1Ambassador .textCol{padding-right: 56px;}
}



#ly_web_promotion_0001_1Facts{padding: 96px 0; background: var(--color-bg-card);}
#ly_web_promotion_0001_1Facts .head{text-align:center;}
#ly_web_promotion_0001_1Facts .head .brand{font-family: "Figtree"; font-size: 30px; line-height: 36px; letter-spacing: 0px; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1Facts .head .title{margin-top: 14px; font-family: "Figtree"; font-size: 96px; line-height: 120%; letter-spacing: 0px; text-transform: uppercase; color: #000;}
#ly_web_promotion_0001_1Facts .head .sub{margin-top: 16px; font-family: "Figtree"; font-size: 24px; line-height: 120%; letter-spacing: 0px; color: var(--color-text-placeholder);}

#ly_web_promotion_0001_1Facts .cards{margin-top: 64px; display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
#ly_web_promotion_0001_1Facts .card{background: rgba(245, 245, 247, 0.8); padding: 32px; border-radius:20px; transition: all 0.3s ease;}
#ly_web_promotion_0001_1Facts .icon{width:64px; height:64px; border-radius: 50%; background: linear-gradient(135deg, #47A9FF 0%, #42A6FF 14.29%, #3DA4FF 28.57%, #38A1FF 42.86%, #329EFF 57.14%, #2C9CFF 71.43%, #2599FF 85.71%, #1D96FF 100%);}
#ly_web_promotion_0001_1Facts .icon img{width: 32px; height: 32px; margin: 0 auto;}
#ly_web_promotion_0001_1Facts .num{margin-top: 32px; font-family: "Figtree-Bold"; font-size: 72px; line-height: 90px; letter-spacing: 0px; background: linear-gradient(135deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); background-clip: text; color:transparent;}
#ly_web_promotion_0001_1Facts .unit{margin-top: 10px; font-family: "Figtree-SemiBold"; font-size: 14px; line-height: 20px; letter-spacing: 0.7px; text-transform: uppercase; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1Facts .desc{margin-top: 16px; font-family: "Figtree"; font-size: 16px; line-height: 26px; letter-spacing: 0px; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Facts .divider{margin: 64px auto 0; width:128px; height: 4px; border-radius: 30px; background: linear-gradient(90deg, #1D96FF 0%, #1B98FE 8.33%, #199AFC 16.67%, #179CFB 25%, #159EFA 33.33%, #13A0F9 41.67%, #11A2F7 50%, #0EA4F6 58.33%, #0CA6F4 66.67%, #09A8F3 75%, #06AAF2 83.33%, #03ACF0 91.67%, #00AEEF 100%);}

#ly_web_promotion_0001_1Facts .card:hover{background-color: rgba(255,255,255,.8); box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);}

@media (max-width: 1440px) { 
    #ly_web_promotion_0001_1Facts .num{margin-top: 22px;}
}
@media (max-width: 1024px) {
    #ly_web_promotion_0001_1Facts{padding: 80px 0;}
    #ly_web_promotion_0001_1Facts .head .title{font-size: 88px;}
    #ly_web_promotion_0001_1Facts .head .sub{font-size: 18px;}

    #ly_web_promotion_0001_1Facts .card{padding: 24px;}
    #ly_web_promotion_0001_1Facts .icon{width: 48px; height: 48px;}
    #ly_web_promotion_0001_1Facts .num{margin-top: 24px; font-size: 56px; line-height: 120%;}
    #ly_web_promotion_0001_1Facts .unit{margin-top: 24px;}
    #ly_web_promotion_0001_1Facts .desc{font-size: 14px;  line-height: 140%;}
    
    #ly_web_promotion_0001_1Facts .card:hover{background: rgba(245, 245, 247, 0.8); box-shadow: initial;}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1Facts .head .brand{font-size: 20px; line-height: 120%;}
    #ly_web_promotion_0001_1Facts .head .title{font-size: 40px; line-height: 120%; margin-top: 16px;}
    #ly_web_promotion_0001_1Facts .head .sub{font-size: 18px; line-height: 120%; margin-top: 16px;}
    #ly_web_promotion_0001_1Facts .cards{margin-top: 26px; grid-template-columns: repeat(1, 1fr); gap: 10px;}
    #ly_web_promotion_0001_1Facts .card{padding: 16px; border-radius: 10px; display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end;}
    #ly_web_promotion_0001_1Facts .icon{width: 48px; height: 48px; flex: none;}
    #ly_web_promotion_0001_1Facts .icon img{width: 24px; height: 24px;}
    #ly_web_promotion_0001_1Facts .num{margin-top: 0; font-size: 40px; line-height: 120%;}
    #ly_web_promotion_0001_1Facts .unit{margin-top: 0; font-size: 14px; line-height: 20px; margin-bottom: 4px;}
    #ly_web_promotion_0001_1Facts .desc{margin-top: 0; font-size: 14px; line-height: 140%;}
    #ly_web_promotion_0001_1Facts .divider{margin-top: 48px;}
}


#ly_web_promotion_0001_1Products{padding: 128px 0 144px; background: var(--color-bg-page);}
#ly_web_promotion_0001_1Products .head{text-align:center;}
#ly_web_promotion_0001_1Products .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Products .head .sub{margin-top: 16px; font-family: "Figtree-Light"; font-size: 24px; line-height: 125%; letter-spacing: 0px; text-align: center; color: var(--color-text-placeholder);}

#ly_web_promotion_0001_1Products .pro-swiper{margin-top: 64px; padding: 0 20px;}
#ly_web_promotion_0001_1Products .swiper-slide{width: 484px; margin-right: 24px; border-radius: 16px; overflow:hidden;}
#ly_web_promotion_0001_1Products .card{width: 100%; height: 487px; background: var(--color-bg-card); }
#ly_web_promotion_0001_1Products .img{width:100%; height: 100%;}
#ly_web_promotion_0001_1Products .img img{width:100%; object-fit: cover; display:block;}
#ly_web_promotion_0001_1Products .info{padding: 24px; top: initial; bottom: 0; z-index: 5;}
#ly_web_promotion_0001_1Products .name{font-family: "Figtree-Medium"; font-size: 24px; line-height: 100%; letter-spacing: 0%; color: var(--color-text-white);}
#ly_web_promotion_0001_1Products .tag{margin-top: 8px; font-family: "Figtree"; font-size: 16px; line-height: 140%; letter-spacing: 0%; color: var(--color-text-white);}
#ly_web_promotion_0001_1Products .btns{margin-top: 24px; gap: 10px;}
#ly_web_promotion_0001_1Products .more{gap: 8px;}
#ly_web_promotion_0001_1Products .more span{font-family: "Figtree-SemiBold"; font-size: 16px; line-height: 100%; letter-spacing: 0px; color: var(--color-text-white);}
#ly_web_promotion_0001_1Products .more img{width: 8px; height: 11px;}
#ly_web_promotion_0001_1Products .shop{background-color: #fff; border-color: #fff; color: var(--main2);}
#ly_web_promotion_0001_1Products .shop .text{font-family: "Figtree-SemiBold";}
#ly_web_promotion_0001_1Products .shop:hover {background-color: var(--color-bg-page);}
#ly_web_promotion_0001_1Products .btns{margin-top: 48px;}
#ly_web_promotion_0001_1Products .btn{width: 48px; height: 48px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Products .btn:hover{background: rgba(0, 0, 0, 0.4);}
#ly_web_promotion_0001_1Products .btn .svg{stroke: #fff; width: 8px; height: 16px;}

@media (max-width: 1024px) {
    #ly_web_promotion_0001_1Products{padding: 80px 0;}
    #ly_web_promotion_0001_1Products .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Products .pro-swiper{margin-top: 24px; padding: 0 32px;}
    #ly_web_promotion_0001_1Products .swiper-slide{width: 345px; margin-right: 10px;}
    #ly_web_promotion_0001_1Products .card{height: 411px; }
    #ly_web_promotion_0001_1Products .info{padding: 16px;}
    #ly_web_promotion_0001_1Products .name{font-size: 20px;}
    #ly_web_promotion_0001_1Products .tag,
    #ly_web_promotion_0001_1Products .shop .text{font-size: 16px;}
    #ly_web_promotion_0001_1Products .btns{display: none;}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1Products .head .title{font-size: 24px;}
    #ly_web_promotion_0001_1Products .head .sub{font-size: 18px;}
    #ly_web_promotion_0001_1Products .pro-swiper{padding: 0; width: 92%; margin: 24px auto 0; overflow: visible !important; height: auto !important;}
    #ly_web_promotion_0001_1Products .pro-swiper .swiper-wrapper { display: flex !important; flex-direction: column !important;  gap: 10px !important;  transform: none !important; transition: none !important;}
    #ly_web_promotion_0001_1Products .pro-swiper .swiper-slide { width: 100% !important; flex-shrink: 0 !important;}
    #ly_web_promotion_0001_1Products .tag{font-size: 14px;}
}



#ly_web_promotion_0001_1About{padding: 96px 0; background: var(--color-bg-card);}
#ly_web_promotion_0001_1About .box{}
#ly_web_promotion_0001_1About .left{width: 49.33%;}
#ly_web_promotion_0001_1About .logoWrap{width: 100%; height: 385px; background: #f8fafc; border-radius: 20px;}
#ly_web_promotion_0001_1About .logoWrap img{max-width: 92%; max-height: 92%; }
#ly_web_promotion_0001_1About .stats{margin-top: 32px; display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
#ly_web_promotion_0001_1About .stat{padding: 16px; background: var(--color-bg-page); border-radius: 20px; }
#ly_web_promotion_0001_1About .stat .icon{width: 24px; height: 24px;}
#ly_web_promotion_0001_1About .stat .num{margin-top: 7px;font-family: "Inter-SemiBold"; font-size: 16px; line-height: 24px; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1About .stat .desc{margin-top: 5px;font-family: "Inter"; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: var(--color-text-placeholder);}

#ly_web_promotion_0001_1About .right{width: 48.17%;}
#ly_web_promotion_0001_1About .tag{width: max-content; height: 36px; padding: 0 16px; background: rgba(29, 150, 255, 0.1); border-radius: 50px; gap: 8px;}
#ly_web_promotion_0001_1About .tag img{width: 16px; height: 16px;}
#ly_web_promotion_0001_1About .tag span{font-family: "Inter-SemiBold"; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: var(--main2);}
#ly_web_promotion_0001_1About .title{margin-top: 24px; font-family: "Figtree-Bold"; font-size: 48px; line-height: 130%; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1About .info{margin-top: 24px; font-family: "Figtree"; font-size: 18px; line-height: 130%; letter-spacing: 0px; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1About .info .blue{font-family: "Figtree-SemiBold"; color: var(--main2);}

#ly_web_promotion_0001_1About .disciplines{margin-top: 32px; }
#ly_web_promotion_0001_1About .disciplines .label{font-family: "Figtree-SemiBold"; font-size: 20px; line-height: 130%; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1About .disciplines .tags{margin-top: 16px; gap:12px; }
#ly_web_promotion_0001_1About .disciplines .disc{padding: 8px 16px; background: #FFFFFF; border: 1px solid #F5F5F7; border-radius: 50px; gap: 8px;}
#ly_web_promotion_0001_1About .disciplines .disc .icon{width: 16px; height: 16px;}
#ly_web_promotion_0001_1About .disciplines .disc .text{font-family: "Inter-Medium"; font-size: 16px; line-height: 150%; letter-spacing: 0px; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1About .btn{margin-top: 32px; width: max-content; border-radius: 50px; background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); box-shadow: 0px 4px 20px 0px rgba(29, 150, 255, 0.4); padding: 16px 32px; gap: 15px; }
#ly_web_promotion_0001_1About .btn span{font-family: "Inter-SemiBold"; font-size: 16px; line-height: 130%; letter-spacing: 0px; color: var(--color-text-white);}
#ly_web_promotion_0001_1About .btn img{width: 18px; height: 18px; font-size: 0;}

@media (max-width: 1440px) {
    #ly_web_promotion_0001_1About .right{width: 48.2%;}
    #ly_web_promotion_0001_1About .btn{gap: 8px;}
    #ly_web_promotion_0001_1About .btn img{width: 16px; height: 10px; font-size: 0; margin-bottom: 4px;}
}
@media (max-width: 1024px) {
    #ly_web_promotion_0001_1About{padding: 80px 0;}
    #ly_web_promotion_0001_1About .box{flex-wrap: wrap;}
    #ly_web_promotion_0001_1About .moblie_info{display: block;}
    #ly_web_promotion_0001_1About .pc_info{display: none;}
    #ly_web_promotion_0001_1About .left,
    #ly_web_promotion_0001_1About .right{width: 100%;}
    
    #ly_web_promotion_0001_1About .left{margin-top: 32px;}
    #ly_web_promotion_0001_1About .stats{margin-top: 24px; }
    #ly_web_promotion_0001_1About .disciplines{margin-top: 24px; }
    #ly_web_promotion_0001_1About .btn{margin: 48px auto 0;}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1About .tag{height: 24px; padding: 0 12px;}
    #ly_web_promotion_0001_1About .tag span{font-size: 12px; line-height: 160%;}
    #ly_web_promotion_0001_1About .title{margin-top: 16px; font-size: 24px; line-height: 108%;}
    #ly_web_promotion_0001_1About .info{margin-top: 16px; font-size: 16px; line-height: 160%;}
    #ly_web_promotion_0001_1About .left{margin-top: 16px;}
    #ly_web_promotion_0001_1About .logoWrap{height: 140px; border-radius: 10px;}
    #ly_web_promotion_0001_1About .logoWrap img{max-height: 62%;}
    #ly_web_promotion_0001_1About .stats{margin-top: 10px; gap: 10px; grid-template-columns: 1fr;}
    #ly_web_promotion_0001_1About .stat{border-radius: 10px; display: flex; gap: 16px; align-items: center;}
    #ly_web_promotion_0001_1About .stat .num{margin-top: 0; font-size: 14px; line-height: 140%; }
    #ly_web_promotion_0001_1About .stat .desc{margin-top: 4px; font-size: 12px; line-height: 140%; }
    
    #ly_web_promotion_0001_1About .disciplines{margin-top: 16px; }
    #ly_web_promotion_0001_1About .disciplines .label{font-size: 16px; line-height: 140%; }
    #ly_web_promotion_0001_1About .disciplines .tags{gap:8px; }
    #ly_web_promotion_0001_1About .disciplines .disc{padding: 8px 12px;}
    #ly_web_promotion_0001_1About .disciplines .disc .text{font-size: 14px; line-height: 120%; }
    #ly_web_promotion_0001_1About .btn{margin: 24px auto 0; gap: 18px;}
    #ly_web_promotion_0001_1About .btn img{width: 18px; height: 18px;}
}
@media (max-width: 420px) {
    #ly_web_promotion_0001_1About .logoWrap img{max-height: 80%;}
}



#ly_web_promotion_0001_1Subscribe{padding: 96px 0 152px; background: var(--color-bg-card);}
#ly_web_promotion_0001_1Subscribe .tag{margin: 0 auto; width: max-content; height: 36px; padding: 0 16px; background: rgba(29, 150, 255, 0.1); border-radius: 50px; gap: 8px;}
#ly_web_promotion_0001_1Subscribe .tag img{width: 16px; height: 16px; font-size: 0;}
#ly_web_promotion_0001_1Subscribe .tag span{font-family: "Inter-SemiBold"; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: var(--main2);}
#ly_web_promotion_0001_1Subscribe .head{margin-top: 24px; text-align:center; }
#ly_web_promotion_0001_1Subscribe .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Subscribe .head .sub{margin-top: 16px; font-family: "Figtree"; font-size: 16px; line-height: 140%; letter-spacing: 0px; text-align: center; color: var(--color-text-placeholder);}

#ly_web_promotion_0001_1Subscribe .content{margin-top: 64px;}
#ly_web_promotion_0001_1Subscribe .left,
#ly_web_promotion_0001_1Subscribe .right{width: 48.67%; padding: 40px; background: var(--color-bg-card); box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.05); border-radius: 20px;}
#ly_web_promotion_0001_1Subscribe .left{display:flex; flex-direction:column; position:relative; padding-bottom:96px;}

#ly_web_promotion_0001_1Subscribe .left .email-icon{width: 80px; height: 80px; background: linear-gradient(135deg, #47A9FF 0%, #42A6FF 14.29%, #3DA4FF 28.57%, #38A1FF 42.86%, #329EFF 57.14%, #2C9CFF 71.43%, #2599FF 85.71%, #1D96FF 100%); border-radius: 16px;}
#ly_web_promotion_0001_1Subscribe .left .tit{margin-top: 32px; font-family: "Figtree-SemiBold"; font-size: 30px; line-height: 140%; letter-spacing: 0px; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Subscribe .left .desc{margin-top: 8px; font-family: "Figtree"; font-size: 16px; line-height: 140%; letter-spacing: 0px; color: #99A1AF;}

#ly_web_promotion_0001_1Subscribe .form{margin-top: 9px;}
#ly_web_promotion_0001_1Subscribe .left .form{margin-top:auto; padding-top:22px;}
#ly_web_promotion_0001_1Subscribe .left .form .btns{position:absolute; left:40px; right:40px; bottom:40px;}
#ly_web_promotion_0001_1Subscribe .left .form .small{position:absolute; left:40px; right:40px; bottom:12px;}
#ly_web_promotion_0001_1Subscribe .form .label{font-family: "Figtree-SemiBold"; font-size: 14px; line-height: 120%; color: var(--color-text-secondary);}
#ly_web_promotion_0001_1Subscribe .form .input{margin-top: 8px; padding: 0 24px; width: 100%; height: 60px; border: 2px solid #E5E7EB; background: #F9FAFB; border-radius: 14px; font-family: "Figtree"; font-size: 16px; line-height: 100%; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Subscribe .form .input input{width: 100%; height: 100%; border: none; outline: none; background-color: transparent;}
#ly_web_promotion_0001_1Subscribe .form .input input::placeholder{color: #99A1AF;}
#ly_web_promotion_0001_1Subscribe .checkbox-group{margin-top: 24px; gap: 12px;}
#ly_web_promotion_0001_1Subscribe .checkbox-group input[type="checkbox"]{width: 20px; height: 20px; margin: 0; position: relative; background-color: #fff; border: 2px solid #D1D5DC; border-radius: 4px; flex: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#ly_web_promotion_0001_1Subscribe .checkbox-group.cur input[type="checkbox"] { background-color: var(--main2);  border-color: var(--main2); background-image: url('/module/ly-web/promotion/0001/images/yes.svg'); background-size: 12px; background-repeat: no-repeat; background-position: center;}
#ly_web_promotion_0001_1Subscribe .checkbox-group .checkbox-label{font-family: "Figtree-Medium"; font-size: 14px; line-height: 1.3; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Subscribe .checkbox-group .checkbox-label a{color: var(--main2); text-decoration: underline; font-family: "Figtree-SemiBold";}
#ly_web_promotion_0001_1Subscribe .form .btn{margin-top: 20px; width: 100%; height: 56px; border-radius: 10px; background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); gap: 8px; font-family: "Inter-Bold"; font-size: 16px; line-height: 100%; color: var(--color-text-white); border: 0; }
#ly_web_promotion_0001_1Subscribe .form .btn img{width: 24px; height: 24px;}
#ly_web_promotion_0001_1Subscribe .form .btn:hover{box-shadow: 0px 4px 20px 0px rgba(0, 113, 227, 0.4); background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); opacity: .6;}
#ly_web_promotion_0001_1Subscribe .form .small{margin-top: 20px; font-family: "Figtree"; font-size: 12px; line-height: 130%; letter-spacing: 0px; color: #99A1AF; gap: 8px;}
#ly_web_promotion_0001_1Subscribe .form .small img{width: 16px; height: 16px; font-size: 0; margin-top: -2px;}
#ly_web_promotion_0001_1Subscribe .form-tip{left: 22px; top: calc(100% + 8px); z-index: 1;}
#ly_web_promotion_0001_1Subscribe .form-error{font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 12px; line-height: 100%; color: #F94073;}
#ly_web_promotion_0001_1Subscribe .form-success{font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 16px; line-height: 100%; color: #20B759;}
#ly_web_promotion_0001_1Subscribe .left > .form > .checkbox-group,
#ly_web_promotion_0001_1Subscribe .left > .form > input[type="hidden"]{display:none;}

.promotion-partner-modal[hidden]{display:none;}
html.promotion-partner-modal-open,
body.promotion-partner-modal-open{overflow:hidden;}
.promotion-partner-modal{position:fixed; inset:0; z-index:9999; padding:120px 32px 32px; display:flex; align-items:flex-start; justify-content:center;}
.promotion-partner-modal__backdrop{position:absolute; inset:0; background:rgba(0,0,0,.72);}
.promotion-partner-modal__dialog{position:relative; z-index:1; width:min(1126px, calc(100vw - 64px)); max-height:calc(100vh - 152px); margin:0; overflow:auto; background:#fff; border-radius:0; box-shadow:0 24px 80px rgba(0,0,0,.24);}
.promotion-partner-modal__close{position:absolute; top:18px; right:20px; z-index:3; width:36px; height:36px; border:0; border-radius:50%; background:#f5f5f7; color:#333; font-size:26px; line-height:34px; cursor:pointer;}
.promotion-partner-modal__close:hover{background:#e9edf3;}
.promotion-partner-modal .m30-quote__form{display:block; padding:32px 52px 30px; background:#fff;}
.promotion-partner-modal .m30-quote__form-title{margin:0 0 24px; font-family:"Figtree-SemiBold"; font-size:20px; line-height:1.2; color:#333; text-align:left;}
.promotion-partner-modal .m30-quote__grid{display:grid; grid-template-columns:1fr 1fr; column-gap:88px; row-gap:24px;}
.promotion-partner-modal .m30-quote__field--comments{grid-column:1 / -1;}
.promotion-partner-modal .m30-quote__label{margin-bottom:8px; font-size:16px; line-height:1.25; color:#666;}
.promotion-partner-modal .m30-quote__input,
.promotion-partner-modal .m30-quote__select,
.promotion-partner-modal .m30-quote__product-trigger{height:43px; border:1px solid #e5e5e5; border-radius:3px; background:#fff; font-size:14px; color:#333;}
.promotion-partner-modal .m30-quote__textarea{height:176px; min-height:176px; border:1px solid #e5e5e5; border-radius:3px; background:#fff; font-size:14px; color:#333;}
.promotion-partner-modal .m30-quote__consent-list{margin-top:28px;}
.promotion-partner-modal .m30-quote__consent-text{font-size:13px; line-height:1.45; color:#666;}
.promotion-partner-modal .m30-quote__actions{margin-top:90px; justify-content:center;}
.promotion-partner-modal .m30-quote__submit{width:176px; height:44px; border-radius:999px; background:#2498f2; font-size:14px; color:#fff;}
.promotion-partner-modal .m30-quote__tip{margin-top:18px; text-align:center;}

#ly_web_promotion_0001_1Subscribe .right .title{font-family:"Inter-SemiBold"; font-size: 30px; line-height: 36px; letter-spacing: 0px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Subscribe .right .subTitle{margin-top: 8px; font-family: "Inter-SemiBold"; font-size: 16px; line-height: 150%; letter-spacing: 0px; text-align: center; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Subscribe .right .desc{margin-top: 16px; font-family: "Inter"; font-size: 14px; line-height: 20px; letter-spacing: 0px; text-align: center; color: #99A1AF;}
#ly_web_promotion_0001_1Subscribe .right .img{margin: 40px auto 28px; width: 96px; height: 96px; border-radius: 100px; background: rgba(71, 169, 255, 0.1);}
#ly_web_promotion_0001_1Subscribe .right .down{width: 100%; height: 56px; border-radius: 10px; background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); gap: 8px;}
#ly_web_promotion_0001_1Subscribe .right .down .icon{width: 24px; height: 24px; }
#ly_web_promotion_0001_1Subscribe .right .down .name{font-family: "Inter-Bold"; font-size: 16px; line-height: 24px; letter-spacing: 0px; color: var(--color-text-white);}
#ly_web_promotion_0001_1Subscribe .right .down:hover{background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); box-shadow: 0px 4px 20px 0px rgba(0, 113, 227, 0.4); opacity: .6;}

@media (max-width: 1440px) {
    #ly_web_promotion_0001_1Subscribe .right .desc{width: 92%; margin: 16px auto 0;}
}
@media (max-width: 1024px) { 
    #ly_web_promotion_0001_1Subscribe{padding: 80px 0; background: var(--color-bg-page);}
    #ly_web_promotion_0001_1Subscribe .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Subscribe .head .sub{margin-top: 24px; }

    #ly_web_promotion_0001_1Subscribe .content{margin-top: 48px; flex-wrap: wrap; gap: 24px;}
    #ly_web_promotion_0001_1Subscribe .left,
    #ly_web_promotion_0001_1Subscribe .right{width: 100%; }
    
    #ly_web_promotion_0001_1Subscribe .left{padding: 24px; padding-bottom: 24px;}
    #ly_web_promotion_0001_1Subscribe .left .form .btns,
    #ly_web_promotion_0001_1Subscribe .left .form .small{position:static; left:auto; right:auto; bottom:auto;}
    #ly_web_promotion_0001_1Subscribe .left .email-icon{width: 48px; height: 48px;}
    #ly_web_promotion_0001_1Subscribe .left .tit{margin-top: 16px;}
    #ly_web_promotion_0001_1Subscribe .form{margin-top: 24px;}
    #ly_web_promotion_0001_1Subscribe .checkbox-group{margin-top: 16px;}
    #ly_web_promotion_0001_1Subscribe .form .btn{margin-top: 24px;}
    #ly_web_promotion_0001_1Subscribe .form .small{margin-top: 16px;}

    #ly_web_promotion_0001_1Subscribe .right{padding: 40px 40px 72px;}
    #ly_web_promotion_0001_1Subscribe .right .desc{width: 47%; }
    #ly_web_promotion_0001_1Subscribe .right .down{width: 100%; margin: 0 auto;}
    
    #ly_web_promotion_0001_1Subscribe .form .btn:hover{box-shadow: initial; background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); opacity: 1;}

    #ly_web_promotion_0001_1Subscribe .right .down:hover{ background: linear-gradient(90deg, #1D96FF 0%, #1C94FB 11.11%, #1C92F8 22.22%, #1B8FF4 33.33%, #1B8DF1 44.44%, #1A8BED 55.56%, #1A89EA 66.67%, #1986E6 77.78%, #1984E3 88.89%, #1882DF 100%); box-shadow: initial; opacity: 1;}
}
@media (max-width: 768px) {
    #ly_web_promotion_0001_1Subscribe .tag{height: 24px; padding: 0 12px;}
    #ly_web_promotion_0001_1Subscribe .tag span{font-size: 12px; line-height: 160%;}

    #ly_web_promotion_0001_1Subscribe .head{margin-top: 16px; }
    #ly_web_promotion_0001_1Subscribe .head .title{font-size: 24px; line-height: 108%;}
    #ly_web_promotion_0001_1Subscribe .head .sub{margin-top: 16px; font-size: 14px; }
    
    #ly_web_promotion_0001_1Subscribe .content{margin-top: 24px; gap: 10px;}
    #ly_web_promotion_0001_1Subscribe .left,
    #ly_web_promotion_0001_1Subscribe .right{border-radius: 10px;}
    
    #ly_web_promotion_0001_1Subscribe .left{padding: 16px; padding-bottom: 16px;}
    #ly_web_promotion_0001_1Subscribe .left .email-icon{width: 24px; height: 24px; border-radius: 5px;}
    #ly_web_promotion_0001_1Subscribe .left .email-icon img{width: 12px; height: 12px;}
    #ly_web_promotion_0001_1Subscribe .left .tit{font-size: 20px; line-height: 110%;}
    #ly_web_promotion_0001_1Subscribe .left .desc{margin-top: 10px; font-size: 14px; line-height: 160%;}
    #ly_web_promotion_0001_1Subscribe .form{margin-top: 16px;}        
    #ly_web_promotion_0001_1Subscribe .form .label{font-size: 12px; line-height: 140%;}
    #ly_web_promotion_0001_1Subscribe .form .input{height: 48px; border-radius: 8px; font-size: 14px;}
    #ly_web_promotion_0001_1Subscribe .checkbox-group{margin-top: 8px; gap: 8px;}
    #ly_web_promotion_0001_1Subscribe .checkbox-group input[type="checkbox"]{width: 16px; height: 16px; margin: 0; border: 1px solid #D1D5DC; border-radius: 4px;}
    #ly_web_promotion_0001_1Subscribe .checkbox-group.cur input[type="checkbox"] {background-size: 10px;}
    #ly_web_promotion_0001_1Subscribe .checkbox-group .checkbox-label{font-size: 12px; line-height: 140%; }
    #ly_web_promotion_0001_1Subscribe .form .btn{margin-top: 16px; font-size: 16px;}
    #ly_web_promotion_0001_1Subscribe .form .btn img{display: none;}
    #ly_web_promotion_0001_1Subscribe .form .small{margin-top: 8px;}
    #ly_web_promotion_0001_1Subscribe .form-tip{z-index: 1; left: inherit; top: 50%; z-index: 1; transform: translateY(-50%); right: 20px; text-align: right;}
    #ly_web_promotion_0001_1Subscribe .form-error,
    #ly_web_promotion_0001_1Subscribe .form-success{font-size: 12px;}
    .promotion-partner-modal{padding:72px 16px 16px;}
    .promotion-partner-modal__dialog{width:calc(100vw - 32px); max-height:calc(100vh - 88px); margin:0;}
    .promotion-partner-modal__close{top:10px; right:10px; width:32px; height:32px; font-size:22px; line-height:30px;}
    .promotion-partner-modal .m30-quote__form{padding:24px 16px;}
    .promotion-partner-modal .m30-quote__form-title{font-size:20px;}
    .promotion-partner-modal .m30-quote__grid{grid-template-columns:1fr; row-gap:18px;}
    .promotion-partner-modal .m30-quote__actions{margin-top:32px;}
    .promotion-partner-modal .m30-quote__submit{width:100%;}
    
    #ly_web_promotion_0001_1Subscribe .right{padding: 40px 16px;}
    #ly_web_promotion_0001_1Subscribe .right .title{font-size: 20px; line-height: 110%; }
    #ly_web_promotion_0001_1Subscribe .right .subTitle{margin-top: 22px; font-size: 14px; line-height: 140%; }
    #ly_web_promotion_0001_1Subscribe .right .desc{margin-top: 20px; font-size: 14px; line-height: 160%; }
    #ly_web_promotion_0001_1Subscribe .right .img{margin: 24px auto; width: 64px; height: 64px; }
    #ly_web_promotion_0001_1Subscribe .right .img img{width: 32px; height: 32px;}
    #ly_web_promotion_0001_1Subscribe .right .down{width: 100%; height: 56px; gap: 8px;}
}
@media (max-width: 576px) {
    #ly_web_promotion_0001_1Subscribe .right .desc{width: 76%;}
}



#ly_web_promotion_0001_1Gallery{padding: 96px 0; background: var(--color-bg-page);}
#ly_web_promotion_0001_1Gallery .head{text-align:center;}
#ly_web_promotion_0001_1Gallery .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Gallery .head .desc{margin-top: 16px; font-family: "Figtree"; font-size: 18px; line-height: 28px; letter-spacing: 0px; text-align: center; color: #999;}

#ly_web_promotion_0001_1Gallery .mainSwiper{margin-top: 64px; position:relative;border-radius:20px;overflow:hidden;}
#ly_web_promotion_0001_1Gallery .mainSwiper .slide{width: 100%; height: 675px; border-radius: 20px;}
#ly_web_promotion_0001_1Gallery .mainSwiper .slide::after{content: ""; display: block; width: 100%; height: 100%; background: url(/module/ly-web/promotion/0001/images/cover.png) no-repeat center center/100% 100%; position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}
#ly_web_promotion_0001_1Gallery .mainSwiper img{object-fit: cover;}

#ly_web_promotion_0001_1Gallery .prev,
#ly_web_promotion_0001_1Gallery .next{background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(245, 245, 247, 0.9) 100%); box-shadow: 0px -2px 2px -6px #0000001A inset; width: 64px; height: 64px; border-radius:50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;}
#ly_web_promotion_0001_1Gallery .prev::after,
#ly_web_promotion_0001_1Gallery .next::after{display: none;}
#ly_web_promotion_0001_1Gallery .prev{left: 10px;}
#ly_web_promotion_0001_1Gallery .next{right: 10px;}
#ly_web_promotion_0001_1Gallery .page{position:absolute;left: 24px;bottom: 24px; width: max-content; z-index: 5; background:rgba(0,0,0,0.5); padding: 8px 16px; border-radius: 50px; font-family: "Figtree-SemiBold"; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: var(--color-text-white);}

#ly_web_promotion_0001_1Gallery .small{margin-top:24px; width: 100%; height: 92px; overflow: hidden; position: relative;}
#ly_web_promotion_0001_1Gallery .small::before{ content: ""; display: block; width: 94px; height: 100%; background: linear-gradient(-270deg, #F5F5F7 0%, rgba(245, 245, 247, 0.857143) 14.29%, rgba(245, 245, 247, 0.714286) 28.57%, rgba(245, 245, 247, 0.571429) 42.86%, rgba(245, 245, 247, 0.428571) 57.14%, rgba(245, 245, 247, 0.285714) 71.43%, rgba(245, 245, 247, 0.142857) 85.71%, rgba(245, 245, 247, 0) 100%); position: absolute; top: 0; left: -2px; z-index: 2; pointer-events: none;}
#ly_web_promotion_0001_1Gallery .small::after{ content: ""; display: block; width: 94px; height: 100%; background: linear-gradient(270deg, #F5F5F7 0%, rgba(245, 245, 247, 0.857143) 14.29%, rgba(245, 245, 247, 0.714286) 28.57%, rgba(245, 245, 247, 0.571429) 42.86%, rgba(245, 245, 247, 0.428571) 57.14%, rgba(245, 245, 247, 0.285714) 71.43%, rgba(245, 245, 247, 0.142857) 85.71%, rgba(245, 245, 247, 0) 100%); position: absolute; top: 0; right: -0.0152rem; z-index: 2; pointer-events: none;}

#ly_web_promotion_0001_1Gallery .thumbSwiper{width: 100%; height: 88px; margin: 0 auto; overflow: visible !important; position: relative;}
#ly_web_promotion_0001_1Gallery .thumbSwiper .slide{ margin: 0 8px; width: 128px; height: 80px; opacity: 0.5; border-radius: 10px; overflow: hidden; }
#ly_web_promotion_0001_1Gallery .thumbSwiper .swiper-slide-active{ transform: scale(1.1); opacity: 1; border: 4px solid var(--main2);}

@media (max-width: 1024px) { 
    #ly_web_promotion_0001_1Gallery{padding: 80px 0;}
    #ly_web_promotion_0001_1Gallery .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Gallery .head .desc{margin-top: 24px;}
    
    #ly_web_promotion_0001_1Gallery .mainSwiper{margin-top: 48px;}
    #ly_web_promotion_0001_1Gallery .mainSwiper .slide{height: 540px;}
    
    #ly_web_promotion_0001_1Gallery .small{height: 64px;}
    #ly_web_promotion_0001_1Gallery .thumbSwiper{height: 64px;}
    #ly_web_promotion_0001_1Gallery .thumbSwiper .slide{width: 77px; height: 48px;}
    #ly_web_promotion_0001_1Gallery .thumbSwiper .swiper-slide-active{ transform: scale(1.3);}
}
@media (max-width: 768px) { 
    #ly_web_promotion_0001_1Gallery{padding: 0 0 80px; }
    #ly_web_promotion_0001_1Gallery .head .title{font-size: 24px;}
    #ly_web_promotion_0001_1Gallery .head .desc{margin-top: 16px; font-size: 14px; line-height: 140%;}
    #ly_web_promotion_0001_1Gallery .gallery{margin-top: 24px; width: 100%;}

    #ly_web_promotion_0001_1Gallery .mainSwiper{margin-top: 0; position: relative; border-radius: 0; overflow:hidden;}
    #ly_web_promotion_0001_1Gallery .mainSwiper .slide{height: 425px; border-radius: 0;}
    #ly_web_promotion_0001_1Gallery .prev,
    #ly_web_promotion_0001_1Gallery .next{display: none;}
    #ly_web_promotion_0001_1Gallery .page{left: 50%; transform: translateX(-50%); bottom: 8px; padding: 4px 8px; font-size: 12px; }
    
    #ly_web_promotion_0001_1Gallery .small{margin-top: 16px; height: 48px;}
    #ly_web_promotion_0001_1Gallery .small::before,
    #ly_web_promotion_0001_1Gallery .small::after{width: 48px; }

    #ly_web_promotion_0001_1Gallery .thumbSwiper{height: 48px;}
    #ly_web_promotion_0001_1Gallery .thumbSwiper .slide{ margin: 0 2px; width: 78px; height: 48px; border-radius: 4px; transform: scale(.8); }
    #ly_web_promotion_0001_1Gallery .thumbSwiper .swiper-slide-active{ transform: scale(1); border: 2px solid var(--main2);}
}
@media (max-width: 576px) { 
    #ly_web_promotion_0001_1Gallery .head .title{width: 80%; margin: 0 auto;}
    #ly_web_promotion_0001_1Gallery .mainSwiper .slide{height: 210px;}
    #ly_web_promotion_0001_1Gallery .thumbSwiper .slide{transform: scale(.9); }
}



#ly_web_promotion_0001_1Kol {padding: 96px 20px; overflow: hidden; background: var(--color-bg-page);}
#ly_web_promotion_0001_1Kol .head{text-align:center;}
#ly_web_promotion_0001_1Kol .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Kol .swiper{ margin-top:64px; width: 100%; overflow: visible;}
#ly_web_promotion_0001_1Kol .swiper-slide{width: 398px; margin-right: 20px; background-color: var(--color-bg-card); border-radius: 20px; backdrop-filter: blur(4px); transition: all 0.3s ease;} 
#ly_web_promotion_0001_1Kol .swiper-slide:hover{box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);}
#ly_web_promotion_0001_1Kol .pic{width: 100%; height: 320px; background: #7E7E7E;}
#ly_web_promotion_0001_1Kol .pic img{object-fit: cover;}
#ly_web_promotion_0001_1Kol .play{top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 56px; height: 56px; border-radius: 50%;}
#ly_web_promotion_0001_1Kol .info{width: 100%; padding: 24px 24px 28px;}
#ly_web_promotion_0001_1Kol .name{font-family: "Inter-SemiBold"; font-size: 24px; line-height: 125%; letter-spacing: 0px; color: var(--color-text-primary); white-space: nowrap;}
#ly_web_promotion_0001_1Kol .desc{margin-top: 16px; font-family: "Inter"; font-size: 16px; line-height: 140%; letter-spacing: 0px; height: calc(1.4em * 2); color: var(--color-text-secondary);}
#ly_web_promotion_0001_1Kol .btns{margin-top: 48px; gap: 0 48px;}
#ly_web_promotion_0001_1Kol .btn{width: 64px; height: 64px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); transition: all 0.3s ease;}
#ly_web_promotion_0001_1Kol .btn:hover{box-shadow: 0px -2px 2px -6px rgba(0, 0, 0, 0.1) inset; background: rgba(0, 0, 0, 0.4);}
#ly_web_promotion_0001_1Kol .btn .svg{stroke: #fff;}

@media (max-width: 1024px) { 
    #ly_web_promotion_0001_1Kol{padding: 80px 24px;}
    #ly_web_promotion_0001_1Kol .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Kol .swiper{ margin-top: 48px;}
    
    #ly_web_promotion_0001_1Kol .swiper-slide{width: 369px; margin-right: 16px;}
    #ly_web_promotion_0001_1Kol .pic{height: 296px;}
    #ly_web_promotion_0001_1Kol .info{padding: 16px 24px 24px;}
    #ly_web_promotion_0001_1Kol .name{font-size: 20px;}
    #ly_web_promotion_0001_1Kol .desc{font-size: 14px;}
    
    #ly_web_promotion_0001_1Kol .swiper-slide:hover{box-shadow:initial;}
    #ly_web_promotion_0001_1Kol .btn:hover{box-shadow: initial; background: rgba(0, 0, 0, 0.2);}
}
@media (max-width: 768px) { 
    #ly_web_promotion_0001_1Kol{padding: 0 15px 80px; }
    #ly_web_promotion_0001_1Kol .swiper{ margin-top: 24px;}
    #ly_web_promotion_0001_1Kol .swiper-slide{width: 248px; border-radius: 10px;}
    #ly_web_promotion_0001_1Kol .pic{height: 198px;}
    #ly_web_promotion_0001_1Kol .info{padding: 16px;}
    #ly_web_promotion_0001_1Kol .desc{margin-top: 8px;}
    #ly_web_promotion_0001_1Kol .btns{display: none;}
    #ly_web_promotion_0001_1Kol .play{width: 48px; height: 48px;}
}



#ly_web_promotion_0001_1Partner{padding: 128px 0; overflow: hidden; background: var(--color-bg-page);}
#ly_web_promotion_0001_1Partner .head{text-align:center;}
#ly_web_promotion_0001_1Partner .head .title{font-family: "Figtree-Bold"; font-size: 56px; line-height: 108%; letter-spacing: -0.56px; text-align: center; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Partner .list{margin-top: 64px; gap: 32px;}
#ly_web_promotion_0001_1Partner .item{width: calc((100% - 32px) / 2); background-color: rgba(255, 255, 255, 0.8); border-radius: 20px; overflow: hidden; transition: all 0.3s ease;}
#ly_web_promotion_0001_1Partner .pic{width: 100%; height: 320px;} 
#ly_web_promotion_0001_1Partner .pic img{width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.5s ease;}
#ly_web_promotion_0001_1Partner .info{padding: 32px 3.7% 76px;}
#ly_web_promotion_0001_1Partner .logos{}
#ly_web_promotion_0001_1Partner .logos .logo{padding: 0 20px; width: auto; height: 32px;}
#ly_web_promotion_0001_1Partner .logos .logo:first-child{border-right: 1px solid rgba(0, 0, 0, 0.5);}
#ly_web_promotion_0001_1Partner .brief{margin-top: 24px; font-family: "Figtree"; font-size: 16px; line-height: 140%; letter-spacing: 0px; text-align: center; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Partner .btns{position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 1; width: max-content; gap: 8px;}
#ly_web_promotion_0001_1Partner .btns .txt{font-family: "Inter-Medium"; font-size: 18px; line-height: 100%; letter-spacing: 0px; color: var(--main2);}
#ly_web_promotion_0001_1Partner .btns img{width: 20px; height: 20px; font-size: 0;}
#ly_web_promotion_0001_1Partner .item:hover {backdrop-filter: blur(4px); box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);}
#ly_web_promotion_0001_1Partner .item:hover .pic img{transform: scale(1.05);}
#ly_web_promotion_0001_1Partner .slogan{margin-top: 64px; font-family: "Inter"; font-size: 18px; line-height: 28px; letter-spacing: 0px; text-align: center; color: #6A7282;}

@media (max-width: 1024px) { 
    #ly_web_promotion_0001_1Partner{padding: 80px 0;}
    #ly_web_promotion_0001_1Partner .head .title{font-size: 32px;}
    #ly_web_promotion_0001_1Partner .list{margin-top: 48px; gap: 24px;}
    #ly_web_promotion_0001_1Partner .item {width: calc((100% - 24px) / 2); backdrop-filter: blur(4px); box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);}
    #ly_web_promotion_0001_1Partner .pic{height: 217px;} 
    #ly_web_promotion_0001_1Partner .info{padding: 24px 3.7% 76px;}
    #ly_web_promotion_0001_1Partner .logos .logo{height: 24px; padding: 0 8px;}
    #ly_web_promotion_0001_1Partner .logos .logo:first-child{width: 89px;}
    #ly_web_promotion_0001_1Partner .brief{font-size: 14px;}
    #ly_web_promotion_0001_1Partner .btns .txt{font-size: 16px;}
    #ly_web_promotion_0001_1Partner .btns .txt{font-family: "Inter-SemiBold"; }
    #ly_web_promotion_0001_1Partner .slogan{display: none;}
    
    #ly_web_promotion_0001_1Partner .item:hover .pic img{transform: scale(1);}
}
@media (max-width: 768px) { 
    #ly_web_promotion_0001_1Partner{padding: 20px 0 80px;}
    #ly_web_promotion_0001_1Partner .head .title{font-size: 24px;}
    #ly_web_promotion_0001_1Partner .list{margin-top: 56px; gap: 16px;}
    #ly_web_promotion_0001_1Partner .item {width: 100%; border-radius: 10px;}
    #ly_web_promotion_0001_1Partner .pic{height: 430px;} 
    #ly_web_promotion_0001_1Partner .info{padding: 16px 24px 64px;}
    #ly_web_promotion_0001_1Partner .brief{margin-top: 16px; }
    #ly_web_promotion_0001_1Partner .btns{bottom: 16px;}
    #ly_web_promotion_0001_1Partner .btns .txt{font-size: 16px;}
    #ly_web_promotion_0001_1Partner .btns img{width: 16px; height: 16px;}
}

@media (max-width: 576px) {
    #ly_web_promotion_0001_1Partner .pic{height: 204px;} 
}





































#ly_web_promotion_0001_1Down{padding: 128px 0; box-shadow: 0px 2px 16px 0px #00000014; background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 100%);}
#ly_web_promotion_0001_1Down .info{padding: 104px 0; margin: 0 auto;}
#ly_web_promotion_0001_1Down .info .icon{width: 64px; height: 64px;}
#ly_web_promotion_0001_1Down .info .iconOne{top: 0; left: 0;}
#ly_web_promotion_0001_1Down .info .iconTwo{bottom: 0; right: 0; transform: rotate(180deg);}
#ly_web_promotion_0001_1Down .info .intro{font-family: "Figtree-Medium"; font-size: 32px; line-height: 140%; color: var(--color-text-primary);}  
#ly_web_promotion_0001_1Down .info .intro span{color: #0097E3; font-family: "Figtree-SemiBold";}

#ly_web_promotion_0001_1Down .content{margin-top: 104px; gap: 20px;}
#ly_web_promotion_0001_1Down .left,
#ly_web_promotion_0001_1Down .right{border-radius: 20px; border: 1px solid; background-color: rgba(255, 255, 255, 0.8); border-image-source: linear-gradient(118.84deg, #FFFFFF 0%, #C9C9C9 100%); backdrop-filter: blur(64px); backdrop-filter: blur(64px); box-shadow: 1px 0px 4px 0px #FFFFFF99 inset; box-shadow: 0px 1px 4px 0px #FFFFFF99 inset;}
#ly_web_promotion_0001_1Down .left{padding: 64px 4.87%; width: 57.92%;}
#ly_web_promotion_0001_1Down .title{font-family: Inter; font-weight: 600; font-style: Semi Bold; font-size: 40px; line-height: 120%; color: #333;}
#ly_web_promotion_0001_1Down .form{margin-top: 24px;}
#ly_web_promotion_0001_1Down .form .tit{display: none; font-family: "Figtree-Medium"; font-size: 16px; line-height: 100%; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Down .form .input{ padding: 0 20px; width: 100%; height: 56px; border-radius: 70px; box-shadow: 1px 1px 2px 0px #E9E9E9 inset; box-shadow: -1px -1px 2px 0px #E9E9E9 inset; font-family: "Figtree"; font-size: 16px; line-height: 120%; color: #333; background-color: #fff;}
#ly_web_promotion_0001_1Down .form .input input{width: 100%; height: 100%; border: none; outline: none; background-color: transparent;}
#ly_web_promotion_0001_1Down .links{margin-top: 16px; gap: 16px; font-family: "Figtree-SemiBold"; font-size: 16px; line-height: 100%; color: var(--main); text-decoration: underline;}
#ly_web_promotion_0001_1Down .checkbox-group{margin-top: 24px; gap: 10px;}
#ly_web_promotion_0001_1Down .checkbox-group input[type="checkbox"]{width: 12px; height: 12px; margin: 0; margin-top: 5px; position: relative; top: 0; left: 1px; background-color: var(--color-bg-card); border: 1px solid #00000033; border-radius: 2px; flex: none;}
#ly_web_promotion_0001_1Down .checkbox-group .checkbox-label{font-family: "Figtree"; font-size: 16px; line-height: 1.3; color: var(--color-text-placeholder);}
#ly_web_promotion_0001_1Down .checkbox-group .checkbox-label a{color: var(--main);}
#ly_web_promotion_0001_1Down .form .btn{margin-top: 40px; padding: 0 56px; width: max-content; height: 44px; border-radius: 100px; background-color: var(--main); font-family: "Figtree-Medium"; font-size: 16px; line-height: 100%; color: var(--color-text-white); border: 0; }

#ly_web_promotion_0001_1Down .form-tip{left: 22px; top: calc(100% + 8px); z-index: 1;}
#ly_web_promotion_0001_1Down .form-error{font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 12px; line-height: 100%; color: #F94073;}
#ly_web_promotion_0001_1Down .form-success{font-family: Poppins; font-weight: 400; font-style: Regular; font-size: 16px; line-height: 100%; color: #20B759;}

#ly_web_promotion_0001_1Down .right{width: 40.55%;}
#ly_web_promotion_0001_1Down .right .tit{font-family: Inter; font-weight: 600; font-style: Semi Bold; font-size: 24px; line-height: 100%; color: var(--color-text-primary); }
#ly_web_promotion_0001_1Down .right .img{margin-top: 32px; width: 200px; height: 200px;}
#ly_web_promotion_0001_1Down .right .intro{margin-top: 40px; gap: 10px;}
#ly_web_promotion_0001_1Down .right .intro .icon{width: 24px; height: 24px;}
#ly_web_promotion_0001_1Down .right .name{font-family: Inter; font-weight: 400; font-style: Regular; font-size: 24px; line-height: 100%; color: var(--color-text-placeholder);}

@media screen and (max-width: 1440px){
    #ly_web_promotion_0001_1Down .info .intro{font-size: 24px;}
    #ly_web_promotion_0001_1Down .title{font-size: 32px;}
    #ly_web_promotion_0001_1Down .right .tit,
    #ly_web_promotion_0001_1Down .right .name{font-size: 20px;}
}
@media screen and (max-width: 1024px){
    #ly_web_promotion_0001_1Down{padding: 80px 0;}
    #ly_web_promotion_0001_1Down .info{padding: 80px 0;}
    #ly_web_promotion_0001_1Down .info .icon{width: 50px; height: 50px;}
    #ly_web_promotion_0001_1Down .info .intro{font-size: 20px;}
    
    #ly_web_promotion_0001_1Down .content{margin-top: 80px; }
    #ly_web_promotion_0001_1Down .left{padding: 32px 3.5%; border: 1px solid;border-image-source: linear-gradient(118.84deg, #FFFFFF 0%, #C9C9C9 100%); backdrop-filter: blur(64px);box-shadow: 1px 0px 4px 0px #FFFFFF99 inset;box-shadow: 0px 1px 4px 0px #FFFFFF99 inset;}
    #ly_web_promotion_0001_1Down .title{font-size: 28px;}
    #ly_web_promotion_0001_1Down .form .input{height: 52px;}
    #ly_web_promotion_0001_1Down .form .input,
    #ly_web_promotion_0001_1Down .checkbox-group .checkbox-label,
    #ly_web_promotion_0001_1Down .form-error, #ly_web_promotion_0001_1Down .form-success{font-size: 12px;}
    #ly_web_promotion_0001_1Down .checkbox-group input[type="checkbox"]{margin-top: 2px;}
    #ly_web_promotion_0001_1Down .form .btn{margin-top: 16px; font-size: 14px; height: 42px;}
    
    #ly_web_promotion_0001_1Down .right .tit,
    #ly_web_promotion_0001_1Down .right .name {font-size: 18px;}
    #ly_web_promotion_0001_1Down .right .img{width: 128px; height: 128px;}
    #ly_web_promotion_0001_1Down .right .intro{margin-top: 25px; }
}
@media screen and (max-width: 768px){
    #ly_web_promotion_0001_1Down{padding: 80px 0;}
    #ly_web_promotion_0001_1Down .info{padding: 64px 0;}
    #ly_web_promotion_0001_1Down .info .icon{width: 40px; height: 40px;}
    #ly_web_promotion_0001_1Down .info .intro{font-size: 16px; line-height: 140%;}
    
    #ly_web_promotion_0001_1Down .content{margin-top: 80px; flex-wrap: wrap; gap: 10px;}
    #ly_web_promotion_0001_1Down .content .left, 
    #ly_web_promotion_0001_1Down .content .right{width: 100%;}

    #ly_web_promotion_0001_1Down .content .left{padding: 24px 24px 32px;}
    #ly_web_promotion_0001_1Down .title{font-size: 20px;}
    #ly_web_promotion_0001_1Down .form .input,
    #ly_web_promotion_0001_1Down .checkbox-group .checkbox-label,
    #ly_web_promotion_0001_1Down .form-error, #ly_web_promotion_0001_1Down .form-success{font-size: 12px;}
    #ly_web_promotion_0001_1Down .checkbox-group{margin-top: 24px; }
    #ly_web_promotion_0001_1Down .checkbox-group input[type="checkbox"]{width: 12px; height: 12px; margin-top: 2px;}
    #ly_web_promotion_0001_1Down .form .btn{margin-top: 16px; padding: 0 56px; font-size: 14px;}
    
    #ly_web_promotion_0001_1Down .right {padding: 53px 20px;}
    #ly_web_promotion_0001_1Down .right .tit,
    #ly_web_promotion_0001_1Down .right .name {font-size: 16px;}
    #ly_web_promotion_0001_1Down .right .img{margin-top: 24px; width: 88px; height: 88px;}
    #ly_web_promotion_0001_1Down .right .intro{margin-top: 24px; }
    #ly_web_promotion_0001_1Down .right .intro .icon{width: 16px; height: 16px;}
}
/* @media screen and (max-width: 672px){
    #ly_web_promotion_0001_1Down{padding: .8rem 0;}
    #ly_web_promotion_0001_1Down .info{padding:1.04rem 0;}
    #ly_web_promotion_0001_1Down .info .icon{width: .8rem; height: .8rem;}
    #ly_web_promotion_0001_1Down .info .intro{font-size: .32rem;}
    
    #ly_web_promotion_0001_1Down .content{margin-top: .8rem; flex-wrap: wrap; gap: 10px;}
    #ly_web_promotion_0001_1Down .content .left, 
    #ly_web_promotion_0001_1Down .content .right{width: 100%;}
    #ly_web_promotion_0001_1Down .title{font-size: .4rem;}
    #ly_web_promotion_0001_1Down .form .input,
    #ly_web_promotion_0001_1Down .checkbox-group .checkbox-label,
    #ly_web_promotion_0001_1Down .form-error, #ly_web_promotion_0001_1Down .form-success{font-size: .24rem;}
    #ly_web_promotion_0001_1Down .checkbox-group{margin-top: .48rem; }
    #ly_web_promotion_0001_1Down .checkbox-group input[type="checkbox"]{width: .24rem; height: .24rem; margin-top: .04rem;}
    #ly_web_promotion_0001_1Down .form .btn{margin-top: .32rem; padding: 0 1.12rem; font-size: .28rem;}
    
    
    #ly_web_promotion_0001_1Down .right {padding:1.03rem .3rem;}
    #ly_web_promotion_0001_1Down .right .tit,
    #ly_web_promotion_0001_1Down .right .name {font-size: .32rem;}
    #ly_web_promotion_0001_1Down .right .img{width: 88px; height: 88px;}
    #ly_web_promotion_0001_1Down .right .intro{margin-top: .48rem; }
} */



/* 产品列表 */
#ly_web_promotion_0001_1Product{padding: 128px 20px; background: linear-gradient(180deg, #FFFFFF 0%, #D6E6ED 100%);}
#ly_web_promotion_0001_1Product .top_title{font-family: "Figtree-Bold"; font-size: 64px; line-height: 100%; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Product .list{margin-top: 64px; gap: 20px; width: 100%;}
#ly_web_promotion_0001_1Product .item{width: calc((100% - 20px) / 2); background-color: var(--color-bg-card); border-radius: 20px; background: var(--color-bg-page);}
#ly_web_promotion_0001_1Product .img{width: 52.84%;}
/*#ly_web_promotion_0001_1Product .img::before{height: 480px;}*/
#ly_web_promotion_0001_1Product .img::before{padding-top: 73.17%;}

#ly_web_promotion_0001_1Product .info{width: calc(100% - 52.48%); padding: 48px 4.48% 130px;}
#ly_web_promotion_0001_1Product .name{margin-top: 24px; font-family: "Figtree-SemiBold"; font-size: 40px; line-height: 140%; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Product .desc{margin-top: 16px; font-family: "Figtree-Medium"; font-size: 24px; line-height: 130%; color: var(--color-text-primary);}
#ly_web_promotion_0001_1Product .bottom{bottom: 40px; left: 40px; gap: 24px; z-index: 2;}
/*#ly_web_promotion_0001_1Product .btn{padding: 20px 48px; border-width: 2px;}*/
#ly_web_promotion_0001_1Product .item:hover .img img{transform: scale(1.05);}


@media screen and (max-width: 1960px){
    #ly_web_promotion_0001_1Product .name{font-size: 32px; margin-top: 10px;}
    #ly_web_promotion_0001_1Product .desc{font-size: 22px; margin-top: 8px;}
}
@media screen and (max-width: 1536px){
    #ly_web_promotion_0001_1Product .item{width: 100%;}
    #ly_web_promotion_0001_1Product .img::before{padding-top: initial; height: 535px;}
    #ly_web_promotion_0001_1Product .name{font-size: 40px; margin-top: 24px;}
    #ly_web_promotion_0001_1Product .desc{font-size: 24px; margin-top: 16px;}
}
@media screen and (max-width: 1440px){
    #ly_web_promotion_0001_1Product .top_title{font-size: 56px; width: 56%; margin: 0 auto;}
    
    /*#ly_web_promotion_0001_1Product .btn{padding: 20px 48px;}*/
}
@media screen and (max-width: 1024px){
    #ly_web_promotion_0001_1Product{padding: 80px 20px;}
    #ly_web_promotion_0001_1Product .top_title{font-size: 48px; width: 66%; line-height: 140%;}
    #ly_web_promotion_0001_1Product .list{margin-top: 40px;}
    
    #ly_web_promotion_0001_1Product .info{padding: 48px 4.1% 100px;}
    #ly_web_promotion_0001_1Product .img::before{height: 380px;}
    #ly_web_promotion_0001_1Product .name{font-size: 32px; }
    #ly_web_promotion_0001_1Product .desc{font-size: 20px; line-height: 100%;}
    #ly_web_promotion_0001_1Product .bottom{bottom: 24px;}
    #ly_web_promotion_0001_1Product .btn{font-size: 14px; border-width: 2px;}
    
}
@media screen and (max-width: 768px){
    #ly_web_promotion_0001_1Product{padding: 80px 20px;}
    #ly_web_promotion_0001_1Product .top_title{font-size: 28px; width: 100%; line-height: 140%;}
    #ly_web_promotion_0001_1Product .list{margin-top: 40px;}
    
    #ly_web_promotion_0001_1Product .item{width: 100%; flex-wrap: wrap; box-shadow: 0px 4px 12px 0px #0000001A; border-radius: 10px;}
    #ly_web_promotion_0001_1Product .img{width: 100%;}
    #ly_web_promotion_0001_1Product .img::before{height: 535px;}
    
    #ly_web_promotion_0001_1Product .info{width: 100%; padding: 24px 48px 132px;}
    #ly_web_promotion_0001_1Product .logo{margin: 0 auto;}
    #ly_web_promotion_0001_1Product .name{font-size: 24px; margin-top: 16px; text-align: center;}
    #ly_web_promotion_0001_1Product .desc{font-size: 16px; margin-top: 8px; text-align: center; line-height: 140%;}
    #ly_web_promotion_0001_1Product .bottom{bottom: 48px; gap: 16px; left: 50%; transform: translateX(-50%);}
    #ly_web_promotion_0001_1Product .btn{font-size: 14px; border-width: 2px;}
    #ly_web_promotion_0001_1Product .btn .text{font-size: 14px;}
}
@media screen and (max-width: 672px){
    #ly_web_promotion_0001_1Product .img::before{height: initial; padding-top: 47.54%;}
}
@media screen and (max-width: 430px){
    #ly_web_promotion_0001_1Product .img::before{height: initial; padding-top: 73.17%;}
}
/* @media screen and (max-width: 672px){
    #ly_web_promotion_0001_1Product{padding: .8rem 10px;}
    #ly_web_promotion_0001_1Product .top_title{font-size: .42rem; width: 100%;}
    #ly_web_promotion_0001_1Product .list{margin-top: .8rem;}
    
    #ly_web_promotion_0001_1Product .item{width: 100%;}
    #ly_web_promotion_0001_1Product .info{width: 100%; padding: .3rem .48rem 1.7rem;}
    #ly_web_promotion_0001_1Product .name{font-size: .32rem; margin-top: .32rem; text-align: center;}
    #ly_web_promotion_0001_1Product .desc{font-size: .26rem; margin-top: .16rem; text-align: center;}
    #ly_web_promotion_0001_1Product .bottom{bottom: .5rem; gap: .32rem; }
    #ly_web_promotion_0001_1Product .btn{font-size: .24rem;}
    #ly_web_promotion_0001_1Product .btn .text{font-size: .24rem;}
    
} */


/* 提交成功弹窗 */
#successBox{top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -100; pointer-events: none; user-select: none; width: max-content; height: max-content; padding: 64px; background: var(--color-bg-card); border-radius: 20px; border: 1px solid;border-image-source: linear-gradient(207.67deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);  opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;}
#successBox.show{ z-index: 100; pointer-events: auto; user-select: auto; opacity: 1;visibility: visible;}
#successBox .icon{margin: 0 auto; width: 180px; height: 180px;}
#successBox .text{margin-top: 40px; font-family: "Figtree-Medium"; font-size: 32px;line-height: 120%;color: var(--color-text-primary);}

@media screen and (max-width: 1440px){
    #successBox .icon{width: 140px; height: 140px;}  
    #successBox .text{margin-top: 32px; font-size: 28px;}
}
@media screen and (max-width: 1366px){
    #successBox {padding: 56px;}
    #successBox .text{font-size: 24px;}
}
@media screen and (max-width: 1024px){
    #successBox .icon{width: 120px; height: 120px;}  
    #successBox .text{margin-top: 24px; font-size: 20px;}
}
@media screen and (max-width: 768px){
    #successBox {padding: 20px; border-radius: 10px;}
    #successBox .icon{width: 80px; height: 80px;}  
    #successBox .text{margin-top: 10px; font-size: 16px;}
}
/* @media screen and (max-width: 768px){
    #successBox {padding: .4rem;}
    #successBox .icon{width: 1.2rem; height: 1.2rem;}  
    #successBox .text{margin-top: .3rem; font-size: .28rem;}
} */
