@charset "utf-8";

/* css document */

.imgshowwin{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.imgshowlist{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    z-index: 30;
}

.imgshowwin1{
    width: 100%;
    display: block;
    background-color:#fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.imgshowwin1 img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.imgshowlistpagination{
    bottom:20vw !important;
}
.imgshowlistpagination .swiper-pagination-bullet{
    background-color: rgba(0, 0, 0, 0.8);
}
.imgshowlistpagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
}

/*弹框样式*/
.imgzoom_pack {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.imgzoom_pack .imgzoom_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #eee;
}

.imgzoom_pack .imgzoom_img img {
    width: 100%;
    position: absolute;
    top: 50%;
}

.imgshowda{position:fixed;margin:auto;left:0;right:0;bottom: 100px;width: 50px;z-index: 1002;text-align: center;}