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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    line-height: 1.7;
    color: #e0e0e0;
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 35%, #16213e 70%, #0f3460 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 212, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.05) 0%, transparent 50%);
    z-index: 0;
    animation: k8m3n7p2x 20s ease-in-out infinite;
}

@keyframes k8m3n7p2x {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.85; }
}

.x9k2n5m8p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 5px 30px rgba(255, 215, 0, 0.15);
    z-index: 1000;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    animation: b7k4n9m3x 0.8s ease-out;
}

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

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

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

.d3k9n7m4x h1 a {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 40%, #00d4ff 70%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
    animation: e6k3n8m5x 8s linear infinite;
    background-size: 200% auto;
    filter: drop-shadow(0 3px 10px rgba(255, 215, 0, 0.6));
}

@keyframes e6k3n8m5x {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.d3k9n7m4x h1 a::before {
    content: '🎬';
    margin-right: 14px;
    font-size: 2.2rem;
    animation: f2k7n4m9x 3s infinite;
}

@keyframes f2k7n4m9x {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.2) rotate(15deg);
        opacity: 0.85;
    }
}

.d3k9n7m4x h1 a:hover {
    transform: scale(1.08);
    filter: brightness(1.4) drop-shadow(0 5px 20px rgba(255, 215, 0, 0.8));
}

.g8k5n3m7p {
    display: flex;
    list-style: none;
    gap: 0.4rem;
}

.g8k5n3m7p li a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 0.85rem 1.8rem;
    border-radius: 30px;
    transition: all 0.4s ease;
    background: rgba(255, 215, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.g8k5n3m7p li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFD700 0%, #00d4ff 100%);
    transition: left 0.5s ease;
    z-index: -1;
}

.g8k5n3m7p li a:hover::before {
    left: 0;
}

.g8k5n3m7p li a:hover {
    color: #0a0a0f;
    transform: translateY(-4px);
    border-color: #FFD700;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
}

.h4k9n6m2p {
    max-width: 1400px;
    margin: 85px auto 2rem;
    padding: 0 2.5rem;
    position: relative;
    z-index: 1;
}

.j7k2n5m8x {
    background: linear-gradient(135deg, rgba(15, 15, 25, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
    padding: 5.5rem 5rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(255, 215, 0, 0.25);
    margin-bottom: 4rem;
    text-align: center;
    animation: l9k3n7m4x 1.3s ease-out;
    backdrop-filter: blur(25px);
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 215, 0, 0.3);
}

.j7k2n5m8x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        60deg,
        transparent,
        transparent 35px,
        rgba(255, 215, 0, 0.03) 35px,
        rgba(255, 215, 0, 0.03) 70px
    );
    animation: m5k8n2m6x 40s linear infinite;
}

@keyframes m5k8n2m6x {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(70px, 70px) rotate(360deg); }
}

@keyframes l9k3n7m4x {
    0% {
        opacity: 0;
        transform: translateY(70px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.j7k2n5m8x h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 25%, #00d4ff 50%, #a855f7 75%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: n3k9n5m8x 12s linear infinite;
    background-size: 200% auto;
}

@keyframes n3k9n5m8x {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.j7k2n5m8x p {
    font-size: 1.5rem;
    color: #b0b0b0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.p6k3n8m9x {
    margin-bottom: 4rem;
}

.p6k3n8m9x h2 {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
    color: #FFD700;
    font-weight: 900;
    padding: 1.8rem 3.5rem;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 28px;
    display: inline-block;
    box-shadow: 0 10px 35px rgba(255, 215, 0, 0.25);
    position: relative;
    border: 3px solid rgba(255, 215, 0, 0.35);
}

.p6k3n8m9x h2::before {
    content: '⭐';
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    animation: q8k5n2m7x 2.5s infinite;
}

@keyframes q8k5n2m7x {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.35) rotate(180deg);
        opacity: 0.8;
    }
}

.r4k9n3m6x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2.8rem;
}

.s7k2n5m8p {
    background: rgba(15, 15, 25, 0.96);
    border-radius: 22px;
    padding: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: t5k3n9m7x 0.9s ease-out backwards;
    border: 3px solid rgba(255, 215, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.s7k2n5m8p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(0, 212, 255, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
}

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

.s7k2n5m8p:nth-child(1) { animation-delay: 0.08s; }
.s7k2n5m8p:nth-child(2) { animation-delay: 0.16s; }
.s7k2n5m8p:nth-child(3) { animation-delay: 0.24s; }
.s7k2n5m8p:nth-child(4) { animation-delay: 0.32s; }
.s7k2n5m8p:nth-child(5) { animation-delay: 0.4s; }
.s7k2n5m8p:nth-child(6) { animation-delay: 0.48s; }

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

.s7k2n5m8p:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(255, 215, 0, 0.35);
    border-color: #FFD700;
}

.u9k6n2m8x {
    position: relative;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
}

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

.s7k2n5m8p:hover .u9k6n2m8x img {
    transform: scale(1.15) rotate(3deg);
}

.v3k8n7m4p {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #0a0a0f;
    padding: 0.6rem 1.5rem;
    border-radius: 22px;
    font-size: 0.92rem;
    font-weight: 900;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.6);
    z-index: 1;
}

.w5k9n2m6x {
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

.w5k9n2m6x h3 {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
    color: #e0e0e0;
    font-weight: 900;
}

.w5k9n2m6x h3 a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.4s ease;
}

.w5k9n2m6x h3 a:hover {
    color: #FFD700;
}

