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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #ffeef8 0%, #e0f2ff 100%);
    min-height: 100vh;
}

.m3x8k9p {
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    color: white;
    padding: 1.2rem 0;
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: w3n7k9m 0.6s ease-out;
}

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

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

.p9k5m3x {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    animation: k8m4n2p 1.5s ease-in-out infinite alternate;
}

@keyframes k8m4n2p {
    from {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1);
    }
    to {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 30px rgba(255, 255, 255, 0.7);
        transform: scale(1.05);
    }
}

.p9k5m3x a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.q2w8n5t {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.q2w8n5t a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.q2w8n5t a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

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

.q2w8n5t a:hover {
    transform: translateY(-2px);
}

.r8k3m7n {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.s5n9t4k {
    margin-bottom: 2rem;
    animation: m5n8k3t 0.8s ease-out;
    opacity: 0;
    animation-fill-mode: forwards;
}

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

.t2w7k9m {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.15);
    transition: all 0.3s ease;
}

.t2w7k9m:hover {
    box-shadow: 0 15px 50px rgba(255, 107, 157, 0.25);
    transform: translateY(-5px);
}

.u6n3p8k {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
}

.v9k2m5x {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.u6n3p8k:hover .v9k2m5x {
    transform: scale(1.1);
}

.w4t8n3p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 2rem;
    color: white;
}

.x7k9m2n {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.y3n8k5t {
    font-size: 1.1rem;
    opacity: 0.9;
}

.z9m4k7n {
    margin: 2rem 0;
    animation: m5n8k3t 0.8s ease-out 0.1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.a5k8n3m {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ff6b9d;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.8rem;
}

.a5k8n3m::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b9d, #c44569);
    border-radius: 4px;
}

.b7n2k9t {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.c4m8n5k {
    background: linear-gradient(135deg, #fff5f9 0%, #ffffff 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
}

.c4m8n5k:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 50px rgba(255, 107, 157, 0.3);
    border-color: #ff6b9d;
}

.c4m8n5k a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.d9k3n7m {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.c4m8n5k:hover .d9k3n7m {
    transform: scale(1.15);
}

.e2n8k4t {
    padding: 1.2rem;
}

.f6k9m3n {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.g8n4k2t {
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.h3k7n9m {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    color: white;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.i4n9k7m {
    margin: 2rem 0;
    animation: m5n8k3t 0.8s ease-out 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

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

.k2n7m9t {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.k2n7m9t:hover {
    border-color: #ff6b9d;
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
    transform: translateY(-5px);
}

.k2n7m9t a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.l5k9n3m {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.k2n7m9t:hover .l5k9n3m {
    transform: scale(1.08);
}

.m7n2k8t {
    padding: 1.2rem;
}

.n4k8m5x {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.o9n3k6t {
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.p3k7n8m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.q8n4k2t {
    background: linear-gradient(135deg, #ffe5f0 0%, #ffd9e8 100%);
    color: #ff6b9d;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-weight: 500;
}

.r5k9n7m {
    color: #999;
}

.s9k4n7t {
    margin: 2rem 0;
    animation: m5n8k3t 0.8s ease-out 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.u6n8k3m, .y5k8n3m {
    margin-bottom: 2rem;
}

.v3k9n5t {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.w8n2k7m {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    background: linear-gradient(135deg, #fff9fc 0%, #ffffff 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.w8n2k7m:hover {
    background: linear-gradient(135deg, #ffe5f0 0%, #ffd9e8 100%);
    transform: translateX(8px);
}

.x4k9n6t {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.w8n2k7m a {
    text-decoration: none;
    color: #333;
    flex: 1;
    transition: color 0.3s ease;
}

.w8n2k7m:hover a {
    color: #ff6b9d;
}

.z7n4k9m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.a2k8n5t {
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    padding: 1.2rem;
    border-radius: 12px;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.a2k8n5t:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.4);
}

.b9n3k7m {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.c4k8n2m {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

.d6n9k5m {
    margin: 2rem 0;
    animation: m5n8k3t 0.8s ease-out 0.4s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.e3k7n9m {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.f8n4k2m {
    display: flex;
    gap: 1.2rem;
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.f8n4k2m:hover {
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
    transform: translateY(-3px);
    border-color: #ff6b9d;
}

.g5k9n7t {
    flex-shrink: 0;
}

.h2n8k4m {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b9d;
    transition: all 0.3s ease;
}

.f8n4k2m:hover .h2n8k4m {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 15px rgba(255, 107, 157, 0.3);
}

.i7k3n9m {
    flex: 1;
}

.j4n8k5t {
    margin-bottom: 0.8rem;
}

.k9n2m7t {
    color: #333;
    font-weight: 600;
    margin-right: 0.8rem;
}

.l3k8n4m {
    color: #999;
    font-size: 0.85rem;
}

.m6n9k3t {
    color: #555;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.n8k4m2t {
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: #999;
}

.o5n9k7m, .p2k8n6m {
    transition: all 0.3s ease;
    cursor: pointer;
}

.o5n9k7m:hover, .p2k8n6m:hover {
    color: #ff6b9d;
    transform: scale(1.1);
}

.e7k4m9n {
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.1);
}

.f3n8k5m {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.g9k2n7t {
    font-size: 0.9rem;
}

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

.g9k2n7t a:hover {
    color: #ff6b9d;
}

.h4k9n3m {
    color: #ccc;
    margin: 0 0.3rem;
}

.i8n3k7m {
    color: #ff6b9d;
    font-weight: 600;
}

.k5n9m3t {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(255, 107, 157, 0.15);
    animation: m5n8k3t 0.8s ease-out;
}

.l8k4n2m {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f5f5f5;
}

.m9n3k7t {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.n2k8m5t {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.o7k3n9m {
    margin-bottom: 2rem;
    border-radius: 16px;
    overflow: hidden;
}

.p4k9n2m {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.p4k9n2m:hover {
    transform: scale(1.05);
}

.q8n5k3m {
    line-height: 1.8;
    color: #444;
}

.r2k9n7m {
    font-size: 1.8rem;
    color: #ff6b9d;
    margin: 2rem 0 1rem;
    font-weight: 700;
    position: relative;
    padding-left: 1rem;
}

.r2k9n7m::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background: linear-gradient(180deg, #ff6b9d 0%, #c44569 100%);
    border-radius: 4px;
}

.s6k3n8m {
    font-size: 1.05rem;
    line-height: 2;
    color: #555;
    margin-bottom: 1.2rem;
    text-align: justify;
}

.t9k4n3m {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f5f5f5;
}

.u3k8n5m {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.v7k2n9m {
    color: #666;
    font-weight: 600;
}

.q9k3n7m {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: white;
    padding: 2rem 0;
    margin-top: 3rem;
    text-align: center;
}

.r4n8k6t {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.s7k2n9m {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.t3k8n5m {
    color: #cbd5e0;
    font-size: 0.9rem;
}

.u8k4n2m {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    animation: t7n3k9m 2s ease-in-out infinite;
}

@keyframes t7n3k9m {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.u8k4n2m:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.6);
}

.u8k4n2m.show {
    display: flex;
}

.v5k9n3m {
    font-size: 1.5rem;
    font-weight: bold;
}

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

    .q2w8n5t {
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
    }

    .b7n2k9t, .j8k3n5m {
        grid-template-columns: 1fr;
    }

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

    .r8k3m7n {
        padding: 0 1rem;
    }

    .u8k4n2m {
        bottom: 1rem;
        right: 1rem;
        width: 45px;
        height: 45px;
    }

    .u6n3p8k {
        height: 200px;
    }

    .x7k9m2n {
        font-size: 1.5rem;
    }

    .a5k8n3m {
        font-size: 1.6rem;
    }
}
