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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    line-height: 1.8;
    color: #2c3e50;
    background: #f8f9fa;
    overflow-x: hidden;
}

.a7k9m3p {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #c44569 100%);
    box-shadow: 0 4px 20px rgba(238, 90, 111, 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;
    }
}

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

.p9m5k1c {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

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

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

.q2n7j4d a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s;
    position: relative;
}

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

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

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

.s5n9p2f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 3rem;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 3rem;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
    animation: fadeInUp 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.s5n9p2f::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

.t4m8k1g {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.u7n2p5h {
    font-size: 1.2rem;
    opacity: 0.95;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

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

.w6n4p8j {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeIn 0.6s ease-out backwards;
}

.w6n4p8j:nth-child(1) { animation-delay: 0.1s; }
.w6n4p8j:nth-child(2) { animation-delay: 0.2s; }
.w6n4p8j:nth-child(3) { animation-delay: 0.3s; }
.w6n4p8j:nth-child(4) { animation-delay: 0.4s; }
.w6n4p8j:nth-child(5) { animation-delay: 0.5s; }
.w6n4p8j:nth-child(6) { animation-delay: 0.6s; }

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

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

.x2m5k9k {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s;
}

.w6n4p8j:hover .x2m5k9k {
    transform: scale(1.1);
}

.y8n3p6l {
    padding: 1.8rem;
}

.z4k7m2m {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.a1n9k5n {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b5m2p8o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #ecf0f1;
}

.c9k4n7p {
    color: #95a5a6;
    font-size: 0.9rem;
}

.d3m8p1q {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(238, 90, 111, 0.3);
}

.d3m8p1q:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(238, 90, 111, 0.5);
}

.e7n5k2r {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

.f2m9p6s {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #ff6b6b;
}

.g8k3n4t {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ecf0f1;
    animation: fadeInLeft 0.6s ease-out backwards;
}

.g8k3n4t:nth-child(2) { animation-delay: 0.1s; }
.g8k3n4t:nth-child(3) { animation-delay: 0.2s; }
.g8k3n4t:nth-child(4) { animation-delay: 0.3s; }
.g8k3n4t:nth-child(5) { animation-delay: 0.4s; }

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

.g8k3n4t:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.h4n7m9u {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.i9k2p5v {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.j3m6n8w {
    flex: 1;
}

.k7p9m1x {
    font-weight: 700;
    color: #ff6b6b;
    font-size: 1.05rem;
}

.l2n5k8y {
    color: #95a5a6;
    font-size: 0.85rem;
}

.m6p3n9z {
    color: #555;
    line-height: 1.7;
    margin-left: 66px;
}

.n1k7m4a {
    background: #34495e;
    color: white;
    padding: 3rem 0;
    margin-top: 4rem;
}

.o5p2n8b {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.p9m4k6c {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.p9m4k6c a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s;
}

.p9m4k6c a:hover {
    color: #ff6b6b;
}

.q3n7k9d {
    color: #95a5a6;
    font-size: 0.95rem;
}

.r8m2p5e {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(238, 90, 111, 0.4);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.r8m2p5e.s4n8k3f {
    opacity: 1;
    visibility: visible;
}

.r8m2p5e:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(238, 90, 111, 0.6);
}

.t7k9m2g {
    background: #fff3cd;
    border-left: 4px solid #ff6b6b;
    padding: 0.8rem 1.2rem;
    margin: 1.5rem 0;
    border-radius: 5px;
    font-size: 0.95rem;
    color: #856404;
}

.u2n6p9h {
    padding: 0.5rem 0;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.u2n6p9h a {
    color: #ff6b6b;
    text-decoration: none;
    transition: color 0.3s;
}

.u2n6p9h a:hover {
    color: #c44569;
    text-decoration: underline;
}

.v8m3k5i {
    max-width: 900px;
    margin: 0 auto;
}

.w4n7p2j {
    background: white;
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    animation: fadeInUp 0.8s ease-out;
}

.x9k2m6k {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.y3p5n8l {
    display: flex;
    gap: 2rem;
    color: #95a5a6;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ecf0f1;
}

.z7m4k1m {
    line-height: 2;
    color: #444;
    font-size: 1.05rem;
}

.z7m4k1m p {
    margin-bottom: 1.5rem;
}

.z7m4k1m h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 2.5rem 0 1.2rem;
}

.z7m4k1m h3 {
    font-size: 1.4rem;
    color: #34495e;
    margin: 2rem 0 1rem;
}

.a4n8m5n {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.a4n8m5n img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.b9p4m7n {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
}

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

.d7m2p9p {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 1.8rem;
    border-radius: 12px;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    display: block;
}

.d7m2p9p:hover {
    transform: translateY(-5px);
    border-color: #ff6b6b;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.e5n9k3q {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.f1p6m8r {
    font-size: 1.3rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-align: center;
}

.g9k4n2s {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
}

.h8m3p7t {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(102, 126, 234, 0.3);
    margin-bottom: 3rem;
}

.i2n7k5u {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.j6p9m1v {
    font-size: 1.05rem;
    line-height: 1.9;
    opacity: 0.95;
    margin-bottom: 1rem;
}

.k4n8p3w {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.l9m2k7x {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .q2n7j4d {
        gap: 1rem;
        font-size: 0.9rem;
    }

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

    .t4m8k1g {
        font-size: 2rem;
    }

    .x9k2m6k {
        font-size: 1.8rem;
    }

    .w4n7p2j {
        padding: 1.5rem;
    }

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