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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.7;
    color: #e5e7eb;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #0a0e1a 50%, #1e293b 75%, #0f172a 100%);
    background-size: 400% 400%;
    animation: bgshift3k8m7j2 30s ease infinite;
    min-height: 100vh;
    position: relative;
}

@keyframes bgshift3k8m7j2 {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(234, 179, 8, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(249, 115, 22, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(234, 179, 8, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
    animation: lightpulse7k2m9j 10s ease-in-out infinite;
}

@keyframes lightpulse7k2m9j {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.h7m2k9j5s3 {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
    backdrop-filter: blur(25px);
    box-shadow: 0 8px 45px rgba(234, 179, 8, 0.3);
    z-index: 1000;
    border-bottom: 3px solid rgba(234, 179, 8, 0.6);
    animation: headerslide5k9m3j 1.3s ease-out;
}

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

.n9k3m2j7s5 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.4rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m3j8k5s9n7 h1 {
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.m3j8k5s9n7 h1 a {
    background: linear-gradient(135deg, #eab308 0%, #fbbf24 50%, #fcd34d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.4s ease;
    text-shadow: 0 4px 25px rgba(234, 179, 8, 0.6);
    display: inline-block;
}

.m3j8k5s9n7 h1 a::before {
    content: '🎬';
    margin-right: 12px;
    font-size: 2.4rem;
    animation: iconrotate2k7m9j 5s linear infinite;
    filter: drop-shadow(0 0 20px rgba(234, 179, 8, 1));
}

@keyframes iconrotate2k7m9j {
    0%, 100% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
}

.m3j8k5s9n7 h1 a:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 30px rgba(234, 179, 8, 0.9));
}

.s7k9m3j2n5 {
    display: flex;
    list-style: none;
    gap: 0.8rem;
}

.s7k9m3j2n5 li a {
    text-decoration: none;
    color: #d1d5db;
    font-weight: 900;
    font-size: 1.08rem;
    padding: 1rem 2.3rem;
    border-radius: 35px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.15), rgba(249, 115, 22, 0.1));
    border: 2.5px solid transparent;
    position: relative;
    overflow: hidden;
}

.s7k9m3j2n5 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.4), rgba(249, 115, 22, 0.3));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.7s, height 0.7s;
    z-index: -1;
}

.s7k9m3j2n5 li a:hover::before {
    width: 380px;
    height: 380px;
}

.s7k9m3j2n5 li a:hover {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.3), rgba(249, 115, 22, 0.2));
    transform: translateY(-5px) scale(1.04);
    border-color: rgba(234, 179, 8, 0.8);
    box-shadow: 0 12px 40px rgba(234, 179, 8, 0.5);
    color: #fcd34d;
}

.k5m9j3s7n2 {
    max-width: 1600px;
    margin: 70px auto 4rem;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

.j9k2m5s7n3 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.9));
    padding: 5.5rem 5rem;
    border-radius: 40px;
    box-shadow: 0 22px 80px rgba(234, 179, 8, 0.35);
    margin-bottom: 4rem;
    text-align: center;
    animation: bannerup8k3m7j 1.6s ease-out;
    backdrop-filter: blur(25px);
    border: 4px solid rgba(234, 179, 8, 0.4);
    position: relative;
    overflow: hidden;
}

.j9k2m5s7n3::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, transparent, transparent 60px,
                rgba(234, 179, 8, 0.06) 60px, rgba(234, 179, 8, 0.06) 120px);
    animation: patternmove5k9m2j 40s linear infinite;
}

@keyframes patternmove5k9m2j {
    to { transform: translate(85px, 85px); }
}

