.box {
    position: relative;
}

.animate__animated.animate__bounce {
    --animate-duration: 5s;
}

.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}
/* 动画定义 */
@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10%);
        /* 向上浮动10px */
    }

    100% {
        transform: translateY(0);
    }
}
.box1_title {
    position: absolute;
    top: 9%;
    left: 8%;
    width: 54%;
    color: rgb(255 255 255);
    line-height: 10rem;
    text-align: left;
    font-size: 11rem;
    font-family: 'H-Bold';
}

.box1_list_con {
    position: absolute;
    top: 28%;
    left: 9%;
    width: 53%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
}

.box1_list_con .item {
    width: 43%;
    height: 8rem;
    display: flex;
    /* flex-direction: row; */
    text-align: center;
    color: #fff;
    align-items: center;
    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;
    padding-left: 1.5rem;
}

.box1_list_con .item img {
    width: 6rem;
    /* padding-top: 2.5rem; */
}




@media screen and (max-width: 782px) {
.box1_title {
    top: 3.5%;
    left: 0;
    width: 100%;
    font-size: 5rem;
    text-align: center;
    line-height: 6rem;
    z-index: 3;
}

    .box1_title p {
        text-align: center;
        font-size: 1.5rem;
        /* text-indent: 1.1rem; */
        width: 59%;
        margin: 0 auto;
        line-height: 3rem;
    }

   .box1_list_con {
    top: 17%;
    left: 0%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
    /* .box1_list_con .item {
    
    }

    .box1_list_con .item img {
        width: 47%;
        padding-top: 1.5rem;
    } */

    .box1_list_con .item span {
        /* padding-top: 0.5rem; */
        font-size: 1rem;
    }

}


.box2_top_title {
    position: absolute;
    top: 5%;
    /* right: 0%; */
    left: 18%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 63%;
    font-size: 5.1rem;
    text-align: center;
    font-family: 'H-Bold';
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box2_top_title p {
    font-weight: 500;
    font-size: 2rem;
    /* text-align: center; */
    width: 100%;
    font-family: 'H-Bold';
    text-transform: lowercase;
}

.box2_top_title p::first-letter {
    text-transform: uppercase;
}



@media screen and (max-width: 782px) {
    .box2_top_title {
        top: 3%;
        right: 0%;
        left: 0%;
        width: 95%;
        margin: 0 auto;
        font-size: 3.5rem;
        text-align: center;
    }

    .box2_top_title p {
        font-size: 1.5rem;
        width: 100%;
    }
}


.box3_top_title {
    position: absolute;
    top: 15%;
    left: 7%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 39%;
    font-size: 5rem;
    line-height: 6rem;
    /* text-align: end; */
    text-align: left;
    font-family: 'H-Bold';
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box3_top_title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    width: 100%;
    text-align: left;
    margin: 1rem auto 0;
    font-family: 'H-Bold';
    text-transform: lowercase;
}

.box3_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    .box3_top_title {
        top: 2%;
        left: 0%;
        opacity: 0;
        width: 100%;
        font-size: 3.3rem;
        text-align: center;
        line-height: 4rem;
    }

   .box3_top_title p {
    font-size: 1.3rem;
    text-align: center;
    /* font-weight: 500; */
    line-height: 1.9rem;
    margin: 0;
}
}

.box4 {
    z-index: 99;
}

.box4_top_title {
    position: absolute;
    top: 5%;
    right: 0;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    font-size: 4.5rem;
    color: #772dff;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box4_top_title p {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    font-family: 'H-Bold';
    text-indent: 6rem;
    /* width: 76%; */
     text-transform: lowercase;
}

.box4_top_title p::first-letter {
    text-transform: uppercase;
}

.box4_water {
    position: absolute;
    bottom: 34%;
    left: 22%;
    width: 13%;
    animation: productAnimation 2.5s ease-in-out infinite;
    color: rgb(92 121 255);
    background-image: url(../../images/product/Lana\ starshipPart4-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15rem;
    text-align: center;
    line-height: 14rem;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'H-Bold';
}

.box4_vape {
    position: absolute;
    bottom: 10%;
    left: 37%;
    width: 30%;
    animation: productAnimation 2.5s ease-in-out infinite;
}

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

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

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


@media screen and (max-width: 782px) {
   .box4_top_title {
    width: 100%;
    top: 6%;
    right: 0%;
    left: 0%;
    font-size: 3rem;
}
   .box4_top_title p {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-indent: 0rem;
}

    .box4_water {
        bottom: 28%;
        left: 16%;
        width: 27%;
        height: 8rem;
        line-height: 8rem;
        font-size: 2.5rem;
    }

    .box4_vape {
        bottom: 22%;
        left: 40%;
        width: 57%;
    }

}


.box5_top_title {
    position: absolute;
    top: 6%;
    /* right: 0%; */
    left: 5%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 86%;
    font-size: 4rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: capitalize;
}


.box5_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
     text-transform: lowercase;
}

.box5_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
  .box5_top_title {
    top: 7%;
    right: 0%;
    left: 0%;
    width: 97%;
    margin: 0 auto;
    font-size: 3rem;
}

    .box5_top_title p {
        font-size: 1.2rem;
    }

}

