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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0e7ff 25%, #fef3c7 50%, #fee2e2 75%, #f3f4f6 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(249, 115, 22, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.06) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.g3k9m7x5t2 {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.98), rgba(139, 92, 246, 0.98), rgba(99, 102, 241, 0.98));
    box-shadow: 0 4px 30px rgba(99, 102, 241, 0.4);
    z-index: 1000;
    border-bottom: 3px solid rgba(249, 115, 22, 0.6);
    animation: headerFadeIn8k5m 1s ease-out;
    backdrop-filter: blur(12px);
}

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

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

.j7x5m9k3t8 h1 {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.j7x5m9k3t8 h1 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
}

.j7x5m9k3t8 h1 a::before {
    content: '🎬';
    margin-right: 12px;
    font-size: 2rem;
    animation: iconSpin5k9m 3s ease-in-out infinite;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}

@keyframes iconSpin5k9m {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-10deg) scale(1.1); }
    50% { transform: rotate(0deg) scale(1); }
    75% { transform: rotate(10deg) scale(1.1); }
}

.j7x5m9k3t8 h1 a:hover {
    transform: scale(1.05);
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.6);
}

.k9m3x7t5w8 {
    display: flex;
    list-style: none;
    gap: 0.6rem;
}

.k9m3x7t5w8 li a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.8rem 1.8rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.k9m3x7t5w8 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(249, 115, 22, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
    z-index: -1;
}

.k9m3x7t5w8 li a:hover::before {
    width: 300px;
    height: 300px;
}

.k9m3x7t5w8 li a:hover {
    background: rgba(249, 115, 22, 0.9);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
}

.l3m9x5k8t7 {
    max-width: 1400px;
    margin: 75px auto 3rem;
    padding: 0 3rem;
    position: relative;
    z-index: 1;
}

.m7x3k9t5w8 {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.9), rgba(139, 92, 246, 0.9));
    padding: 3.5rem 4rem;
    border-radius: 25px;
    box-shadow: 0 12px 45px rgba(99, 102, 241, 0.4);
    margin-bottom: 3rem;
    text-align: center;
    animation: bannerSlide9k3m 1.2s ease-out;
    backdrop-filter: blur(15px);
    border: 3px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.m7x3k9t5w8::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px,
                rgba(255, 255, 255, 0.05) 40px, rgba(255, 255, 255, 0.05) 80px);
    animation: stripeMove7k5m 30s linear infinite;
}

@keyframes stripeMove7k5m {
    to { transform: translate(60px, 60px); }
}

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

.m7x3k9t5w8 h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 900;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.m7x3k9t5w8 p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.n5k9m3x7t8 {
    margin-bottom: 3rem;
}

.n5k9m3x7t8 h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #6366f1;
    font-weight: 900;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.15));
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.2);
    border: 2px solid rgba(99, 102, 241, 0.3);
    position: relative;
}

.n5k9m3x7t8 h2::before {
    content: '🔥';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    animation: flamePulse3k8m 2s ease-in-out infinite;
}

@keyframes flamePulse3k8m {
    0%, 100% { transform: translateY(-50%) scale(1); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.3); opacity: 0.8; }
}

.o3x7m9k5t8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 2.5rem;
}

.p7m5x9k3t8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    animation: cardSlideUp5k8m 0.8s ease-out backwards;
    border: 2px solid rgba(99, 102, 241, 0.2);
    position: relative;
}

.p7m5x9k3t8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(249, 115, 22, 0.1));
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

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

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

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

.p7m5x9k3t8:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
    border-color: #6366f1;
}

.q9k3m5x7t8 {
    position: relative;
    overflow: hidden;
    height: 220px;
}

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

.p7m5x9k3t8:hover .q9k3m5x7t8 img {
    transform: scale(1.15);
}

.r5m9x3k7t8 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.6);
    animation: badgeBounce5k3m 2.5s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

@keyframes badgeBounce5k3m {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.s3x9m7k5t8 {
    padding: 2rem;
}

.s3x9m7k5t8 h3 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: #6366f1;
    font-weight: 800;
    line-height: 1.4;
}

.s3x9m7k5t8 h3 a {
    color: #6366f1;
    text-decoration: none;
    transition: all 0.3s;
}

.s3x9m7k5t8 h3 a:hover {
    color: #f97316;
}

.s3x9m7k5t8 p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 500;
}

.t7k5m9x3w8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 2px dashed rgba(99, 102, 241, 0.2);
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 600;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.u9m3x5k7t8 {
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.u9m3x5k7t8::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(249, 115, 22, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
    z-index: -1;
}

.u9m3x5k7t8:hover::before {
    width: 350px;
    height: 350px;
}

.u9m3x5k7t8:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(99, 102, 241, 0.7);
}

.v3m7x9k5t8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(99, 102, 241, 0.2);
    margin-bottom: 3rem;
}

.w5k9m3x7t8 {
    list-style: none;
}

.w5k9m3x7t8 li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.08));
    border-radius: 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.w5k9m3x7t8 li:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.15));
    transform: translateX(12px);
    border-left-color: #f97316;
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.3);
}

