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

body {
    font-family: 'Arial', 'Microsoft YaHei', 'PingFang SC', sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    min-height: 100vh;
}

.k9m3x7p2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #141e30 0%, #243b55 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    z-index: 1000;
    backdrop-filter: blur(10px);
    animation: n5p8k2m9 0.8s ease-out;
}

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

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

.q8n4m7k3 h1 {
    font-size: 2rem;
    font-weight: bold;
}

.q8n4m7k3 h1 a {
    color: #f39c12;
    text-decoration: none;
    text-shadow: 2px 2px 8px rgba(243, 156, 18, 0.5);
    transition: all 0.3s ease;
    display: inline-block;
}

.q8n4m7k3 h1 a:hover {
    transform: scale(1.08);
    text-shadow: 0 0 20px rgba(243, 156, 18, 0.8);
}

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

.w6k3n8m4 li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
}

.w6k3n8m4 li a:hover {
    background: rgba(243, 156, 18, 0.2);
    color: #f39c12;
    transform: translateY(-2px);
}

.w6k3n8m4 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f39c12;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.w6k3n8m4 li a:hover::after {
    width: 80%;
}

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

.t7n2k5m8 {
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.9) 0%, rgba(36, 59, 85, 0.9) 100%);
    padding: 4rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
    margin-bottom: 3rem;
    text-align: center;
    animation: y9k5m3n7 1s ease-out;
    position: relative;
    overflow: hidden;
}

.t7n2k5m8::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(243, 156, 18, 0.1) 0%, transparent 70%);
    animation: u6k9m2n4 8s linear infinite;
}

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

@keyframes y9k5m3n7 {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.t7n2k5m8 h2 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.t7n2k5m8 p {
    font-size: 1.4rem;
    color: #bdc3c7;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.i5k8n3m6 {
    margin-bottom: 3rem;
}

.i5k8n3m6 h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #f39c12;
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
}

.i5k8n3m6 h2::before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #e74c3c;
    animation: o3k7n9m5 1.5s ease-in-out infinite;
}

@keyframes o3k7n9m5 {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(8px);
    }
}

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

.a7n2k6m4 {
    background: linear-gradient(135deg, rgba(30, 39, 46, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: s5k3n8m7 0.6s ease-out backwards;
    position: relative;
}

.a7n2k6m4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(243, 156, 18, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.a7n2k6m4:hover::before {
    opacity: 1;
}

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

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

.a7n2k6m4:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 60px rgba(243, 156, 18, 0.3);
}

.a7n2k6m4 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

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

.l4k9m3n6 {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.l4k9m3n6 h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f39c12;
    font-weight: bold;
}

.l4k9m3n6 p {
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

.c8k2n7m5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid rgba(243, 156, 18, 0.2);
    font-size: 0.9rem;
    color: #95a5a6;
}

.d6n9k3m8 {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}

.d6n9k3m8:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(243, 156, 18, 0.6);
}

.f2k7n5m9 {
    background: linear-gradient(135deg, rgba(30, 39, 46, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
}

.g9k4n2m7 {
    list-style: none;
}

.g9k4n2m7 li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.8) 0%, rgba(36, 59, 85, 0.8) 100%);
    border-radius: 12px;
    border-left: 5px solid #f39c12;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g9k4n2m7 li:hover {
    background: linear-gradient(135deg, rgba(36, 59, 85, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%);
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(243, 156, 18, 0.3);
}

.g9k4n2m7 li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    transition: color 0.3s ease;
}

.g9k4n2m7 li a:hover {
    color: #f39c12;
}

.g9k4n2m7 li time {
    color: #95a5a6;
    font-size: 0.9rem;
}

.h5n8k4m3 {
    background: linear-gradient(135deg, #141e30 0%, #243b55 100%);
    color: #ecf0f1;
    padding: 3.5rem 2rem 1.5rem;
    margin-top: 5rem;
    border-radius: 40px 40px 0 0;
}

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

.m8k5n3p7 h3 {
    margin-bottom: 1.2rem;
    color: #f39c12;
    font-size: 1.4rem;
    font-weight: bold;
}

.m8k5n3p7 p {
    opacity: 0.9;
    line-height: 1.9;
    color: #bdc3c7;
}

.m8k5n3p7 ul {
    list-style: none;
}

.m8k5n3p7 ul li {
    margin-bottom: 0.8rem;
}

.m8k5n3p7 ul li a {
    color: rgba(236, 240, 241, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.m8k5n3p7 ul li a:hover {
    color: #f39c12;
    padding-left: 10px;
}

.n7k2m9p5 {
    text-align: center;
    padding: 2rem;
    border-top: 2px solid rgba(243, 156, 18, 0.3);
    color: #95a5a6;
}

.b9k6n4m2 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 6px 25px rgba(243, 156, 18, 0.5);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.b9k6n4m2.v8k3n9m7 {
    opacity: 1;
    visibility: visible;
    animation: x4k7n2m5 0.5s ease-out;
}

@keyframes x4k7n2m5 {
    from {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.b9k6n4m2:hover {
    transform: translateY(-8px) rotate(360deg);
    box-shadow: 0 10px 35px rgba(243, 156, 18, 0.7);
}

.z5n8k3m9 {
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #bdc3c7;
    font-weight: 500;
}

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

.z5n8k3m9 a:hover {
    color: #e74c3c;
}

.z5n8k3m9 span {
    color: #ecf0f1;
}

.q4n9k7m3 {
    background: linear-gradient(135deg, rgba(30, 39, 46, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%);
    padding: 3.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
    margin-bottom: 2rem;
    animation: y9k5m3n7 0.8s ease-out;
}

.q4n9k7m3 h2 {
    font-size: 2.8rem;
    color: #f39c12;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 4px solid #e74c3c;
    font-weight: bold;
}

.r7k5n2m8 {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(243, 156, 18, 0.2);
    font-size: 0.95rem;
    color: #95a5a6;
    flex-wrap: wrap;
}

.q4n9k7m3 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.q4n9k7m3 section h3 {
    font-size: 2rem;
    color: #f39c12;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1.5rem;
    border-left: 5px solid #e74c3c;
    font-weight: bold;
}

.q4n9k7m3 section p {
    margin-bottom: 1.5rem;
    line-height: 2;
    color: #bdc3c7;
    text-align: justify;
}

.q4n9k7m3 section strong {
    color: #f39c12;
    font-weight: 700;
}

.w3k9n5m7 {
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.6) 0%, rgba(36, 59, 85, 0.6) 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border-left: 5px solid #f39c12;
}

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

    .t7n2k5m8 h2 {
        font-size: 2.2rem;
    }

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

    .q4n9k7m3 {
        padding: 2rem;
    }

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