/* 雷火体育 - 主样式文件 */
/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #457b9d;
    --text-color: #333;
    --light-text: #666;
    --white: #fff;
    --light-bg: #f5f5f5;
    --gradient-primary: linear-gradient(135deg, #e63946 0%, #ff6b6b 100%);
    --gradient-dark: linear-gradient(135deg, #1d3557 0%, #264653 100%);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.85;
    color: var(--text-color);
    background-color: var(--white);
}

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

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.con-l481 {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.hea-a827 {
    background: var(--gradient-dark);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hea-x428 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.log-l179 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.log-l952 {
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255,107,53,0.5);
}

.log-a977 {
    width: 45px;
    height: 45px;
    background: var(--gradient-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.nav-n668 {
    display: flex;
    gap: 35px;
}

.nav-menu a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

/* Hero Banner */
.her-l422 {
    background: var(--gradient-dark);
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.her-l422::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23ff6b35" stroke-width="0.5" opacity="0.1"/></svg>') repeat;
    background-size: 100px 100px;
    animation: float 20s linear infinite;
}

@keyframes float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

.her-k251 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.her-j735 {
    flex: 1;
    max-width: 600px;
}

.hero-text h1 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-text h1 span {
    color: var(--primary-color);
    text-shadow: 0 0 20px rgba(255,107,53,0.5);
}

.hero-text p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}

.her-x384 {
    display: inline-block;
    background: var(--gradient-primary);
    color: var(--white);
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(255,107,53,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.her-x384:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,107,53,0.5);
}

.her-a549 {
    flex: 1;
    text-align: center;
}

.hero-image img {
    max-width: 500px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

/* Section Common */
.sec-m790 {
    padding: 80px 0;
}

.sec-r587 {
    background: var(--light-bg);
}

.sec-v597 {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.section-title p {
    color: var(--light-text);
    font-size: 16px;
    max-width: 600px;
    margin: 20px auto 0;
}

/* About Section */
.abo-y109 {
    display: flex;
    gap: 60px;
    align-items: center;
}

.abo-j213 {
    flex: 1;
}

.about-text h3 {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 20px;
    color: var(--light-text);
    text-align: justify;
}

.abo-d850 {
    flex: 1;
    position: relative;
}

.abo-d850::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    z-index: -1;
}

.about-image img {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Services Grid */
.ser-l781 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.ser-a858 {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ser-a858:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.ser-j758 {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 36px;
}

.service-card h3 {
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.service-card p {
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.8;
}

/* Events Section */
.eve-p967 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.eve-q779 {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.eve-q779:hover {
    transform: translateY(-5px);
}

.eve-g788 {
    height: 200px;
    background: var(--gradient-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--primary-color);
}

.eve-g857 {
    padding: 25px;
}

.event-content h3 {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.event-content p {
    color: var(--light-text);
    font-size: 14px;
}

/* Advantages Section */
.adv-e600 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.adv-k145 {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.adv-a619 {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--gradient-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.advantage-content h3 {
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.advantage-content p {
    color: var(--light-text);
    font-size: 14px;
}

/* News Section */
.new-l360 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.new-u685 {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-u685:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.new-c533 {
    height: 180px;
    background: var(--gradient-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--primary-color);
}

.new-s157 {
    padding: 25px;
}

.new-w443 {
    color: var(--primary-color);
    font-size: 13px;
    margin-bottom: 10px;
}

.news-content h3 {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 12px;
    line-height: 1.5;
}

.news-content h3 a:hover {
    color: var(--primary-color);
}

.news-content p {
    color: var(--light-text);
    font-size: 14px;
    line-height: 1.7;
}

.new-t111 {
    display: inline-block;
    margin-top: 15px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
}

.new-t111:hover {
    text-decoration: underline;
}

/* Partners Section */
.par-e827 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.par-v629 {
    width: 150px;
    height: 80px;
    background: var(--light-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--light-text);
    font-weight: bold;
    transition: all 0.3s ease;
}

.par-v629:hover {
    background: var(--secondary-color);
    color: var(--white);
}

/* FAQ Section */
.faq-s259 {
    max-width: 800px;
    margin: 0 auto;
}

.faq-n148 {
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-o835 {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--secondary-color);
    transition: background 0.3s ease;
}

.faq-o835:hover {
    background: var(--light-bg);
}

.faq-o835::after {
    content: '+';
    font-size: 24px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-o835::after {
    transform: rotate(45deg);
}

.faq-t628 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-t628 {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 25px 20px;
    color: var(--light-text);
}

/* Contact Section */
.con-k622 {
    display: flex;
    gap: 60px;
}

.con-e670 {
    flex: 1;
}

.con-b333 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.con-y574 {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-text h4 {
    font-size: 16px;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.contact-text p {
    color: var(--light-text);
    font-size: 14px;
}

.con-o704 {
    flex: 1;
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.for-n513 {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    height: 120px;
    resize: none;
}

.sub-p488 {
    background: var(--gradient-primary);
    color: var(--white);
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sub-p488:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,107,53,0.4);
}

/* Footer */
.foo-e940 {
    background: var(--gradient-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.foo-j906 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand .log-l952 {
    margin-bottom: 20px;
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.8;
}

.footer-links h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: var(--primary-color);
}

.foo-j390 {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}

/* Back to Top */
.bac-l709 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255,107,53,0.4);
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.bac-l709:hover {
    transform: translateY(-5px);
}

/* Page Header */
.pag-b250 {
    background: var(--gradient-dark);
    padding: 150px 0 80px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: var(--white);
    margin-bottom: 15px;
}

.page-header .bre-d180 {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.page-header .breadcrumb a {
    color: var(--primary-color);
}

/* Article Content */
.art-o933 {
    padding: 60px 0;
}

.art-f403 {
    max-width: 900px;
    margin: 0 auto;
    background: var(--white);
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.art-p443 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article-meta span {
    color: var(--light-text);
    font-size: 14px;
    margin-right: 20px;
}

.article-body h2 {
    font-size: 24px;
    color: var(--secondary-color);
    margin: 30px 0 15px;
}

.article-body h3 {
    font-size: 20px;
    color: var(--secondary-color);
    margin: 25px 0 12px;
}

.article-body p {
    margin-bottom: 18px;
    color: var(--text-color);
    text-align: justify;
}

.article-body ul,
.article-body ol {
    margin: 20px 0;
    padding-left: 25px;
}

.article-body li {
    margin-bottom: 10px;
    list-style: disc;
    color: var(--text-color);
}

.art-e580 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.article-nav a {
    color: var(--primary-color);
    font-size: 14px;
}

.article-nav a:hover {
    text-decoration: underline;
}

/* About Page */
.abo-l637 {
    padding: 60px 0;
}

.abo-n744 {
    margin-bottom: 60px;
}

.about-section h2 {
    font-size: 28px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}

.about-section p {
    color: var(--light-text);
    margin-bottom: 15px;
    text-align: justify;
}

.tea-m112 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 30px;
}

.tea-i607 {
    text-align: center;
    padding: 30px 20px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.tea-v130 {
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.team-card h4 {
    font-size: 18px;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.team-card p {
    color: var(--light-text);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .ser-l781 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .foo-j906 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tea-m112 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hea-x428 {
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-n668 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .her-l422 {
        min-height: auto;
        padding: 120px 0 60px;
    }
    
    .her-k251 {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 32px;
    }
    
    .abo-y109 {
        flex-direction: column;
    }
    
    .ser-l781,
    .eve-p967,
    .new-l360 {
        grid-template-columns: 1fr;
    }
    
    .adv-e600 {
        grid-template-columns: 1fr;
    }
    
    .con-k622 {
        flex-direction: column;
    }
    
    .foo-j906 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tea-m112 {
        grid-template-columns: 1fr;
    }
    
    .art-f403 {
        padding: 30px 20px;
    }
}
