* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.w8n4j5r {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.q3p7m9x {
    padding: 0;
}

.r5k2n8p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.m9x4k7j {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    padding: 20px 0;
}

.m9x4k7j a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.m9x4k7j a:hover {
    color: #764ba2;
    transform: scale(1.05);
    display: inline-block;
}

.n4p8m2k {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 2px solid #e2e8f0;
}

.n4p8m2k li a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
}

.n4p8m2k li a:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.p7m3n9k {
    padding: 40px 0;
}

.hero-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.j9m2k7n {
    max-width: 800px;
    margin: 0 auto;
}

.n8p4m6k {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.m3k9n7p {
    font-size: 20px;
    color: #ffffff;
    opacity: 0.95;
    line-height: 1.8;
}

.x4n7m9k, .j6m9n4k, .m5k9n7p {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.p8m4n6k {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}

.k7n3m9p {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
}

.k7n3m9p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.3);
}

.m5n8k4p {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.n9k6m3p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.k7n3m9p:hover .n9k6m3p {
    transform: scale(1.15) rotate(2deg);
}

.p4m7n2k {
    padding: 20px;
}

.k8n5m9p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
}

.k8n5m9p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.k8n5m9p a:hover {
    color: #667eea;
}

.m2n6k8p {
    color: #718096;
    font-size: 14px;
    margin-bottom: 8px;
}

.n7k4m5p {
    color: #a0aec0;
    font-size: 13px;
    display: block;
}

.n3m8k5p {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.k2m7n5p {
    display: flex;
    gap: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.k2m7n5p:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.2);
}

.m9n4k7p {
    width: 180px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.p5n8k3m {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.k2m7n5p:hover .p5n8k3m {
    transform: scale(1.1);
}

.n6m2k9p {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.k4n7m8p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
}

.k4n7m8p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.k4n7m8p a:hover {
    color: #667eea;
}

.m8n3k6p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.n8m4k6p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
}

.k3m9n5p {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.k3m9n5p:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.25);
}

.p7n2k4m {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.m6n8k3p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2d3748;
}

.m6n8k3p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.m6n8k3p a:hover {
    color: #667eea;
}

.n4k7m9p {
    color: #718096;
    font-size: 14px;
}

.n9m5k7p {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: #ffffff;
    padding: 50px 20px 30px;
    margin-top: 60px;
}

.k4m8n6p {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.m7n3k9p {
    animation: fadeInUp 1s ease-out;
}

.n5k8m4p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.k9m2n7p {
    color: #cbd5e0;
    font-size: 14px;
    line-height: 1.8;
}

.p8m4n6k li {
    margin-bottom: 8px;
}

.p8m4n6k li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.p8m4n6k li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.n6m9k3p {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #a0aec0;
    font-size: 14px;
}

.k8m3n7p {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    z-index: 999;
}

.k8m3n7p.visible {
    opacity: 1;
    visibility: visible;
}

.k8m3n7p:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.m4n9k6p {
    display: block;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.p9m6k3n {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.p9m6k3n li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p9m6k3n li a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.p9m6k3n li a:hover {
    color: #764ba2;
}

.p9m6k3n li.current {
    color: #4a5568;
    font-weight: 500;
}

.p9m6k3n li:not(:last-child)::after {
    content: '›';
    color: #a0aec0;
    font-size: 18px;
}

@media (max-width: 768px) {
    .n4p8m2k {
        gap: 15px;
    }

    .n8p4m6k {
        font-size: 32px;
    }

    .m3k9n7p {
        font-size: 16px;
    }

    .p8m4n6k {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }

    .k2m7n5p {
        flex-direction: column;
    }

    .m9n4k7p {
        width: 100%;
        height: 200px;
    }

    .k4m8n6p {
        grid-template-columns: 1fr;
    }

    .k8m3n7p {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .m9x4k7j {
        font-size: 24px;
    }

    .n8p4m6k {
        font-size: 28px;
    }

    .p8m4n6k {
        grid-template-columns: 1fr;
    }
}