* {
    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, #fff5e6 0%, #ffe6cc 100%);
    min-height: 100vh;
}

.x8f2n9m4k {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    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;
    }
}

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

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

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

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

.p4k8r6t3n {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.w5n8k3r7m {
    display: flex;
    gap: 35px;
}

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

.w5n8k3r7m a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

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

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

.s7n4k9w3x {
    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);
    }
}

.b6r8t4m2n {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 350px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.b6r8t4m2n:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.3);
}

.v5k9w3x7m {
    position: relative;
}

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

.b6r8t4m2n:hover .i9m3x7k4n {
    transform: scale(1.15);
}

.t8x4r6n3m {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
    background: linear-gradient(to top, rgba(255, 107, 53, 0.95), transparent);
}

.h5w9n3k7x {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.p7m4k2n8x {
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

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

.t6n9r4k8x {
    font-size: 34px;
    font-weight: 700;
    color: #ff6b35;
    position: relative;
    padding-left: 22px;
}

.t6n9r4k8x::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 85%;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    border-radius: 3px;
}

.m8r4k3n7w {
    color: #ff6b35;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 24px;
    border: 2px solid #ff6b35;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.m8r4k3n7w:hover {
    background: #ff6b35;
    color: #fff;
    transform: translateX(8px);
    box-shadow: 0 6px 18px rgba(255, 107, 53, 0.4);
}

.g3w8k5r9n {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 28px;
}

.v7m4n9k3x {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideUp 0.6s ease-out backwards;
}

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

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

.v7m4n9k3x:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.25);
}

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

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

.v7m4n9k3x:hover .i6k9w3m7r {
    transform: scale(1.08);
}

.t9m5k3n8r {
    padding: 18px;
    font-size: 19px;
    font-weight: 600;
    color: #333;
}

.d4k7m9n2x {
    padding: 0 18px 18px;
    color: #ff8c42;
    font-size: 15px;
}

.n4r8k6w9m {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 32px;
}

.a9m5x3k7r {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideUp 0.6s ease-out backwards;
}

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

.a9m5x3k7r:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 28px rgba(255, 107, 53, 0.2);
}

.a9m5x3k7r a {
    text-decoration: none;
    display: flex;
    gap: 22px;
}

.i3w9k6m7x {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

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

.t8k5m3r9w {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
}

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

.t7k4m9n2x {
    color: #ff6b35;
    font-size: 14px;
}

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

.c4x9m7k3r {
    display: grid;
    gap: 28px;
    margin-top: 35px;
}

.c8m3r5k9n {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border-left: 5px solid #ff6b35;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideRight 0.6s ease-out backwards;
}

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

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

.c8m3r5k9n:hover {
    transform: translateX(12px);
    box-shadow: 0 6px 22px rgba(255, 107, 53, 0.2);
}

.u6k9r3m7x {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.n9r6k4m8x {
    color: #ff6b35;
    font-size: 17px;
}

.p9m6k3r8x {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
}

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

.t5k9m3r7n {
    font-size: 30px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 28px;
    position: relative;
    padding-left: 22px;
}

.t5k9m3r7n::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 85%;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    border-radius: 3px;
}

.t4m9k6r3x {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.t4m9k6r3x a {
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #ff8c42;
    border-radius: 30px;
    color: #ff6b35;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.t4m9k6r3x a:hover {
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff;
    border-color: #ff6b35;
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(255, 107, 53, 0.3);
}

.f6r9k3m8x {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
    color: #fff;
    padding: 60px 0 25px;
    margin-top: 90px;
}

.f5m8k9r3n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 45px;
    margin-bottom: 45px;
}

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

.h7m9k5r3n {
    position: relative;
    padding-left: 18px;
}

.h7m9k5r3n::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 75%;
    background: #fff;
    border-radius: 3px;
}

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

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

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

.n8k5m9r3x a:hover {
    color: #fff;
    padding-left: 12px;
}

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

.b5r9m3k7x {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
}

.b5r9m3k7x:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(255, 107, 53, 0.6);
}

.b5r9m3k7x.show {
    display: flex;
}

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

.b8vn4xr7m {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #666;
}

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

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

.b8vn4xr7m span {
    color: #999;
}

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

    .b6r8t4m2n {
        height: 280px;
    }

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

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

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

    .w5n8k3r7m a {
        font-size: 15px;
        padding: 8px 14px;
    }

    .p4k8r6t3n {
        font-size: 26px;
    }

    .g3w8k5r9n {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 18px;
    }

    .i6k9w3m7r {
        height: 200px;
    }

    .f5m8k9r3n {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .a9m5x3k7r a {
        flex-direction: column;
    }

    .i3w9k6m7x {
        width: 100%;
        height: 220px;
    }
}