.productCenter8 {
    /* PHP - 容器 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.productCenter8 * {
    box-sizing: border-box;
}

.productCenter8Top {
    /* PHP - 顶部 */
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
}

.productCenter8Top .enTitle {
    /* PHP - 置底标题 */
    color: rgb(245, 245, 246);
    font-size: 34px;
    font-weight: bold;
}

.productCenter8Top .title {
    /* PHP - 置顶标题 */
    color: rgb(41, 137, 151);
    font-size: 28px;
    margin-top: -24px;
}

.productCenter8Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.productCenter8Content {
    font-size: 0;
}

.productCenter8Item {
    /* PHP - 数据项 */
    width: 33.33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.productCenter8Item .title {
    /* PHP - 数据项标题 */
    font-weight: bold;
    font-size: 18px;
    color: rgb(89, 89, 89);
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.productCenter8Item .dec {
    /* PHP - 数据项描述 */
    font-size: 14px;
    color: rgb(191, 191, 191);
    line-height: 2;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.productCenter8Item .content {
    /* PHP - ignore */
    padding: 10px;
}

.productCenter8Item .moduleButton {
    /* PHP - 按钮 */
    color: rgb(165, 165, 165);
    font-size: 14px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    width: 100px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.productCenter8Item .moduleButton:before {
    /* PHP - 按钮底色 */
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #139d8f;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all .3s ease-out;
}

.productCenter8Item .moduleButton:hover {
    /* PHP - 按钮Hover */
    background-color: #139d8f;
    color: #fff;
    border-color: transparent;
}

.productCenter8Item .moduleButton:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.productCenter8Item .imgBox {
    /* PHP - 图片容器 */
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.productCenter8Item .imgBox img {
    display: block;
    border: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    object-fit: cover;
}