@keyframes bannerup8k3m7j {
    from { opacity: 0; transform: translateY(70px) scale(0.94); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.j9k2m5s7n3 h2 {
    font-size: 5rem;
    margin-bottom: 2.2rem;
    background: linear-gradient(135deg, #eab308, #fbbf24 30%, #fcd34d 50%, #fbbf24 70%, #eab308);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: titlescale9k2m7j 4s ease-in-out infinite;
    text-shadow: 0 5px 35px rgba(234, 179, 8, 0.6);
}

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

.j9k2m5s7n3 p {
    font-size: 1.7rem;
    color: #d1d5db;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.n2k7m9j5s3 {
    margin-bottom: 4rem;
}

.n2k7m9j5s3 h2 {
    font-size: 3rem;
    margin-bottom: 3.5rem;
    background: linear-gradient(135deg, #eab308, #fbbf24 50%, #fcd34d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 2rem 4rem;
    background-color: rgba(15, 23, 42, 0.9);
    border-radius: 28px;
    display: inline-block;
    box-shadow: 0 12px 45px rgba(234, 179, 8, 0.3);
    border: 3px solid rgba(234, 179, 8, 0.4);
    position: relative;
}

.n2k7m9j5s3 h2::before {
    content: '⭐';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    animation: starshine3k9m7j 3s ease-in-out infinite;
}

@keyframes starshine3k9m7j {
    0%, 100% { transform: translateY(-50%) scale(1) rotate(0deg); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.4) rotate(180deg); opacity: 0.6; }
}

.s3k8m7j9n2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
    gap: 3.5rem;
}

.m7j9k2s5n3 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 50px rgba(234, 179, 8, 0.3);
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: cardrise7k2m9j 1.4s ease-out backwards;
    border: 3px solid rgba(234, 179, 8, 0.25);
    position: relative;
}

.m7j9k2s5n3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(234, 179, 8, 0.18), transparent 70%);
    opacity: 0;
    transition: opacity 0.7s;
    pointer-events: none;
}

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

.m7j9k2s5n3:nth-child(1) { animation-delay: 0.12s; }
.m7j9k2s5n3:nth-child(2) { animation-delay: 0.24s; }
.m7j9k2s5n3:nth-child(3) { animation-delay: 0.36s; }
.m7j9k2s5n3:nth-child(4) { animation-delay: 0.48s; }
.m7j9k2s5n3:nth-child(5) { animation-delay: 0.60s; }
.m7j9k2s5n3:nth-child(6) { animation-delay: 0.72s; }

@keyframes cardrise7k2m9j {
    from { opacity: 0; transform: translateY(60px) scale(0.92); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.m7j9k2s5n3:hover {
    transform: translateY(-18px) scale(1.04);
    box-shadow: 0 35px 85px rgba(234, 179, 8, 0.6);
    border-color: #eab308;
}

.k9m3j5s7n2 {
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

.m7j9k2s5n3:hover .k9m3j5s7n2 img {
    transform: scale(1.2) rotate(-2deg);
}

.j2k5m9s7n3 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    color: #0f172a;
    padding: 0.8rem 1.9rem;
    border-radius: 28px;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 8px 30px rgba(234, 179, 8, 0.8);
    animation: badgepulse2k9m7j 3s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

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

.n5k7m3j9s2 {
    padding: 2.8rem;
}

.n5k7m3j9s2 h3 {
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: 1.6;
}

.n5k7m3j9s2 h3 a {
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.n5k7m3j9s2 h3 a:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.n5k7m3j9s2 p {
    margin-bottom: 1.7rem;
    line-height: 2;
    color: #d1d5db;
    font-size: 1.08rem;
    font-weight: 700;
}

.s9k3m7j2n5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 3px dashed rgba(234, 179, 8, 0.3);
    font-size: 1rem;
    color: #9ca3af;
    font-weight: 800;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.j7k2m9s3n5 {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.1rem 3.2rem;
    background: linear-gradient(135deg, #eab308, #fbbf24 50%, #fcd34d);
    color: #0f172a;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.5s ease;
    font-weight: 900;
    font-size: 1.08rem;
    box-shadow: 0 12px 40px rgba(234, 179, 8, 0.7);
    border: 3px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

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

.j7k2m9s3n5:hover::before {
    width: 400px;
    height: 400px;
}

.j7k2m9s3n5:hover {
    transform: translateY(-7px) scale(1.06);
    box-shadow: 0 20px 65px rgba(234, 179, 8, 0.9);
}

.k3m9j7s5n2 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-radius: 28px;
    padding: 4rem;
    box-shadow: 0 20px 70px rgba(234, 179, 8, 0.3);
    backdrop-filter: blur(25px);
    border: 3px solid rgba(234, 179, 8, 0.25);
    margin-bottom: 4rem;
}

.m8k3j9s7n2 {
    list-style: none;
}

.m8k3j9s7n2 li {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.1), rgba(249, 115, 22, 0.06));
    border-radius: 20px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 6px solid transparent;
    box-shadow: 0 6px 25px rgba(234, 179, 8, 0.15);
}

.m8k3j9s7n2 li:hover {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.22), rgba(249, 115, 22, 0.15));
    transform: translateX(15px);
    border-left-color: #eab308;
    box-shadow: 0 12px 45px rgba(234, 179, 8, 0.5);
}

.m8k3j9s7n2 li a {
    color: #fbbf24;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
    flex: 1;
    transition: color 0.3s;
}

.m8k3j9s7n2 li a:hover {
    color: #fcd34d;
}

.m8k3j9s7n2 li time {
    color: #9ca3af;
    font-size: 0.98rem;
    font-weight: 800;
}

.s2k9m5j7n3 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
    padding: 5rem 4.5rem 4rem;
    margin-top: 5.5rem;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -15px 65px rgba(234, 179, 8, 0.35);
    border-top: 4px solid rgba(234, 179, 8, 0.6);
    backdrop-filter: blur(25px);
}

