/** Shopify CDN: Minification failed

Line 59:26 Unexpected "2s"

**/
.maglink{
    font-family:'H-Bold';
    line-height:1;
    background:black;
    color:white;
    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:black;
}
.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 / span 2;
    grid-column: 3;
}

/* 底部左侧（跨两列） */
.box2_items div:nth-child(6) {
    grid-row: 3;
    grid-column: 1 / span 2;
}

.box2_items div:nth-child(1) span{
    top: 4%;
    left: 7%;
}
.box2_items div:nth-child(2) span{
    top: 8%;
    left: 7%;
}
.box2_items div:nth-child(3) span{
    top: 8%;
    left: 46%;
}
.box2_items div:nth-child(4) span{
    bottom: 4%;
    left: 2%;
}
.box2_items div:nth-child(5) span{
    top: 4%;
    left: 6%;
}
.box2_items div:nth-child(6) span{
    top: 6%;
    left: 1%;
    color: white;
}
.box3{
    background:rgba(216, 251, 37,1);
    height:56rem;
    overflow:hidden;
    z-index:2;
}
.box3_title{
    width:100%;
    top:28%;
    left:0;
    z-index:4;
}
.box3_title div{
    color:white;
    font-size: 9rem;
    width: 52%;
    margin: 0 auto 10%;
    opacity:0;
}
.box3_title p{
    font-family:'H-Regular';
    font-size: 1.2rem;
    line-height: 1.2;
    color: black;
    margin: 0 auto;
}
.box3_flag{
    top: -10%;
    left: 0;
    /* transform: scale(50) translate(2%, -5%); */
}
.box3_img{
    position:absolute;
    width: 13%;
    top: 13%;
    left:43%;
    /* -210,210 */
}
.box3_{
    overflow:hidden;
}
.box4{
    width:100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.box4 video{
    width:100%;
}
.box5{
    background:black;
    overflow:hidden;
}
.box5_bg{
    transform:scale(0.8)
}
.box5_mask{
    width:100%;
    top:0;
    left:0;
    z-index:3;
}
.box5_title{
    width: 24%;
    left: 38%;
    bottom: 15%;
    font-size: 2.5rem;
    z-index:4;
}
.box5_title div{
    font-size:1.2rem;
    line-height:1.2;
    margin-top:1.5rem;
    font-family:'H-Regular';
}
.box5_line{
    width: 9rem;
    left: 21%;
    height: 17rem;
    z-index: 2;
    background: linear-gradient(to right, transparent 8%, rgba(255, 255, 255, 0.8) 90%, transparent 100%);
    transform: rotate(-15deg);
    /* x:58rem */
    top: 25%;
    opacity:0;
}
.box6{
    background:black;
    height:56rem;
}
.box6_title{
    font-size:2.5rem;
    width:100%;
    top:8%;
    left:0;
}
.box6_title div{
    margin: 28% auto 2rem;
    display: flex;
    justify-content: space-between;
    width: 24%;
}
.box6_title div span{
    width: 48%;
    padding: 0.6rem 0;
    border-radius: 2rem;
    color: black;
    font-size: 1.5rem;
}
.box6_title div span:nth-child(1){
    background:#FFF001
}
.box6_title div span:nth-child(2){
    background:#FF6D00
}
.box6_title p{
    font-size:1.2rem;
    font-family:'H-Regular';
    line-height:1.2;
}
.box6_img{
    width: 30%;
    top: 26%;
}
.box6_img1{
    left:25%;
}
.box6_img2{
    left:48%;
    top: 21%;
    /* 30%,-30% */
}
.box6_img3{
    width: 18%;
    top: 16%;
    left: 44%;
}
.box7{
    background:white;
    padding:10rem 0 6rem;
}
.box7_item{
    width:100%;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    transform:translate(24%)
    /* -27% */
}
.box7_item div{
    width:49%;
    color: black;
}
.box7_text{
    margin-top:3rem;
}
.box7_text div{
    width:100%;
    color: black;
    background:white;
}
.box7_text div p{
    padding: 0.6rem 2rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    width:fit-content;
    margin:0 auto 1rem;
}
.box7_text div:nth-child(1) p{
    background:#FFF001
}
.box7_text div:nth-child(2) p{
    background:#FF6D00
}
.box7_text div:nth-child(2){
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}
.box7_text div span{
    font-size:1.2rem;
    font-family:'H-Regular';
    line-height:1.2;
}
.box8{
    background:black;
    padding:20rem 0 6rem;
}
.box8_num{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20rem;
    text-align:right;
    color:#B0B0B0
}
.box8_num img{
    width:15rem;
}
.box8_title{
    width: 24%;
    margin: 3rem auto 0;
    font-size: 2.5rem;
}
.box8_title div{
    font-size:1.2rem;
    line-height:1.2;
    margin-top:1rem;
    font-family:'H-Regular';
}
.box8_img{
    width: 30%;
    top: 9%;
    left: 36%;
    z-index:3;
}
.box9{
    background:#6A4ACF;
    padding:10rem 0 6rem;
}
.box9_img{
    width:46%;
    margin:0 auto 4rem;
}
.box9_title{
    width: 24%;
    margin: 0 auto;
    font-size: 2.5rem;
}
.box9_title div,.box10_title div,.box11_title div{
    font-size:1.2rem;
    line-height:1.2;
    margin-top:1rem;
    font-family:'H-Regular';
}
.box9_title p{
    padding: 0.6rem 2rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    width: fit-content;
    margin: 0 auto 1rem;
    background: #D8FB25;
    color: black;
}
.box10{
    padding:10rem 0 6rem;
}
.box11{
    padding:10rem 0 8rem;
}
.box10_img,.box11_img{
    width:46%;
    margin:0 auto 4rem;
}
.box10_title{
    width: 34%;
    margin: 0 auto;
    font-size: 2.5rem;
}
.box11_img img:nth-child(2){
    position:absolute;
    top:0;
    left:0;
}

.container{
    display: flex;
    align-items: center;
}
.container .num{
    overflow: hidden;
}

.container .num .list{
    display: flex;
    flex-direction: column;
}

.container .num .item{
    line-height: 16rem;
    text-align: center;
    font-size: 20rem;
}

.container .num-con {
    position: relative;
    top: 0px;
    height: 16rem;
}
.box1_video{
    width:100%;
}






.flavors{
    padding:8rem 0;
    background: white;
    color: black;
}
.flavors_title{
    font-size: 3rem;
    width: 100%;
}
.flavors_title div{
    margin-top:0.5rem;
    font-size:1.2rem;
    line-height:1.2;
    font-family:'H-Regular';
}
.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{
    background:linear-gradient(to bottom,#7A2CFA,#0E061D);
}
.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(255,255,255, 0.2);
    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: 10%;
    left: 39%;
}
.package{
    padding:8rem 24%;
    background: white;
    color: black;
}
.package_title{
    font-size:3rem;
    width:100%;
    margin-bottom:5rem;
}



.opacity1{
    opacity:1 !important;
}
@media (max-width:750px){
    .box2_title div{
        font-size:0.875rem;
    }

    .container .num .item{
        font-size: 7rem;
        line-height:5.5rem;
    }
    .container .num-con{
        height:5.5rem;
    }
    


    .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;
    } 
    .flavors_title div{
        font-size: 0.875rem;
    }
    .fs_item span{
        margin-top:0.5rem;
    }
    .flavorsSwiper{
        width:100%;
        margin:2rem auto 0;
    }


    .box9,.box10,.box11{
        padding:4rem 0;
    }
    .box11_title{
        width: 50%;
        margin: 0 auto;
    }
    .box11_img{
        width: 100%;
        overflow: hidden;
        margin: 0 auto 2rem;
    }
    .box9_img,.box10_img{
        width: 84%;
        overflow: hidden;
        margin: 0 auto 2rem;
    }
    .box9_img img,.box10_img img,.box11_img img{
        height: 20rem;
        width: auto;
        transform: translate(-21%);
    }
    .box8 {
        padding: 14rem 0 4rem;
    }
    .box8_num{
        font-size:7rem;
    }
    .box8_num img {
        width: 5rem;
    }
    .box8_img {
        width: 70%;
        top: 14%;
        left: 14%;
    }
    .box9_title div,.box10_title div,.box11_title div{
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }
    .box8_title div{
        font-size: 0.875rem;
        margin-top: 1rem;
    }
    .box9_title p {
        padding: 0.4rem 1.5rem;
        font-size: 1rem;
        margin: 0 auto 0.5rem;
    }
    .box9_title,.box10_title {
        width: 80%;
        font-size: 1.5rem;
    }
    .box8_title {
        width: 55%;
        font-size: 1.5rem;
    }
    .box7{
        padding: 6rem 0 4rem;
    }
    .box7_text div p {
        padding: 0.4rem 1.5rem;
        font-size: 1rem;
        margin: 0 auto 1rem;
    }
    .box7_text div span{
        font-size:0.875rem;
    }
    .box7_item div{
        width:48%;
    }
    .box7_item {
        width: 200%;
        transform: translate(1%) /* -51% */;
    }
    .box6{
        height:40rem;
    }
    .box6_img {
        width: 74%;
        top: 31%;
        /* -40%,30% */
    }
    .box6_img1 {
        left: 2%;
    }
    .box6_img3 {
        width: 50%;
        top: 28%;
        left: 26%;
    }
    .box6_img2 {
        left: 25%;
        top: 38%;
    }
    .box6_title p{
        font-size:0.875rem;
    }
    .box6_title div span {
        padding: 0.4rem 0;
        font-size: 1rem;
    }
    .box6_title div {
        margin: 105% auto 1rem;
        width: 74%;
    }
    .box6_title{
        font-size:2rem;
        top:9%;
    }
    .box5{
        padding-bottom:6rem;
    }
    .box5_line{
        width: 5rem;
        left: -19%;
        height: 12rem;
        top: 14%;
    }
    .box5_title div{
        font-size: 0.875rem;
        margin-top: 1rem;
    }
    .box5_title {
        width: 90%;
        left: 5%;
        bottom: 13%;
        font-size: 1.5rem;
    }
    .box5_bg {
        height: 28rem;
        width: auto;
        transform: translate(-28%);
    }
    .box4{
        position:static;
        transform:none;
    }
    .box4 video{
        height: 28rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box3{
        height:40rem;
    }
    .box3_img {
        width: 45%;
        top: 11%;
        left: 27%;
    }
    .box3_title p{
        font-size: 0.875rem;
        width: 80%;
    }
    .box3_title div {
        font-size: 4rem;
        width: 90%;
        margin: 0 auto 28%;
        opacity:1;
    }
    .box3_flag{
        display:none;
    }
    .box2 {
        padding: 3rem 0;
    }
    .box2_title{
        width:92%;
        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: 2; grid-row: 2; }
    .box2_items div:nth-child(4) { grid-column: 1; grid-row: 3; }         
    .box2_items div:nth-child(5) { grid-column: 2; grid-row: 3 / span 2; }
    .box2_items div:nth-child(6) { grid-column: 1; grid-row: 4; }

    .box2_items div span{
        font-size:0.75rem;
    }
    .box2_items div:nth-child(2) span {
        left: 4%;
    }
    .box2_items div:nth-child(3) span {
        top: 6%;
        left: 46%;
        text-align: right;
        width: 50%;
    }
    .box2_items div:nth-child(4) span {
        bottom: 5%;
        left: 4%;
        width: 64%;
    }
    .box2_items div:nth-child(6) span {
        left: 1%;
    }
}