#bgMask {
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: black;
    z-index:999;

}
#bgMask .swiper-container{
    width: 100%;
    height: 100%;
    background: #000!important;
    font-size: 14px;
    z-index: 9999;
    position: absolute;
}
#bgMask .swiper-wrapper{
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bgMask .swiper-wrapper .swiper-slide{
    text-align: center;width: 100%;overflow: hidden; display: flex; vertical-align: middle;
}
#bgMask .swiper-wrapper .swiper-slide img{
    margin: auto;
    height:100%;
    display:block;
}

/*.operate-bar {
    width: 300px;
    height:80px;
    float:right;

    position: relative;
    z-index: 999999999;
}*/
