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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: linear-gradient(135deg, #ffeef8 0%, #ffe5f5 15%, #f0e5ff 30%, #e5f0ff 45%, #e5fffa 60%, #ffeef8 75%, #ffe5f5 90%, #f0e5ff 100%);
    background-size: 400% 400%;
    animation: x7m2k9p4n 30s ease infinite;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

@keyframes x7m2k9p4n {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 75%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 25%; }
    100% { background-position: 0% 50%; }
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 182, 193, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(221, 160, 221, 0.25) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(173, 216, 230, 0.2) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.q9k3m7n5x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.98) 0%, rgba(255, 192, 203, 0.98) 50%, rgba(221, 160, 221, 0.98) 100%);
    backdrop-filter: blur(18px);
    box-shadow: 0 4px 25px rgba(255, 105, 180, 0.35);
    z-index: 1000;
    border-bottom: 3px solid #ff69b4;
    animation: w5k8m3n7p 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

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

.z8k2m5n4p h1 {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.z8k2m5n4p h1 a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.35s ease;
    text-shadow: 0 3px 12px rgba(255, 105, 180, 0.5), 0 0 25px rgba(255, 105, 180, 0.3);
}

.z8k2m5n4p h1 a::before {
    content: '🌸';
    margin-right: 10px;
    font-size: 2rem;
    animation: b6k9m3n7x 2.8s ease-in-out infinite;
    display: inline-block;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}

@keyframes b6k9m3n7x {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(-15deg);
    }
}

.z8k2m5n4p h1 a:hover {
    transform: scale(1.08);
    filter: brightness(1.25);
}

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

.n5k8m2n9p li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    padding: 0.9rem 1.8rem;
    border-radius: 25px;
    transition: all 0.35s ease;
    background: rgba(255, 255, 255, 0.22);
    border: 2.5px solid transparent;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.n5k8m2n9p li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
    transition: left 0.45s ease;
    z-index: -1;
}

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

.n5k8m2n9p li a:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 22px rgba(255, 105, 180, 0.3);
}

.r2k9m7n4x {
    max-width: 1500px;
    margin: 75px auto 3.5rem;
    padding: 0 3.5rem;
    position: relative;
    z-index: 1;
}

.t9k3m5n8p {
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.18) 0%, rgba(221, 160, 221, 0.18) 100%);
    padding: 4.5rem 4rem;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.2);
    margin-bottom: 3rem;
    text-align: center;
    animation: h7k4m2n9x 1.2s ease-out;
    backdrop-filter: blur(12px);
    border: 3px solid rgba(255, 182, 193, 0.35);
    position: relative;
    overflow: hidden;
}

.t9k3m5n8p::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 30px,
        rgba(255, 182, 193, 0.06) 30px,
        rgba(255, 182, 193, 0.06) 60px
    );
    animation: p8k2m5n7x 22s linear infinite;
    pointer-events: none;
}

@keyframes p8k2m5n7x {
    0% { transform: translate(0, 0); }
    100% { transform: translate(42px, 42px); }
}

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

.t9k3m5n8p h2 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 30%, #dda0dd 50%, #ff69b4 70%, #ff1493 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: l6k9m2n4x 3.2s ease-in-out infinite;
}

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

.t9k3m5n8p p {
    font-size: 1.4rem;
    color: #c71585;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.6);
}

.v5k3m8n9p {
    margin-bottom: 3rem;
}

.v5k3m8n9p h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #c71585;
    font-weight: 900;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 182, 193, 0.15) 100%);
    border-radius: 18px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(255, 105, 180, 0.15);
    position: relative;
    border: 2.5px solid rgba(255, 182, 193, 0.35);
}

.v5k3m8n9p h2::before {
    content: '✨';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    animation: d4k7m9n3x 2.5s ease-in-out infinite;
}

@keyframes d4k7m9n3x {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) scale(1.25) rotate(-18deg);
    }
}

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

.m9k3n7p4x {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(255, 105, 180, 0.15);
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: j5k8m2n6p 0.8s ease-out backwards;
    border: 2.5px solid rgba(255, 182, 193, 0.25);
    position: relative;
    overflow: hidden;
}

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

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

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

