* {
    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: #2d2d2d;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

.q9m7x4n2k {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.6s ease-out;
}

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

.w8r3p5k9m {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.v6n9m2x7k {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}

.z4m8r6n3x {
    text-decoration: none;
    transition: transform 0.3s ease;
}

.z4m8r6n3x:hover {
    transform: scale(1.05) rotate(-2deg);
}

.y7k9m3x5r {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 20px rgba(240, 147, 251, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

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

.n5x8r2m9k a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.n5x8r2m9k a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
}

.n5x8r2m9k a:hover::before {
    width: 200px;
    height: 200px;
}

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

.m8x4r7n2k {
    min-height: calc(100vh - 200px);
}

.s9r6m3k7x {
    padding: 50px 0;
    overflow: hidden;
}

.b7n4x9m2r {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    animation: fadeIn 1s ease-out;
}

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

.c5m9r3k8x {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 380px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.c5m9r3k8x:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 50px rgba(240, 147, 251, 0.5);
}

.h6x2n7m9k {
    position: relative;
}

.i4r8m6n3x {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.9);
}

.c5m9r3k8x:hover .i4r8m6n3x {
    transform: scale(1.15);
    filter: brightness(1.1);
}

.t9m3x7k5r {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
    background: linear-gradient(to top, rgba(102, 126, 234, 0.95), transparent);
}

.h8k4r9m2x {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(240, 147, 251, 0.8), 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.p5n9m7k3x {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.s6k9m4r7x {
    padding: 70px 0;
    animation: fadeIn 1s ease-out 0.2s backwards;
}

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

.t7r4m9k3n {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-left: 25px;
    text-shadow: 0 0 15px rgba(240, 147, 251, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.t7r4m9k3n::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 85%;
    background: linear-gradient(180deg, #f093fb, #667eea);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(240, 147, 251, 0.8);
}

.m6r9k3x8n {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.m6r9k3x8n:hover {
    background: #fff;
    color: #764ba2;
    transform: translateX(8px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

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

.v8k5m9r3x {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.6s ease-out backwards;
}

.v8k5m9r3x:nth-child(1) { animation-delay: 0.1s; }
.v8k5m9r3x:nth-child(2) { animation-delay: 0.15s; }
.v8k5m9r3x:nth-child(3) { animation-delay: 0.2s; }
.v8k5m9r3x:nth-child(4) { animation-delay: 0.25s; }
.v8k5m9r3x:nth-child(5) { animation-delay: 0.3s; }
.v8k5m9r3x:nth-child(6) { animation-delay: 0.35s; }

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

.v8k5m9r3x:hover {
    transform: translateY(-12px) rotate(2deg);
    box-shadow: 0 15px 35px rgba(240, 147, 251, 0.4);
}

.v8k5m9r3x a {
    text-decoration: none;
    display: block;
}

.i7m3k9r6x {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.v8k5m9r3x:hover .i7m3k9r6x {
    transform: scale(1.1);
}

.t4k8m9r5x {
    padding: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #764ba2;
}

.d9m6k3r7x {
    padding: 0 18px 18px;
    color: #667eea;
    font-size: 15px;
}

.n8r4m6k9x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 35px;
}

.a7m9k3r6x {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.6s ease-out backwards;
}

.a7m9k3r6x:nth-child(1) { animation-delay: 0.1s; }
.a7m9k3r6x:nth-child(2) { animation-delay: 0.15s; }
.a7m9k3r6x:nth-child(3) { animation-delay: 0.2s; }
.a7m9k3r6x:nth-child(4) { animation-delay: 0.25s; }
.a7m9k3r6x:nth-child(5) { animation-delay: 0.3s; }
.a7m9k3r6x:nth-child(6) { animation-delay: 0.35s; }

.a7m9k3r6x:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(240, 147, 251, 0.3);
}

.a7m9k3r6x a {
    text-decoration: none;
    display: flex;
    gap: 25px;
}

.i9k3m7x6r {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.c4r9m6k3x {
    flex: 1;
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.t6m9k4r8x {
    font-size: 20px;
    font-weight: 600;
    color: #764ba2;
    margin-bottom: 12px;
    line-height: 1.5;
}

.p8r3m9k6x {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.t5k9m3r7x {
    color: #667eea;
    font-size: 14px;
}

.c8m9r3k5x {
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.1);
    animation: fadeIn 1s ease-out 0.4s backwards;
}

.c7r3m9k4x {
    display: grid;
    gap: 30px;
    margin-top: 35px;
}

.c9m4r6k3x {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 30px;
    border-left: 6px solid #f093fb;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    animation: slideRight 0.6s ease-out backwards;
}

.c9m4r6k3x:nth-child(1) { animation-delay: 0.1s; }
.c9m4r6k3x:nth-child(2) { animation-delay: 0.15s; }
.c9m4r6k3x:nth-child(3) { animation-delay: 0.2s; }
.c9m4r6k3x:nth-child(4) { animation-delay: 0.25s; }

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

.c9m4r6k3x:hover {
    transform: translateX(15px);
    box-shadow: 0 8px 28px rgba(240, 147, 251, 0.3);
}

.u8k3m9r7x {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

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

.n6m9k4r8x {
    color: #764ba2;
    font-size: 18px;
}

.p7r9m3k6x {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
}

.a6r9m3k8x {
    padding: 70px 0;
    animation: fadeIn 1s ease-out 0.5s backwards;
}

.t9k5m6r3x {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
    text-shadow: 0 0 15px rgba(240, 147, 251, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.t9k5m6r3x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 85%;
    background: linear-gradient(180deg, #f093fb, #667eea);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(240, 147, 251, 0.8);
}

.t8m3r9k6x {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.t8m3r9k6x a {
    padding: 12px 26px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #f093fb;
    border-radius: 30px;
    color: #764ba2;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.t8m3r9k6x a:hover {
    background: linear-gradient(135deg, #f093fb, #667eea);
    color: #fff;
    border-color: #f093fb;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(240, 147, 251, 0.4);
}

.f7r9m3k6x {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 90px;
}

.f5k9m3r7x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.f8m6r9k3x h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}

.h9r6m4k3x {
    position: relative;
    padding-left: 20px;
}

.h9r6m4k3x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 75%;
    background: #f093fb;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(240, 147, 251, 0.6);
}

.p6m9k3r8x {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 12px;
}

.n7k9m3r6x {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.n7k9m3r6x a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 6px 0;
}

.n7k9m3r6x a:hover {
    color: #f093fb;
    padding-left: 12px;
}

.c6m9r4k7x {
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.b8m5r9k3x {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #f093fb, #667eea);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(240, 147, 251, 0.5);
    transition: all 0.3s ease;
    z-index: 999;
}

.b8m5r9k3x:hover {
    transform: translateY(-8px) rotate(360deg);
    box-shadow: 0 10px 35px rgba(240, 147, 251, 0.7);
}

.b8m5r9k3x.show {
    display: flex;
}

.b3kr7nm9x {
    padding: 22px 0;
    margin-bottom: 35px;
}

.b8vn4xr7m {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

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

.b8vn4xr7m a:hover {
    color: #fff;
}

.b8vn4xr7m span {
    color: rgba(255, 255, 255, 0.7);
}

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

    .c5m9r3k8x {
        height: 300px;
    }

    .g9m3x6k2r {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

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

@media (max-width: 768px) {
    .n5x8r2m9k {
        gap: 18px;
    }

    .n5x8r2m9k a {
        font-size: 15px;
        padding: 8px 16px;
    }

    .y7k9m3x5r {
        font-size: 28px;
    }

    .g9m3x6k2r {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
        gap: 20px;
    }

    .i7m3k9r6x {
        height: 220px;
    }

    .f5k9m3r7x {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .a7m9k3r6x a {
        flex-direction: column;
    }

    .i9k3m7x6r {
        width: 100%;
        height: 230px;
    }
}