* {
    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: #2d2d2d;
    background: linear-gradient(135deg, #ffeef8 0%, #e0f7ff 50%, #fff5e6 100%);
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 182, 193, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(173, 216, 230, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 218, 185, 0.2) 0%, transparent 70%);
    z-index: -1;
    animation: k8m3n9p5x 15s ease-in-out infinite;
}

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

.h7n2m5k9p {
    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(255, 105, 180, 0.2);
    z-index: 1000;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #ff69b4, #87ceeb, #ffa500) 1;
    animation: m9n4k7p2x 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

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

.w5n9k2m7x h1 {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 4px;
    position: relative;
}

.w5n9k2m7x h1 a {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 50%, #ff69b4 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;
    text-shadow: 0 0 30px rgba(255, 105, 180, 0.6);
    animation: r4k7n9m3p 2s ease-in-out infinite;
}

@keyframes r4k7n9m3p {
    0%, 100% { transform: scale(1); filter: hue-rotate(0deg); }
    50% { transform: scale(1.05); filter: hue-rotate(10deg); }
}

.w5n9k2m7x h1 a::before {
    content: '★';
    position: absolute;
    left: -35px;
    top: 0;
    color: #ff69b4;
    animation: t8k3n6m9p 1.5s infinite;
}

.w5n9k2m7x h1 a::after {
    content: '★';
    position: absolute;
    right: -35px;
    top: 0;
    color: #87ceeb;
    animation: t8k3n6m9p 1.5s infinite 0.75s;
}

@keyframes t8k3n6m9p {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.4) rotate(180deg);
        opacity: 0.6;
    }
}

.w5n9k2m7x h1 a:hover {
    transform: scale(1.1) rotate(-2deg);
    filter: brightness(1.3);
}

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

.e6n3k9m5x li a {
    text-decoration: none;
    color: #ff1493;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.15) 0%, rgba(135, 206, 235, 0.15) 100%);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

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

.e6n3k9m5x li a:hover {
    color: #ffffff;
    transform: translateY(-5px) scale(1.05);
    border-color: #ff69b4;
    box-shadow: 0 12px 30px rgba(255, 105, 180, 0.5);
}

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

.s5n8k3m6x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 245, 0.95) 100%);
    padding: 5rem 4rem;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(255, 105, 180, 0.3);
    margin-bottom: 4rem;
    text-align: center;
    animation: d7k9n4m8p 1.2s ease-out;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    border-image: linear-gradient(135deg, #ff69b4, #87ceeb, #ffa500) 1;
}

.s5n8k3m6x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle, rgba(255, 105, 180, 0.15) 20%, transparent 20%),
        radial-gradient(circle, rgba(135, 206, 235, 0.15) 20%, transparent 20%);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    animation: f8n5k2m7x 20s linear infinite;
}

@keyframes f8n5k2m7x {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

.s5n8k3m6x h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 25%, #87ceeb 50%, #ffa500 75%, #ff69b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: g3k8n5m9p 3s linear infinite;
    background-size: 200% auto;
}

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

.s5n8k3m6x p {
    font-size: 1.6rem;
    color: #ff1493;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.v2n9k6m4x {
    margin-bottom: 4rem;
}

.v2n9k6m4x h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #ff1493;
    font-weight: 900;
    padding: 2rem 4rem;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.2) 0%, rgba(135, 206, 235, 0.2) 100%);
    border-radius: 35px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.3);
    position: relative;
    border: 3px solid rgba(255, 105, 180, 0.4);
}

.v2n9k6m4x h2::before {
    content: '✦';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff69b4;
    font-size: 2rem;
    animation: u7k4n8m3p 2s infinite;
}

.v2n9k6m4x h2::after {
    content: '✦';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: #87ceeb;
    font-size: 2rem;
    animation: u7k4n8m3p 2s infinite 1s;
}

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

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

.l4k9n6m3p {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.98) 100%);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(255, 105, 180, 0.25);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: i5n8k4m7p 0.8s ease-out backwards;
    border: 3px solid transparent;
    position: relative;
}

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

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

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

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

.l4k9n6m3p:hover {
    transform: translateY(-20px) rotate(-2deg);
    box-shadow: 0 25px 60px rgba(255, 105, 180, 0.5);
    border-color: #ff69b4;
}

.o9k3n7m4x {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.7s ease;
    position: relative;
}

.l4k9n6m3p:hover .o9k3n7m4x {
    transform: scale(1.15) rotate(2deg);
}

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

.p7n5k8m2x h3 {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
    color: #ff1493;
    font-weight: 800;
}

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

.p7n5k8m2x h3 a:hover {
    color: #87ceeb;
}

.b6n9k3m8p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.b6n9k3m8p span {
    padding: 0.7rem 1.6rem;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.3) 0%, rgba(135, 206, 235, 0.3) 100%);
    border-radius: 30px;
    font-size: 0.95rem;
    color: #ff1493;
    font-weight: 700;
    border: 2px solid rgba(255, 105, 180, 0.4);
    transition: all 0.3s ease;
}

.b6n9k3m8p span:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.4);
}

.p7n5k8m2x p {
    color: #555;
    line-height: 2;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.n4k8m5p9x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 2px dashed rgba(255, 105, 180, 0.3);
    font-size: 1rem;
    color: #999;
}

