.box {
    position: relative;
}
.box1,.box2,.box2,.box3,.box4,.box5,.box8,.box9,.box10{
 overflow: hidden;
}

  :root {
    --animate-duration: 2000ms !important;
    --animate-delay: 1.2s !important;
}
.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}

.com_font_5size {
    font-weight: 900;
    font-size: 6rem;
    font-style: oblique;
 
}

.com_font {
    font-weight: 900;
    font-size: 7rem;
    font-style: oblique;
}
 /* 动画定义 */
 @keyframes UpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15%); /* 向上浮动10px */
    }
    100% {
      transform: translateY(0);
    }
  }
@media screen and (max-width: 782px) {
    .com_font_5size {
        font-size: 4rem;
    }
}

.box1_title {
    position: absolute;
    top: 19%;
    left: 7%;
    color: black;
    font-size: 6.8rem;

}



@keyframes productAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}



.box1_list_con {
    position: absolute;
    top: 38%;
    left: 6%;
    width: 39%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box1_list_con .item {
    width: 100%;
    height: 13rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    align-items: center;
    background-image: url(../../images/TURBO/LANA\ TURBOPart1-1.webp);
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 3rem 1rem; */
    justify-content: flex-start;
    margin: 0 1rem;
    animation: UpDown 2s ease-in-out infinite;
}

.box1_list_con .item:nth-child(1){
    animation-delay: 0s;
}
.box1_list_con .item:nth-child(2){
    animation-delay: 0.2s;
}
.box1_list_con .item:nth-child(3){
    animation-delay: 0.4s;
}
.box1_list_con .item:nth-child(4){
    animation-delay: 0.6s;
}
.box1_list_con .item span {
        /* padding-top: 0.5rem; */
        font-size: 1.25rem;
        font-weight: bold;
}

.box1_list_con .item img {
    width: 50%;
    padding-top: 2.5rem;
}



@media screen and (max-width: 782px) {
    .box1_title {
        top: 4%;
        left: 0%;
        width: 100%;
        font-size: 4.3rem;
        text-align: center;
    }

    .box1_title p {
        font-size: 1.35rem;
    }
   
    .box1_list_con {
        top: 17%;
        left: 0%;
        width: 100%;
        /* flex-wrap: wrap; */
        justify-content: center;
    }
    
    .box1_list_con .item {
        width: 26%;
        /* height: 100%; */
        /* margin-bottom: 1rem; */
        height: 8rem;
    }
    .box1_list_con .item img {
        width: 47%;
        padding-top: 1.5rem;
    }
  
    .box1_list_con .item span {
           /* padding-top: 0.5rem; */
    font-size: 0.8rem;
    }
  
  
}


.box2_top_title {
    position: absolute;
    top: 4%;
    left: 9%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 81%;
    text-align: center;
    font-size: 4rem;

}

.box2_top_title p {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
}


@media screen and (max-width: 782px) {
    .box2_top_title {
        top: 6%;
        left: 2%;
        opacity: 0;
        width: 95%;
        font-size: 2.2rem;
    }

    .box2_top_title p {
        font-size: 1.35rem;
        text-align: center;
        font-weight: 500;
    }


}

.box3_top_title {
    position: absolute;
    top: 2%;
    /* right: 24.5%; */
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    font-size: 5.5rem;
    color: black;
    text-align: center;
}

.box3_top_title p {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 782px) {
    .box3_top_title {
        width: 97%;
        /* margin: 2rem auto; */
        top: 6%;
        right: 0%;
        left: 2%;
        font-size: 2.9rem;
        text-align: center;
    }

    .box3_top_title p {
        font-size: 1.35rem;
        text-align: center;
    }
 
}


.box4_top_title {
    position: absolute;
    top: 16%;
    right: 3%;
    left: 7%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 90%;
    text-align: left;
    font-size: 5.5rem;
}


.box4_top_title p {
    font-size: 2rem;
    text-align: left;
    width: 53%;
    font-weight: 500;
}

@media screen and (max-width: 782px) {
    .box4_top_title {
        top: 6%;
        right: 0%;
        left: 3%;
        width: 95%;
        font-size: 3rem;
    }

    .box4_top_title p {
        font-size: 1.35rem;
        text-align: center;
        width: 100%;
    }

  
  
}

.box5_top_title {
    position: absolute;
    top: 10%;
    left: 7%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 50%;
    text-align: left;
    font-size: 4rem;
}

.box5_top_title p {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
}


@media screen and (max-width: 782px) {
    .box5_top_title {
        top: 3%;
        right: 0;
        left: 2%;
        width: 95%;
        font-size: 3rem;
        text-align: center;
    }
    .box5_top_title p {
        font-size: 1.35rem;
        text-align: center;
    }

}
.box6_top_title {
    position: absolute;
    top: 23%;
    right: 1%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 50%;
    text-align: left;
    font-size: 4rem;
}
.box6_top_title p {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
}


@media screen and (max-width: 782px) {
    .box6_top_title {
        top: 3%;
        right: 0;
        left: 2%;
        width: 95%;
        font-size: 3rem;
        text-align: center;
    }
    .box6_top_title p {
        font-size: 1.35rem;
        text-align: center;
    }

}
.box7_top_title {
    position: absolute;
    top: 19%;
    left: 7%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 50%;
    text-align: left;
    font-size: 4rem;
}
.box7_top_title p {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
}


@media screen and (max-width: 782px) {
    .box7_top_title {
        top: 3%;
        right: 0;
        left: 2%;
        width: 95%;
        font-size: 3rem;
        text-align: center;
    }
    .box7_top_title p {
        font-size: 1.35rem;
        text-align: center;
    }

}
.box8>img{
    height: 66rem;
}
.box8_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 4rem;

}


