
.banner .swiper-container-banner .swiper-slide video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.banner .swiper-container-banner .swiper-slide .txt{
    position: absolute;
    top: 0;
    left: 16%;
    max-width: 580px;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* pointer-events: none; */
}
.banner .swiper-container-banner .swiper-slide .txt h3{
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'IBMPlexSans-Bold';
    max-width: 600px;
}
.banner .swiper-container-banner .swiper-slide .txt h4{
    font-size: 64px;
    font-family: 'IBMPlexSans-Bold';
    text-align: center;
}
.banner .swiper-container-banner .swiper-slide .txt a{
    pointer-events:all;
}
.banner .swiper-container-banner .swiper-slide .txt img{
    max-width: 100%;
}
.banner .swiper-container-banner .swiper-slide .txt.center{
    align-items: center;
}
.banner .swiper-container-banner .swiper-slide .txt.center h3{
    text-align: center;
}
.banner .swiper-container-banner .swiper-slide .txt.right{
    align-items: flex-end;
}
.banner .swiper-container-banner .swiper-slide .txt.right h3{
    text-align: right;
}
.banner .swiper-container-banner .swiper-pagination-banner{
    z-index: 10;
    position: absolute;
    bottom: 3%;
}

.banner .swiper-container-banner .swiper-pagination-banner .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin: 10px;
}
.title h2{
    font-size: 29px;
    font-family: 'TitilliumWeb-SemiBold';
    font-weight: normal;
    margin-bottom: 40px;
}
.product{
    padding: 100px 0;
}
.product .content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product .content .row{
    width: 100%;
}
.product .content .row>div{
    padding-left: 7px;
    padding-right: 7px;
}
.product .content .row .cart{
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding: 24px 15px;
    height: 400px;
    margin-bottom: 30px;
}
.product .content .row .cart img{
    margin-bottom: 30px;
}
.product .content .row .cart p{
    width: 100%;
    color: #333;
    /* height: 44px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center
}
main .new .title h2{
    text-align: center;
}
main .text{
    padding: 160px 0;
}
main .text .content{
    flex-direction: column;
}
main .text .content p{
    font-size: 16px;
    color: #303030;
    max-width: 880px;
    line-height: 1.6;
    text-align: center;
}
.video{
    width: 100%;
    height: 540px;
    position: relative;
    background: #051118;
    overflow: hidden;
    cursor: pointer;
}
.video .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://32a8e6.claudeassets.com/20230324091854im_/https://www.mingvape.com/lib/images/video_bg.jpg) no-repeat right;
    background-attachment: fixed;
    opacity: 0.2;
    transition: all 0.5s;
}
.video .mask iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video:hover .mask{
    transform: scale(1.1);
}
.video:hover .txt p{
    opacity: 1;
    filter: blur(0px);
}
.video:hover .txt img{
    opacity: 1;
    filter: blur(0px);
}
.video .txt{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    flex-direction: column;
}
.video .txt p{
    font-size: 40px;
    margin-bottom: 60px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    filter: blur(10px);
    max-width: 980px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.video .txt img{
    transition: all 0.5s;
    opacity: 0;
    filter: blur(10px);
}
.introduce{
    padding-top: 160px;
    padding-bottom: 140px;
}
.introduce .content{
    display: flex;
    justify-content: space-between;
}
.introduce .content .center img{
    max-width: 600px;
    width: 100%;
}
.introduce .content .left, .introduce .content .right{
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.introduce .content .left h3, .introduce .content .right h3{
    font-size: 28px;
    font-family: 'IBMPlexSans-Medium';
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
.introduce .content .left p, .introduce .content .right p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.discover_us{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
}
.discover_us p{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    line-height: 1.6;
    font-size: 20px;
    color: #666;
}
.discover_us p a{
    display: inline-block;
    margin: 0 10px;
}
.discover_us .swiper-container-discover{
    width: 100%;
}

.hustle-ui a.hustle-button-submit .hustle-button-text, .hustle-ui button.hustle-button-submit .hustle-button-text{
    font-weight: normal;
}
@media (max-width:1500px){
    .product{
        padding: 5.20835vw 0;
    }
    main .text{
        padding: 8.33336vw 0;
    }
    .introduce{
        padding-top: 8.33336vw;
        padding-bottom: 7.29169vw;
    }
    .banner  .swiper-container-banner .swiper-slide .txt h3{
        font-size: 3.12501vw;
    }

}
@media (max-width:1279px) {
    .product .content .row .cart{
        height: 300px;
    }
    .video .txt p{
        opacity: 1;
        filter: blur(0px);
    }
    .video .txt img {
        opacity: 1;
        filter: blur(0px);
    }
}
@media (max-width:1023px) {
    .product .content .row .cart{
        max-width: 100%;
        height: auto;
    }
}
@media (max-width:767px){
    .content{
        padding: 0 15px;
    }
    .introduce .content{
        flex-direction: column;
    }
    .title h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .discover_us p{
        margin-bottom: 30px;
    }
    .video{
        height: auto;
        padding: 30px 0;
    }
    .video .txt p{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .banner  .swiper-container-banner .swiper-slide .txt h4{
        font-size: 24px;
    }
    .banner  .swiper-container-banner .swiper-slide .txt h3{
        font-size: 20px;
    }
    .banner .swiper-container-banner .swiper-pagination-banner .swiper-pagination-bullet{
        width: 30px;
        margin: 0 5px;
    }
    .banner .swiper-container-banner .swiper-slide .txt{
        max-width: 100%;
    }
    .banner .swiper-container-banner .swiper-slide .txt img{
        max-width: 100px;
    }
}



















/*
     FILE ARCHIVED ON 01:24:43 Nov 12, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:21:16 Sep 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.59
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.046
  esindex: 0.01
  cdx.remote: 19.358
  LoadShardBlock: 386.424 (3)
  PetaboxLoader3.datanode: 180.118 (5)
  PetaboxLoader3.resolve: 279.761 (2)
  load_resource: 142.121
  loaddict: 59.3
*/