.z8n2k6m5p {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.1rem 3.5rem;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 8px 25px rgba(255, 105, 180, 0.5);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.z8n2k6m5p::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.6s, height 0.6s;
}

.z8n2k6m5p:hover::before {
    width: 300px;
    height: 300px;
}

.z8n2k6m5p:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.7);
    border-color: #ffffff;
}

.j3k7n9m4x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.98) 100%);
    border-radius: 30px;
    padding: 3.5rem;
    box-shadow: 0 15px 45px rgba(255, 105, 180, 0.3);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 105, 180, 0.3);
}

.y5n8k2m6p {
    list-style: none;
}

.y5n8k2m6p li {
    padding: 2rem;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.1) 0%, rgba(135, 206, 235, 0.1) 100%);
    border-radius: 25px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 8px solid transparent;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.2);
}

.y5n8k2m6p li:hover {
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.25) 0%, rgba(135, 206, 235, 0.25) 100%);
    transform: translateX(20px);
    border-left-color: #ff69b4;
    box-shadow: 0 10px 35px rgba(255, 105, 180, 0.4);
}

.y5n8k2m6p li a {
    color: #ff1493;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    flex: 1;
    transition: color 0.3s ease;
}

.y5n8k2m6p li a:hover {
    color: #87ceeb;
}

.y5n8k2m6p li time {
    color: #999;
    font-size: 1rem;
    font-weight: 600;
}

.x6n4k9m2p {
    background: linear-gradient(135deg, rgba(255, 240, 245, 0.98) 0%, rgba(224, 247, 255, 0.98) 100%);
    padding: 5rem 3rem 3rem;
    margin-top: 5rem;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 -15px 50px rgba(255, 105, 180, 0.3);
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, #ff69b4, #87ceeb, #ffa500) 1;
}

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

.t4n8k6m9p h3 {
    margin-bottom: 2rem;
    color: #ff1493;
    font-size: 1.7rem;
    font-weight: 800;
}

.t4n8k6m9p p {
    color: #666;
    line-height: 2;
}

.t4n8k6m9p ul {
    list-style: none;
}

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

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

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

.k9n2m7p4x {
    text-align: center;
    padding: 3rem;
    border-top: 3px dashed rgba(255, 105, 180, 0.3);
    color: #999;
    font-weight: 600;
}

.m7n3k5p8x {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(255, 105, 180, 0.6);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid #ffffff;
}

.m7n3k5p8x.q5k8n3m9p {
    opacity: 1;
    visibility: visible;
    animation: w9k2n7m4x 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

.m7n3k5p8x:hover {
    transform: translateY(-15px) scale(1.2) rotate(360deg);
    box-shadow: 0 20px 60px rgba(255, 105, 180, 0.8);
}

.f8n6k4m2p {
    padding: 1.8rem 0;
    margin-bottom: 3rem;
    font-size: 1.15rem;
    color: #ff1493;
    font-weight: 700;
}

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

.f8n6k4m2p a:hover {
    color: #87ceeb;
}

.f8n6k4m2p span {
    color: #999;
}

.g2n9k7m3x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.98) 100%);
    padding: 5rem;
    border-radius: 35px;
    box-shadow: 0 20px 60px rgba(255, 105, 180, 0.3);
    margin-bottom: 4rem;
    animation: d7k9n4m8p 1.2s ease-out;
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 105, 180, 0.3);
}

.g2n9k7m3x h2 {
    font-size: 3.8rem;
    color: #ff1493;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 6px solid #ff69b4;
    font-weight: 900;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 50%, #87ceeb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.h5n8k3m6p {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 2px dashed rgba(255, 105, 180, 0.3);
    font-size: 1.15rem;
    color: #999;
    flex-wrap: wrap;
    font-weight: 600;
}

.g2n9k7m3x img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 3.5rem 0;
    border-radius: 30px;
    box-shadow: 0 12px 45px rgba(255, 105, 180, 0.4);
    border: 3px solid rgba(255, 105, 180, 0.3);
}

.g2n9k7m3x section h3 {
    font-size: 2.6rem;
    color: #ff1493;
    margin: 4rem 0 2.5rem;
    font-weight: 800;
}

.g2n9k7m3x section p {
    margin-bottom: 2.5rem;
    line-height: 2.3;
    color: #555;
    text-align: justify;
    font-size: 1.15rem;
}

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

.i9k6n2m5p {
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.2) 0%, rgba(135, 206, 235, 0.2) 100%);
    padding: 3rem;
    border-radius: 25px;
    margin: 4rem 0;
    border-left: 10px solid #ff69b4;
    box-shadow: 0 8px 30px rgba(255, 105, 180, 0.3);
}

.u7n4k9m2x {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3.5rem;
    margin-bottom: 4rem;
}

.e3k8n5m6p {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 240, 245, 0.98) 100%);
    border-radius: 30px;
    padding: 3.5rem;
    box-shadow: 0 12px 40px rgba(255, 105, 180, 0.3);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 105, 180, 0.3);
}

.e3k8n5m6p h3 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    color: #ff1493;
    font-weight: 800;
    border-bottom: 4px solid rgba(255, 105, 180, 0.3);
    padding-bottom: 1.5rem;
}

@media (max-width: 992px) {
    .u7n4k9m2x {
        grid-template-columns: 1fr;
    }
}

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

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

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

    .g2n9k7m3x {
        padding: 3rem;
    }

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