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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background: linear-gradient(135deg, #fef5ff 0%, #f0f9ff 50%, #fff5f7 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(255, 182, 193, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(176, 196, 222, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(221, 160, 221, 0.12) 0%, transparent 55%);
    z-index: 0;
    animation: k8m3n9p5x 18s ease-in-out infinite;
}

@keyframes k8m3n9p5x {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.p9k5m2n7x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(255, 105, 180, 0.15);
    z-index: 1000;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #ff69b4, #ba55d3, #87ceeb) 1;
    animation: x5k9n2m8p 0.6s ease-out;
}

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

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

.m5k8n3p7x h1 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
}

.m5k8n3p7x h1 a {
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 50%, #87ceeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    animation: r3k9n5m8x 4s linear infinite;
    background-size: 200% auto;
    filter: drop-shadow(0 2px 8px rgba(255, 105, 180, 0.3));
}

@keyframes r3k9n5m8x {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.m5k8n3p7x h1 a::before {
    content: '✨';
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    animation: t7k2n9m5x 2s infinite;
}

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

.m5k8n3p7x h1 a:hover {
    transform: scale(1.08);
    filter: brightness(1.3) drop-shadow(0 4px 16px rgba(255, 105, 180, 0.5));
}

.q8k3n9m2p {
    display: flex;
    list-style: none;
    gap: 0.4rem;
}

.q8k3n9m2p li a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 700;
    font-size: 0.96rem;
    padding: 0.85rem 1.6rem;
    border-radius: 25px;
    transition: all 0.35s ease;
    background: rgba(255, 182, 193, 0.2);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.q8k3n9m2p li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

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

.q8k3n9m2p li a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: #ff69b4;
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4);
}

.w9k5n3m7p {
    max-width: 1400px;
    margin: 85px auto 2rem;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.b2k9n6m5x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 245, 0.95) 100%);
    padding: 4.5rem 4rem;
    border-radius: 35px;
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.2);
    margin-bottom: 4rem;
    text-align: center;
    animation: v5k8n3m9x 1s ease-out;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.b2k9n6m5x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 182, 193, 0.06) 15px,
        rgba(255, 182, 193, 0.06) 30px
    );
    animation: y6k3n9m5x 20s linear infinite;
}

@keyframes y6k3n9m5x {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes v5k8n3m9x {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.b2k9n6m5x h2 {
    font-size: 4rem;
    margin-bottom: 1.6rem;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 25%, #87ceeb 50%, #ff1493 75%, #ff69b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: u4k7n2m9x 5s linear infinite;
    background-size: 200% auto;
    text-shadow: 0 0 30px rgba(255, 105, 180, 0.4);
}

@keyframes u4k7n2m9x {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.b2k9n6m5x p {
    font-size: 1.4rem;
    color: #4a5568;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.c9k3n5m8x {
    margin-bottom: 4rem;
}

.c9k3n5m8x h2 {
    font-size: 2.8rem;
    margin-bottom: 2.6rem;
    color: #ff69b4;
    font-weight: 900;
    padding: 1.6rem 3.2rem;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.25) 0%, rgba(221, 160, 221, 0.25) 100%);
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.2);
    position: relative;
    border: 3px solid rgba(255, 182, 193, 0.4);
}

.c9k3n5m8x h2::before {
    content: '💖';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    animation: d7k3n9m5x 2s infinite;
}

.c9k3n5m8x h2::after {
    content: '🌸';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    animation: d7k3n9m5x 2s infinite 1s;
}

@keyframes d7k3n9m5x {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.3);
        opacity: 0.8;
    }
}

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

.h8k2n9m4x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.96) 100%);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.2);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: j7k4n8m3x 0.7s ease-out backwards;
    border: 3px solid transparent;
    position: relative;
}

.h8k2n9m4x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.2) 0%, rgba(221, 160, 221, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

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

.h8k2n9m4x:nth-child(1) { animation-delay: 0.05s; }
.h8k2n9m4x:nth-child(2) { animation-delay: 0.1s; }
.h8k2n9m4x:nth-child(3) { animation-delay: 0.15s; }
.h8k2n9m4x:nth-child(4) { animation-delay: 0.2s; }
.h8k2n9m4x:nth-child(5) { animation-delay: 0.25s; }
.h8k2n9m4x:nth-child(6) { animation-delay: 0.3s; }

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

.h8k2n9m4x:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 18px 45px rgba(255, 105, 180, 0.35);
    border-color: #ff69b4;
}

.k9k3n7m5x {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

.h8k2n9m4x:hover .k9k3n7m5x img {
    transform: scale(1.12);
}

.l5k8n2m6p {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 100%);
    color: #ffffff;
    padding: 0.5rem 1.3rem;
    border-radius: 20px;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.4);
    z-index: 2;
}

.a3k6n9m8x {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.a3k6n9m8x h3 {
    font-size: 1.65rem;
    margin-bottom: 1rem;
    color: #2d3748;
    font-weight: 800;
}

.a3k6n9m8x h3 a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.3s ease;
}

.a3k6n9m8x h3 a:hover {
    color: #ff69b4;
    text-shadow: 0 0 10px rgba(255, 105, 180, 0.6);
}

.z9k4n8m2p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
}

.z9k4n8m2p span {
    padding: 0.5rem 1.2rem;
    background: rgba(255, 182, 193, 0.3);
    border-radius: 16px;
    font-size: 0.88rem;
    color: #ff1493;
    font-weight: 700;
    border: 2px solid rgba(255, 105, 180, 0.3);
    transition: all 0.3s ease;
}

