/* header-foot样式修改 */
.content{
    padding-top: 0 !important;
}
.container{
    position: relative;
}
.header-box{
    background: linear-gradient(180deg, rgba(12, 12, 11, 0.41) 0%, rgba(12, 12, 11, 0.01) 100%);
}
.header-box .tab-position-box{
    background: linear-gradient(180deg, rgba(12, 12, 11, 0.41) 0%, rgba(12, 12, 11, 0.01) 100%);
}
.footer-absolute{
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*自定义swiper样式*/
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.swiper-slide>img{
    width: 100%;
    height: auto;
}
.swiper-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-vertical>.swiper-pagination-bullets{
    right: 60px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 20px 0;
}
.swiper-container .swiper-pagination-bullet{
    background-color: #fff;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    opacity: 0.5;
}
.swiper-container .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 0);
}