@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#app{
    width: 100vw;
    height: 100vh;
}
.swiper{
    width: 100%;
    height: 100%;
}
.video-item{
    width: 100%;
    height: 100%;
    background-color: black;
}