@keyframes j5k8m2n6p {
    from {
        opacity: 0;
        transform: translateY(45px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

.k7n5m8p2x {
    position: relative;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

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

.m9k3n7p4x:hover .k7n5m8p2x img {
    transform: scale(1.15);
}

.f3k9m5n2x {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    color: #ffffff;
    padding: 0.6rem 1.4rem;
    border-radius: 22px;
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 5px 18px rgba(255, 20, 147, 0.4);
    z-index: 1;
    animation: g2k7m4n8x 2.5s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

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

.s6k3m9n7p {
    padding: 2rem;
}

.s6k3m9n7p h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #c71585;
    font-weight: 900;
}

.s6k3m9n7p h3 a {
    color: #c71585;
    text-decoration: none;
    transition: color 0.3s ease;
}

.s6k3m9n7p h3 a:hover {
    color: #ff1493;
}

.s6k3m9n7p p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #666;
    font-size: 1rem;
}

.y8k2m5n3x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 2.5px dashed rgba(255, 182, 193, 0.35);
    font-size: 0.95rem;
    color: #999;
    font-weight: 700;
}

.o5k9m3n7x {
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #dda0dd 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.45s ease;
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.4);
    border: 2.5px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.o5k9m3n7x::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.55s, height 0.55s;
    z-index: -1;
}

.o5k9m3n7x:hover::before {
    width: 320px;
    height: 320px;
}

.o5k9m3n7x:hover {
    transform: translateY(-5px) scale(1.035);
    box-shadow: 0 15px 42px rgba(255, 20, 147, 0.55);
}

.u4k7m2n9x {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(255, 105, 180, 0.15);
    backdrop-filter: blur(12px);
    border: 2.5px solid rgba(255, 182, 193, 0.25);
}

.i9k3m5n8p {
    list-style: none;
}

.i9k3m5n8p li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.08) 0%, rgba(221, 160, 221, 0.08) 100%);
    border-radius: 12px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.08);
}

.i9k3m5n8p li:hover {
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.18) 0%, rgba(221, 160, 221, 0.18) 100%);
    transform: translateX(10px);
    border-left-color: #ff69b4;
    box-shadow: 0 8px 28px rgba(255, 105, 180, 0.25);
}

.i9k3m5n8p li a {
    color: #c71585;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    flex: 1;
    transition: color 0.3s ease;
}

.i9k3m5n8p li a:hover {
    color: #ff1493;
}

.i9k3m5n8p li time {
    color: #999;
    font-size: 0.9rem;
    font-weight: 700;
}

.e7k2m9n4x {
    background: linear-gradient(135deg, rgba(255, 182, 193, 0.98) 0%, rgba(255, 192, 203, 0.98) 50%, rgba(221, 160, 221, 0.98) 100%);
    padding: 4rem 3.5rem 3rem;
    margin-top: 4rem;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -10px 45px rgba(255, 105, 180, 0.25);
    border-top: 3px solid #ff69b4;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(12px);
}

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

.x5k8m2n4p h3 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
}

.x5k8m2n4p p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    font-weight: 700;
}

.x5k8m2n4p ul {
    list-style: none;
}

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

.x5k8m2n4p ul li a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: all 0.35s ease;
    font-weight: 700;
}

.x5k8m2n4p ul li a:hover {
    color: #ffffff;
    padding-left: 10px;
}

.b3k9m6n2p {
    text-align: center;
    padding: 2.5rem;
    border-top: 2.5px dashed rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 700;
}

.p7k4m8n5x {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 10px 32px rgba(255, 20, 147, 0.5);
    transition: all 0.45s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.p7k4m8n5x.n2k8m5x9p {
    opacity: 1;
    visibility: visible;
    animation: q5k7m3n8x 0.6s ease-out;
}

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

.p7k4m8n5x:hover {
    transform: translateY(-8px) scale(1.12);
    box-shadow: 0 15px 48px rgba(255, 20, 147, 0.65);
}

.l8k3m6n9p {
    padding: 1.4rem 0;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: #c71585;
    font-weight: 800;
}

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

.l8k3m6n9p a:hover {
    color: #c71585;
}

.l8k3m6n9p span {
    color: #c71585;
}

.a9k2m4n7x {
    background: rgba(255, 255, 255, 0.96);
    padding: 4rem;
    border-radius: 22px;
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.15);
    margin-bottom: 3rem;
    animation: h7k4m2n9x 1.2s ease-out;
    backdrop-filter: blur(12px);
    border: 2.5px solid rgba(255, 182, 193, 0.25);
}

.a9k2m4n7x h2 {
    font-size: 3.2rem;
    color: #c71585;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px solid rgba(255, 182, 193, 0.35);
    font-weight: 900;
}

.t5k9m3n8x {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 2.5px dashed rgba(255, 182, 193, 0.25);
    font-size: 1rem;
    color: #999;
    flex-wrap: wrap;
    font-weight: 700;
}

.a9k2m4n7x img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 3rem 0;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(255, 105, 180, 0.2);
    border: 3px solid rgba(255, 182, 193, 0.35);
}

.a9k2m4n7x section h3 {
    font-size: 2.4rem;
    color: #c71585;
    margin: 3.5rem 0 2.5rem;
    font-weight: 900;
}

.a9k2m4n7x section p {
    margin-bottom: 2rem;
    line-height: 2;
    color: #555;
    text-align: justify;
    font-size: 1.05rem;
}

.a9k2m4n7x section strong {
    color: #ff1493;
    font-weight: 900;
}

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

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

    .t9k3m5n8p h2 {
        font-size: 3.2rem;
    }

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

    .a9k2m4n7x {
        padding: 3rem;
    }

    .a9k2m4n7x h2 {
        font-size: 2.8rem;
    }
}
