.caseService9 {
    /* PHP - 容器 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.caseService9 * {
    box-sizing: border-box;
}

.caseService9Top {
    /* PHP - 顶部 */
    text-align: center;
    margin-bottom: 40px;
}

.caseService9Top .title {
    /* PHP - 顶部标题 */
    font-size: 24px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    margin-bottom: 28px;
}

.caseService9Top .titleContent {
    /* PHP - 顶部描述 */
    font-size: 14px;
    color: rgb(191, 191, 191);
    line-height: 1.5;
}

.caseService9Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService9Left {
    /* PHP - 左侧 */
    width: 75%;
    position: relative;
    float: left;
    height: 600px;
}

.caseService9Right {
    /* PHP - 右侧 */
    width: 25%;
    float: left;
}

.caseService9Left .swiper-container {
    width: 100%;
}

.caseService9Left .gallery-top {
    width: 100%;
    height: 100%;
}

.caseService9Left .gallery-top .swiper-slide {
    /* PHP - 滚动项 */
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.caseService9Left .gallery-top .swiper-slide img {
    max-width: 100%;
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseService9Left .gallery-thumbs {
    /* PHP - 缩略图组 */
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    height: 75px;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    width: 100%;
}

.caseService9Left .gallery-thumbs .swiper-slide {
    /* PHP - 缩略图子项 */
    width: 150px;
    height: 48px;
    overflow: hidden;
    background: #000;
    opacity: 0.4;
}

.caseService9Left .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseService9Left .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.caseService9Left .swiper-button-next,
.caseService9Left .swiper-button-prev {
    /* PHP - 切换按钮 */
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
}

.caseService9Right .image-animation {
    max-width: 100%;
    display: block;
    border: 0;
    height: 200px;
    object-fit: cover;
}

.caseService9Left .swiper-button-next img,
.caseService9Left .swiper-button-prev img {
    /* PHP - ignore */
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 0;
    max-width: 100%;
    transform: translateY(30%);
}
