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

body {
    font-family: 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
    line-height: 1.7;
    color: #333;
    background: linear-gradient(135deg, #ffeef8 0%, #ffe0f0 50%, #ffd6eb 100%);
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 182, 193, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 192, 203, 0.3) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.q8r2s6t9u {
    background: linear-gradient(135deg, #ffb6d9 0%, #ffc9e3 100%);
    box-shadow: 0 4px 20px rgba(255, 105, 180, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.6s ease;
}

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

.v3w7x1y5z {
    padding: 1.2rem 0;
}

.a4b8c2d6e {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.f9g3h7i1j {
    display: inline-block;
    margin-right: 3rem;
}

.f9g3h7i1j a {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(255, 105, 180, 0.3);
    transition: all 0.3s ease;
    position: relative;
}

.f9g3h7i1j a::after {
    content: '🌸';
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 1.2rem;
    animation: sakuraFloat 3s infinite ease-in-out;
}

@keyframes sakuraFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(15deg);
    }
}

.f9g3h7i1j a:hover {
    transform: scale(1.05);
}

.k5l9m3n7o {
    display: inline-flex;
    list-style: none;
    gap: 2rem;
}

.k5l9m3n7o a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    text-shadow: 1px 1px 3px rgba(255, 105, 180, 0.3);
}

.k5l9m3n7o a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.k5l9m3n7o a:hover {
    color: #ff69b4;
}

.k5l9m3n7o a:hover::after {
    width: 100%;
}

.p6q1r5s8t {
    animation: fadeIn 1s ease;
    position: relative;
    z-index: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.u2v7w3x9y {
    margin: 2rem auto;
    padding: 0 20px;
}

.z4a8b1c5d {
    max-width: 1200px;
    margin: 0 auto;
}

.e6f2g9h3i {
    position: relative;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 105, 180, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.j7k1l4m8n {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomSlow 25s infinite alternate;
    filter: brightness(0.9);
}

@keyframes zoomSlow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

.o9p3q6r2s {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    text-shadow: 2px 2px 15px rgba(255, 105, 180, 0.8);
    animation: slideUp 1.2s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.o9p3q6r2s h2 {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.o9p3q6r2s p {
    font-size: 1.5rem;
    font-weight: 300;
}

.t5u9v2w6x, .s2t6u9v3w, .m9n4o8p1q {
    padding: 3rem 0;
}

.y3z7a1b5c {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.y3z7a1b5c::after {
    content: '🌸 🌸 🌸';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
}

.d8e2f6g9h {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.i4j8k1l5m {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.25);
    transition: all 0.5s ease;
    animation: fadeInUp 0.8s ease;
    border: 3px solid rgba(255, 182, 193, 0.5);
}

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

.i4j8k1l5m:hover {
    transform: translateY(-15px) rotate(1deg);
    box-shadow: 0 20px 45px rgba(255, 105, 180, 0.45);
    border-color: #ff69b4;
}

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

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

.n7o1p5q8r {
    padding: 1.8rem;
}

.n7o1p5q8r h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: #ff69b4;
}

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

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

.n7o1p5q8r time {
    color: #999;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.8rem;
}

.n7o1p5q8r p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

.x7y1z4a8b {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.c5d9e2f6g {
    display: flex;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.25);
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 182, 193, 0.5);
}

.c5d9e2f6g:hover {
    transform: translateX(15px);
    box-shadow: 0 12px 35px rgba(255, 105, 180, 0.35);
    border-color: #ff69b4;
}

.c5d9e2f6g img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.c5d9e2f6g:hover img {
    transform: scale(1.1);
}

.h3i7j1k5l {
    padding: 1.8rem;
    flex: 1;
}

.h3i7j1k5l h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: #ff69b4;
}

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

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

.h3i7j1k5l time {
    color: #999;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.8rem;
}

.h3i7j1k5l p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

.r6s2t7u9v {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.w3x7y1z5a {
    text-align: center;
    background: white;
    border-radius: 25px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.25);
    transition: all 0.5s ease;
    animation: scaleIn 0.8s ease;
    border: 3px solid rgba(255, 182, 193, 0.5);
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.w3x7y1z5a:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 15px 40px rgba(255, 105, 180, 0.45);
    border-color: #ff69b4;
}

.w3x7y1z5a img {
    width: 160px;
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 4px solid #ff69b4;
    transition: all 0.4s ease;
}

.w3x7y1z5a:hover img {
    border-color: #ff1493;
    transform: rotateY(360deg);
}

.w3x7y1z5a h3 a {
    text-decoration: none;
    color: #ff69b4;
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

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

.w3x7y1z5a p {
    color: #999;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.b4c8d3e7f {
    padding: 3rem 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    margin: 2rem 0;
    border: 2px solid rgba(255, 182, 193, 0.5);
}

.g1h5i9j4k {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.l6m2n8o3p {
    padding: 0.7rem 2rem;
    background: white;
    border-radius: 30px;
    text-decoration: none;
    color: #ff69b4;
    border: 2px solid #ff69b4;
    transition: all 0.4s ease;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(255, 105, 180, 0.2);
}

.l6m2n8o3p:hover {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 105, 180, 0.4);
}

.q7r3s9t5u {
    background: linear-gradient(135deg, #ffb6d9 0%, #ffc9e3 100%);
    color: white;
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 3rem;
    box-shadow: 0 -4px 20px rgba(255, 105, 180, 0.3);
}

.q7r3s9t5u p {
    margin: 0.5rem 0;
    text-shadow: 1px 1px 3px rgba(255, 105, 180, 0.3);
}

.v2w6x1y4z {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.6rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.4);
    z-index: 999;
}

.v2w6x1y4z.x1y5z9a3b4 {
    opacity: 1;
    visibility: visible;
}

.v2w6x1y4z:hover {
    transform: translateY(-8px) rotate(360deg);
    box-shadow: 0 15px 35px rgba(255, 105, 180, 0.6);
}

.c5d9e3f7g1 {
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 20px;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #666;
    box-shadow: 0 2px 10px rgba(255, 105, 180, 0.2);
    border: 2px solid rgba(255, 182, 193, 0.5);
}

.c5d9e3f7g1 a {
    color: #ff69b4;
    text-decoration: none;
    margin: 0 0.4rem;
    transition: color 0.3s ease;
}

.c5d9e3f7g1 a:hover {
    color: #ff1493;
    text-decoration: underline;
}

.h2i6j1k5l9 {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    background: white;
    padding: 2.5rem;
    border-radius: 30px;
    box-shadow: 0 5px 25px rgba(255, 105, 180, 0.3);
    border: 3px solid rgba(255, 182, 193, 0.5);
}

.m3n7o2p6q8 {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
    border: 5px solid #ff69b4;
}

.r4s8t3u7v1 {
    flex: 1;
}

.r4s8t3u7v1 h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #ff69b4;
}

.r4s8t3u7v1 p {
    margin-bottom: 1rem;
    line-height: 1.9;
    color: #666;
}

.w5x9y4z8a2 {
    background: white;
    padding: 2.5rem;
    border-radius: 30px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 25px rgba(255, 105, 180, 0.3);
    border: 3px solid rgba(255, 182, 193, 0.5);
}

.w5x9y4z8a2 h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #ff69b4;
    border-left: 5px solid #ff69b4;
    padding-left: 1.5rem;
}

.w5x9y4z8a2 p {
    margin-bottom: 1.2rem;
    line-height: 1.9;
    text-align: justify;
    color: #666;
}

@media (max-width: 768px) {
    .k5l9m3n7o {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .o9p3q6r2s h2 {
        font-size: 2rem;
    }

    .o9p3q6r2s p {
        font-size: 1.1rem;
    }

    .c5d9e2f6g {
        flex-direction: column;
    }

    .c5d9e2f6g img {
        width: 100%;
        height: 220px;
    }

    .e6f2g9h3i {
        height: 350px;
    }

    .h2i6j1k5l9 {
        flex-direction: column;
    }

    .m3n7o2p6q8 {
        width: 100%;
        height: 320px;
    }
}
