.pageCenter {
    width: 1152px;
    margin: 0 auto;
    padding: 20px 0;
}

.caseInfoSwiper {
    width: 100%;
    height: 656.25px;
    position: relative;
}

.caseSwiper1 {
    position: absolute;
    left: 0;
    width: 875px;
    height: 656.25px;
    border-radius: 4px;
}

.caseSwiper2 {
    position: absolute;
    right: 0;
    width: 234px;
    height: 656px;
    /* padding-right:20px; */
    overflow-y: scroll;
    /* padding: 0 10px;
    padding-bottom: 15px; */
}

.caseSwiper2::-webkit-scrollbar {
    display: none;
}

.swiper1Img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper2Img {
    /*width: 100%;*/
    width: 190px;
    height: 142.5px;
    /*border: 5px solid #E1E1E1;*/
    margin: 11px 0;
    z-index: 10;
    object-fit: cover;
    box-sizing: border-box;
}

.swiper-slide-thumb-active {
    z-index: 99;
}

.swiper-slide-thumb-active .swiper2Img {
    border: 2px solid #378BEC;
}
.swiper2ImgBox{
    height: auto;
    background-color: #E1E1E1;
    padding: 0 22px;
}
.swiper2ImgBox:hover {
    z-index: 99;
}

.swiper2ImgBox:hover .swiper2Img {
    border: 2px solid #378BEC;
}


/* 文字信息部分 */

.caseInfoBox {
    width: 1152px;
    margin: 0 auto;
}

.caseInfoTitle {
    width: 100%;
    height: 50px;
    background-color: #F2F2F2;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
}

.infoTitleBorder {
    background-color: #378BEC;
    width: 10px;
    height: 50px;
}

.caseInfoTitle p {
    font-size: 18px;
    line-height: 50px;
    margin-left: 20px;
}


/* 表格 */

table {
    width: 100%;
    font-size: 13px;
}

tr {
    width: 100%;
}

td {
    padding-left: 5px;
}

.tableTitle {
    width: 90px;
    height: 38px;
    line-height: 38px;
    /* border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
    text-align: center;
}


/* 地图 */

.distanceBox {
    width: 100%;
    height: 440px;
    /* background-color: #eee; */
}


/* vr外链 */

.mediaLink {
    color: #378BEC;
}


/* 媒体合同 */

.contractBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.contractImgBox {
    height: 100px;
    margin-right: 20px;
    margin-top: 10px;
}

.contractImgBox img {
    height: 100%;
    border-radius: 4px;
}

.contractImgBox,
.caseSwiper1,
.caseSwiper2:hover {
    cursor: pointer;
}

.open-img {
    display: none;
    min-width: 300px;
    max-width: 600px;
    max-height: 600px;
    object-fit: cover;
}

.open-img img {
    width: 100%;
}


/* 媒体视频 */

.mediaVideoBox {
    width: 100%;
}

.mediaVideoBox img {
    width: 214px;
    height: 127px;
    object-fit: contain;
border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.mediaVideoBox img:hover {
    cursor: pointer;
}

#mediaVideo {
    display: none;

    width: 600px;
    height: auto;
    border-radius: 6px;
    background-color: #fff;
}


/* 媒体介绍 */

.mediaInfo {
    width: 100%;
    color: #666;
    line-height: 26px;
}