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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

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

.r8k4m9n2p {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    box-shadow: 0 2px 15px rgba(255, 107, 53, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.6s ease;
}

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

.z3m7k5n9x {
    padding: 15px 0;
}

.v9m3k7n2x {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.v9m3k7n2x a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.v9m3k7n2x a:hover {
    transform: scale(1.05) rotate(-2deg);
}

.q5m8n3k9p {
    list-style: none;
    display: flex;
    gap: 25px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.q5m8n3k9p li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-block;
    background: rgba(255,255,255,0.1);
}

.q5m8n3k9p li a:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.t7n9m3k5x {
    min-height: calc(100vh - 200px);
}

.b4k8m6n9p {
    margin: 30px 0;
    animation: fadeIn 0.8s ease;
}

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

.y5m9n3k7x {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 107, 53, 0.3);
}

.h8m3k9n5p {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.h8m3k9n5p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.h8m3k9n5p:hover img {
    transform: scale(1.08);
}

.o3n7m9k4x {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #fff;
    padding: 50px;
}

.o3n7m9k4x h2 {
    font-size: 36px;
    margin-bottom: 15px;
    animation: slideInLeft 0.9s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-60px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.o3n7m9k4x p {
    font-size: 18px;
    animation: slideInRight 0.9s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(60px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.f9m5k2n8x {
    margin: 60px 0;
    animation: fadeInUp 0.8s ease;
}

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

.f9m5k2n8x h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #222;
    position: relative;
    padding-bottom: 12px;
}

.f9m5k2n8x h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border-radius: 2px;
}

.t3k7m9n5p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.s8m4n7k3x {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

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

.i2m8n5k7p {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.i2m8n5k7p:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.2);
}

.i2m8n5k7p a {
    text-decoration: none;
    color: #333;
    display: block;
}

.c7m4n9k3x {
    position: relative;
    overflow: hidden;
}

.c7m4n9k3x img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.i2m8n5k7p:hover .c7m4n9k3x img {
    transform: scale(1.12);
}

.b5n9m3k8p, .e9m5n3k7p, .u7m3n9k5p {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.b5n9m3k8p {
    background: linear-gradient(135deg, #FF416C, #FF4B2B);
}

.e9m5n3k7p {
    background: linear-gradient(135deg, #56CCF2, #2F80ED);
}

.u7m3n9k5p {
    background: linear-gradient(135deg, #00B09B, #96C93D);
}

.i2m8n5k7p h3 {
    padding: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.r6m9n3k5x {
    padding: 0 15px;
    color: #999;
    font-size: 13px;
}

.d4m7n8k2x {
    padding: 0 15px 15px;
    color: #FF6B35;
    font-size: 12px;
    font-weight: 500;
}

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

.l5m8n3k9p {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.l5m8n3k9p img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.l5m8n3k9p:hover img {
    transform: scale(1.1);
}

.l5m8n3k9p span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    padding: 30px 10px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.n6m8k4p9x {
    margin: 60px 0;
    padding: 40px 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.n6m8k4p9x h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
}

.k9m5n3p7x {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p8m4n7k5x {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.p8m4n7k5x:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.j3m9n5k7p {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    border-radius: 10px;
    flex-shrink: 0;
}

.j3m9n5k7p.rank-1 {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.j3m9n5k7p.rank-2 {
    background: linear-gradient(135deg, #C0C0C0, #999);
}

.j3m9n5k7p.rank-3 {
    background: linear-gradient(135deg, #CD7F32, #A0522D);
}

.p8m4n7k5x img {
    width: 80px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.x4m8n6k9p {
    flex: 1;
}

.x4m8n6k9p h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
}

.m7n4k8p3x {
    font-size: 13px;
    color: #FF6B35;
    font-weight: 500;
}

.v5m8n3k9x {
    margin: 60px 0;
    padding: 50px 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.v5m8n3k9x h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
}

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

.h8m3k6n9p {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #FF6B35;
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease;
}

.h8m3k6n9p:hover {
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.15);
    transform: translateX(5px);
}

.z7m4n9k5x {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.z7m4n9k5x img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.q2m7n8k4p h3 {
    font-size: 16px;
    color: #222;
    margin-bottom: 5px;
}

.q2m7n8k4p time {
    font-size: 12px;
    color: #999;
}

.h8m3k6n9p p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.c5m9n3k8p {
    background: #2d3436;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 80px;
}

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

.s4m9n6k8p h3 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #fff;
}

.s4m9n6k8p p,
.s4m9n6k8p a {
    font-size: 14px;
    color: #b2bec3;
    line-height: 2;
    text-decoration: none;
}

.s4m9n6k8p a:hover {
    color: #FF6B35;
}

.s4m9n6k8p ul {
    list-style: none;
}

.s4m9n6k8p ul li {
    margin-bottom: 10px;
}

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

.g8m3n7k4x {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.g8m3n7k4x.x9m3k7n2p {
    opacity: 1;
    visibility: visible;
}

.g8m3n7k4x:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.5);
}

@media (max-width: 768px) {
    .q5m8n3k9p {
        flex-direction: column;
        gap: 10px;
    }

    .h8m3k9n5p {
        height: 280px;
    }

    .o3n7m9k4x h2 {
        font-size: 26px;
    }

    .g4n8m6k9x {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

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

    .a7m9n4k8x {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

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

.i2m8n5k7p:hover h3 {
    color: #FF6B35;
    animation: pulse 0.5s ease;
}

html {
    scroll-behavior: smooth;
}