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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-attachment: fixed;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(147, 51, 234, 0.1) 0%, transparent 45%);
    z-index: 0;
    animation: k9m3n7p2x 20s ease-in-out infinite;
}

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

.q7k2n8m4x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.25);
    z-index: 1000;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%) 1;
    animation: w3k9n5m7p 0.9s ease-out;
}

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

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

.r6k4n9m3p h1 {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 3px;
}

.r6k4n9m3p h1 a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 20%, #f093fb 40%, #4facfe 60%, #00f2fe 80%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.6s ease;
    display: inline-block;
    animation: t2k8n4m6x 12s linear infinite;
    background-size: 300% auto;
    filter: drop-shadow(0 4px 10px rgba(102, 126, 234, 0.5));
    position: relative;
}

@keyframes t2k8n4m6x {
    0% { background-position: 0% center; }
    100% { background-position: 300% center; }
}

.r6k4n9m3p h1 a::before {
    content: '⭐';
    margin-right: 15px;
    font-size: 2.5rem;
    animation: y4k7n3m8p 3s infinite;
    display: inline-block;
}

@keyframes y4k7n3m8p {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.35) rotate(180deg);
        filter: brightness(1.5);
    }
}

.r6k4n9m3p h1 a:hover {
    transform: scale(1.1);
    filter: brightness(1.4) drop-shadow(0 6px 20px rgba(102, 126, 234, 0.7));
}

.u5k9n3m7x {
    display: flex;
    list-style: none;
    gap: 0.6rem;
}

.u5k9n3m7x li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 900;
    font-size: 1.05rem;
    padding: 1rem 2.2rem;
    border-radius: 35px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12) 0%, rgba(79, 172, 254, 0.12) 100%);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.u5k9n3m7x li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    transition: left 0.6s ease;
    z-index: -1;
}

.u5k9n3m7x li a:hover::before {
    left: 0;
}

.u5k9n3m7x li a:hover {
    color: #ffffff;
    transform: translateY(-4px) scale(1.05);
    border-color: #667eea;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
}

.i3k7n5m2p {
    max-width: 1420px;
    margin: 95px auto 2rem;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

.o9k2n6m4x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 147, 251, 0.15) 50%, rgba(255, 255, 255, 0.98) 100%);
    padding: 7rem 6rem;
    border-radius: 40px;
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.3);
    margin-bottom: 5rem;
    text-align: center;
    animation: p8k4n9m2x 1.3s ease-out;
    backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.o9k2n6m4x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        60deg,
        transparent,
        transparent 50px,
        rgba(102, 126, 234, 0.05) 50px,
        rgba(102, 126, 234, 0.05) 100px
    );
    animation: a3k8n5m7x 40s linear infinite;
    pointer-events: none;
}

@keyframes a3k8n5m7x {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(100px, 100px) rotate(360deg); }
}

@keyframes p8k4n9m2x {
    0% {
        opacity: 0;
        transform: translateY(80px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.o9k2n6m4x h2 {
    font-size: 5rem;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 15%, #f093fb 30%, #4facfe 50%, #00f2fe 70%, #764ba2 85%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: s7k3n9m4x 16s linear infinite;
    background-size: 300% auto;
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.3);
}

@keyframes s7k3n9m4x {
    0% { background-position: 0% center; }
    100% { background-position: 300% center; }
}

.o9k2n6m4x p {
    font-size: 1.7rem;
    color: #5a67d8;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.d2k9n5m8p {
    margin-bottom: 5rem;
}

.d2k9n5m8p h2 {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
    color: #667eea;
    font-weight: 900;
    padding: 2.3rem 4.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 35px;
    display: inline-block;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.25);
    position: relative;
    border: 4px solid rgba(102, 126, 234, 0.3);
    backdrop-filter: blur(20px);
}

.d2k9n5m8p h2::before {
    content: '🌸';
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8rem;
    animation: f2k7n4m9x 3.2s infinite;
}

@keyframes f2k7n4m9x {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.5) rotate(180deg);
        opacity: 0.7;
    }
}

.g8k3n5m9x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 3.5rem;
}

.h5k2n8m4p {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    padding: 0;
    box-shadow: 0 15px 45px rgba(102, 126, 234, 0.2);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: j9k4n2m6x 1s ease-out backwards;
    border: 4px solid rgba(102, 126, 234, 0.2);
    position: relative;
    overflow: hidden;
}

.h5k2n8m4p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(240, 147, 251, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

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

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

@keyframes j9k4n2m6x {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.h5k2n8m4p:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 70px rgba(102, 126, 234, 0.4);
    border-color: #667eea;
}

.k7k9n3m8x {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.k7k9n3m8x img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.h5k2n8m4p:hover .k7k9n3m8x img {
    transform: scale(1.15) rotate(3deg);
}

.l4k8n2m5p {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 0.75rem 1.8rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
    z-index: 1;
    animation: l2k6n9m4x 2s ease-in-out infinite;
}

@keyframes l2k6n9m4x {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 12px 35px rgba(102, 126, 234, 0.8);
    }
}

.n8k3n6m9p {
    padding: 3rem;
    position: relative;
    z-index: 1;
}

.n8k3n6m9p h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    color: #2c3e50;
    font-weight: 900;
}

.n8k3n6m9p h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.5s ease;
}

.n8k3n6m9p h3 a:hover {
    color: #667eea;
}

.n8k3n6m9p p {
    margin-bottom: 2rem;
    line-height: 2.1;
    color: #546e7a;
    font-size: 1.08rem;
}

.q4k7n9m3x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.8rem;
    border-top: 3px dashed rgba(102, 126, 234, 0.3);
    font-size: 1rem;
    color: #78909c;
    font-weight: 800;
}

