
/* 多光谱镜头系列专属样式 */
.spectral-series-section {
    margin-bottom: 1rem;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.series-header {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.series-title {
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.series-meta {
    margin-top: 0.5rem;
}

.spectrum-item {
    padding: 0.5rem;
    background: var(--bg-light);
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.product-img-card {
    transition: transform 0.3s ease;
}

.product-img-card:hover {
    transform: translateY(-5px);
}

/* 表格样式优化 */
.table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    white-space: nowrap;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: rgba(47, 128, 237, 0.05);
}

/* 波长标签样式 */
.badge.bg-light {
    background-color: #e9ecef !important;
    color: #495057 !important;
}
