.container{
    position: relative;
    height: 100vh;
}
.header-box{
    z-index: 99;
    background: linear-gradient(180deg, rgba(12, 12, 11, 0.41) 0%, rgba(12, 12, 11, 0) 100%);
}
.footer-box{
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*自定义swiper样式*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.swiper-slide>img{
    width: auto;
    height: 100%;
}
.swiper-slideVideo{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}
.swiper-video{
    /* z-index: -1000; */
    width: 100%;
    height: 60%;
}

.swiper-container-vertical>.swiper-pagination-bullets{
    right: 0.533333rem;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0.266667rem 0;
}
.swiper-container .swiper-pagination-bullet{
    background-color: #fff;
    width: 0.186667rem;
    height: 0.186667rem;
    border: 2px solid #fff;
    opacity: 0.5;
}
.swiper-container .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 0);
}