/* D-BAW 产品轮播 - 样式照抄首页 Our Clients，每项下方增加 title */
.dbaw-products-carousel {
    background: linear-gradient(to bottom, #C4C4C42f 0%, #FFF 20%) #fff;
    color: #000;
    height: unset;
    padding-top: calc(100 * var(--rpx-50));
    padding-bottom: calc(120 * var(--rpx-50));
    overflow-x: hidden;
}

.dbaw-products-carousel .wrapper {
    margin-bottom: calc(30 * var(--rpx-50));
}

.dbaw-products-carousel .section-title{
    margin-bottom: calc(60 * var(--rpx));
}

.dbaw-products-carousel .model-ctn {
    display: flex;
    overflow: hidden;
}

.dbaw-products-carousel .model-list {
    display: flex;
    align-items: stretch;
}

.dbaw-products-carousel .model-list .model {
    height: auto;
    width: auto;
    position: relative;
    margin-left: calc(36 * var(--rpx-50));
    margin-right: calc(36 * var(--rpx-50));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dbaw-products-carousel .model-list .model img {
    height: calc(144 * var(--rpx));
    width: calc(144 * var(--rpx));
    object-fit: contain;
}

.dbaw-products-carousel .model-list .model .model-title {
    margin-top: 1.25em;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    text-align: center;
    width: calc(200 * var(--rpx));
}

.dbaw-products-carousel .model-list .model a.wfEditorMode {
    position: absolute;
    z-index: 240;
    right: 0;
    top: 0;
}

/* related-news 板块样式（参考 news-detail 页面的 other-news） */
section.related-news {
    padding-top: calc(100 * var(--rpx-50));
    padding-bottom: calc(120 * var(--rpx-50));
    background-color: #F6F6F6;
}

.related-news .btn-more {
    width: calc(240 * var(--rpx));
}

@media (max-width: 828px) {
    .dbaw-products-carousel .model-list .model img {
        height: calc(192 * var(--rpx));
        width: calc(192 * var(--rpx));
    }
}