.box {
    position: relative;
}
.box1,.box2,.box2,.box3,.box4,.box5,.box6,.box9,.box8{
 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: 20%;
    left: 8%;
    color: white;
    font-size: 5.8rem;
    width: 53%;
}

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

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

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

.box1_list_con {
    position: absolute;
    top: 66%;
    left: 13%;
    width: 39%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: rotate(-16deg);
}

.box1_list_con .item {
    width: 100%;
    height: 13rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    align-items: center;

 
    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;
}
.box1_title_transform{
    transform: rotate(-16deg);
}
.box1_title_transform p{
    color: #6586fa;
    font-size: 3.8rem;
    line-height: 17.8rem;
}


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

    .box1_title p {
        font-size: 1.35rem;
    }
   
    .box1_list_con {
        top: 65%;
        left: -3%;
        width: 100%;
        /* flex-wrap: wrap; */
        justify-content: center;
        /* transform: rotate(0deg); */
    }
    
    .box1_list_con .item {
        width: 26%;
        /* height: 100%; */
        /* margin-bottom: 1rem; */
        height: 8rem;
        margin: 0;
    }
    .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: rgb(0, 0, 0);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 83%;
    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: 17%;
    right: 49.5%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 44%;
    font-size: 7.5rem;
    color: #000000;
    text-align: left;

}

.box3_top_title p {
    font-size: 2rem;
    text-align: left;
    color: #676464;
    font-weight: 700;
}


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

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


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


.box4_top_title p {
    font-size: 2rem;
    text-align: left;
    width: 41%;
    font-weight: 500;
    margin: 4rem 10rem;
}
.child_lock{
    position: absolute;
    top: 64%;
    left: 45%;
    color: #81ec96;
    font-size: 2.3rem;
    font-weight: 600;
    
}
@media screen and (max-width: 782px) {
    .box4_top_title {
        top: 7%;
        right: 0%;
        left: 3%;
        width: 95%;
        font-size: 2rem;
    }

    .box4_top_title p {
        font-size: 1.2rem;
        text-align: center;
        width: 98%;
        margin: 1rem 0.5rem;
        text-align: left;
    }

    .child_lock {
      
        top: 84%;
        left: 11%;
        font-size: 1.5rem;
      
    }
  
}

.box5_top_title {
    position: absolute;
    top: 6%;
    left: 0%;
    color: #000000;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 5rem;
}

.box5_top_title p {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

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

}
.box6>img{
    height:98rem;
}
.box6_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    color: rgb(0, 0, 0);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 3rem;

}
.box6_centen_text {
    position: absolute;
    top: 33%;
    right: 2%;
    left: 7%;
    color: rgb(0, 0, 0);
    transition: all 1s;
    transform: translateY(4rem);
    /* opacity: 0; */
    width: 85%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;

}

.box6_top_title p {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
}
.box6_list_con{
    position: absolute;
    top: 45%;
    left: 4%;
    width: 91%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    
}
.box6_list_con .item{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* padding-bottom: 2.5rem; */
    margin-bottom: 1rem;
    cursor: pointer;
    
}
.box6_list_con .item:hover img{
    /* transform: scale(1.1); */
    transform: translateY(-1rem);
    
}
.box6_list_con .item img{
    /* padding-bottom: 0.5rem; */
    width: 96%;
}
.box6_list_con .item span{
    width: 100%;
    height: 4rem;
    line-height: 4.6rem;
    display: block;
    background-size: cover;
    font-weight: 900;
    font-size: 1.25rem;
}
.box6_list_con .item:nth-child(1) span{
    color: #ed816d;
    
}
.box6_list_con .item:nth-child(2) span{
    color: #1c386c;
 
}
.box6_list_con .item:nth-child(3) span{
    color: #9c031b;
 

}
.box6_list_con .item:nth-child(4) span{
    color: #322a27;
   
}
.box6_list_con .item:nth-child(5) span{
    color: #938a52;
     
}
.box6_list_con .item:nth-child(6) span{
    color: #822330;
  
}
.box6_list_con .item:nth-child(7) span{
    color: #793464;
    
}
.box6_list_con .item:nth-child(8) span{
    color: #f39629;
  
}
.box6_list_con .item:nth-child(9) span{
    color: #774221;
     
}
.box6_list_con .item:nth-child(10) span{
    color: #f2d880;
 
}
/* box6_list_con2 */

.box6_list_con2{
    position: absolute;
    top: 12%;
    left: 4%;
    width: 91%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    
}
.box6_list_con2 .item{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* padding-bottom: 2.5rem; */
    margin-bottom: 1rem;
    cursor: pointer;

}
.box6_list_con2 .item:hover img{
    /* transform: scale(1.1); */
    transform: translateY(-1rem);
    
}
.box6_list_con2 .item img{
    /* padding-bottom: 0.5rem; */
    width: 96%;
}
.box6_list_con2 .item span{
    width: 100%;
    height: 4rem;
    line-height: 4.6rem;
    display: block;
    background-size: cover;
    font-weight: 900;
    font-size: 1.25rem;
}
.box6_list_con2 .item:nth-child(1) span{
    color: #81ec96;
    ;
}
.box6_list_con2 .item:nth-child(2) span{
    color: #fa626a;
}
.box6_list_con2 .item:nth-child(3) span{
    color: #454545;
}
.box6_list_con2 .item:nth-child(4) span{
    color: #ffd55d;
    
     
}
.box6_list_con2 .item:nth-child(5) span{
    color: #4a58fe;
     
}

@media screen and (max-width: 782px) {
    .box6>img{
        height: 178rem;
    }
    .box6_top_title {
        top: 1%;
        right: 0;
        left: 2%;
        width: 95%;
        font-size: 2.5rem;
    }
    .box6_top_title p {
        font-size: 1.35rem;
    }
    .box6_vape {
        left: 6%;
        width: 85%;
    }
   
    .box6_list_con {
        top: 43%;
        left: 0%;
        width: 100%;
    }
    .box6_list_con .item {
        width: 49%;
        /* padding-bottom: 2.5rem; */
        margin-bottom: 1.5rem;

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

}

/* 2 */
.box6_list_con2 {
    top: 4%;
    left: 0%;
    width: 100%;
}
.box6_list_con2 .item {
    width: 49%;
    /* padding-bottom: 2.5rem; */
    margin-bottom: 1.5rem;

}
.box6_list_con2 .item:hover img{
/* transform: scale(1.1); */
transform: translateY(-1rem);

}
.box6_list_con2 .item img {
padding-bottom: 0.5rem;
width: 100%;
}
.box6_list_con2 .item span {
width: 96%;
height: 3rem;
line-height: 3.5rem;
font-size: 1.15rem;

}
.box6_centen_text {
   
    top: 36%;
    width: 100%;
    font-size: 2rem;
    left: 0%;

}
}

.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: rgb(0, 0, 0);

}

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

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

.param-left img {
    width: 57%;
    margin: 2rem 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: 9%;
        flex-wrap: wrap;
        /* flex-direction: row; */
        left: 7%;
        width: 90%;
    }

    .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-right {
        width: 53%;
    }

    .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;
    }
}
