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

.k8m4n7p2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: j5n3m8k 0.6s ease-out;
}

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

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

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

.p9m2k6n4 h1 a {
    background: linear-gradient(45deg, #ff6b6b, #ff8787);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

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

.w5n8k3m9 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff6b6b, #ff8787);
    transition: width 0.3s ease;
}

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

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

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

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

.y6n3m9k5 h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.y6n3m9k5 p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.t4n7k9m3 h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
}

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

.n9k2m7p5 {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: k5m9n3p2 0.6s ease-out backwards;
}

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

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

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

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

.n9k2m7p5:hover img {
    transform: scale(1.1);
}

.p6m3k8n4 {
    padding: 1.5rem;
}

.p6m3k8n4 h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.p6m3k8n4 p {
    color: #666;
    line-height: 1.8;
}

.k7n4m9p2 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    background: linear-gradient(45deg, #ff6b6b, #ff8787);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.k7n4m9p2:hover {
    background: linear-gradient(45deg, #ff8787, #ff6b6b);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.h9n5k2m8 {
    background: #333;
    color: white;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

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

.r5n8k7m2 h3 {
    margin-bottom: 1rem;
    color: #ff8787;
}

.r5n8k7m2 ul {
    list-style: none;
}

.r5n8k7m2 ul li {
    margin-bottom: 0.5rem;
}

.r5n8k7m2 ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.r5n8k7m2 ul li a:hover {
    color: #ff8787;
}

.t6n3m9k4 {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #555;
    color: #999;
}

.q4n7k3m9 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ff6b6b, #ff8787);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.q4n7k3m9.m8k5n2p7 {
    opacity: 1;
    visibility: visible;
}

.q4n7k3m9:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
}

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

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

.w2n9k6m5 a:hover {
    color: #ff8787;
}

.w2n9k6m5 span {
    color: #333;
}

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

.y5k8m3n7 h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
    border-bottom: 3px solid #ff6b6b;
    padding-bottom: 1rem;
}

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

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

.y5k8m3n7 section h3 {
    font-size: 1.8rem;
    color: #333;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    border-left: 4px solid #ff6b6b;
}

.y5k8m3n7 section p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #555;
}

.y5k8m3n7 section strong {
    color: #ff6b6b;
    font-weight: 600;
}

.m6k9n4p8 {
    margin-bottom: 3rem;
}

.m6k9n4p8 ul {
    list-style: none;
}

.m6k9n4p8 ul li {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.m6k9n4p8 ul li:hover {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

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

.m6k9n4p8 ul li a:hover {
    color: #ff6b6b;
}

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

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

    .y6n3m9k5 h2 {
        font-size: 2rem;
    }

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

    .y5k8m3n7 {
        padding: 1.5rem;
    }

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