/** Shopify CDN: Minification failed

Line 59:26 Unexpected "2s"

**/
.ox35k{
    font-family:'H-Bold';
    line-height:1;
    background:white;
    color:black;
    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;
    width:100%;
    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 / 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: 0;
}
.box2_items div:nth-child(2) span{
    top: 8%;
    left: 0;
}
.box2_items div:nth-child(3) span{
    top: 8%;
    left: 0;
}
.box2_items div:nth-child(5) span{
    top: 4%;
    left: 6%;
    text-align:left;
}
.box2_items div:nth-child(6) span{
    bottom: 6%;
    left: 2%;
    text-align: left;
}
.box3{
    background:white;
    padding:8rem 0;
}
.box3_video{
    width:50%;
    margin:0 auto 4rem;
    position:relative;
    color:white;
}
.ox35k video{
    width:100%;
}
.box3_video div{
    position:absolute;
    top: 41%;
    width: 75%;
    left: 8%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    transform:translateY(2rem);
    transition:all 0.5s;
    opacity:0;
}
.box3_video div p:first-child{
    font-size:3.5rem;
}
.box3_video div p span{
    font-size:2rem;
    display:block;
    font-family:'H-Regular';
}
.box3_video div p:last-child{
    font-size:7rem;
}
.box3_text{
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    line-height: 1.2;
}
.box4_title{
    text-align:center;
    line-height:1.2;
    font-size:2.5rem;
    width:36%;
    bottom:12%;
    left:32%;
}
.box9_title{
    text-align:center;
    font-size:2.5rem;
    width:100%;
}
.box4_title div,.box9_title div{
    font-size:1.2rem;
    font-family:'H-Regular';
    margin-top:1rem;
    line-height:1.2;
}
.box5{
    padding:6rem 0;
    position:relative;
    background:white;
    z-index:2;
}
.box5_title{
    font-size:2.5rem;
    text-align:center;
    width:100%;
}
.box5_title div{
    background:linear-gradient(to right,#FEF301,#FF4900);
    width:fit-content;
    padding: 0.6rem 2.5rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}
.box5_item{
    width:50%;
    margin:4rem auto 0;
    font-family:'H-Regular';
    color:white;
}
.box5_content{
    top:16%;
    left:6%;
}
.box5_top{
    display:flex;
    align-items:center;
    margin-bottom: 11rem;
}
.box5_top img{
    width:3rem;
    margin-right:0.5rem;
}
.box5_top div{
    font-size:1.2rem;
}
.box5_top div p{
    width:8.25rem;
    text-align:right;
    font-size:3.75rem;
    font-family: 'H-Bold';
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image:linear-gradient(to bottom,#FF4900,#FEF301);
}
.box5_line{
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: left;
}
.box5_line div{
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}
.box5_line div p{
    /* transition:all 0.3s; */
    width: 16rem;
    height: 0.6rem;
    background: linear-gradient(to right, #FF4900, #FEF301);
    margin-right: 0.5rem;
}
.box5_line2 div p{
    width:24rem;
}
.box5_text{
    width:30%;
    font-size:1.2rem;
    font-family:'H-Regular';
    margin:2rem auto 0;;
    line-height:1.2;
}
.box6{
    overflow:hidden;
    background:black;
    color:white;
    text-align:center;
    margin-top:-6rem;
}
.box6_bg img{
    transition:all 0.3s;
    /* opacity:0; */
}
.box6_bg img:nth-child(2){
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity:0;
}
.box6_mask{
    width:100%;
    top:15%;
    left:0;
}
.box6_title{
    font-size:2.5rem;
    top:22%;
    left:0;
    width:100%;
}
.box6_text{
    width:74%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    top: 53%;
    left: 13%;
}
.box6_text div{
    font-size:6rem;
    opacity:0.2;
    transition:all 0.3s;
}
.box6_text div span{
    display:block;
    font-family:'H-Regular';
    font-size:1.5rem;
}
.box6_icon{
    width: 12%;
    top: 40%;
    transition:all 0.3s;
}
.b6Icon1{
    left: 35%;
    opacity:0;
    transform: rotate(-10deg);
}
.b6Icon2{
    opacity:0;
    transform: rotate(13deg);
    left: 53%;
}
.box6_img{
    opacity:0;
}
.box6_img img:nth-child(1){
    position: absolute;
    width: 21.8%;
    top: 43%;
    left: 39%;
    transition:all 0.3s;
}
.box6_img img:nth-child(2){
    position: absolute;
    width: 22%;
    top: 42%;
    left: 39%;
}
.box7{
    height:56rem;
    overflow:hidden;
    background:linear-gradient(to bottom,white,#FFFF00 130%)
}
.box7_title{
    width: 90%;
    top: 28%;
    font-family: 'H-ExtBd';
    left: 5%;
    font-size: 8rem;
    position: absolute;
}
.box7_title p{
    font-family:'H-Medium';
    font-size:2.5rem;
    margin-bottom:0.5rem;
}
.box7_title div{
    font-size:1.2rem;
    font-family:'H-Regular';
    line-height:1.2;
    width: 44%;
    margin: 12rem auto 0;
}
.box7_bg{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    /* clip-path: inset(48% 0% 52% 0%);
    clip-path: inset(45% 0% 55% 0%); */
}
.box7_img{
    width: 30%;
    top: 36%;
    left: 37%;
    /* transform: translate(-225%); */
}
/* transform: translate(-12%, 23%) scale(1.5);
transform: translate(-8%, 22%) scale(1.3); */
.box7_img img:last-child{
    position:absolute;
    top:0;
    left:0;
    /* transform: translate(-210%); */
}
.box8_img{
    transform: translateY(-10%) scale(0.5);
}
.box8_title{
    text-align:center;
    font-size:2.5rem;
    width:30%;
    bottom:12%;
    left:35%;
}
.box8_title div{
    font-size:1.2rem;
    font-family:'H-Regular';
    margin-top:1rem;
    line-height:1.2;
}
.box9{
    padding:8rem 0;
}
.box9_video{
    width:50%;
    margin:4rem auto 0;
}
.box9_video div{
    top: 35%;
    left: 12%;
    position: absolute;
}
.box9_video div p{
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    font-family: 'H-Regular';
    margin-bottom: 2rem;
}
.box9_video div p span{
    width: 3rem;
    height: 0.4rem;
    margin-right: 0.8rem;
    border-radius: 1rem;
}
.box9_video div p:nth-child(1) span{
    background:#00D300;
}
.box9_video div p:nth-child(2) span{
    background:#FF9000;
}
.box9_video div p:nth-child(3) span{
    background:#FF0000;
}
.box10{
    background:#F5F5F5;
    padding:12rem 0 8rem;
}
.box10_title{
    font-size: 11rem;
    text-align: center;
    font-family: 'H-ExtBd';
    line-height: 0.9;
}
.box10_title div{
    font-family: 'H-Bold';
    font-size: 2rem;
    margin-bottom: 2rem;
}
.box10_title span{
    display:block;
    font-size:1.2rem;
    font-family:'H-Regular';
    line-height:1.2;
    width: 23%;
    margin: 12rem auto 0;
}


.tornado_wrapper {
    position: absolute;
    top:16%;
    left:0;
    width: 100%;
    height: 40rem;       /* 根据实际需求调整 */
    overflow: visible;
    transform: rotate(5deg);
}
.u-cover{
    width:17rem;
}
.tornado_list {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 90vw;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
}

.tornado_item {
    position: absolute;
    inset: 0;          /* 等价 top/right/bottom/left:0，让它占满 wrapper */
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teammate_card {
    pointer-events: auto;  /* 让里面的内容可点击 */
}
.box11{
    padding:6rem 0;
}
.box11_title{
    font-size:2.5rem;
    width:100%;
    text-align:center;
}
.box11_title div{
    font-size:1.2rem;
    font-family:'H-Regular';
    margin-top:0.5rem;
}
.box11_line{
    width:50%;
    margin:5rem auto 0;
}
.box11_line div{
    width:100%;
    height:0.2rem;
    border-radius:2rem;
    background:#F1F1F1;
}
.box11_line p{
    background:black;
    width:2rem;
    height:2rem;
    border-radius:50%;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.box11_line p:nth-child(2){
    left:13%;
}
.box11_line p:nth-child(3){
    left:48%;
}
.box11_line p:nth-child(4){
    left:84%;
}
.box11_item{
    width:50%;
    margin:2rem auto 0;
    display:flex;
    justify-content:space-between;
}
.box11_item div{
    width:29%;
    text-align:left;
}
.box11_item div p:first-child{
    font-size:1rem;
    font-family:'H-Regular';
    line-height:1.2;
    padding: 0 1.5rem;
    height: 4rem;
}
.box11_item div p:last-child{
    margin-top:2rem;
    position:relative;
}
.box11_item div p:last-child img:nth-child(n+2){
    position:absolute;
    width:1.8rem;
}
.box11_item div:nth-child(1) p:last-child img:nth-child(2){
    top: 74%;
    left: 13%;
}
.box11_item div:nth-child(1) p:last-child img:nth-child(3){
    top: 13%;
    left: 72%;
    transform: rotate(180deg);
}
.box11_item div:nth-child(2) p:last-child img:nth-child(2){
    top: 13%;
    left: 72%;
    transform: rotate(57deg);
}
.box11_item div:nth-child(3) p:last-child img:nth-child(2){
    top: 18%;
    left: 12%;
}
.box11_item div:nth-child(3) p:last-child img:nth-child(3){
    top: 35%;
    left: 12%;
}
.box1_title{
    bottom: 4%;
    width: 90%;
    left: 6%;
    color: #FFFF00;
    font-size: 3.5rem;
    text-align: left;
}
.box1_title div{
    font-size:6rem;
    color:white;
    font-family:'H-Regular';
}
.box1_title div span{
    font-family:'H-Bold';
}




.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: 22%;
    top: 11%;
    left: 44%;
}
.package{
    padding:8rem 24%;
    background: white;
    color: black;
}
.package_title{
    font-size:3rem;
    width:100%;
    margin-bottom:5rem;
}

 





.showup{
    transform:translateY(0) !important;
    opacity:1 !important;
}
@media (max-width:750px){
    .box2_title div,.box3_video div p span,.box11_title div{
        font-size:0.875rem;
    }
    
    
    .box1_title {
        top: 8%;
        width: 90%;
        left: 5%;
        font-size: 2.5rem;
        text-align: center;
    }
    .box1_title div {
        font-size: 2rem;
        margin-top: 0.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;
    }


    .box11 {
        padding: 3rem 0;
    }
    .box11_item div p:first-child {
        font-size: 0.875rem;
        padding: 0;
        height: 6rem;
    }
    .box11_item div p:last-child img:nth-child(n+2){
        width:1rem;
    }
    .box11_item div{
        width:32%;
    }
    .box11_item{
        width: 90%;
        margin: 2rem auto 0;
    }
    .box11_line p{
        width:1.5rem;
        height:1.5rem;
        font-size: 0.875rem;
    }
    .box11_line {
        width: 90%;
        margin: 3rem auto 0;
    }
    .box11_title{
        font-size:2rem;
    }
    .u-cover{
        width:10rem;
    }
    .tornado_wrapper{
        top:-2%;
    }
    .box10{
        padding:4rem 0;
    }
    .box10_title{
        font-size:5rem;
    }
    .box10_title div{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .box10_title span{
        font-size: 0.875rem;
        width: 80%;
        margin: 10rem auto 0;
    }
    .box9 {
        padding: 0 0 3rem;
    }
    .box9_video div p{
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }
    .box9_video {
        width: 90%;
        margin: 2rem auto 0;
        overflow: hidden;
    }
    .box9_video div {
        top: 11%;
        left: 7%;
    }
    .box9_video video{
        height: 20rem;
        width: auto;
        transform: translate(-20%);
    }
    .box8{
        padding: 3rem 0 12rem;
        overflow: hidden;
    }
    .box8_img img{
        height: 16rem;
        width: auto;
        transform: translate(-50%);
        left: 50%;
        position: relative;
    }
    .box8_img{
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        transform: translate(0%) scale(1);
    }
    .box7{
        height:40rem;
    }
    .box7_img {
        width: 70%;
        top: 38%;
        left: 15%;
        transform: rotate(270deg);
        /* rotate(270deg) translate(-175%) */
    }
    /* transform: translate(-160%); */
    .box7_title {
        width: 90%;
        top: 24%;
        left: 5%;
        font-size: 3rem;
    }
    .box7_title div {
        font-size: 0.875rem;
        width: 90%;
        margin: 10rem auto 0;
    }
    .box7_title p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .box6{
        margin-top:0;
    }
    .box6_img img:nth-child(1) {
        width: 70%;
        top: 51.2%;
        left: 15%;
    }
    .box6_img img:nth-child(2) {
        width: 68%;
        top: 52%;
        left: 16%;
    }
    .box6_icon {
        width: 33%;
        top: 49%;
    }
    .b6Icon1 {
        left: 7%;
        transform: rotate(-10deg);
    }
    .b6Icon2 {
        transform: rotate(10deg);
        left: 60%;
    }
    .box6_text div span{
        font-size:1.2rem;
    }
    .box6_bg img {
        height: 40rem;
        width: auto;
        transform: translate(-32%);
    }
    .box6_text div {
        font-size: 5rem;
        opacity: 0;
        width: 100%;
        top: 25%;
        left: 0;
        position: absolute;
    }
    .box6_bg img:nth-child(2){
        width:auto;
    }
    .box6_text{
        position:static;
    }
    .box6_title {
        font-size: 2rem;
        top: 8%;
        left: 20%;
        width: 60%;
    }
    .box6_mask {
        width: 320%;
        top: 23%;
        left: -110%;
    }
    .box5 {
        padding: 3rem 0;
    }
    .box5_text{
        font-size: 0.875rem;
        margin: 1.5rem auto 0;
        width: 80%;
    }
    .box5_line {
        margin-bottom: 1rem;
        font-size: 0.875rem;
    }
    .box5_line div p{
        width: 9rem;
        height: 0.4rem;
    }
    .box5_line2 div p {
        width: 14rem;
    }
    .box5_top {
        margin-bottom: 2rem;
    }
    .box5_top div p{
        font-size:2.5rem;
        width:5.5rem;
    }
    .box5_top div {
        font-size: 0.875rem;
    }
    .box5_top img {
        width: 2rem;
        margin-right: 0.2rem;
    }
    .box5_item {
        width: 90%;
        margin: 2rem auto 0;
    }
    .box5_content {
        top: 48%;
        left: 5%;
    }
    .box5_title div {
        padding: 0.4rem 1.5rem;
        font-size: 1rem;
        margin: 0 auto 0.5rem;
    }
    .box5_title {
        font-size: 1.5rem;
    }
    .box4{
        padding: 12rem 0 3rem;
    }
    .box4_video video{
        height: 25rem;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box4_title div,.box8_title div,.box9_title div {
        font-size: 0.875rem;
        margin-top: 0.5rem;
    }
    .box9_title {
        font-size: 2rem;
    }
    .box8_title {
        font-size: 2rem;
        width: 90%;
        top: 67%;
        left: 5%;
    }
    .box4_title {
        font-size: 2rem;
        width: 90%;
        top: 0%;
        left: 5%;
    }
    .box4_video{
        transform: scale(1) translateY(0%);
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .box3 {
        padding: 4rem 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .box3_video video {
        width: auto;
        height: 28rem;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .box3_text {
        font-size: 1.5rem;
    }
    .box3_video div p:first-child {
        font-size: 1.5rem;
    }
    .box3_video div p:last-child {
        font-size: 3rem;
    }
    .box3_video div {
        top: 81%;
        width: 77%;
        left: 9%;
    }
    .box3_video {
        width: 90%;
        margin: 2rem auto 0;
        overflow: hidden;
    }
    .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%;
    }
}