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

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

.x7k9m2p {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}

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

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

.x7k9m2p .n4h8j1q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.w2v5c8n {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.w2v5c8n a {
    text-decoration: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.w2v5c8n a:hover {
    transform: scale(1.05);
    display: inline-block;
}

.p9l3k6m {
    display: flex;
    gap: 30px;
}

.p9l3k6m a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: color 0.3s ease;
}

.p9l3k6m a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.p9l3k6m a:hover {
    color: #667eea;
}

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

.r8t4n2m {
    padding-bottom: 60px;
}

.b5g7h3k {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px auto;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.8s ease-out;
}

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

.m9p2l6n {
    padding: 0;
}

.s4w8j1q {
    position: relative;
    height: 400px;
    overflow: hidden;
}

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

.s4w8j1q:hover .k7m3n9p {
    transform: scale(1.05);
}

.v2c5x8l {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.f9h4k2n {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    animation: slideInLeft 0.8s ease-out 0.3s both;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.t6j8m1q {
    font-size: 18px;
    opacity: 0.9;
    animation: slideInLeft 0.8s ease-out 0.5s both;
}

.y3n7k5m {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 30px auto;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.8s ease-out;
}

.d8f2k6n {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.d8f2k6n::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.g5j9m3p {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.c7n2k8m {
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.c7n2k8m:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

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

.q9w4n7k {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.c7n2k8m:hover .q9w4n7k {
    transform: scale(1.1);
}

.l3p6j9m {
    padding: 20px;
}

.x5k8n2p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.m2v7c4n {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}

.h8k3j6m {
    font-size: 14px;
    color: #667eea;
    font-weight: 500;
}

.z8k4m2n {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.j6n9p3m {
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.j6n9p3m:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.j6n9p3m a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.t4w7k2m {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.j6n9p3m:hover .t4w7k2m {
    transform: scale(1.05);
}

.p9l5n8j {
    padding: 20px;
}

.v6k2m9n {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
}

.r3j8k5m {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

.k9m3n7p {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin: 30px auto;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.8s ease-out;
}

.w5j8n2k {
    display: grid;
    gap: 20px;
}

.f7k3m9p {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.f7k3m9p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}

.q2n6j8m {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.y9k4n2m {
    font-size: 16px;
    color: #667eea;
}

.u8j2k6n {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px 0;
    margin-top: 60px;
    text-align: center;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

.l9p3m7k {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.l9p3m7k a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 0.3s ease;
}

.l9p3m7k a:hover {
    color: #667eea;
}

.s4k7m2n {
    color: #888;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.6;
}

.b3n7k9m {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    z-index: 999;
}

.b3n7k9m.v9k2j5n {
    opacity: 1;
    visibility: visible;
}

.b3n7k9m:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
}

.h3m7k9p {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.h3m7k9p a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.h3m7k9p a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.h3m7k9p span {
    color: #ccc;
}

@media (max-width: 768px) {
    .x7k9m2p .n4h8j1q {
        flex-direction: column;
        gap: 15px;
    }

    .p9l3k6m {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .s4w8j1q {
        height: 250px;
    }

    .f9h4k2n {
        font-size: 24px;
    }

    .t6j8m1q {
        font-size: 14px;
    }

    .g5j9m3p,
    .z8k4m2n {
        grid-template-columns: 1fr;
    }

    .y3n7k5m,
    .k9m3n7p {
        padding: 25px 20px;
    }

    .b3n7k9m {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}