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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.7;
    color: #2d3748;
    background: linear-gradient(135deg, #fef3f8 0%, #fce7f3 25%, #e0e7ff 50%, #fce7f3 75%, #fef3f8 100%);
    background-size: 400% 400%;
    animation: bgmove8k5j2m9 25s ease infinite;
    min-height: 100vh;
    position: relative;
}

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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(219, 39, 119, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(99, 102, 241, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
    animation: pulselight5k9m3j 8s ease-in-out infinite;
}

@keyframes pulselight5k9m3j {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.k9m3j8s7h2 {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(254, 242, 242, 0.95));
    backdrop-filter: blur(22px);
    box-shadow: 0 6px 40px rgba(219, 39, 119, 0.25);
    z-index: 1000;
    border-bottom: 4px solid rgba(219, 39, 119, 0.5);
    animation: slidedown9k2m5j 1.2s ease-out;
}

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

.m7j3k9s5n2 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.s3k8m2j9n7 h1 a {
    background: linear-gradient(135deg, #db2777 0%, #ec4899 50%, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.4s ease;
    text-shadow: 0 4px 22px rgba(219, 39, 119, 0.5);
    display: inline-block;
}

.s3k8m2j9n7 h1 a::before {
    content: '🌸';
    margin-right: 12px;
    font-size: 2.2rem;
    animation: rotate3k7m9j2 4s linear infinite;
    filter: drop-shadow(0 0 18px rgba(236, 72, 153, 0.9));
}

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

.s3k8m2j9n7 h1 a:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 25px rgba(219, 39, 119, 0.8));
}

.n8j2k5m9s3 {
    display: flex;
    list-style: none;
    gap: 0.7rem;
}

.n8j2k5m9s3 li a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 900;
    font-size: 1.05rem;
    padding: 0.95rem 2.2rem;
    border-radius: 30px;
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(219, 39, 119, 0.12), rgba(236, 72, 153, 0.08));
    border: 2.5px solid transparent;
    position: relative;
    overflow: hidden;
}

.n8j2k5m9s3 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(219, 39, 119, 0.35), rgba(236, 72, 153, 0.25));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.n8j2k5m9s3 li a:hover::before {
    width: 350px;
    height: 350px;
}

.n8j2k5m9s3 li a:hover {
    background: linear-gradient(135deg, rgba(219, 39, 119, 0.25), rgba(236, 72, 153, 0.18));
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(219, 39, 119, 0.7);
    box-shadow: 0 10px 35px rgba(219, 39, 119, 0.45);
    color: #db2777;
}

.j5k9m3s7n2 {
    max-width: 1600px;
    margin: 70px auto 4rem;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

.m2k9s7j3n5 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(254, 242, 242, 0.85));
    padding: 5rem 4.5rem;
    border-radius: 35px;
    box-shadow: 0 20px 70px rgba(219, 39, 119, 0.3);
    margin-bottom: 3.5rem;
    text-align: center;
    animation: fadein7k3m9j 1.5s ease-out;
    backdrop-filter: blur(20px);
    border: 4px solid rgba(219, 39, 119, 0.3);
    position: relative;
    overflow: hidden;
}

.m2k9s7j3n5::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px,
                rgba(236, 72, 153, 0.05) 50px, rgba(236, 72, 153, 0.05) 100px);
    animation: stripemove2k9m7j 35s linear infinite;
}

@keyframes stripemove2k9m7j {
    to { transform: translate(70px, 70px); }
}

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

.m2k9s7j3n5 h2 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #db2777, #ec4899 30%, #f472b6 50%, #ec4899 70%, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: textpulse5k8m3j 3.5s ease-in-out infinite;
    text-shadow: 0 4px 30px rgba(219, 39, 119, 0.5);
}

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

.m2k9s7j3n5 p {
    font-size: 1.6rem;
    color: #4a5568;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.s9k2m7j3n5 {
    margin-bottom: 3.5rem;
}

.s9k2m7j3n5 h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #db2777, #ec4899 50%, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 1.8rem 3.5rem;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(219, 39, 119, 0.25);
    border: 3px solid rgba(219, 39, 119, 0.3);
    position: relative;
}

