* {
    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;
}

.k9m3n7p2q5x {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #c44569 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.3);
    position: sticky;
    top: 0;
    z-index: 10000;
    animation: l3p8m4n9k 0.7s ease-out;
}

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

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

.n5k8m3p7x2v {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.n5k8m3p7x2v:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.p2m9k7n4x8b {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #fff, #ffe0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.q8n3k5m7p4x {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.q8n3k5m7p4x a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    position: relative;
    padding: 0.6rem 0;
}

.q8n3k5m7p4x a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: white;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.q8n3k5m7p4x a:hover::after {
    width: 100%;
}

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

.s7m3k9n2p8x {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 25%, #c44569 50%, #ff6b6b 75%, #ee5a6f 100%);
    background-size: 400% 400%;
    animation: t6k2m8n4p9x 15s ease infinite;
    color: white;
    padding: 5rem 2rem;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: 0 15px 50px rgba(255, 107, 107, 0.4);
    position: relative;
    overflow: hidden;
}

@keyframes t6k2m8n4p9x {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.s7m3k9n2p8x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 60%);
    animation: u9m5k3n7p2x 20s linear infinite;
}

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

.v3k7m9n2p5x {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    animation: w8m4k6n3p7x 1.2s ease-out;
}

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

.x5n9k2m7p4x {
    font-size: 1.3rem;
    opacity: 0.95;
    line-height: 2;
    position: relative;
    z-index: 1;
    animation: y2k8m5n9p3x 1.5s ease-out;
}

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

.z7m3k9n5p2x {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.4s;
}

.z7m3k9n5p2x:hover {
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.a4k8m3n9p7x {
    font-size: 2rem;
    color: #ff6b6b;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 4px solid #ff6b6b;
    font-weight: 800;
    position: relative;
}

.a4k8m3n9p7x::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #c44569;
    animation: b9m5k2n7p3x 2s ease-in-out infinite;
}

@keyframes b9m5k2n7p3x {
    0%, 100% { width: 80px; }
    50% { width: 150px; }
}

.c3k7m9n4p8x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
}

.d8m2k5n9p3x {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: e5k9m3n7p2x 0.8s ease-out backwards;
    position: relative;
}

.d8m2k5n9p3x:nth-child(1) { animation-delay: 0.1s; }
.d8m2k5n9p3x:nth-child(2) { animation-delay: 0.2s; }
.d8m2k5n9p3x:nth-child(3) { animation-delay: 0.3s; }
.d8m2k5n9p3x:nth-child(4) { animation-delay: 0.4s; }
.d8m2k5n9p3x:nth-child(5) { animation-delay: 0.5s; }
.d8m2k5n9p3x:nth-child(6) { animation-delay: 0.6s; }

@keyframes e5k9m3n7p2x {
    from {
        opacity: 0;
        transform: translateY(40px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.d8m2k5n9p3x:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 50px rgba(255, 107, 107, 0.35);
}

.d8m2k5n9p3x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 107, 107, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.d8m2k5n9p3x:hover::before {
    opacity: 1;
}

.f2m8k4n9p7x {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(135deg, #ff6b6b, #c44569);
}

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

.d8m2k5n9p3x:hover .g9k3m7n2p5x {
    transform: scale(1.2) rotate(3deg);
}

.h5m9k2n7p4x {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 107, 107, 0.95);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.i3k8m5n9p2x {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.j7m4k9n3p8x {
    padding: 1.8rem;
}

.k2n8m5p9x3c {
    font-size: 1.4rem;
    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;
}

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

.k2n8m5p9x3c a:hover {
    color: #ff6b6b;
}

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

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

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

.o5k9m3n7p2x {
    background: linear-gradient(135deg, #ff6b6b, #c44569);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.4s;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.o5k9m3n7p2x:hover {
    transform: translateX(8px) scale(1.05);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.5);
}

.p3m7k9n5x2c {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    animation: q8k4m9n2p7x 1s ease-out;
}

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

.r5m9k3n7p2x {
    padding: 1.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    animation: s2k7m9n4p5x 0.7s ease-out backwards;
}

.r5m9k3n7p2x:nth-child(2) { animation-delay: 0.1s; }
.r5m9k3n7p2x:nth-child(3) { animation-delay: 0.2s; }
.r5m9k3n7p2x:nth-child(4) { animation-delay: 0.3s; }
.r5m9k3n7p2x:nth-child(5) { animation-delay: 0.4s; }
.r5m9k3n7p2x:nth-child(6) { animation-delay: 0.5s; }

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

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

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

.u4m8k9n3p7x {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #c44569);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.v7k2m9n5p3x {
    font-weight: 700;
    color: #ff6b6b;
    font-size: 1.1rem;
}

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

.x3k8m4n9p7x {
    color: #555;
    line-height: 1.9;
    margin-left: 66px;
    font-size: 1.05rem;
}

.y8m2k9n5p3x {
    background: #2c3e50;
    color: white;
    padding: 4rem 0;
    margin-top: 5rem;
}

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

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

.a9m5k2n7p4x a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.05rem;
}

.a9m5k2n7p4x a:hover {
    color: white;
    transform: translateY(-3px);
}

.b3k7m9n2p5x {
    color: #888;
    font-size: 1rem;
    line-height: 1.8;
}

.c8m4k9n3p7x {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b, #c44569);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.5);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.c8m4k9n3p7x.d5k9m2n7p3x {
    opacity: 1;
    visibility: visible;
}

.c8m4k9n3p7x:hover {
    transform: translateY(-8px) scale(1.15);
    box-shadow: 0 10px 40px rgba(255, 107, 107, 0.7);
}

.e2m8k5n9p7x {
    padding: 1rem 1.8rem;
    background: #fff3f3;
    border-left: 5px solid #ff6b6b;
    border-radius: 10px;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #c44569;
    line-height: 1.8;
}

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

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

.f9k3m7n2p5x a:hover {
    color: #c44569;
    text-decoration: underline;
}

.g4m8k9n5p2x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}

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

.h7k2m9n5p3x:hover {
    transform: translateY(-8px) scale(1.03);
    border-color: #ff6b6b;
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.3);
}

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

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

.k5m9n3p7x2c {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.l2k8m9n4p7x {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    padding: 3rem;
    border-radius: 20px;
    line-height: 2;
    color: #555;
    font-size: 1.05rem;
}

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

@media (max-width: 768px) {
    .q8n3k5m7p4x {
        gap: 1.2rem;
        font-size: 0.95rem;
    }

    .v3k7m9n2p5x {
        font-size: 2.5rem;
    }

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

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

    .r4k9m2n7p5x {
        padding: 1rem;
    }
}