.n7k3m9j5s2 {
    max-width: 1600px;
    margin: 0 auto 4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 4rem;
}

.j9k2s5m7n3 h3 {
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    font-weight: 900;
}

.j9k2s5m7n3 p {
    color: #d1d5db;
    line-height: 2;
    font-weight: 800;
}

.j9k2s5m7n3 ul {
    list-style: none;
}

.j9k2s5m7n3 ul li {
    margin-bottom: 1.3rem;
}

.j9k2s5m7n3 ul li a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 800;
}

.j9k2s5m7n3 ul li a:hover {
    color: #fbbf24;
    padding-left: 14px;
}

.k7m9j3s2n5 {
    text-align: center;
    padding: 3.5rem;
    border-top: 3px dashed rgba(234, 179, 8, 0.3);
    color: #d1d5db;
    font-weight: 800;
}

.n3k9m7j5s2 {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    color: #0f172a;
    border: none;
    border-radius: 50%;
    font-size: 2.4rem;
    cursor: pointer;
    box-shadow: 0 14px 50px rgba(234, 179, 8, 0.8);
    transition: all 0.5s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.n3k9m7j5s2.k2m9j5s7n3 {
    opacity: 1;
    visibility: visible;
    animation: btnpop9k3m5j 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

.n3k9m7j5s2:hover {
    transform: translateY(-12px) scale(1.18);
    box-shadow: 0 24px 75px rgba(234, 179, 8, 1);
}

.m5k7j9s3n2 {
    padding: 1.8rem 0;
    margin-bottom: 3.5rem;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.m5k7j9s3n2 a {
    color: #fbbf24;
    text-decoration: none;
    transition: color 0.3s;
}

.m5k7j9s3n2 a:hover {
    color: #eab308;
}

.j3k9m5s7n2 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    padding: 5rem;
    border-radius: 35px;
    box-shadow: 0 22px 80px rgba(234, 179, 8, 0.3);
    margin-bottom: 4rem;
    animation: bannerup8k3m7j 1.6s ease-out;
    backdrop-filter: blur(25px);
    border: 3px solid rgba(234, 179, 8, 0.25);
}

.j3k9m5s7n2 h2 {
    font-size: 3.8rem;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4rem;
    padding-bottom: 3.5rem;
    border-bottom: 4px solid rgba(234, 179, 8, 0.4);
    font-weight: 900;
}

.s8k2m9j7n3 {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    padding-bottom: 3.5rem;
    border-bottom: 3px dashed rgba(234, 179, 8, 0.25);
    font-size: 1.1rem;
    color: #9ca3af;
    flex-wrap: wrap;
    font-weight: 800;
}

.j3k9m5s7n2 img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 4rem 0;
    border-radius: 28px;
    box-shadow: 0 20px 70px rgba(234, 179, 8, 0.4);
    border: 4px solid rgba(234, 179, 8, 0.4);
}

.j3k9m5s7n2 section h3 {
    font-size: 2.8rem;
    background: linear-gradient(135deg, #eab308, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 4.5rem 0 3.5rem;
    font-weight: 900;
}

.j3k9m5s7n2 section p {
    margin-bottom: 2.5rem;
    line-height: 2.2;
    color: #d1d5db;
    text-align: justify;
    font-size: 1.15rem;
    font-weight: 700;
}

.j3k9m5s7n2 section strong {
    color: #fbbf24;
    font-weight: 900;
}

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

@media (max-width: 768px) {
    .s7k9m3j2n5 {
        flex-direction: column;
        gap: 0.9rem;
    }
    .j9k2m5s7n3 h2 {
        font-size: 4rem;
    }
    .s3k8m7j9n2 {
        grid-template-columns: 1fr;
    }
    .j3k9m5s7n2 {
        padding: 4rem;
    }
    .j3k9m5s7n2 h2 {
        font-size: 3.2rem;
    }
}
