@charset "utf-8";

/* CSS Document */

.imgShowWin{
    width: 100vw;
    height: 100vh;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
       z-index: 10000;
}
.imgShowList{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    z-index: 30;
}
.imgbox-big{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgbox-big div{
	text-align:center;
}
.imgbox-big h1{
    color: #fff;
    font-size: 2.4rem;
    margin: 10px 0 0 0;
    text-align: center;
}
.imgShowWin img{
    display: block;
	 margin:0 auto;
    min-height: 70vh;
    max-height: 70vh;
}
.imgShowListPagination{
    
}
.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);
}