.caseService8 {
    /* PHP - 容器 */
    max-width: 1200px;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 40px 0;
    box-sizing: border-box;
}

.caseService8 * {
    /* PHP - ignore */
    box-sizing: border-box;
}

.caseService8Top:after {
    /* PHP - ignore */
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService8Top {
    /* PHP - 顶部 */
    margin-bottom: 20px;
}

.caseService8Top .title {
    /* PHP - 顶部标题 */
    word-wrap: break-word;
    font-family: 微软雅黑;
    box-sizing: border-box;
    font-size: 30px;
    color: rgb(63, 63, 63);
    float: left;
}

.caseService8Top .seeMore {
    /* PHP - 查看更多 */
    float: right;
    visibility: visible;
    word-wrap: break-word;
    text-align: right;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-top: 10px;
}

.caseService8List {
    overflow: hidden;
}

.caseService8List:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService8Item {
    /* PHP - 数据项 */
    width: 25%;
    float: left;
}

.caseService8Item:first-child {
    /* PHP - 数据项(第一个) */
    height: 400px;
}

.caseService8Item:first-child .caseService8ItemContent {
    height: 100%;
}

.caseService8Item:nth-child(4) {
    /* PHP - 数据项(第四个) */
    height: 400px;
}

.caseService8Item:nth-child(4) .caseService8ItemContent {
    height: 100%;
}

.caseService8Item .caseService8ItemContent {
    /* PHP - 数据项(默认) */
    position: relative;
    margin: 0 2%;
    height: 194px;
    margin-bottom: 4%;
    display: block;
}

.caseService8Item .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
    /* margin-bottom: 2%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseService8Item .hideShadeBottom {
    /* PHP - 数据项标题 */
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    text-align: center;
    width: 100%;
    height: 0px;
    position: absolute;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
}

.caseService8Item .caseService8ItemContent:hover .hideShadeBottom {
    /* PHP - 数据项标题 */
    height: 40px;
}
