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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #f8f9fa;
    min-height: 100vh;
}

.a8d4k9m2n7p {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 50%, #e65100 100%);
    box-shadow: 0 4px 20px rgba(255, 152, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 10000;
    border-bottom: 3px solid #e65100;
}

.c3m7k9n4p8x {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d9k2m5n8p3x {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.d9k2m5n8p3x:hover {
    transform: scale(1.05);
}

.e7m3k9n5p2x {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.e7m3k9n5p2x::before {
    content: '🍍';
    font-size: 2rem;
    animation: f4k8m9n3p7x 4s ease-in-out infinite;
}

@keyframes f4k8m9n3p7x {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(20deg) scale(1.1); }
}

.g2m9k5n7p4x {
    display: flex;
    gap: 0.5rem;
    list-style: none;
}

.g2m9k5n7p4x a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

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

.h5k9m2n7p3x {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
}

.i8m4k9n2p7x {
    background: linear-gradient(120deg, #fff3e0 0%, #ffe0b2 50%, #ffcc80 100%);
    padding: 4rem 3rem;
    border-radius: 15px;
    margin-bottom: 2.5rem;
    box-shadow: 0 8px 30px rgba(255, 152, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.i8m4k9n2p7x::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.2) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    animation: j3k7m9n5p2x 20s linear infinite;
}

@keyframes j3k7m9n5p2x {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.k9m5n3p7x2c {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    background: linear-gradient(90deg, #e65100, #ff6f00, #ff9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    text-align: center;
}

.m7k3n9p5x2c {
    font-size: 1.2rem;
    color: #d84315;
    line-height: 2;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.o4k8m9n3p7x {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    transition: all 0.3s;
}

.o4k8m9n3p7x:hover {
    box-shadow: 0 10px 35px rgba(255, 152, 0, 0.15);
    transform: translateY(-3px);
}

.p8m2k9n5x3c {
    font-size: 1.8rem;
    color: #e65100;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    border-left: 5px solid #ff9800;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.r9m5k3n7p2x {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.s4k9m2n7p5x {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.s4k9m2n7p5x:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 152, 0, 0.3);
    border-color: #ff9800;
}

.u2m8k9n4p7x {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(135deg, #ffcc80, #ff9800);
}

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

.s4k9m2n7p5x:hover .v9k3m7n2p5x {
    transform: scale(1.15);
}

.w5m9k2n7p4x {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ff9800, #e65100);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 3px 12px rgba(0,0,0,0.3);
}

.x3k8m5n9p2x {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.y7m4k9n3p8x {
    padding: 1.5rem;
}

.z2n8m5p9x3c {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

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

.z2n8m5p9x3c a:hover {
    color: #ff9800;
}

.a9m3k7n2p5x {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b4k9n7p2x5c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 2px solid #f5f5f5;
}

.c8m2k5p9x3v {
    display: flex;
    gap: 1rem;
    color: #999;
    font-size: 0.9rem;
}

.d5k9m3n7p2x {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
}

.d5k9m3n7p2x:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.5);
}

.e3m7k9n5x2c {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.g5m9k3n7p2x {
    padding: 1.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.g5m9k3n7p2x:last-child {
    border-bottom: none;
}

.i9k3m7n5p2x {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1rem;
}

.j4m8k9n3p7x {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
    flex-shrink: 0;
}

.k7k2m9n5p3x {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.05rem;
}

.l9m5k3n7p2x {
    color: #999;
    font-size: 0.9rem;
    margin-left: auto;
}

.m3k8m4n9p7x {
    color: #555;
    line-height: 1.8;
    margin-left: 62px;
    font-size: 1rem;
}

.n8m2k9n5p3x {
    background: linear-gradient(135deg, #424242 0%, #212121 100%);
    color: #fff;
    padding: 3.5rem 0;
    margin-top: 4rem;
    border-top: 4px solid #ff9800;
}

.o4k9m3n7p5x {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.5rem;
    text-align: center;
}

.p9m5k2n7p4x {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.p9m5k2n7p4x a {
    color: #b0bec5;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
}

.p9m5k2n7p4x a:hover {
    color: #ff9800;
    transform: translateY(-2px);
}

.q3k7m9n2p5x {
    color: #78909c;
    font-size: 0.95rem;
    line-height: 2;
}

.r8m4k9n3p7x {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff9800, #e65100);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(255, 152, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.r8m4k9n3p7x.s5k9m2n7p3x {
    opacity: 1;
    visibility: visible;
}

.r8m4k9n3p7x:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 10px 35px rgba(255, 152, 0, 0.6);
}

.t2m8k5n9p7x {
    padding: 1.2rem 1.8rem;
    background: #fff8e1;
    border-left: 5px solid #ff9800;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: #e65100;
    line-height: 1.8;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.1);
}

.u9k3m7n2p5x {
    padding: 0.8rem 0;
    color: #666;
    font-size: 0.95rem;
}

.u9k3m7n2p5x a {
    color: #ff9800;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}

.u9k3m7n2p5x a:hover {
    color: #e65100;
    text-decoration: underline;
}

.v4m8k9n5p2x {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.w7k2m9n5p3x {
    background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 3px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.w7k2m9n5p3x:hover {
    transform: translateY(-6px);
    border-color: #ff9800;
    box-shadow: 0 12px 30px rgba(255, 152, 0, 0.25);
}

.x3k8m5n7p2x {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
}

.y9m4k7n2p5x {
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.z5m9n3p7x2c {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.a2k8m9n4p7x {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    padding: 2.5rem;
    border-radius: 12px;
    line-height: 2;
    color: #555;
    font-size: 1.05rem;
    border: 2px solid #ffe0b2;
}

.a2k8m9n4p7x p {
    margin-bottom: 1.5rem;
}

.b3n8k5m9p2x {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.c9k4m7n3p5x {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #ffe0b2 100%);
    border: 2px solid #ff9800;
    border-radius: 25px;
    color: #e65100;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(255, 152, 0, 0.15);
}

.c9k4m7n3p5x:hover {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.35);
}

.c9k4m7n3p5x::before {
    content: '#';
    margin-right: 0.3rem;
    font-weight: 900;
}

.d7m2k9n5p8x {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 1200px) {
    .r9m5k3n7p2x {
        grid-template-columns: repeat(2, 1fr);
    }

    .v4m8k9n5p2x {
        grid-template-columns: repeat(3, 1fr);
    }

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

@media (max-width: 768px) {
    .g2m9k5n7p4x {
        gap: 0.3rem;
    }

    .g2m9k5n7p4x a {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }

    .k9m5n3p7x2c {
        font-size: 2.2rem;
    }

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

    .v4m8k9n5p2x {
        grid-template-columns: repeat(2, 1fr);
    }

    .h5k9m2n7p3x {
        padding: 1.5rem;
    }

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

@media (max-width: 480px) {
    .v4m8k9n5p2x {
        grid-template-columns: 1fr;
    }
}