/* 第六张 */

.box6_top_title {
    position: absolute;
    top: 3%;
    /* right: 0%; */
    left: 0%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    font-size: 4rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box6_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
     text-transform: lowercase;
}

.box6_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
   .box6_top_title {
    top: 8%;
    right: 0%;
    left: 0%;
    width: 96%;
    margin: 0 auto;
    font-size: 2.35rem;
    text-align: center;
}
    .box6_top_title p {
        font-size: 1.5rem;
        text-align: center;
    }


}

/* 第7张 */

.box7_top_title {
    position: absolute;
    top: 3%;
    /* right: 0%; */
    /* left: 5%; */

    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    font-size: 4rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box7_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
     text-transform: lowercase;
}

.box7_top_title p::first-letter {
    text-transform: uppercase;
}

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


}

/* 第8张 */

.box8_top_title {
    position: absolute;
    top: 43%;
    /* right: 0%; */
    left: 14%;
    color: #ffffff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 39%;
    /* font-size: 3rem; */
    /* text-align: left; */
    font-family: 'H-Bold';
    text-transform: capitalize;
}

.box8_top_title p {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: left;
    font-family: 'H-Bold';
    margin-bottom: 3rem;
     text-transform: lowercase;
}

.box8_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
   .box8_top_title {
    top: 5%;
    right: 0%;
    left: 0%;
    width: 96%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
}

   .box8_top_title p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}


}


/* swiper css stard */
.box-swiper {
    position: relative;
    height: 50rem;
    background-color: #a173ea;
}

.box-swiper_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 4rem;
      font-family: 'H-Bold';
    text-transform: capitalize;
}


.box-swiper_top_title p {
    font-weight: 500;
    font-size: 2.7rem;
    text-align: center;
     text-transform: lowercase;
}

.box-swiper_top_title p::first-letter {
    text-transform: uppercase;
}

.box-swiper .myswiper {
    position: absolute;
    bottom: 9%;
    width: 100%;
    height: 27rem;
}

.box-swiper .myswiperMobile {
    position: absolute;
    bottom: 25%;
    width: 100%;
}

.box-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 60%;
    border-radius: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.box-swiper .swiper-slide img {
    border-radius: 11%;
}

.box-swiper .swiper-slide img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.box-swiper .button {
    position: absolute;
    top: 25%;
    right: 3%;
    width: 29rem;
    height: 4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box-swiper .button span {
    font-size: 2rem;
    color: #772dff;
}

.box-swiper .button img {
    display: block;
    width: 4rem;
    height: 4rem;
}

@media screen and (max-width: 782px) {
    .box-swiper {
        height: 31rem;
    }



    .box-swiper .myswiperMobile {
        position: absolute;
        bottom: 8%;
        width: 100%;
    }

   .box-swiper_top_title {
    top: 3%;
    right: 0%;
    left: 0%;
    width: 95%;
    margin: 0 auto;
    font-size: 3rem;
}

    .box-swiper_top_title p {
        font-size: 1.35rem;
    }


}


/* swiper css end */
.SPECIFICATION {
    height: 55rem;
    position: relative;
    /* background-color: #000000; */
    background: radial-gradient(ellipse at top left, #c08ef9 0%, #c49def 25%, #c19dff 50%, #a285e3 75%, #a585e9 100%);
    text-transform: capitalize;
}

.SPECIFICATION_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
      font-family: 'H-Bold';
    width: 85%;
    text-align: center;
    font-size: 5rem;
    color: #772dff;
}

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

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

.param-left img {
    width: 47%;
    margin: 3rem 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: #9f6fe9e0;
    border-radius: 1rem;
    height: 11.5rem;
    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: #9f6fe9e0;
    border-radius: 1rem;
    height: 11.5rem;
    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_top_title {
        top: 1%;
        right: 0;
        left: 4%;
        width: 95%;
        font-size: 3rem;
    }

    .param_wrap {
        top: 10%;
        flex-wrap: wrap;
        flex-direction: row;
    }

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

.Exhibition_top_title {
    position: absolute;
    top: 6%;
    right: 0%;
    left: 0%;
    color: #772dff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 1;
    width: 95%;
    text-align: center;
    font-size: 6rem;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    font-family: 'H-Bold';
    text-transform: capitalize;
}

@media screen and (max-width: 782px) {
    .Exhibition_top_title {
        top: 5%;
        right: 0;
        left: 0;
        width: 100%;
        font-size: 3.5rem;
    }

}