.w3l-counter-6 .counter-grids-info .gallerybox {
    margin-bottom: 20px;
    background: #e4e4e4;
    cursor: pointer;
}

.w3l-counter-6 .counter-grids-info .userbox {
    margin-bottom: 30px;
    background: #e4e4e4;
    cursor: pointer;
}
.w3l-counter-6 .counter-grids-info .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 310px;
    overflow: hidden;
}
.w3l-counter-6 .counter-grids-info .pic img {
    width: 100%;
    /* height: 100%; */

}
.w3l-counter-6 .counter-grids-info h4 {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 0;
    padding: 10px 0;
}
.w3l-counter-6 .counter-grids-info p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}
.hidden-user {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.7);
}
.hidden-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    background:  url(../upload/icon-close.png) no-repeat center;
    background-size: 80%;
    outline: none;
    border: none;
}
.hidden-close:hover {
    transition: all .5s;
    background-color: rgb(255,84,57);
}
.hidden-close:focus {
    outline: none;
}

.swiper-container {
    width: 100%;
    height: 1000px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;

}
.swiper-slide:nth-child(2n) {
    width: 100%;
}
.swiper-slide:nth-child(3n) {
    width: 100%;
}
.swiper-slide-active {
    background: #666;
}
.swiper-slide-active h4 {
    color: #fff;
}
.swiper-slide-active p {
    color: #fff;
}
.swiper-slide .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
    overflow: hidden;
}
.swiper-slide .pic img {
    width: 100%;
}
.swiper-slide h4 {
    line-height: 38px;
}
.swiper-slide p {
    line-height: 28px;
}
@media screen and (max-width:992px) {
    .w3l-counter-6 .counter-grids-info .pic {
        height: 225px;
    }
    .swiper-container {
        height: auto;
    }
    .swiper-slide .pic {
        height: auto;
        overflow: hidden;
    }
}
