* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.container-fluid-p7k3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-nav-z9x2 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar-main-q4w8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-section-r5t6 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img-n2m9 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.site-title-v8b1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

.nav-menu-l6h4 {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-link-d9s2 {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link-d9s2:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.mobile-menu-btn-k3j7 {
    display: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.mobile-menu-btn-k3j7:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.main-content-f4g8 {
    margin-top: 80px;
    padding: 40px 0;
}

.hero-section-a7c5 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.game-header-x1y9 {
    display: flex;
    gap: 30px;
    padding: 40px;
    align-items: flex-start;
}

.game-icon-wrapper-m3n6 {
    flex-shrink: 0;
}

.game-icon-large-s8t4 {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.game-icon-large-s8t4:hover {
    transform: scale(1.05);
}

.game-info-block-w2e7 {
    flex: 1;
}

.game-title-b5v3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.game-icon-small-u9i1 {
    color: #667eea;
    font-size: 2rem;
}

.game-tags-container-j6k8 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.game-tag-h4l2 {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.game-description-c7x9 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.download-buttons-z3q5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.download-btn-primary-t8r4,
.download-btn-secondary-p1o6 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.download-btn-primary-t8r4 {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
}

.download-btn-primary-t8r4:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.download-btn-secondary-p1o6 {
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
}

.download-btn-secondary-p1o6:hover {
    background: #667eea;
    color: white;
    transform: translateY(-3px);
}

.content-section-y5u8 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 30px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.article-content-n4m7 {
    padding: 40px;
}

.section-title-k9j3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 3px solid #667eea;
}

.section-title-k9j3 i {
    color: #667eea;
}

.content-block-e6w2 {
    margin-bottom: 30px;
}

.content-text-r8t5 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.content-image-a3s7 {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.content-image-a3s7:hover {
    transform: scale(1.02);
}

.character-list-v7n4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.character-item-q2w8 {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: transform 0.3s ease;
}

.character-item-q2w8:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.character-name-i5o3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.character-desc-u9p1 {
    color: #666;
    line-height: 1.6;
}

.download-section-m8k5 {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 20px;
    margin: 30px 0;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.download-section-m8k5 .container-fluid-p7k3 {
    padding: 50px 20px;
    text-align: center;
}

.download-section-m8k5 .section-title-k9j3 {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    justify-content: center;
}

.download-info-x4c6 {
    max-width: 600px;
    margin: 0 auto;
}

.download-desc-l7n2 {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.download-section-m8k5 .download-btn-primary-t8r4 {
    background: white;
    color: #667eea;
}

.download-section-m8k5 .download-btn-primary-t8r4:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}

.download-section-m8k5 .download-btn-secondary-p1o6 {
    background: transparent;
    color: white;
    border-color: white;
}

.download-section-m8k5 .download-btn-secondary-p1o6:hover {
    background: white;
    color: #667eea;
}

.download-tips-w9e4 {
    margin-top: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.tip-text-s6h7 {
    font-size: 0.9rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-section-b3v8 {
    background: rgba(44, 62, 80, 0.95);
    backdrop-filter: blur(10px);
    color: white;
    margin-top: 50px;
}

.footer-content-j2k9 {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-title-q5w1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ecf0f1;
}

.friend-links-n8p6 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.friend-link-t4r7 {
    color: #bdc3c7;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.friend-link-t4r7:hover {
    color: white;
    background: rgba(102, 126, 234, 0.6);
    transform: translateY(-2px);
}

.footer-info-u6i3 {
    text-align: right;
}

.copyright-text-h9l5 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #ecf0f1;
}

.disclaimer-text-c2x8 {
    font-size: 0.85rem;
    color: #bdc3c7;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mobile-menu-btn-k3j7 {
        display: block;
    }

    .nav-menu-l6h4 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 15px 15px;
    }

    .nav-menu-l6h4.active {
        display: flex;
    }

    .nav-link-d9s2 {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        border-radius: 8px;
        margin: 2px 0;
    }

    .game-header-x1y9 {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .game-icon-large-s8t4 {
        width: 100px;
        height: 100px;
    }

    .game-title-b5v3 {
        font-size: 2rem;
        justify-content: center;
    }

    .download-buttons-z3q5 {
        justify-content: center;
    }

    .article-content-n4m7 {
        padding: 30px 20px;
    }

    .section-title-k9j3 {
        font-size: 1.6rem;
        justify-content: center;
        text-align: center;
    }

    .character-list-v7n4 {
        grid-template-columns: 1fr;
    }

    .footer-content-j2k9 {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .footer-info-u6i3 {
        text-align: center;
    }

    .friend-links-n8p6 {
        justify-content: center;
    }

    .container-fluid-p7k3 {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .game-title-b5v3 {
        font-size: 1.6rem;
    }

    .game-icon-small-u9i1 {
        font-size: 1.5rem;
    }

    .download-btn-primary-t8r4,
    .download-btn-secondary-p1o6 {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .section-title-k9j3 {
        font-size: 1.4rem;
    }

    .content-text-r8t5 {
        font-size: 1rem;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.scroll-to-top.show {
    display: flex;
}