.w5k9n2m6x p {
    margin-bottom: 1.6rem;
    line-height: 2;
    color: #a0a0a0;
    font-size: 1.02rem;
}

.y8k3n5m9p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.3rem;
    border-top: 2px dashed rgba(255, 215, 0, 0.25);
    font-size: 0.94rem;
    color: #808080;
    font-weight: 700;
}

.z2k9n6m4x {
    display: inline-block;
    margin-top: 1.3rem;
    padding: 1.1rem 3rem;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
    color: #0a0a0f;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.5s ease;
    font-weight: 900;
    font-size: 1rem;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

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

.z2k9n6m4x:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 18px 50px rgba(255, 215, 0, 0.7);
}

.a5k8n3m7p {
    background: rgba(15, 15, 25, 0.96);
    border-radius: 22px;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px);
    border: 3px solid rgba(255, 215, 0, 0.15);
}

.b9k2n5m8x {
    list-style: none;
}

.b9k2n5m8x li {
    padding: 1.6rem;
    margin-bottom: 1.3rem;
    background: rgba(255, 215, 0, 0.08);
    border-radius: 18px;
    transition: all 0.45s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.b9k2n5m8x li:hover {
    background: rgba(255, 215, 0, 0.15);
    transform: translateX(15px);
    border-left-color: #FFD700;
    box-shadow: 0 10px 35px rgba(255, 215, 0, 0.4);
}

.b9k2n5m8x li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1.12rem;
    font-weight: 800;
    flex: 1;
    transition: color 0.4s ease;
}

.b9k2n5m8x li a:hover {
    color: #FFD700;
}

.b9k2n5m8x li time {
    color: #808080;
    font-size: 0.94rem;
    font-weight: 700;
}

.c3k8n6m2x {
    background: linear-gradient(135deg, rgba(15, 15, 25, 0.96) 0%, rgba(26, 26, 46, 0.96) 100%);
    padding: 4.5rem 4rem 3rem;
    margin-top: 5rem;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 -15px 45px rgba(255, 215, 0, 0.2);
    border-top: 4px solid rgba(255, 215, 0, 0.3);
    position: relative;
    z-index: 1;
}

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

.e5k9n3m6x h3 {
    margin-bottom: 1.8rem;
    color: #FFD700;
    font-size: 1.7rem;
    font-weight: 900;
}

.e5k9n3m6x p {
    color: #a0a0a0;
    line-height: 1.95;
    font-weight: 700;
}

.e5k9n3m6x ul {
    list-style: none;
}

.e5k9n3m6x ul li {
    margin-bottom: 1.1rem;
}

.e5k9n3m6x ul li a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 700;
}

.e5k9n3m6x ul li a:hover {
    color: #FFD700;
    padding-left: 15px;
}

.f9k3n8m2p {
    text-align: center;
    padding: 2.8rem;
    border-top: 3px dashed rgba(255, 215, 0, 0.25);
    color: #808080;
    font-weight: 700;
}

.g5k8n2m9p {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #0a0a0f;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(255, 215, 0, 0.6);
    transition: all 0.5s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(0, 212, 255, 0.3);
}

.g5k8n2m9p.h8k3n7m5x {
    opacity: 1;
    visibility: visible;
    animation: i4k9n2m6x 0.8s ease-out;
}

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

.g5k8n2m9p:hover {
    transform: translateY(-12px) scale(1.2);
    box-shadow: 0 20px 55px rgba(255, 215, 0, 0.8);
}

.j5k8n3m9x {
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
    font-size: 1.08rem;
    color: #a0a0a0;
    font-weight: 800;
}

.j5k8n3m9x a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.4s ease;
}

.j5k8n3m9x a:hover {
    color: #FFA500;
}

.j5k8n3m9x span {
    color: #808080;
}

.k2k9n5m7x {
    background: rgba(15, 15, 25, 0.96);
    padding: 4.5rem;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin-bottom: 4rem;
    animation: l9k3n7m4x 1.3s ease-out;
    backdrop-filter: blur(25px);
    border: 3px solid rgba(255, 215, 0, 0.15);
}

.k2k9n5m7x h2 {
    font-size: 3.5rem;
    color: #e0e0e0;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 4px solid rgba(255, 215, 0, 0.3);
    font-weight: 900;
    background: linear-gradient(135deg, #FFD700 0%, #00d4ff 50%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.l6k3n9m2p {
    display: flex;
    gap: 2.2rem;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px dashed rgba(255, 215, 0, 0.25);
    font-size: 1.08rem;
    color: #808080;
    flex-wrap: wrap;
    font-weight: 700;
}

.k2k9n5m7x img {
    width: 100%;
    max-width: 950px;
    height: auto;
    margin: 3.5rem 0;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(255, 215, 0, 0.2);
    border: 3px solid rgba(255, 215, 0, 0.2);
}

.k2k9n5m7x section h3 {
    font-size: 2.5rem;
    color: #FFD700;
    margin: 4rem 0 2.5rem;
    font-weight: 900;
}

.k2k9n5m7x section p {
    margin-bottom: 2.2rem;
    line-height: 2.1;
    color: #a0a0a0;
    text-align: justify;
    font-size: 1.1rem;
}

.k2k9n5m7x section strong {
    color: #FFD700;
    font-weight: 900;
}

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

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

    .j7k2n5m8x h2 {
        font-size: 3.2rem;
    }

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

    .k2k9n5m7x {
        padding: 3rem;
    }

    .k2k9n5m7x h2 {
        font-size: 2.8rem;
    }
}
