
.window-main-swiperBox{
    width: 725px;
    height: 460px;
}
.mainSwiper .swiper-slide img,
.gallery-thumbs .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.image-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    font-size: 17px;
    color: #fff;
}
.mainPagination{
    width: auto;
    font-size: 16px;
    color: #fff;
    right: 20px;
    bottom: 50px;
    left: auto;
}
.mainPagination .swiper-pagination-current{
    font-size: 46px;
    font-style: italic;
}
.window-gallery{
    position: absolute;
    width: 837px;
    height: 110px;
    bottom: 78px;
    right: 97px;
}
.gallery-thumbs-imageCover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .4);
}
.gallery-thumbs .swiper-slide-active .gallery-thumbs-imageCover{
    display: none;
}