/* 联系/搜索展示型：可输入，不可提交 */
.contact-form-display .btn,
.search-form-display button {
    cursor: default;
}

header .logo img,
footer img.logo {
    background-color: transparent !important;
    background-image: none !important;
}

/* lozad 有 src 时必须可见（轮播区优先） */
.dt_brand_area img.lozad,
.testimonial_area img.lozad,
.dt_about_area img.lozad,
.em_team_area img.lozad,
img.lozad[src] {
    opacity: 1 !important;
    filter: none !important;
}

/* ========== 品牌：未 slick 时也要排成一排可见 ========== */
.brand_active:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
}

.brand_active:not(.slick-initialized) .brand-slide,
.brand_active:not(.slick-initialized) > .col-lg-12 {
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    float: none !important;
    display: block !important;
}

.dt_brand_area .carousel_imagess_area,
.testimonial_area .witr_testiSlider,
.testimonial_area .wirt_TraSlider {
    overflow: hidden;
}

.brand_active .brand-slide,
.brand_active .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.dt_brand_area .slide_items {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_brand_area .slide_items img {
    display: block !important;
    max-height: 64px;
    max-width: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    opacity: 1 !important;
}

/* ========== 评价：未 slick 时纵向展示 ========== */
.witr_testiSlider:not(.slick-initialized) .item,
.wirt_TraSlider:not(.slick-initialized) .item {
    display: block !important;
    margin-bottom: 16px;
}

.witr_testiSlider .slick-slide img,
.witr_testiSlider img.lozad {
    display: inline-block !important;
    width: 80px;
    height: 80px;
    max-width: 80px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 1 !important;
}

@media (max-width: 991.98px) {
    .witr_content_test7 {
        padding: 0 20px !important;
    }
}

/* Banner 背景兜底 */
.witr_swiper_height.lozad {
    opacity: 1 !important;
    min-height: 420px;
}
