.shoots-pop{top:0;left:0;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,0.3);display:none;}
.shoots-pop-con{top:10%;left:10%;width:80%;height:80%;}
.shoots-pop i.close-shoots-pop{top:-48px;right:-48px;width:48px;height:48px;background:url(../img/pop-close-btn.png) no-repeat;display:block;cursor:pointer;}
.pf{position: fixed;}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {width:100% !important;
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{width:auto;height:auto;max-width:100%;max-height:100%;cursor:grab;}