.cases-details .title{
    font-size: 24px;
    font-weight: 550;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
}
.cases-details .sdisplay {
    width: 1400px;
    margin: 5vh auto;
    position: relative;
}

.cases-details .sdisplay .line {
    height: 2px;
    font-size: 1px;
    line-height: 1;
    overflow: hidden;
    width: 100%;
    background: #666;
    margin-top: 20px;
}


.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 650px;
    width: 100%;
}

.gallery-thumbs {
    height: 125px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 15px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    /* border: 1px solid #d92219; */
}