.z9k4n8m2p span:hover {
    transform: scale(1.08);
    box-shadow: 0 3px 12px rgba(255, 105, 180, 0.3);
    background: rgba(255, 182, 193, 0.5);
}

.a3k6n9m8x p {
    color: #4a5568;
    line-height: 1.85;
    margin-bottom: 1.3rem;
    font-size: 0.98rem;
}

.s8k2n9m5p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.1rem;
    border-top: 2px dashed rgba(255, 182, 193, 0.4);
    font-size: 0.92rem;
    color: #718096;
}

.e9k7n4m3x {
    display: inline-block;
    margin-top: 1.1rem;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.4s ease;
    font-weight: 900;
    font-size: 0.98rem;
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.e9k7n4m3x::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.e9k7n4m3x:hover::before {
    width: 250px;
    height: 250px;
}

.e9k7n4m3x:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 105, 180, 0.6);
    border-color: #ffffff;
}

.o9k4n3m7x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.96) 100%);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 10px 35px rgba(255, 105, 180, 0.2);
    backdrop-filter: blur(15px);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.f5k8m3p6x {
    list-style: none;
}

.f5k8m3p6x li {
    padding: 1.6rem;
    margin-bottom: 1.3rem;
    background: rgba(255, 182, 193, 0.15);
    border-radius: 18px;
    transition: all 0.35s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid transparent;
    box-shadow: 0 3px 12px rgba(255, 105, 180, 0.1);
}

.f5k8m3p6x li:hover {
    background: rgba(255, 182, 193, 0.25);
    transform: translateX(12px);
    border-left-color: #ff69b4;
    box-shadow: 0 6px 25px rgba(255, 105, 180, 0.3);
}

.f5k8m3p6x li a {
    color: #2d3748;
    text-decoration: none;
    font-size: 1.12rem;
    font-weight: 700;
    flex: 1;
    transition: color 0.3s ease;
}

.f5k8m3p6x li a:hover {
    color: #ff69b4;
}

.f5k8m3p6x li time {
    color: #718096;
    font-size: 0.92rem;
    font-weight: 600;
}

.i9k5n2m8x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 245, 0.95) 100%);
    padding: 4rem 3.5rem 2.5rem;
    margin-top: 5rem;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -12px 35px rgba(255, 105, 180, 0.2);
    border-top: 4px solid rgba(255, 182, 193, 0.4);
    position: relative;
    z-index: 1;
}

.u3k8n5m7p {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.n8k2n7m9x h3 {
    margin-bottom: 1.6rem;
    color: #ff69b4;
    font-size: 1.6rem;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(255, 105, 180, 0.3);
}

.n8k2n7m9x p {
    color: #4a5568;
    line-height: 1.85;
}

.n8k2n7m9x ul {
    list-style: none;
}

.n8k2n7m9x ul li {
    margin-bottom: 1rem;
}

.n8k2n7m9x ul li a {
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.n8k2n7m9x ul li a:hover {
    color: #ff69b4;
    padding-left: 12px;
}

.p9k3n6m8p {
    text-align: center;
    padding: 2.2rem;
    border-top: 2px dashed rgba(255, 182, 193, 0.4);
    color: #718096;
    font-weight: 600;
}

.r8k2n4m9p {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(255, 105, 180, 0.5);
    transition: all 0.4s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

.r8k2n4m9p.t3k7n9m5x {
    opacity: 1;
    visibility: visible;
    animation: x9k5n8m4x 0.6s ease-out;
}

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

.r8k2n4m9p:hover {
    transform: translateY(-10px) scale(1.15);
    box-shadow: 0 14px 45px rgba(255, 105, 180, 0.7);
}

.v9k3n8m2p {
    padding: 1.3rem 0;
    margin-bottom: 2.2rem;
    font-size: 1.02rem;
    color: #4a5568;
    font-weight: 700;
}

.v9k3n8m2p a {
    color: #ff69b4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.v9k3n8m2p a:hover {
    color: #ba55d3;
}

.v9k3n8m2p span {
    color: #718096;
}

.x2k9n3m7x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.96) 100%);
    padding: 4.2rem;
    border-radius: 30px;
    box-shadow: 0 14px 45px rgba(255, 105, 180, 0.2);
    margin-bottom: 4rem;
    animation: v5k8n3m9x 1s ease-out;
    backdrop-filter: blur(15px);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.x2k9n3m7x h2 {
    font-size: 3.2rem;
    color: #ff69b4;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 4px solid rgba(255, 182, 193, 0.4);
    font-weight: 900;
    background: linear-gradient(135deg, #ff69b4 0%, #ba55d3 50%, #87ceeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.y2k6n9m3p {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px dashed rgba(255, 182, 193, 0.4);
    font-size: 1.02rem;
    color: #718096;
    flex-wrap: wrap;
    font-weight: 600;
}

.x2k9n3m7x img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 3rem 0;
    border-radius: 25px;
    box-shadow: 0 10px 35px rgba(255, 105, 180, 0.25);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.x2k9n3m7x section h3 {
    font-size: 2.3rem;
    color: #ff69b4;
    margin: 3.2rem 0 2rem;
    font-weight: 800;
}

.x2k9n3m7x section p {
    margin-bottom: 2rem;
    line-height: 2;
    color: #4a5568;
    text-align: justify;
    font-size: 1.08rem;
}

.x2k9n3m7x section strong {
    color: #ff69b4;
    font-weight: 800;
}

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

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

    .b2k9n6m5x h2 {
        font-size: 3rem;
    }

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

    .x2k9n3m7x {
        padding: 2.4rem;
    }

    .x2k9n3m7x h2 {
        font-size: 2.5rem;
    }
}
