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

body {
    font-family: 'Arial', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

.m8k5n3p7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: n4k8m2p9 0.6s ease-out;
}

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

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

.q9m3k7n5 h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

.q9m3k7n5 h1 a {
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.q9m3k7n5 h1 a:hover {
    transform: scale(1.05);
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.r5k8n2m9 {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.r5k8n2m9 li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.r5k8n2m9 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.r5k8n2m9 li a:hover::after {
    width: 100%;
}

.s7n4k9m3 {
    max-width: 1400px;
    margin: 100px auto 2rem;
    padding: 0 2rem;
}

.t2k6n8m5 {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    text-align: center;
    animation: u9n3k5m7 0.8s ease-out;
}

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

.t2k6n8m5 h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t2k6n8m5 p {
    font-size: 1.2rem;
    color: #666;
}

.v4n7k2m8 h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #333;
    position: relative;
    padding-left: 1rem;
}

.v4n7k2m8 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: linear-gradient(180deg, #667eea, #764ba2);
    border-radius: 2px;
}

.w8k3n6m4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.x5n9k2m7 {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    animation: y2k7n4m9 0.6s ease-out backwards;
    border: 2px solid transparent;
}

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

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

.x5n9k2m7:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
    border-color: #667eea;
}

.x5n9k2m7 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.x5n9k2m7:hover img {
    transform: scale(1.08);
}

.z9n5k3m6 {
    padding: 1.5rem;
}

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

.z9n5k3m6 p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.a4k8n2m5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #999;
}

.b7n3k9m4 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.b7n3k9m4:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

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

.d9n4k3m8 {
    list-style: none;
}

.d9n4k3m8 li {
    padding: 1.2rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d9n4k3m8 li:hover {
    background: #e9ecef;
    transform: translateX(8px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.d9n4k3m8 li a {
    color: #333;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    flex: 1;
}

.d9n4k3m8 li a:hover {
    color: #667eea;
}

.d9n4k3m8 li time {
    color: #999;
    font-size: 0.9rem;
}

.e6k9n2m4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

.f3n7k5m9 {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.g8k2n6m5 h3 {
    margin-bottom: 1rem;
    color: white;
    font-size: 1.2rem;
}

.g8k2n6m5 p {
    opacity: 0.9;
    line-height: 1.8;
}

.g8k2n6m5 ul {
    list-style: none;
}

.g8k2n6m5 ul li {
    margin-bottom: 0.6rem;
}

.g8k2n6m5 ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.g8k2n6m5 ul li a:hover {
    color: white;
    padding-left: 5px;
}

.h5n9k3m7 {
    text-align: center;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.i2k7n5m8 {
    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: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.i2k7n5m8.j9k4n2m6 {
    opacity: 1;
    visibility: visible;
}

.i2k7n5m8:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.k4n8m5p7 {
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #666;
}

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

.k4n8m5p7 a:hover {
    color: #764ba2;
}

.k4n8m5p7 span {
    color: #333;
}

.l7n2k9m3 {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    animation: u9n3k5m7 0.6s ease-out;
}

.l7n2k9m3 h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #667eea;
}

.m9k5n3p8 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
    color: #999;
    flex-wrap: wrap;
}

.l7n2k9m3 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 2rem 0;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.l7n2k9m3 section h3 {
    font-size: 1.6rem;
    color: #333;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    border-left: 4px solid #667eea;
}

.l7n2k9m3 section p {
    margin-bottom: 1.2rem;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

.l7n2k9m3 section strong {
    color: #667eea;
    font-weight: 600;
}

.n5k8m2p9 {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin: 1.5rem 0;
    border-left: 4px solid #764ba2;
}

.o8n3k6m4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    margin-bottom: 0.5rem;
}

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

    .t2k6n8m5 h2 {
        font-size: 1.8rem;
    }

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

    .l7n2k9m3 {
        padding: 1.5rem;
    }

    .l7n2k9m3 h2 {
        font-size: 1.6rem;
    }
}