.b5k9n3m8p {
    display: inline-block;
    margin-top: 1.8rem;
    padding: 1.3rem 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.6s ease;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: 200% auto;
}

.b5k9n3m8p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(240, 147, 251, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.8s, height 0.8s;
    z-index: -1;
}

.b5k9n3m8p:hover::before {
    width: 450px;
    height: 450px;
}

.b5k9n3m8p:hover {
    transform: translateY(-8px) scale(1.06);
    box-shadow: 0 20px 55px rgba(102, 126, 234, 0.7);
    background-position: 100% center;
}

.v2k9n5m7x {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.2);
    backdrop-filter: blur(30px);
    border: 4px solid rgba(102, 126, 234, 0.2);
}

.c5k3n7m8p {
    list-style: none;
}

.c5k3n7m8p li {
    padding: 2rem;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(79, 172, 254, 0.1) 100%);
    border-radius: 25px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 6px solid transparent;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
}

.c5k3n7m8p li:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(79, 172, 254, 0.2) 100%);
    transform: translateX(15px);
    border-left-color: #667eea;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.35);
}

.c5k3n7m8p li a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
    flex: 1;
    transition: color 0.5s ease;
}

.c5k3n7m8p li a:hover {
    color: #667eea;
}

.c5k3n7m8p li time {
    color: #78909c;
    font-size: 1rem;
    font-weight: 800;
}

.x2k9n5m8p {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 147, 251, 0.12) 50%, rgba(255, 255, 255, 0.98) 100%);
    padding: 6rem 5rem 4rem;
    margin-top: 6rem;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 -20px 50px rgba(102, 126, 234, 0.2);
    border-top: 5px solid rgba(102, 126, 234, 0.4);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(25px);
}

.z9k8n3m7x {
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 4.5rem;
    margin-bottom: 4.5rem;
}

.m4k5n9m2p h3 {
    margin-bottom: 2.3rem;
    color: #667eea;
    font-size: 2rem;
    font-weight: 900;
}

.m4k5n9m2p p {
    color: #546e7a;
    line-height: 2.1;
    font-weight: 800;
}

.m4k5n9m2p ul {
    list-style: none;
}

.m4k5n9m2p ul li {
    margin-bottom: 1.4rem;
}

.m4k5n9m2p ul li a {
    color: #546e7a;
    text-decoration: none;
    transition: all 0.5s ease;
    font-weight: 800;
}

.m4k5n9m2p ul li a:hover {
    color: #667eea;
    padding-left: 15px;
}

.w3k2n5m9x {
    text-align: center;
    padding: 3.5rem;
    border-top: 4px dashed rgba(102, 126, 234, 0.3);
    color: #78909c;
    font-weight: 800;
}

.y8k9n3m5p {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.6rem;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
    transition: all 0.6s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 5px solid rgba(240, 147, 251, 0.4);
}

.y8k9n3m5p.a7k3n5m9x {
    opacity: 1;
    visibility: visible;
    animation: z5k2n4m8p 0.9s ease-out;
}

@keyframes z5k2n4m8p {
    from {
        transform: scale(0) rotate(-360deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.y8k9n3m5p:hover {
    transform: translateY(-12px) scale(1.2);
    box-shadow: 0 25px 60px rgba(102, 126, 234, 0.8);
}

.p3k8n5m7x {
    padding: 1.8rem 0;
    margin-bottom: 3.2rem;
    font-size: 1.15rem;
    color: #546e7a;
    font-weight: 900;
}

.p3k8n5m7x a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.5s ease;
}

.p3k8n5m7x a:hover {
    color: #764ba2;
}

.p3k8n5m7x span {
    color: #78909c;
}

.s7k9n6m4x {
    background: rgba(255, 255, 255, 0.98);
    padding: 5.5rem;
    border-radius: 35px;
    box-shadow: 0 25px 70px rgba(102, 126, 234, 0.25);
    margin-bottom: 5rem;
    animation: p8k4n9m2x 1.3s ease-out;
    backdrop-filter: blur(30px);
    border: 4px solid rgba(102, 126, 234, 0.2);
}

.s7k9n6m4x h2 {
    font-size: 4.2rem;
    color: #2c3e50;
    margin-bottom: 4.5rem;
    padding-bottom: 3.2rem;
    border-bottom: 5px solid rgba(102, 126, 234, 0.4);
    font-weight: 900;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t4k3n8m5p {
    display: flex;
    gap: 2.8rem;
    margin-bottom: 4.5rem;
    padding-bottom: 3.2rem;
    border-bottom: 4px dashed rgba(102, 126, 234, 0.3);
    font-size: 1.15rem;
    color: #78909c;
    flex-wrap: wrap;
    font-weight: 800;
}

.s7k9n6m4x img {
    width: 100%;
    max-width: 1020px;
    height: auto;
    margin: 4.5rem 0;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.3);
    border: 5px solid rgba(102, 126, 234, 0.25);
}

.s7k9n6m4x section h3 {
    font-size: 3rem;
    color: #667eea;
    margin: 5rem 0 3.2rem;
    font-weight: 900;
}

.s7k9n6m4x section p {
    margin-bottom: 2.8rem;
    line-height: 2.3;
    color: #546e7a;
    text-align: justify;
    font-size: 1.15rem;
}

.s7k9n6m4x section strong {
    color: #667eea;
    font-weight: 900;
}

@media (max-width: 992px) {
    .g8k3n5m9x {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    }
}

@media (max-width: 768px) {
    .u5k9n3m7x {
        flex-direction: column;
        gap: 1rem;
    }

    .o9k2n6m4x h2 {
        font-size: 4rem;
    }

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

    .s7k9n6m4x {
        padding: 4rem;
    }

    .s7k9n6m4x h2 {
        font-size: 3.5rem;
    }
}
