/*! style.css v5764f997 */
/* Generated: 2026-01-14 15:24:22 */
/* Domain: chn-band-jinnianhui.com */
/* SEO optimized structure */
/* Accessibility compliant */
/* Modern web standards */

.css_641bdf {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * Template25 - Bootstrap 5 电商风格样式
 */

/* 全局样式 */
:root {
    --t25-primary: #007bff;
    --t25-primary-hover: #0056b3;
    --t25-shadow: 0 2px 10px rgba(0,0,0,0.1);
    --t25-shadow-lg: 0 4px 20px rgba(0,0,0,0.15);
    --t25-transition: all 0.3s ease;
}

/* 产品卡片样式 */
.card {
    transition: var(--t25-transition);
    border: none;
    box-shadow: var(--t25-shadow);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--t25-shadow-lg);
}

/* 按钮样式 */
.btn-primary {
    background: var(--t25-primary);
    border-color: var(--t25-primary);
    transition: var(--t25-transition);
}

.btn-primary:hover {
    background: var(--t25-primary-hover);
    border-color: var(--t25-primary-hover);
    transform: translateY(-2px);
}

/* 导航栏样式 */
.navbar {
    box-shadow: var(--t25-shadow);
}

/* 响应式优化 */
@media (max-width: 768px) {
    .hero-section .display-4 {
        font-size: 2rem;
    }
}

