.box {
    position: relative;
}

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

.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}
.box1_title {
    position: absolute;
    top: 52%;
    left: 4%;
    width: 83%;
    color: rgb(255 255 255);
    line-height: 10rem;
    text-align: left;
    font-size: 9rem;
   font-family: 'Are You Okay';
    font-weight: normal;
    font-style: normal;
     display: inline-block;
    transform: rotate(45deg);
}
.box1_title p {
    text-align: left;
    font-size: 2rem;
    text-indent: 1.1rem;
      font-family: 'Againts';
}



@media screen and (max-width: 782px) {
    .box1_title {
        top: 25.5%;
        left: 5%;
        width: 92%;
        font-size: 6.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;
    }


}


.box2_top_title {
    position: absolute;
    top: 30%;
    /* right: 0%; */
    left: 7%;
    color: rgb(255, 255, 255);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 63%;
    font-size: 5.1rem;
    text-align: left;
    font-family: 'H-Bold';
    font-family: 'H-Medium';
}

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






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

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

.box3_top_title {
    position: absolute;
    top: 8%;
    left: 5%;
    color: rgb(0 0 0);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 100%;
    font-size: 5rem;
    line-height: 6rem;
    /* text-align: end; */
    text-align: left;
    font-family: 'H-Bold';
    font-family: 'H-Medium';
}

.box3_top_title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    width: 73%;
    text-align: left;
    /* margin: 1rem auto 0; */
      font-family: 'H-Regular';
}



@media screen and (max-width: 782px) {
    .box3_top_title {
        top: 8%;
        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: 2rem;
    width: 100%;
}
}


/* swiper css stard */
/* 第七张 */
.box71 {
    height: 55rem;
    position: relative;
}

/* swiper css stard */
.box71_top_title {
    position: absolute;
    top: 6%;
    right: 0%;
    left: 8%;
    color: rgb(255, 255, 255);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 82%;
    text-align: center;
    font-size: 5rem;
    font-family: 'H-Medium';
}

.box71_top_title p {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    font-family: 'H-Medium';
}


/* pc */
/* pc */
.box71 .boxswiper {
    position: absolute;
    width: 70%;
    /* margin: 6rem auto 3rem; */
    overflow: hidden;
    top: 34%;
    left: 13%;
}

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

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

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

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

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

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

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

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

    .box71 {
        /* padding: 3rem 0 4rem */
    }

   .box71_top_title {
    font-size: 3.5rem;
    top: 10%;
    width: 100%;
    left: 0;
}

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

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

    .box71 .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%;
    color: #ffffff;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    width: 85%;
    text-align: center;
    font-size: 5rem;
    font-family: 'H-Medium';


}

.SPECIFICATION_detailce {
    position: absolute;
    top: 21%;
    width: 31%;
    height: 62%;
    /* color: #c7c7c7; */
    border: 1px solid rgb(255 255 255);
    border-radius: 0 30% 0 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: end; */
    padding: 8rem 0;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    /* padding: 1.5rem 0; */
    /* margin: 1rem 0; */
    /* left: 14%; */
    right: 12%;
}

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

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

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

   
   .SPECIFICATION_vape {
    left: 6%;
    width: 85%;
    top: 12%;
    left: 36%;
    width: 54%;
    width: 13rem;
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    height: 26rem;
}
   

    .SPECIFICATION_detailce {
        top: 56%;
        left: 6%;
        width: 90%;
        height: 36%;
        /* 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: #ffffff;
        text-align: left;
        text-indent: 5rem;
    }
}





