.s9k2m7j3n5 h2::before {
    content: '✨';
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.3rem;
    animation: sparkle9k3m7j 2.8s ease-in-out infinite;
}

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

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

.j8k3m5s9n7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(254, 242, 242, 0.9));
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 12px 45px rgba(219, 39, 119, 0.25);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: cardup5k9m2j 1.2s ease-out backwards;
    border: 3px solid rgba(219, 39, 119, 0.2);
    position: relative;
}

.j8k3m5s9n7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(236, 72, 153, 0.15), transparent 70%);
    opacity: 0;
    transition: opacity 0.6s;
    pointer-events: none;
}

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

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

@keyframes cardup5k9m2j {
    from { opacity: 0; transform: translateY(55px) scale(0.93); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.j8k3m5s9n7:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 75px rgba(219, 39, 119, 0.5);
    border-color: #db2777;
}

.k2m9s5j7n3 {
    position: relative;
    overflow: hidden;
    height: 280px;
}

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

.j8k3m5s9n7:hover .k2m9s5j7n3 img {
    transform: scale(1.18) rotate(2deg);
}

.m5j9k3s7n2 {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, #db2777, #ec4899);
    color: #fff;
    padding: 0.7rem 1.7rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 6px 25px rgba(219, 39, 119, 0.7);
    animation: tagpulse8k2m5j 2.8s ease-in-out infinite;
    border: 2.5px solid rgba(255, 255, 255, 0.4);
}

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

.s7k3m9j2n5 {
    padding: 2.5rem;
}

.s7k3m9j2n5 h3 {
    font-size: 1.75rem;
    margin-bottom: 1.4rem;
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: 1.5;
}

.s7k3m9j2n5 h3 a {
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.s7k3m9j2n5 h3 a:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.s7k3m9j2n5 p {
    margin-bottom: 1.6rem;
    line-height: 1.9;
    color: #4a5568;
    font-size: 1.05rem;
    font-weight: 700;
}

.n9k2m7j5s3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.4rem;
    border-top: 2.5px dashed rgba(219, 39, 119, 0.25);
    font-size: 0.98rem;
    color: #718096;
    font-weight: 800;
    flex-wrap: wrap;
    gap: 1rem;
}

.k7m2j9s3n5 {
    display: inline-block;
    margin-top: 1.4rem;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #db2777, #ec4899 50%, #f472b6);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.5s ease;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 10px 35px rgba(219, 39, 119, 0.6);
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.k7m2j9s3n5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.7s, height 0.7s;
    z-index: -1;
}

.k7m2j9s3n5:hover::before {
    width: 380px;
    height: 380px;
}

.k7m2j9s3n5:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 18px 55px rgba(219, 39, 119, 0.8);
}

.m9j5k3s8n7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(254, 242, 242, 0.9));
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 18px 60px rgba(219, 39, 119, 0.25);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(219, 39, 119, 0.2);
    margin-bottom: 3.5rem;
}

.s2k9m7j3n5 {
    list-style: none;
}

.s2k9m7j3n5 li {
    padding: 1.6rem;
    margin-bottom: 1.4rem;
    background: linear-gradient(135deg, rgba(219, 39, 119, 0.08), rgba(236, 72, 153, 0.05));
    border-radius: 18px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 5px 20px rgba(219, 39, 119, 0.12);
}

.s2k9m7j3n5 li:hover {
    background: linear-gradient(135deg, rgba(219, 39, 119, 0.18), rgba(236, 72, 153, 0.12));
    transform: translateX(12px);
    border-left-color: #db2777;
    box-shadow: 0 10px 38px rgba(219, 39, 119, 0.4);
}

.s2k9m7j3n5 li a {
    color: #db2777;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 900;
    flex: 1;
    transition: color 0.3s;
}

.s2k9m7j3n5 li a:hover {
    color: #ec4899;
}

.s2k9m7j3n5 li time {
    color: #718096;
    font-size: 0.95rem;
    font-weight: 800;
}

