.box {
    position: relative;
}

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

.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}

.jianbian {
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.2;
    background: linear-gradient(to bottom, #19a5e3, #906cc2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.com_font_5size {
    font-weight: 900;
    font-size: 4rem;
    font-style: oblique;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

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

    .jianbian {
        font-size: 3.5rem;
    }

}

.box1_title {
    position: absolute;
    top: 18%;
    left: 7%;
    width: 43%;
    font-family: 'Are You Okay';
    font-size: 7rem;

}

.box1_title p {
    font-weight: 600;
    font-size: 2rem;
    color: black;
}

.box1_list_con {
    position: absolute;
    top: 37%;
    left: 5%;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    width: 39%;
    /* height: 50%; */
    align-items: center;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 1;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box1_list_con span {
    color: black;
    ;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
}

.box1_list_con .item {
    width: 32%;
    animation: UpDown 2s ease-in-out infinite;
}

.box1_list_con .item img {
    width: 41%;
    display: block;
    margin: 0 auto;
}

/* 为每个 item_top 设置不同的动画延迟 */
.box1_list_con .item:nth-child(1) {
    animation-delay: 0s;
}

.box1_list_con .item:nth-child(2) {
    animation-delay: 0.2s;
    /* 延迟 0.2 秒 */
}

.box1_list_con .item:nth-child(3) {
    animation-delay: 0.4s;
    /* 延迟 0.4 秒 */
}

.box1_list_con .item:nth-child(4) {
    animation-delay: 0.6s;
    /* 延迟 0.6 秒 */
}

.box1_list_con .item:nth-child(5) {
    animation-delay: 0.8s;
    /* 延迟 0.8 秒 */
}

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

    .box1_title p {
        font-size: 1.3rem;
    }
    .box1_list_con {
        top: 16%;
        left: 61%;
        width: 39%;
    }
    .box1_list_con .item {
        width: 27%;
        margin: 0 0.5rem;
    }
    .box1_list_con .item img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .box1_list_con span {
        font-size: 1rem;
        padding: 1rem 0;
    }

}



.box3_top_title {
    position: absolute;
    top: 4%;
    left: 6%;
    color: black;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 90%;
    font-size: 5rem;
    text-align: center;
    font-family: 'Are You Okay';


}

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

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

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



.box4_top_title {
    position: absolute;
    top: 3%;
    right: 18%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 68%;
    font-size: 5rem;
    text-align: center;
    font-family: 'Are You Okay';

}

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

@media screen and (max-width: 782px) {
    .box4_top_title {
        width: 100%;
        /* margin: 2rem auto; */
        top: 7%;
        right: 0%;
        left: 0%;
        font-size: 2.2rem;
    }

   

    .box4_top_title p {
        font-size: 1rem;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}


.box5_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 4rem;
    font-family: 'Are You Okay';

}


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










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

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


}

.box6_top_title {
    position: absolute;
    top: 6%;
    right: 3%;
    left: 18%;

    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 62%;
    text-align: center;
    font-size: 5rem;
    font-family: 'Are You Okay';
}


.box6_top_title p {
    font-size: 1.7rem;
    text-align: center;
    color: black;
}

@media screen and (max-width: 782px) {
    .box6_top_title {
        top: 6%;
        right: 0%;
        left: 4px;
        width: 97%;
        font-size: 2rem;
    }

    .box6_top_title p {
        font-size: 1rem;
    }

   

}

.box7_top_title {
 position: absolute;
    top: 3%;
    right: 0%;
    left: 14%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 71%;
    text-align: center;
    font-size: 4rem;
    font-family: 'Are You Okay';
}

.box7_top_title p {
    font-size: 1.7rem;
    text-align: center;
    color: black;
}

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

    .box7_top_title p {
        font-size: 1.3rem;
    }
}


/* swiper css stard */
.swiper_three_top_title {
    position: absolute;
    top: 11%;
    right: 0%;
    left: 2%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 95%;
    text-align: center;
    font-size: 6rem;
    font-family: 'Are You Okay';
}

.swiper_three_top_title p {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    color: black;
}


/* pc */
.swiper_three .boxswiper {
    position: absolute;
    width: 70%;
    /* margin: 6rem auto 3rem; */
    overflow: hidden;
    top: 38%;
    left: 15%;
}

/* 移动 */
.swiper_three .boxMoblieSwiper {
    position: absolute;
    bottom: 18%;
    width: 100%;
}

.swiper_three .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* width: 60%; */
    border-radius: 11%;

    display: flex;

    justify-content: center;

    align-items: center;
    overflow: hidden;
}

.swiper_three .swiper-slide img:hover {
    transform: scale(1.1);
    transition: all 0.75s;
}

.swiper_three .pre {
    position: absolute;
    top: 55%;
    left: 7%;
    width: 4rem;
    height: 4rem;
}

.swiper_three .next {
    position: absolute;
    top: 55%;
    right: 8%;
    width: 4rem;
    height: 4rem;
}

.PaginationColor {
    bottom: 10% !important;
    position: absolute;
    text-align: center
}

.swiper_three .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
    margin: 0 10px !important;
    position: relative
}

.swiper_three .swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.2rem;
    height: 2.2rem;
    border: 2px solid #A9A9A9;
    border-radius: 50%
}

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

    .boxMoblieSwiper {
        position: relative;
        width: 100%;
        margin: 3rem auto
    }


    .swiper_three_top_title {
        font-size: 3.38rem;
        top: 4%;
        left: 2%;
    }

    .swiper_three_top_title p {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .swiper_three .swiper-pagination-bullet {
        opacity: 1 !important;
        width: 1rem !important;
        height: 1rem !important;
        margin: 0 6px !important;
        position: relative
    }

    .swiper_three .swiper-pagination-bullet-active:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1.7rem;
        height: 1.7rem;
        border: 2px solid #A9A9A9;
        border-radius: 50%
    }

    .PaginationMoblieColor {
        bottom: 11% !important;
        position: absolute;
        text-align: center
    }

}

/* swiper css end */

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


}

.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;
    color: black;
    text-align: left;
    text-indent: 5rem;
}

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

@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: 41%;
        width: 16%;
        transition: all 1s;
        transform: translateY(4rem);
        opacity: 0;
    }



    .SPECIFICATION_detailce {
        top: 58%;
        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';
        text-align: left;
        text-indent: 5rem;
    }
}


.Exhibition_top_title {
    position: absolute;
    top: 3%;
    right: 0%;
    left: 0%;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 1;
    width: 100%;
    text-align: center;
    font-size: 6rem;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    font-family: 'Are You Okay';
}

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

}