.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(7%);
        /* 向上浮动10px */
    }

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

.box1_title {
    position: absolute;
    top: 4%;
    /* left: 0%; */
    width: 47%;
    color: rgb(73 185 241);
    line-height: 10rem;
    text-align: center;
    font-size: 7rem;
    font-family: 'Sansita One';
    right: 0%;
}

.box1_vape {
    position: absolute;
    width: 35%;
    top: 48%;
    left: 4%;
}

.box1_vape2 {
    position: absolute;
    right: 10%;
    width: 23%;
    top: 41%;
}

.ultraPod {
    position: absolute;
    top: 7%;
    left: 1%;
    font-size: 5.3rem;
    color: #941bc3;
    text-align: center;
    font-family: 'Sansita One';
    animation: UpDown 2s ease-in-out infinite;
}

.ultraPod a {
    display: block;
}

@media screen and (max-width: 782px) {
    .box1_title {
        top: 22.5%;
        /* left: 4%; */
        width: 49%;
        font-size: 2.89rem;
        text-align: center;
        line-height: 4rem;
        z-index: 3;
        right: 0%;
    }

    .box1_vape {
        right: 1%;
        width: 46%;
        top: 56%;
    }

    .ultraPod {
        top: 22%;
        left: 0%;
        font-size: 1.6rem;
    }

    .box1_vape2 {
        right: 3%;
        width: 42%;
        top: 64%;
    }
}

.box2_top_title {
    position: absolute;
    top: 23%;
    /* left: 0%; */
    color: rgb(0 203 228);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 48%;
    font-size: 6rem;
    line-height: 8rem;
    /* text-align: end; */
    text-align: left;
    font-family: 'Sansita One';
    right: 0%;
}

.box2_top_title p {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 4rem;
    width: 100%;
    text-align: left;
    /* margin: 1rem auto 0; */
    color: black;
    font-weight: bold;
}

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

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


.box3_top_title {
    position: absolute;
    top: 33%;
    /* left: 0%; */
    color: rgb(26 178 167);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 50%;
    font-size: 7rem;
    line-height: 8rem;
    /* text-align: end; */
    text-align: left;
    font-family: 'Sansita One';
    right: 0%;
}

.box3_top_title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    width: 96%;
    text-align: left;
    /* margin: 1rem auto 0; */
    color: black;
    font-weight: bold;

}

.box3_img img {
    position: absolute;
    width: 13%;
    display: block;
    top: 15%;
}

.box3_img img:nth-child(1) {
    left: 0.816%;
    width: 16%;
    top: 27%;
}

.box3_img img:nth-child(2) {
    left: 16.6021%;
    opacity: 1;
}

.box3_img img:nth-child(3) {
    left: 30.24%;
    width: 16%;
    top: 27%;
}



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

    .box3_top_title p {
        font-size: 1.8rem;
        text-align: center;
        /* font-weight: 500; */
        line-height: 3rem;
    }

    .box3_img img {
        width: 21%;
        top: 49%;
    }

    .box3_img img:nth-child(1) {
        left: 14.8171%;
        width: 26%;
        top: 55%;
    }

    .box3_img img:nth-child(2) {
        left: 41.6021%;
        opacity: 1;
    }

    .box3_img img:nth-child(3) {
        left: 64.239%;
        width: 28%;
        top: 53%;
    }
}

.box4 {
    position: relative;
    height: 50rem;
    /* background-color: #0fc1bf; */
}

.box4_img_1 {
    position: absolute;
    top: 9%;
    left: -3px;
    width: 65%;
}

.box4_img_2 {
    position: absolute;
    top: 51%;
    right: -5px;
    width: 65%;
}

.box4_span_1 {
    position: absolute;
    top: 29%;
    /* left: 27%; */
    right: 5%;
    font-size: 6rem;
    color: #78d878;
    font-family: 'Sansita One';
}

.box4_span_2 {
    top: 51%;
    left: 4%;
    color: #ee5d7d;
    position: absolute;
    font-size: 6rem;
    font-family: 'Sansita One';
}

@media screen and (max-width: 782px) {
    .box4_img_1 {
        top: 13%;
        left: -3px;
        width: 100%;
    }

    .box4_img_2 {
        top: 79%;
        right: -5px;
        width: 100%;
    }

    .box4_span_1 {
        font-size: 5rem;
    }

    .box4_span_2 {
        font-size: 5rem;
    }

}


.box5_top_title {
    position: absolute;
    top: 19%;
    right: 0%;
    /* left: 4%; */
    color: #0fc1bf;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 52%;
    font-size: 7rem;
    text-align: left;
    font-family: 'Sansita One';
}


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

}


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

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

}

/* aos */
.aos_title {
    position: absolute;
    top: 4%;
    right: 26%;
    font-family: 'Sansita One';
    font-size: 5rem;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    color: #a63fc3;
}

.aos_img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    top: 17%;
    right: 0%;
    width: 100%;
    /* background-color: #ff7878; */
    height: 83%;
}

.img_item {
    width: 18%;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.img_item img {
    width: 33%;
}

.img_item img:hover {
    transition: all 0.65s;
    transform: translateY(-1.5rem);
}

.img_item span {
    font-size: 1.5rem;
    color: #000000;
    padding-top: 1rem;
    font-family: 'Sansita One';

}


@media screen and (max-width: 782px) {

    .aos_title {
        top: 4%;
    right: 5%;
    font-size: 2.2rem;
    width: 85%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    }

    .aos_img_list {

        top: 12%;
        right: 0%;
        width: 100%;
        /* background-color: #ff7878; */
        height: 83%;
        justify-content: flex-start;
    }

    .img_item {
        width: 26%;
        margin: 1rem;

    }

    .img_item img {
        width: 36%;
    }

    .img_item span {
        font-size: 1rem;
        color: #000000;
        padding-top: 1rem;
        font-family: 'H-Bold';
    }

}

/* swiper css end */

.SPECIFICATION_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    color: #26dee6;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 5rem;
    font-family: 'Sansita One';


}

.SPECIFICATION_detailce {
    position: absolute;
    top: 25%;
    width: 31%;
    height: 62%;
    /* border: 1px solid rgb(255 255 255); */
    border-radius: 0 30% 0 0;
    display: flex;
    flex-wrap: wrap;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    right: 12%;
}

.SPECIFICATION_detailce p {
    font-size: 1.78rem;
    width: 90%;
    font-weight: 300;
    font-family: 'ITC Avant Garde Gothic';
    color: #050505;
    text-align: left;
    text-indent: 5rem;
    font-weight: bold;
}

.SPECIFICATION_vape {
    position: absolute;
    /* right: 19%; */
    top: 22%;
    width: 19%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    left: 18%;
}

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


    .SPECIFICATION_vape {
        left: 6%;
        width: 85%;
        top: 14%;
        left: 30%;
        width: 53%;
        transition: all 1s;
        transform: translateY(4rem);
        opacity: 0;
    }



    .SPECIFICATION_detailce {
        top: 64%;
        left: 7%;
        width: 90%;
        height: 40%;
        /* font-size: 1rem; */
        padding: 1.5rem 0 0;
        /* text-indent: 1rem; */
    }

    .SPECIFICATION_detailce p {
        font-size: 1.3rem;
        width: 90%;
        font-weight: 300;
        font-family: 'H-Bold';
        color: #000000;
        text-align: left;
        text-indent: 5rem;
    }
}