* {
    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: #333;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 50%, #ff9a9e 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.qw8x5n9m2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #fff 0%, #ffe8f5 100%);
    box-shadow: 0 4px 20px rgba(255, 105, 180, 0.2);
    z-index: 1000;
    animation: rt7m4k8p3 0.6s ease-out;
}

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

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

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

.bn4x8m7p2 h1 a {
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 50%, #6eb9ff 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;
}

.bn4x8m7p2 h1 a::after {
    content: '✨';
    position: absolute;
    right: -25px;
    top: -5px;
    font-size: 1rem;
    animation: dn5k8m3p9 2s infinite;
}

@keyframes dn5k8m3p9 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.7;
    }
}

.bn4x8m7p2 h1 a:hover {
    transform: scale(1.08) rotate(-2deg);
    filter: brightness(1.2);
}

.xm9n5k7p4 {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.xm9n5k7p4 li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f9 100%);
    box-shadow: 0 2px 10px rgba(255, 105, 180, 0.15);
}

.xm9n5k7p4 li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 100%);
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.xm9n5k7p4 li a:hover::before {
    opacity: 1;
}

.xm9n5k7p4 li a:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4);
}

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

.pq8n5m3k7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 245, 0.95) 100%);
    padding: 4rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.2);
    margin-bottom: 3rem;
    text-align: center;
    animation: yk4m8n7p5 0.8s ease-out;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.pq8n5m3k7::before {
    content: '💗';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    opacity: 0.3;
    animation: vn9k3m7p8 3s infinite;
}

.pq8n5m3k7::after {
    content: '🌸';
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 3rem;
    opacity: 0.3;
    animation: vn9k3m7p8 3s infinite 1.5s;
}

@keyframes vn9k3m7p8 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(20deg);
    }
}

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

.pq8n5m3k7 h2 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 50%, #6eb9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.pq8n5m3k7 p {
    font-size: 1.3rem;
    color: #666;
    font-weight: 600;
}

.zk9n4m8p3 {
    margin-bottom: 3rem;
}

.zk9n4m8p3 h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 900;
    padding: 1.2rem 2rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 100%);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    display: inline-block;
    box-shadow: 0 8px 25px rgba(255, 105, 180, 0.3);
    position: relative;
}

.zk9n4m8p3 h2::after {
    content: '★';
    position: absolute;
    right: -15px;
    top: -10px;
    color: #ffeb3b;
    font-size: 1.5rem;
    animation: en8k5m9p4 1.5s infinite;
}

@keyframes en8k5m9p4 {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
}

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

.tn5k8m7p9 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 250, 0.98) 100%);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: gn4k9m8p2 0.6s ease-out backwards;
    border: 3px solid rgba(255, 182, 193, 0.3);
    position: relative;
}

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

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

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

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

.tn5k8m7p9:hover {
    transform: translateY(-10px) rotate(1deg);
    box-shadow: 0 20px 50px rgba(255, 105, 180, 0.35);
}

.mn8k5p7x4 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tn5k8m7p9:hover .mn8k5p7x4 {
    transform: scale(1.1);
}

.ln9k3m8p5 {
    padding: 1.8rem;
}

.ln9k3m8p5 h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #333;
    font-weight: 800;
}

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

.ln9k3m8p5 h3 a:hover {
    color: #ff6b9d;
}

.sn7k4m9p8 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.sn7k4m9p8 span {
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #ffe8f5 0%, #ffd6e8 100%);
    border-radius: 20px;
    font-size: 0.85rem;
    color: #ff6b9d;
    font-weight: 700;
}

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

.hn4k7m9p6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 2px dashed #ffe8f5;
    font-size: 0.9rem;
    color: #999;
}

.cn9k5m8p7 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 2.2rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.3);
}

.cn9k5m8p7:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.5);
}

.un8k5m3p9 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 250, 0.95) 100%);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 12px 35px rgba(255, 105, 180, 0.2);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.fn4m9p8x7 {
    list-style: none;
}

.fn4m9p8x7 li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #fff 0%, #fff9fc 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 3px 10px rgba(255, 105, 180, 0.1);
}

.fn4m9p8x7 li:hover {
    background: linear-gradient(135deg, #ffe8f5 0%, #ffd6e8 100%);
    transform: translateX(10px);
    border-left-color: #ff6b9d;
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.2);
}

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

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

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

.rk2n8m6p9 {
    background: linear-gradient(135deg, #fff 0%, #ffe8f5 100%);
    padding: 3.5rem 2.5rem 2rem;
    margin-top: 4rem;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -10px 30px rgba(255, 105, 180, 0.15);
}

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

.ak9n5m7p4 h3 {
    margin-bottom: 1.2rem;
    color: #ff6b9d;
    font-size: 1.4rem;
    font-weight: 800;
}

.ak9n5m7p4 p {
    color: #666;
    line-height: 1.9;
}

.ak9n5m7p4 ul {
    list-style: none;
}

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

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

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

.ek4n9m8p7 {
    text-align: center;
    padding: 2rem;
    border-top: 3px dashed #ffe8f5;
    color: #999;
    font-weight: 600;
}

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

.yn8k5m9p4.bn7m4k9p3 {
    opacity: 1;
    visibility: visible;
    animation: pn9k5m8p6 0.4s ease-out;
}

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

.yn8k5m9p4:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 12px 40px rgba(255, 105, 180, 0.6);
}

.mn3k9p7x5 {
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

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

.mn3k9p7x5 a:hover {
    color: #ffeb3b;
}

.mn3k9p7x5 span {
    color: #fff;
}

.bn5n8m4p7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 240, 250, 0.95) 100%);
    padding: 3.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(255, 105, 180, 0.2);
    margin-bottom: 2.5rem;
    animation: yk4m8n7p5 0.8s ease-out;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.bn5n8m4p7 h2 {
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 2.5rem;
    padding-bottom: 1.8rem;
    border-bottom: 5px solid #ff6b9d;
    font-weight: 900;
    background: linear-gradient(135deg, #ff6b9d 0%, #c06cff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gn7k3m9p6 {
    display: flex;
    gap: 1.8rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.8rem;
    border-bottom: 2px dashed #ffe8f5;
    font-size: 1rem;
    color: #999;
    flex-wrap: wrap;
    font-weight: 600;
}

.bn5n8m4p7 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(255, 105, 180, 0.2);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.bn5n8m4p7 section h3 {
    font-size: 2rem;
    color: #ff6b9d;
    margin: 3rem 0 1.8rem;
    font-weight: 800;
}

.bn5n8m4p7 section p {
    margin-bottom: 1.8rem;
    line-height: 2.2;
    color: #666;
    text-align: justify;
    font-size: 1.05rem;
}

.bn5n8m4p7 section strong {
    color: #ff6b9d;
    font-weight: 800;
}

.dn9k4m7p8 {
    background: linear-gradient(135deg, #ffe8f5 0%, #ffd6e8 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2.5rem 0;
    border-left: 6px solid #ff6b9d;
    box-shadow: 0 5px 20px rgba(255, 105, 180, 0.15);
}

.vn5k9m3x8 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.hn8n4m9p7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 245, 250, 0.95) 100%);
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.2);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 182, 193, 0.3);
}

.hn8n4m9p7 h3 {
    font-size: 1.7rem;
    margin-bottom: 1.8rem;
    color: #ff6b9d;
    font-weight: 800;
    border-bottom: 3px solid #ffe8f5;
    padding-bottom: 1rem;
}

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

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

    .pq8n5m3k7 h2 {
        font-size: 2.2rem;
    }

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

    .bn5n8m4p7 {
        padding: 2.5rem;
    }

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