/*视频弹出层*/
.video-prop{
    display: none;
    z-index: 10;
}
.video-show,.video-test1{
    position: relative;
}
.video-prop .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    top: 0;
}
.video-prop .video-show{
    width: 80%;
    height: 80vh;
    position: fixed;
    left: 10%;
    top: 15vh;
    z-index: 999;
}
/*相册弹出层*/
.photos-prop{
    display: none;
}
.photos-prop .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 102;

}
.photos-show{
    position: fixed;
    width: 100%;
    top: 30%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    z-index: 103;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top {
    width: 100% !important;
}
.swiper-slide{
    text-align: center;
}
.swiper-slide>img{
    max-height: 100%;
    max-width: 100%;
}