.n5k9m3j7s2 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(254, 242, 242, 0.95));
    padding: 4.5rem 4rem 3.5rem;
    margin-top: 5rem;
    border-radius: 35px 35px 0 0;
    box-shadow: 0 -12px 55px rgba(219, 39, 119, 0.3);
    border-top: 4px solid rgba(219, 39, 119, 0.5);
    backdrop-filter: blur(20px);
}

.j2k5m9s7n3 {
    max-width: 1600px;
    margin: 0 auto 3.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3.5rem;
}

.s9k2m5j7n3 h3 {
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.7rem;
    font-weight: 900;
}

.s9k2m5j7n3 p {
    color: #4a5568;
    line-height: 1.9;
    font-weight: 800;
}

.s9k2m5j7n3 ul {
    list-style: none;
}

.s9k2m5j7n3 ul li {
    margin-bottom: 1.2rem;
}

.s9k2m5j7n3 ul li a {
    color: #4a5568;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 800;
}

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

.m3k9j7s5n2 {
    text-align: center;
    padding: 3rem;
    border-top: 2.5px dashed rgba(219, 39, 119, 0.25);
    color: #4a5568;
    font-weight: 800;
}

.j7k3s9m2n5 {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #db2777, #ec4899);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 12px 45px rgba(219, 39, 119, 0.75);
    transition: all 0.5s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(255, 255, 255, 0.4);
}

.j7k3s9m2n5.k9m3j2s7n5 {
    opacity: 1;
    visibility: visible;
    animation: popin8k5m2j 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes popin8k5m2j {
    from { transform: scale(0) rotate(-540deg); }
    to { transform: scale(1) rotate(0deg); }
}

.j7k3s9m2n5:hover {
    transform: translateY(-10px) scale(1.15);
    box-shadow: 0 20px 65px rgba(219, 39, 119, 0.9);
}

.n3k8m9j5s7 {
    padding: 1.6rem 0;
    margin-bottom: 3rem;
    font-size: 1.05rem;
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.n3k8m9j5s7 a {
    color: #ec4899;
    text-decoration: none;
    transition: color 0.3s;
}

.n3k8m9j5s7 a:hover {
    color: #db2777;
}

.s5m9j3k7n2 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(254, 242, 242, 0.9));
    padding: 4.5rem;
    border-radius: 30px;
    box-shadow: 0 20px 70px rgba(219, 39, 119, 0.25);
    margin-bottom: 3.5rem;
    animation: fadein7k3m9j 1.5s ease-out;
    backdrop-filter: blur(20px);
    border: 3px solid rgba(219, 39, 119, 0.2);
}

.s5m9j3k7n2 h2 {
    font-size: 3.6rem;
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 4px solid rgba(219, 39, 119, 0.3);
    font-weight: 900;
}

.m7k2j9s5n3 {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 2.5px dashed rgba(219, 39, 119, 0.2);
    font-size: 1.05rem;
    color: #718096;
    flex-wrap: wrap;
    font-weight: 800;
}

.s5m9j3k7n2 img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 3.5rem 0;
    border-radius: 25px;
    box-shadow: 0 18px 60px rgba(219, 39, 119, 0.35);
    border: 4px solid rgba(219, 39, 119, 0.3);
}

.s5m9j3k7n2 section h3 {
    font-size: 2.6rem;
    background: linear-gradient(135deg, #db2777, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 4rem 0 3rem;
    font-weight: 900;
}

.s5m9j3k7n2 section p {
    margin-bottom: 2.2rem;
    line-height: 2.1;
    color: #4a5568;
    text-align: justify;
    font-size: 1.12rem;
    font-weight: 700;
}

.s5m9j3k7n2 section strong {
    color: #db2777;
    font-weight: 900;
}

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

@media (max-width: 768px) {
    .n8j2k5m9s3 {
        flex-direction: column;
        gap: 0.8rem;
    }
    .m2k9s7j3n5 h2 {
        font-size: 3.8rem;
    }
    .n7j5k2m9s8 {
        grid-template-columns: 1fr;
    }
    .s5m9j3k7n2 {
        padding: 3.5rem;
    }
    .s5m9j3k7n2 h2 {
        font-size: 3rem;
    }
}
