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

body {
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    background: #f8f9fa;
}

.k8w3m9x7p2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.v5n2q8x4m9 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.r7x4n9p3k6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r7x4n9p3k6 h1 {
    font-size: 1.8rem;
    font-weight: 700;
}

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

.r7x4n9p3k6 h1 a:hover {
    opacity: 0.85;
}

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

.b9m5x7q2n4 a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s;
    position: relative;
}

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

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

.t3w8n5x2p7 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 8rem 0 5rem;
    margin-top: 70px;
    text-align: center;
}

.t3w8n5x2p7 h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    animation: q6n8x3m5p2 1s ease-out;
}

.t3w8n5x2p7 p {
    font-size: 1.4rem;
    opacity: 0.95;
    animation: q6n8x3m5p2 1s ease-out 0.2s both;
}

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

.x9k4m7n2v5 {
    padding: 5rem 0;
}

.x9k4m7n2v5 h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #333;
    font-weight: 700;
}

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

.w8v5n2x9k4 {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.w8v5n2x9k4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f093fb, #f5576c);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.w8v5n2x9k4:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.w8v5n2x9k4:hover::before {
    transform: scaleX(1);
}

.w8v5n2x9k4 h3 {
    color: #f5576c;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.w8v5n2x9k4 p {
    color: #666;
    line-height: 2;
    font-size: 1.05rem;
}

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

.n9v7x4m2k8 {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.n9v7x4m2k8:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.q2m8x5n9p7 {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.q2m8x5n9p7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

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

.k6n2x9m5p3 {
    padding: 2rem;
}

.k6n2x9m5p3 h3 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 700;
}

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

.x7m3n9k5q2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 0.9rem;
}

.m5x9n2v7k4 {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.p8n3x7m5q9 {
    border-bottom: 2px solid #f5f5f5;
    padding: 2rem 0;
}

.p8n3x7m5q9:last-child {
    border-bottom: none;
}

.p8n3x7m5q9 h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

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

.v4n9x2m8k5 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.v4n9x2m8k5 span {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
}

.q9x2n7m5k3 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 4rem 0;
    margin-top: 5rem;
    text-align: center;
}

.q9x2n7m5k3 p {
    opacity: 0.95;
    font-size: 1.1rem;
}

.w2n7x5k9m4 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(245,87,108,0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.w2n7x5k9m4.x5n8m3k7q2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.w2n7x5k9m4:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 10px 30px rgba(245,87,108,0.5);
}

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

    .t3w8n5x2p7 {
        padding: 5rem 0 3rem;
    }

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

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

    .p7m9x3n5q8,
    .c5x8n3m7q2 {
        grid-template-columns: 1fr;
    }

    .w2n7x5k9m4 {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
    }
}
