/** Shopify CDN: Minification failed

Line 59:26 Unexpected "2s"

**/
.triFusion{
    font-family:'H-Bold';
    background:white;
    color:black;
    line-height:1;
    text-align:center;
}
.box2{
    padding:6rem 0;
}
.box2_title{
    width:36%;
    margin:0 auto;
    font-size:2.5rem;
}
.box2_title div{
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0.5rem;
    font-family: 'H-Regular';
}
.box2_items{
    width:50%;
    margin:4rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 三列 */
    grid-template-rows: auto auto auto;    /* 三行 */
    gap: 0.8rem;   
}
.box2_items div{
    position:relative;
}
.box2_items div span{
    position:absolute;
    font-size:1rem;
    line-height:1.2;
    text-align: left;
    color:white;
}
.box2_items div img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例裁剪，铺满容器 */
    display: block;
}

/* 左侧大图（跨两行） */
.box2_items div:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}

/* 上排中间 */
.box2_items div:nth-child(2s) {
    grid-row: 1;
    grid-column: 2;
}

/* 上排右边 */
.box2_items div:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}

/* 中间下排中间 */
.box2_items div:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
}

/* 中间下排右边 */
.box2_items div:nth-child(5) {
    grid-row: 2;
    grid-column: 3;
}

/* 底部左侧（跨两列） */
.box2_items div:nth-child(6) {
    grid-row: 3;
    grid-column: 1 / span 2;
}

/* 底部右侧 */
.box2_items div:nth-child(7) {
    grid-row: 3;
    grid-column: 3;
}

