.banner-img {
    height: 420px;
    object-fit: cover;
}

.product-img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.product-card {
    transition: transform .2s, box-shadow .2s;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.page-header {
    background: linear-gradient(135deg, var(--theme-primary, #0d6efd), var(--theme-secondary, #0a58ca));
}

.news-cover {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.detail-content {
    white-space: pre-wrap;
    line-height: 1.9;
}

/* 富文本内容 */
.rich-content {
    line-height: 1.9;
}

.rich-content img {
    max-width: 100%;
    height: auto;
}

.rich-content table {
    width: 100%;
    border-collapse: collapse;
}

.rich-content table td,
.rich-content table th {
    border: 1px solid #dee2e6;
    padding: .4rem .6rem;
}

/* 产品相册缩略图 */
.gallery-thumb {
    width: 72px;
    height: 54px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity .2s;
}

.gallery-thumb:hover {
    opacity: .75;
}

/* 合作伙伴 Logo */
.partner-logo {
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter .2s;
}

.partner-logo:hover {
    filter: none;
}
