.ej-gallery{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    margin-top:40px !important;
}

.ej-gallery-top{
    width:100%;
    height:650px;
    overflow:hidden;
   
}

.ej-gallery-top img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.ej-gallery-thumbs{
    margin-top:18px;
    height:90px;
}

.ej-gallery-thumbs .swiper-slide{
    height:90px;
    cursor:pointer;
    opacity:.5;
    transition:.3s;
}

.ej-gallery-thumbs img{
    width:100%;
    height:100%;
    object-fit:cover;
  
}

.ej-gallery-thumbs .swiper-slide-thumb-active{
    opacity:1;
}

.ej-gallery-thumbs .swiper-slide-thumb-active img{
    border:2px solid #4879BE;
}

.swiper-button-next,
.swiper-button-prev{

    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(0,0,0,.35);
    color:#fff;

}

.swiper-button-next::after,
.swiper-button-prev::after{

    font-size:18px;

}

/* 手机 */

@media(max-width:768px){

    .ej-gallery-top{

        height:380px;

    }

    .ej-gallery-thumbs{

        height:65px;

    }

    .ej-gallery-thumbs .swiper-slide{

        height:65px;

    }

}