.box2_items div:nth-child(1) span{
    top: 5%;
    left: 7%;
    width: 55%;
}
.box2_items div:nth-child(2) span{
    top: 33%;
    left: 8%;
    width: 36%;
    color:black;
}
.box2_items div:nth-child(3) span{
    top: 39%;
    left: 34%;
    text-align: center;
    width: 30%;
}
.box2_items div:nth-child(4) span{
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}
.box2_items div:nth-child(5) span{
    top: 7%;
    left: 6%;
}
.box2_items div:nth-child(6) span{
    bottom: 7%;
    left: 3%;
    width: 32%;
}
.box2_items div:nth-child(7) span{
    color: black;
    top: 7%;
    left: 6%;
    width: 51%;
}
.box3{
    background:linear-gradient(135deg, #ffeca0, #ff6f1a, #b73505);
    height:58rem;
}
.box3_title{
    width:100%;
    color:white;
    top:7%;
    left:0;
    font-size:2.5rem;
}
.box3_title img{
    width:12%;
    margin:0 auto 1rem;
}
.box3_info{
    color:white;
    font-size:12rem;
    top:45%;
    left:0;
    width:100%;
}
.box3_img{
    width: 30%;
    top: 32%;
    left: 33%;
}
.box3_img img:nth-child(2),.box3_img img:nth-child(3),.box3_img img:nth-child(4){
    position:absolute;
    top:0;
    left:0;
    /* opacity:0; */
}
.box3_title div{
    margin-top:0.5rem;
}
.box4{
    height:56rem;
    overflow:hidden;
}
.box4_content img{
    width:14rem;
    margin:0 auto 1rem;
}
.box4_content div,.box4_title{
    font-size:1.5rem;
}
.box4_content p,.box4_title p{
    display:block;
    font-size:4rem;
    margin:0.2rem auto;
}
.box4_title p{
    font-size:3rem;
}
.box4_content span{
    margin-top:1.5rem;
    display:block;
}
.box4_img1,.box4_img2,.box4_img3{
    width:12%;
    top:100%;
    /* transform:translateY(-72rem) */
}
.box4_img1{
    left:44%;
}
.box4_img2{
    left:23%;
}
.box4_img3{
    left:65%;
}
.box4_img{
    width:40%;
}
.box5{
    overflow:hidden;
}
.box5_title{
    top:10%;
    width:28%;
    left:36%;
    color:white;
    font-size:2.5rem;
}
.box5_title div{
    margin-top:1rem;
}
.box5_line{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image:linear-gradient(to right,#1E9CFD,#63F4CA,#DC38D8);
    font-size:2rem;
    padding-bottom: 0.2rem;
}
.bl1{
    top: 15%;
    left: 37%;
}
.bl2{
    top: 18%;
    left: 52%;
}
.box5_line div {
    position: absolute;
    left: 50%;
    top: 3rem;
    transform: translate(-50%);
    width: 2px;
    height: 10rem;
    background: white;
}
.bl1 div{
    height: 36rem;
}
.box5_line div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: white;
}
.box6{
    padding:6rem 0;
    overflow:hidden;
}
.box6_title{
    text-align: left;
    margin-left: 24%;
    font-size: 2.5rem;
}
.box6_title div{
    margin-top:0.5rem;
}
.box6_item{
    width:100%;
    margin:5rem auto 0;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    transform:translate(24%)
    /* -27% */
}
.box6_item div{
    position:relative;
    width:49%;
}
.box6_flag{
    /* transform: translate(3%, -15%) scale(2.2); */
    z-index: 2;
}
.box6_flag div{
    left:50%;
    transform:translate(-50%);
    bottom:11%;
    color:white;
    position:absolute;
}
.box6_flag div p:first-child{
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:'H-Regular';
    font-size:1.2rem;
}
.box6_flag div p:first-child img{
    width: 3rem;
    margin-right: 0.2rem;
}
.box6_flag div p:first-child span c{
    display:block;
    font-size:3rem;
    font-family:'H-Bold';
}
.box6_flag div p:last-child{
    display:block;
    margin-top:8rem;
    font-size:1.5rem;
}
.box7{
    background:linear-gradient(to right,#FF6000,#FFFD7E);
    height:56rem;
}
.box7 div{
    position:absolute;
    top:50%;
    left:0%;
    width:100%;
    transform:translate(-100%,-50%);
}
.box7 div p{
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image:linear-gradient(to right,#FF6000,#FFFD7E);
    font-size:12rem;
}
.box7 div p span{
    display:block;
    font-size:15rem;
}
.box7 div img:last-child{
    width:12%;
    margin:2rem auto 0;
}
.box8{
    background:black;
    height:56rem;
    color:white;
}
.box8_title{
    font-size:2.5rem;
    top:8%;
    left:0;
    width:100%;
}
.box8_title div{
    margin-top:0.5rem;
}
.box8Swiper{
    width:100%;
    overflow:hidden;
    top:46%;
}
.box8Swiper .swiper-wrapper{
    transition-timing-function: linear;
}
.box8_text{
    font-size:7rem;
    font-family:'H-Light';
    padding-bottom:0.5rem;
}
.box8_text span{
    font-family:'H-Bold';
    margin-left:1rem;
}
.box8_item{
    width:52%;
    top:25%;
    left:24%;
    z-index:2;
}
.box8_item img:nth-child(2){
    position: absolute;
    bottom: -3rem;
    left: -3rem;
    width: 17%;
    animation:box8_img 1s alternate infinite ease-in-out;
}
.box8_item img:nth-child(3){
    position: absolute;
    top: 13%;
    right: -3rem;
    width: 26%;
    animation:box8_img 1s alternate infinite ease-in-out;
}
.box8_item img:nth-child(4){
    position: absolute;
    top: 13%;
    left: 13%;
    width: 19%;
}
.box8_item img:nth-child(5){
    position: absolute;
    bottom: -4rem;
    right: 8%;
    width: 32%;
}
@keyframes box8_img {
    0%{
        transform:translateY(1rem)
    }
    100%{
        transform:translateY(-1rem)
    }
}
.box9{
    padding:9rem 24%;
}
.box9_title{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    text-align:left;
}
.box9_title div:first-child{
    font-size:2.5rem;
}
.box9_title div:last-child{
    width:50%;
}
.box9_title div:last-child span{
    font-family:'H-Bold'
}
.box9_item{
    margin-top:4rem;   
}
.box9_item img:last-child{
    position: absolute;
    top: 28.5%;
    left: 49.5%;
    width: 15.5%;
    opacity:0;
}
.box9_active{
    animation:box9_img 3s ease-in-out;
}
@keyframes box9_img {
    0%{
        opacity:0
    }
    15%{
        opacity:1
    }
    30%{
        opacity:0
    }
    45%{
        opacity:1
    }
    60%{
        opacity:0
    }
    75%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.box10{
    padding:6rem 0 8rem;
    overflow:hidden;
}
.box10_title{
    font-size: 2.5rem;
    width: 100%;
}
.box10_title div{
    margin-top:0.5rem;
}
.box10_item{
    width:150%;
    margin:5rem auto 0;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    transform:translate(17%)
    /* -50% */
}
.box10_item div{
    position:relative;
    width:32.5%;
}
.box10_flag{
    /* transform: translateY(-12%) scale(2.2); */
    z-index: 2;
}
.box11{
    padding:6rem 0;
}
.box11_title{
    font-size: 2.5rem;
    width: 100%;
}
.box11_title div{
    margin-top:0.5rem;
}
.box11_item{
    width:52%;
    margin:4rem auto 0;
}
.box11_item div{
    width:18%;
    display:flex;
    justify-content:space-between;
    margin:1.5rem auto 0;
}
.box11_item div img{
    width:42%;
}
.flavors{
    padding:5rem 0;
}
.flavors_title{
    font-size: 3rem;
    width: 100%;
}
.flavors_title div{
    margin-top:0.5rem;
}
.flavorsSwiper{
    width:52%;
    margin:4rem auto 0;
    overflow:hidden;
}
.fs_item{
    width:96%;
    margin:0 auto;
}
.fs_item span{
    font-size:1rem;
    display:block;
    margin-top:1rem;
    font-family:'H-Regular';
}
.flavorsSwiper-button{
    display:flex;
    justify-content:center;
    margin-top:3rem;
}
/* 带边框圆圈的左右箭头 */
.flavorsSwiper-button-prev,.flavorsSwiper-button-next{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-family: 'H-Medium';
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin:0 1rem;
    cursor:pointer;
}
.specs_content{
    width:52%;
    left:24%;
    top:22%;
    color:white;
    text-align:left;
}
.sc_weight{
    font-family:'H-Light';
    font-size: 1.2rem;
    margin-bottom: 25%;
}
.sc_weight div{
    font-size:4.5rem;
}
.sc_items{
    font-size:3rem;
}
.sc_items div{
    margin-top:2rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.sc_items div p{
    display: block;
    width: 32%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 4%;
    font-size: 1.2rem;
    font-family: 'H-Light';
    margin-bottom: 1rem;
    box-sizing: border-box;
}
.sc_items div p span{
    font-family:'H-Bold';
    margin-top:2rem;
    display:block;
}
.specs_img{
    width: 25%;
    top: 7%;
    left: 39%;
}
.package{
    padding:8rem 24%;
}
.package_title{
    font-size:3rem;
    width:100%;
    margin-bottom:5rem;
}





.box3_title div,.box4_content span,.box5_title div,.box6_title div,.box8_title div,
.box9_title div:last-child,.box10_title div,.box11_title div,.flavors_title div{
    font-size:1.2rem;
    line-height:1.2;
    font-family:'H-Regular';
}
.box4_content,.box4_title,.box4_img{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

@media (max-width:750px){
    .box3_title div,.box3_title div, .box4_content span,.box2_title div,.box5_title div,
    .box6_title div,.box8_title div,.box9_title div:last-child,.box10_title div,.box11_title div,
    .flavors_title div,.fs_item span{
        font-size: 0.875rem;
    }

    .package{
        padding:3rem 0 0;
    }
    .package_title{
        font-size:2rem;
        width:100%;
        margin-bottom:3rem;
    }
    .specs_content {
        width: 90%;
        left: 5%;
        top: 12%;
    }
    .specs_img {
        width: 60%;
        top: 6%;
        left: 36%;
    }
    .sc_items div p {
        width: 49%;
        padding: 1rem 4%;
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .sc_items div p span{
        margin-top:1rem;
    }
    .sc_weight div {
        font-size: 3rem;
    }
    .sc_items div{
        margin-top:1rem;
    }
    .sc_items {
        font-size: 1.5rem;
    }
    .sc_weight {
        font-size: 1rem;
        margin-bottom: 40%;
    }
    .flavorsSwiper-button{
        margin-top:1.5rem;
    }
    .flavorsSwiper-button-prev, .flavorsSwiper-button-next{
        width:1.8rem;
        height:1.8rem;
        font-size:1.25rem;
    }
    .flavors {
        padding: 3rem 0;
    }
    .flavors_title{
        font-size:2rem;
    }
    .fs_item span{
        margin-top:0.5rem;
    }
    .flavorsSwiper{
        width:100%;
        margin:2rem auto 0;
    }
    .box11 {
        padding: 3rem 0;
    }
    .box11_item div{
        width:35%;
        margin:1rem auto 0;
    }
    .box11_title {
        font-size: 1.75rem;
        width: 84%;
        margin: 0 auto;
    }
    .b11_flag{
        height: 20rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box11_item {
        width: 90%;
        margin: 2rem auto 0;
        overflow: hidden;
    }
    .box10_title {
        font-size: 1.75rem;
        width: 88%;
        margin: 0 auto;
    }
    .box10_item div img {
        height: 18rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box10_item div{
        width: 90%;
        margin-bottom: 1rem;
        overflow:hidden;
    }
    .box10_item{
        width: 100%;
        margin: 2rem auto 0;
        transform: translate(0%);
        justify-content: space-around;
    }
    .box10{
        padding:3rem 0 2rem;
    }
    .box9{
        padding: 3rem 5%;
    }
    .box9_title{
        text-align:center;
    }
    .box9_item img:last-child{
        width:34.5%;
    }
    .box9_item img:nth-child(1){
        height: 26rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box9_item {
        margin-top: 2rem;
        overflow: hidden;
    }
    .box9_title div:first-child {
        font-size: 1.75rem;
        width: 100%;
    }
    .box9_title div:last-child {
        width: 82%;
        margin:0.5rem auto 0;
    }
    .box8{
        height:auto;
        padding:3rem 0 4rem;
    }
    .box8_item img:nth-child(5) {
        bottom: 1.5rem;
        right: 13%;
        width: 32%;
    }
    .box8_item img:nth-child(4) {
        top: 36%;
        left: 10%;
        width: 22%;
    }
    .box8_item img:nth-child(3) {
        top: 22%;
        right: 0.5rem;
        width: 25%;
    }
    .box8_item img:nth-child(1){
        height: 21rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box8_item img:nth-child(2) {
        bottom: 2rem;
        left: 0.5rem;
        width: 20%;
    }
    .box8_item {
        width: 90%;
        position: static;
        margin: 4rem auto 0;
        overflow: hidden;
    }
    .box8Swiper{
        display:none;
    }
    .box8_title {
        font-size: 1.75rem;
        width: 78%;
        margin: 0 auto;
        position: static;
    }
    @keyframes box8_img {
        0%{
            transform:translateY(0.5rem)
        }
        100%{
            transform:translateY(-0.5rem)
        }
    }
    .box7{
        height:38rem;
    }
    .box7 div img:last-child{
        width:32%;
    }
    .box7 div p span{
        font-size:5rem;
    }
    .box7 div p {
        font-size: 3rem;
    }
    .box6 {
        padding: 3rem 0 2rem;
    }
    .box6_item {
        width: 90%;
        margin: 2rem auto 0;
        transform: translate(0)
    }
    .box6_flag div p:last-child {
        margin-top: 3rem;
        font-size: 1rem;
    }
    .box6_flag div p:first-child span c{
        font-size:2rem;
    }
    .box6_flag div p:first-child img {
        width: 2rem;
        margin-right: 0;
        height: auto;
        position: static;
        transform: none;
    }
    .box6_flag div p:first-child{
        font-size:0.875rem;
    }
    .box6_flag div{
        bottom:0;
    }
    .box6_item div img {
        height: 14rem;
        width: auto;
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }
    .box6_item div {
        width: 100%;
        overflow: hidden;
        margin-bottom: 1rem;
    }
    .box6_title {
        margin-left: 5%;
        font-size: 1.75rem;
        width: 90%;
    }
    .box5_title {
        top: 9%;
        width: 90%;
        left: 5%;
        font-size: 2rem;
    }
    .box5_line div{
        top:2rem;
        width:1px;
        height:7.5rem;
    }
    .bl1 div {
        height: 23rem;
    }
    .box5_line{
        font-size:1.2rem;
    }
    .bl1 {
        top: 15%;
        left: 15%;
    }
    .bl2 {
        top: 22%;
        left: 52%;
    }
    .box4_img1, .box4_img2, .box4_img3{
        width:40%;
        /* transform: translateY(-52rem); */
    }
    .box4_img1{
        left:32%;
    }
    .box4_img2 {
        left: 6%;
    }
    .box4_img3 {
        left: 57%;
    }
    .box4_img {
        width: 100%;
    }
    .box4_content{
        width: 60%;
    }
    .box4_content img{
        width:52%;
    }
    .box4_content p{
        font-size:2.5rem;
    }
    .box4_title p{
        font-size:1.5rem;
    }
    .box4_content div{
        font-size:1.2rem;
    }
    .box4_title{
        font-size:1rem;
    }
    .box3,.box4{
        height:40rem;
    }
    .box3_img {
        width: 76%;
        top: 42%;
        left: 10%;
    }
    .box3_info{
        font-size: 7rem;
        top: 38%;
        transform: scale(1.1);
    }
    .box3_title img {
        width: 44%;
        margin: 0 auto 0.5rem;
    }
    .box3_title {
        width: 82%;
        top: 6%;
        left: 9%;
        font-size: 1.75rem;
    }
    .box2 {
        padding: 3rem 0;
    }
    .box2_title{
        width:90%;
        font-size:2rem;
    }
    .box2_items{
        width:90%;
        margin:2rem auto 0;
        grid-template-columns: 1fr 1fr; /* 两列 */
        grid-template-rows: auto;
        gap: 0.5rem;
    }
    
    /* 重新排布位置（会覆盖 PC 端的跨行/跨列设置） */
    .box2_items div:nth-child(1) { grid-column: 1;grid-row: 1 / span 2;}  /* 第二列，跨两行 */
    .box2_items div:nth-child(2) { grid-column: 2; grid-row: 1; }
    .box2_items div:nth-child(3) { grid-column: 1; grid-row: 3; }
    .box2_items div:nth-child(4) { grid-column: 2; grid-row: 2; }         
    .box2_items div:nth-child(5) { grid-column: 2; grid-row: 3; }
    .box2_items div:nth-child(6) { grid-column: 2; grid-row: 4; }
    .box2_items div:nth-child(7) { grid-column: 1; grid-row: 4; }

    .box2_items div span{
        font-size:0.75rem;
    }
    .box2_items div:nth-child(1) span {
        top: 4%;
        left: 7%;
        width: 77%;
    }
    .box2_items div:nth-child(2) span {
        top: 33%;
        left: 3%;
        width: 43%;
    }
    .box2_items div:nth-child(3) span {
        top: 17%;
        left: 34%;
        text-align: center;
        width: 30%;
    }
    .box2_items div:nth-child(4) span {
        bottom: 10%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .box2_items div:nth-child(6) span {
        bottom: 7%;
        left: 10%;
        width: 88%;
    }
    .box2_items div:nth-child(7) span {
        top: 6%;
        left: 6%;
        width: 68%;
    }
}