.w5k9m3x7t8 li a {
    color: #6366f1;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 800;
    flex: 1;
    transition: color 0.3s;
}

.w5k9m3x7t8 li a:hover {
    color: #f97316;
}

.w5k9m3x7t8 li time {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 600;
}

.x7m9k3t5w8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(99, 102, 241, 0.2);
    margin-bottom: 3rem;
}

.x7m9k3t5w8 h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #6366f1;
    font-weight: 900;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid rgba(99, 102, 241, 0.2);
}

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

.z5m3x9k7t8 {
    background: linear-gradient(135deg, rgba(249, 250, 251, 0.98), rgba(255, 255, 255, 0.98));
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid rgba(99, 102, 241, 0.15);
    animation: commentFadeIn7k5m 0.6s ease-out backwards;
}

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

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

.z5m3x9k7t8:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.25);
    border-color: #6366f1;
}

.a3k9m5x7t8 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 2px dashed rgba(99, 102, 241, 0.2);
}

.a3k9m5x7t8 img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
}

.z5m3x9k7t8:hover .a3k9m5x7t8 img {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
}

.b7m5x9k3t8 {
    flex: 1;
}

.c9k3m5x7t8 {
    display: block;
    font-size: 1.08rem;
    color: #6366f1;
    margin-bottom: 0.3rem;
    font-weight: 800;
}

.d5m9x3k7t8 {
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 600;
}

.e7k9m3x5t8 {
    line-height: 1.7;
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 500;
}

.f9m3x5k7t8 {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.98), rgba(139, 92, 246, 0.98));
    padding: 4rem 3rem 3rem;
    margin-top: 5rem;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -10px 50px rgba(99, 102, 241, 0.3);
    border-top: 3px solid rgba(249, 115, 22, 0.6);
    backdrop-filter: blur(15px);
}

.g5x9m3k7t8 {
    max-width: 1400px;
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
}

.h9k3m5x7t8 h3 {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.h9k3m5x7t8 p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-weight: 600;
}

.h9k3m5x7t8 ul {
    list-style: none;
}

.h9k3m5x7t8 ul li {
    margin-bottom: 1rem;
}

.h9k3m5x7t8 ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}

.h9k3m5x7t8 ul li a:hover {
    color: #fff;
    padding-left: 12px;
}

.j3m9x5k7t8 {
    text-align: center;
    padding: 3rem;
    border-top: 2px dashed rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.k7x9m3t5w8 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(249, 115, 22, 0.6);
    transition: all 0.3s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 800;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

.k7x9m3t5w8.l5m9x3k7t8 {
    opacity: 1;
    visibility: visible;
    animation: btnSlideIn5k3m 0.8s ease-out;
}

@keyframes btnSlideIn5k3m {
    from { transform: scale(0) rotate(-360deg); }
    to { transform: scale(1) rotate(0deg); }
}

.k7x9m3t5w8:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 18px 55px rgba(249, 115, 22, 0.8);
}

.m9k3x5t7w8 {
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: #1f2937;
    font-weight: 800;
}

.m9k3x5t7w8 a {
    color: #6366f1;
    text-decoration: none;
    transition: color 0.3s;
}

.m9k3x5t7w8 a:hover {
    color: #f97316;
}

.n7m5x9k3t8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    padding: 4rem;
    border-radius: 25px;
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.12);
    margin-bottom: 3rem;
    animation: bannerSlide9k3m 1.2s ease-out;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(99, 102, 241, 0.2);
}

.n7m5x9k3t8 h2 {
    font-size: 3rem;
    color: #6366f1;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px solid rgba(99, 102, 241, 0.2);
    font-weight: 900;
}

.o5m9x3k7t8 {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 2px dashed rgba(99, 102, 241, 0.2);
    font-size: 0.95rem;
    color: #6b7280;
    flex-wrap: wrap;
    font-weight: 600;
}

.n7m5x9k3t8 img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 3rem 0;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(99, 102, 241, 0.2);
}

.n7m5x9k3t8 section h3 {
    font-size: 2.2rem;
    color: #6366f1;
    margin: 4rem 0 2.5rem;
    font-weight: 800;
}

.n7m5x9k3t8 section p {
    margin-bottom: 2rem;
    line-height: 1.9;
    color: #4b5563;
    text-align: justify;
    font-size: 1rem;
    font-weight: 500;
}

.n7m5x9k3t8 section strong {
    color: #6366f1;
    font-weight: 800;
}

@media (max-width: 992px) {
    .o3x7m9k5t8 {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    .y9k3m5x7t8 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .k9m3x7t5w8 {
        flex-direction: column;
        gap: 0.8rem;
    }
    .m7x3k9t5w8 h2 {
        font-size: 3rem;
    }
    .o3x7m9k5t8 {
        grid-template-columns: 1fr;
    }
    .n7m5x9k3t8 {
        padding: 3rem;
    }
    .n7m5x9k3t8 h2 {
        font-size: 2.5rem;
    }
}