.box8_top_title p {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
}
.box8_list_con {
    position: absolute;
    top: 16%;
    left: 4%;
    width: 94%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    flex-wrap: wrap;
}
.box8_list_con .item {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* padding-bottom: 2.5rem; */
    margin-bottom: 1rem;
    cursor: pointer;
}
.box8_list_con .item:hover img{
    /* transform: scale(1.1); */
    transform: translateY(-1rem);
    
}
.box8_list_con .item img{
    /* padding-bottom: 0.5rem; */
    width: 96%;
}
.box8_list_con .item span{
    width: 100%;
    height: 4rem;
    line-height: 4.6rem;
    display: block;
    background-size: cover;
    font-weight: 900;
    font-size: 1.25rem;
}


@media screen and (max-width: 782px) {
    .box8>img{
        height: 70rem;
    }
  .box8_top_title {
    top: 4%;
    right: 0;
    left: 2%;
    width: 95%;
    font-size: 2rem;
}
    .box8_top_title p {
        font-size: 1.35rem;
    }
    .box8_vape {
        left: 6%;
        width: 85%;
    }
   
   .box8_list_con {
    top: 13%;
    left: 0%;
    width: 100%;
}
    .box8_list_con .item {
        width: 49%;
        /* padding-bottom: 2.5rem; */
        margin-bottom: 1.5rem;

    }
.box8_list_con .item:hover img{
    /* transform: scale(1.1); */
    transform: translateY(-1rem);
    
}
.box8_list_con .item img {
    padding-bottom: 0.5rem;
    width: 100%;
}
.box8_list_con .item span {
    width: 100%;
    height: 3rem;
    line-height: 1.5rem;
    font-size: 1rem;
}
}






.SPECIFICATION {
    height: 55rem;
    position: relative;
    background-color: #000000;
}

.SPECIFICATION_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    width: 85%;
    text-align: center;
    font-size: 5rem;
    color: black;
    font-weight: 800;
}

.param_wrap {
    position: absolute;
    top: 23%;
    right: 10%;
    left: 10%;
    display: flex;
    justify-content: space-between;
    color: black;
}

.param-left {
    width: 40%;
    background-color: #30313775;
    border-radius: 1rem;
}

.param-left img {
    width: 73%;
    margin: 6rem auto;
}
.param-center {
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-center div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    background-color: #30313775;
    border-radius: 1rem;
    height: 11rem;
    padding: 1rem 2rem;
}

.param-center div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-center div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}

.param-center div img {
    width: 1.8rem;
    /* 或者其他固定值，确保宽度合理 */
    max-width: 100%;
    /* 防止超出容器 */
}


.param-right {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-right div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    background-color: #30313775;
    border-radius: 1rem;
    height: 11rem;
    padding: 1rem 2rem;
}

.param-right div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-right div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}

.param-right div img {
    width: 1.8rem;
    max-width: 100%;
}

.param-text,
.param-text1,
.param-text2,
.param-text3,
.param-text4,
.param-text5 {
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
}

@media screen and (max-width: 782px) {
    .SPECIFICATION {
        height: 66rem;
    }
    .SPECIFICATION>img{
        height: 66rem;
    }
    .SPECIFICATION_top_title {
        top: 1%;
        right: 0;
        left: 4%;
        width: 95%;
        font-size: 3rem;
    }

   .param_wrap {
    top: 10%;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    left: 3%;
    right: 3%;
}

    .param-left {
        width: 100%;
        margin-bottom: 1rem;
    }

    .param-center {
        width: 45%;
    }

    .param-center div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-center div span {

        font-size: 1rem;
    }

    .param-center div span:nth-child(2) {

        font-size: 1.16rem;
    }

    .param-center div img {
        width: 1.45rem;

    }
    .param-left img {
    width: 85%;
    margin: 3rem 4rem;
}

    .param-right {
        width: 45%;
    }

    .param-right div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-right div span {
        font-size: 1rem;
    }

    .param-right div span:nth-child(2) {
        font-size: 1.16rem;
    }

    .param-right div img {
        width: 1.45rem;
    }
}
.box10_top_title {
    position: absolute;
    top: 7%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 5rem;

}
@media screen and (max-width: 782px) {
   .box10_top_title {
    top: 9%;
    right: 0;
    left: 2%;
    width: 95%;
    font-size: 3rem;
}
}