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

body {
    font-family: 'Arial', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 50%, #ff9a9e 100%);
    min-height: 100vh;
}

.x9m2k7p4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #ff6b9d 0%, #c06c84 50%, #6c5b7b 100%);
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3);
    z-index: 1000;
    animation: y5k8n3m6 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

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

.a3k6n8m5 h1 {
    font-size: 2rem;
    font-weight: bold;
}

.a3k6n8m5 h1 a {
    color: white;
    text-decoration: none;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
}

.a3k6n8m5 h1 a:hover {
    transform: scale(1.08) rotate(-2deg);
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.5);
}

.b8n2k5m9 {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.b8n2k5m9 li a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.b8n2k5m9 li a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.d2n7k4m8 {
    background: linear-gradient(135deg, #fff 0%, #ffe0f0 100%);
    padding: 3.5rem;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.2);
    margin-bottom: 3rem;
    text-align: center;
    animation: e9k3n5m6 1s ease-out;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

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

.d2n7k4m8 h2 {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06c84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.d2n7k4m8 p {
    font-size: 1.3rem;
    color: #c06c84;
    font-weight: 500;
}

.f6n8k2m4 {
    margin-bottom: 3rem;
}

.f6n8k2m4 h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #c06c84;
    position: relative;
    padding-left: 1.5rem;
    font-weight: bold;
}

.f6n8k2m4 h2::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #ff6b9d;
    animation: g4k7n9m3 2s ease-in-out infinite;
}

@keyframes g4k7n9m3 {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.2);
    }
}

.h9n5k3m8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.i2k8n6m5 {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: j7n3k9m4 0.6s ease-out backwards;
    border: 2px solid transparent;
    position: relative;
}

.i2k8n6m5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 107, 157, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

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

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

@keyframes j7n3k9m4 {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.i2k8n6m5:hover {
    transform: translateY(-12px) rotate(2deg);
    box-shadow: 0 20px 50px rgba(255, 107, 157, 0.35);
    border-color: #ff6b9d;
}

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

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

.k5n9m3p7 {
    padding: 1.8rem;
}

.k5n9m3p7 h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #c06c84;
    font-weight: bold;
}

.k5n9m3p7 p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

.l8k2n6m4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #ffe0f0;
    font-size: 0.85rem;
    color: #999;
}

.m3n7k5p9 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06c84 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.m3n7k5p9:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.5);
}

.n6k9m2p8 {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
    margin-bottom: 2rem;
}

.o4n8k3m7 {
    list-style: none;
}

.o4n8k3m7 li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #fff5f8 0%, #ffe0f0 100%);
    border-radius: 15px;
    border-left: 5px solid #ff6b9d;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.o4n8k3m7 li:hover {
    background: linear-gradient(135deg, #ffe0f0 0%, #ffd0e5 100%);
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(255, 107, 157, 0.2);
}

.o4n8k3m7 li a {
    color: #c06c84;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
}

.o4n8k3m7 li a:hover {
    color: #ff6b9d;
}

.o4n8k3m7 li time {
    color: #999;
    font-size: 0.9rem;
}

.p9k5n2m6 {
    background: linear-gradient(135deg, #6c5b7b 0%, #c06c84 50%, #ff6b9d 100%);
    color: white;
    padding: 3.5rem 2rem 1.5rem;
    margin-top: 5rem;
    border-radius: 40px 40px 0 0;
}

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

.r8k3n6m5 h3 {
    margin-bottom: 1.2rem;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

.r8k3n6m5 p {
    opacity: 0.95;
    line-height: 1.9;
}

.r8k3n6m5 ul {
    list-style: none;
}

.r8k3n6m5 ul li {
    margin-bottom: 0.8rem;
}

.r8k3n6m5 ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.r8k3n6m5 ul li a:hover {
    color: white;
    padding-left: 8px;
}

.s5n9k3m7 {
    text-align: center;
    padding: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.t2k7n5m8 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06c84 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(255, 107, 157, 0.5);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.t2k7n5m8.u9k4n2m6 {
    opacity: 1;
    visibility: visible;
    animation: v3k8n5m7 0.5s ease-out;
}

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

.t2k7n5m8:hover {
    transform: translateY(-8px) rotate(360deg);
    box-shadow: 0 10px 35px rgba(255, 107, 157, 0.7);
}

.w4n8m5p7 {
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #c06c84;
    font-weight: 500;
}

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

.w4n8m5p7 a:hover {
    color: #c06c84;
}

.w4n8m5p7 span {
    color: #333;
}

.x7n2k9m3 {
    background: white;
    padding: 3.5rem;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.2);
    margin-bottom: 2rem;
    animation: e9k3n5m6 0.8s ease-out;
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.x7n2k9m3 h2 {
    font-size: 2.5rem;
    color: #c06c84;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 4px solid #ff6b9d;
    font-weight: bold;
}

.y9k5n3p8 {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ffe0f0;
    font-size: 0.95rem;
    color: #999;
    flex-wrap: wrap;
}

.x7n2k9m3 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(255, 107, 157, 0.2);
    border: 3px solid #ffe0f0;
}

.x7n2k9m3 section h3 {
    font-size: 1.8rem;
    color: #c06c84;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1.5rem;
    border-left: 5px solid #ff6b9d;
    font-weight: bold;
}

.x7n2k9m3 section p {
    margin-bottom: 1.5rem;
    line-height: 2;
    color: #555;
    text-align: justify;
}

.x7n2k9m3 section strong {
    color: #ff6b9d;
    font-weight: 700;
}

.z5k8m2p9 {
    background: linear-gradient(135deg, #fff5f8 0%, #ffe0f0 100%);
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    border-left: 5px solid #ff6b9d;
}

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

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

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

    .x7n2k9m3 {
        padding: 2rem;
    }

    .x7n2k9m3 h2 {
        font-size: 1.8rem;
    }
}
