* {
    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: #e0e0e0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #0f0f0f 100%);
    background-size: 400% 400%;
    animation: a7k9m3n2p 30s ease infinite;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(220, 20, 60, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.q8k2m5n3x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
    z-index: 1000;
    border-bottom: 3px solid #ffd700;
    animation: t5k8m9n4p 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

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

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

.r4k9m5n8p h1 a {
    background: linear-gradient(135deg, #ffd700 0%, #dc143c 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease;
}

.r4k9m5n8p h1 a::before {
    content: '🎬';
    margin-right: 10px;
    font-size: 2rem;
    animation: y6k3m7n2x 3s ease-in-out infinite;
    display: inline-block;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
}

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

.r4k9m5n8p h1 a:hover {
    transform: scale(1.05);
    filter: brightness(1.3);
}

.u2k8m4n7x {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.u2k8m4n7x li a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 1.8rem;
    border-radius: 8px;
    transition: all 0.4s ease;
    background: rgba(255, 215, 0, 0.1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

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

.u2k8m4n7x li a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: #ffd700;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

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

.b5k2m8n4x {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(220, 20, 60, 0.15) 100%);
    padding: 5rem 4rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    margin-bottom: 3rem;
    text-align: center;
    animation: l8k4m9n3p 1s ease-out;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 215, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.b5k2m8n4x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 30px,
        rgba(255, 215, 0, 0.05) 30px,
        rgba(255, 215, 0, 0.05) 60px
    );
    animation: v3k9m7n2x 20s linear infinite;
    pointer-events: none;
}

@keyframes v3k9m7n2x {
    0% { transform: translate(0, 0); }
    100% { transform: translate(40px, 40px); }
}

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

.b5k2m8n4x h2 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffd700 0%, #dc143c 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: d6k2m8n5p 3s ease-in-out infinite;
}

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

.b5k2m8n4x p {
    font-size: 1.4rem;
    color: #e0e0e0;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.g7k3m9n2x {
    margin-bottom: 3rem;
}

.g7k3m9n2x h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #ffd700;
    font-weight: 900;
    padding: 1.5rem 3rem;
    background: rgba(15, 15, 15, 0.8);
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

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

@keyframes s4k7m9n3x {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) scale(1.3) rotate(180deg);
    }
}

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

.m4k9n7p3x {
    background: rgba(15, 15, 15, 0.9);
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: n8k3m5p9x 0.8s ease-out backwards;
    border: 2px solid rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.m4k9n7p3x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(220, 20, 60, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

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

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

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

.m4k9n7p3x:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 215, 0, 0.4);
    border-color: #ffd700;
}

.b8k3m7n2p {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

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

.m4k9n7p3x:hover .b8k3m7n2p img {
    transform: scale(1.12);
}

.j2k8m5n4x {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700 0%, #dc143c 100%);
    color: #ffffff;
    padding: 0.6rem 1.4rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: g9k5m3n7x 2s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

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

.x7k2m4n9p {
    padding: 2rem;
}

.x7k2m4n9p h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #ffd700;
    font-weight: 800;
}

.x7k2m4n9p h3 a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.x7k2m4n9p h3 a:hover {
    color: #ffffff;
}

.x7k2m4n9p p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #b0b0b0;
    font-size: 1rem;
}

.y3k9m5n8p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 2px dashed rgba(255, 215, 0, 0.2);
    font-size: 0.95rem;
    color: #b0b0b0;
    font-weight: 600;
}

.z9k7m2n4x {
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, #ffd700 0%, #dc143c 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.5s ease;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.z9k7m2n4x:hover::before {
    width: 300px;
    height: 300px;
}

.z9k7m2n4x:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6);
}

.i5k9m7n3p {
    background: rgba(15, 15, 15, 0.9);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 215, 0, 0.2);
}

.o2k8m5n3x {
    list-style: none;
}

.o2k8m5n3x li {
    padding: 1.5rem;
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(220, 20, 60, 0.08) 100%);
    border-radius: 12px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.o2k8m5n3x li:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(220, 20, 60, 0.15) 100%);
    transform: translateX(10px);
    border-left-color: #ffd700;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

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

.o2k8m5n3x li a:hover {
    color: #ffd700;
}

.o2k8m5n3x li time {
    color: #b0b0b0;
    font-size: 0.9rem;
    font-weight: 600;
}

.n9k5m8n2p {
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
    padding: 4rem 3rem 3rem;
    margin-top: 4rem;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #ffd700;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(15px);
}

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

.w2k8m5n3p h3 {
    margin-bottom: 1.5rem;
    color: #ffd700;
    font-size: 1.6rem;
    font-weight: 800;
}

.w2k8m5n3p p {
    color: #b0b0b0;
    line-height: 1.8;
    font-weight: 600;
}

.w2k8m5n3p ul {
    list-style: none;
}

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

.w2k8m5n3p ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

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

.d9k4m7n2x {
    text-align: center;
    padding: 2.5rem;
    border-top: 2px dashed rgba(255, 215, 0, 0.2);
    color: #b0b0b0;
    font-weight: 600;
}

.u3k9m5n8p {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffd700 0%, #dc143c 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
    transition: all 0.5s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.u3k9m5n8p.k9k6m8n4x {
    opacity: 1;
    visibility: visible;
    animation: t7k3m9n5x 0.6s ease-out;
}

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

.u3k9m5n8p:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 15px 45px rgba(255, 215, 0, 0.7);
}

.s2k7m3n9p {
    padding: 1.4rem 0;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: #b0b0b0;
    font-weight: 700;
}

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

.s2k7m3n9p a:hover {
    color: #dc143c;
}

.s2k7m3n9p span {
    color: #b0b0b0;
}

.e9k5m2n8x {
    background: rgba(15, 15, 15, 0.9);
    padding: 4rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    margin-bottom: 3rem;
    animation: l8k4m9n3p 1s ease-out;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 215, 0, 0.2);
}

.e9k5m2n8x h2 {
    font-size: 3.2rem;
    color: #ffd700;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px solid rgba(255, 215, 0, 0.3);
    font-weight: 900;
}

.q3k9m4n7p {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 2px dashed rgba(255, 215, 0, 0.2);
    font-size: 1rem;
    color: #b0b0b0;
    flex-wrap: wrap;
    font-weight: 600;
}

.e9k5m2n8x img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 3rem 0;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 215, 0, 0.3);
}

.e9k5m2n8x section h3 {
    font-size: 2.4rem;
    color: #ffd700;
    margin: 3.5rem 0 2.5rem;
    font-weight: 800;
}

.e9k5m2n8x section p {
    margin-bottom: 2rem;
    line-height: 2;
    color: #b0b0b0;
    text-align: justify;
    font-size: 1.05rem;
}

.e9k5m2n8x section strong {
    color: #ffd700;
    font-weight: 800;
}

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

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

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

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

    .e9k5m2n8x {
        padding: 3rem;
    }

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