* {
    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: #e8e8e8;
    background: #0a0a0a;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 15% 25%, rgba(220, 38, 38, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(234, 179, 8, 0.1) 0%, transparent 70%);
    z-index: 0;
    animation: r7k3m9n4x 20s ease-in-out infinite;
}

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

.q8m5n2k7p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(220, 38, 38, 0.3);
    z-index: 1000;
    border-bottom: 2px solid rgba(220, 38, 38, 0.5);
    animation: w4n8k5m2p 0.6s ease-out;
}

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

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

.t6n4m8k3p h1 {
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 5px;
    position: relative;
}

.t6n4m8k3p h1 a {
    background: linear-gradient(135deg, #dc2626 0%, #2563eb 50%, #eab308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    text-shadow: 0 0 30px rgba(220, 38, 38, 0.6);
    animation: y5k2n9m7x 3s linear infinite;
    background-size: 200% auto;
}

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

.t6n4m8k3p h1 a::before {
    content: '▶';
    position: absolute;
    left: -35px;
    top: 0;
    color: #dc2626;
    animation: u9k3n7m5p 1.8s infinite;
}

.t6n4m8k3p h1 a::after {
    content: '◀';
    position: absolute;
    right: -35px;
    top: 0;
    color: #2563eb;
    animation: u9k3n7m5p 1.8s infinite 0.9s;
}

@keyframes u9k3n7m5p {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
}

.t6n4m8k3p h1 a:hover {
    transform: scale(1.08) rotate(1deg);
    filter: brightness(1.3);
}

.i7n2k5m9x {
    display: flex;
    list-style: none;
    gap: 0.3rem;
}

.i7n2k5m9x li a {
    text-decoration: none;
    color: #e8e8e8;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.85rem 1.8rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.i7n2k5m9x li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.8) 0%, rgba(37, 99, 235, 0.8) 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

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

.i7n2k5m9x li a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: #dc2626;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

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

.a2k7n5m9x {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
    padding: 5rem 4rem;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.3);
    margin-bottom: 4rem;
    text-align: center;
    animation: s4k9n2m7x 1s ease-out;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(220, 38, 38, 0.3);
}

.a2k7n5m9x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(220, 38, 38, 0.05) 10px,
        rgba(220, 38, 38, 0.05) 20px
    );
    animation: d8k3n6m4p 20s linear infinite;
}

@keyframes d8k3n6m4p {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

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

.a2k7n5m9x h2 {
    font-size: 4rem;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 25%, #2563eb 50%, #3b82f6 75%, #eab308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: f9k4n7m3x 4s linear infinite;
    background-size: 200% auto;
}

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

.a2k7n5m9x p {
    font-size: 1.5rem;
    color: #b8b8b8;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.g6n3k8m5p {
    margin-bottom: 4rem;
}

.g6n3k8m5p h2 {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
    color: #dc2626;
    font-weight: 900;
    padding: 1.8rem 3.5rem;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(37, 99, 235, 0.15) 100%);
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.2);
    position: relative;
    border: 2px solid rgba(220, 38, 38, 0.3);
}

.g6n3k8m5p h2::before {
    content: '◆';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #dc2626;
    font-size: 2rem;
    animation: h7k2n9m4x 2s infinite;
}

.g6n3k8m5p h2::after {
    content: '◆';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #2563eb;
    font-size: 2rem;
    animation: h7k2n9m4x 2s infinite 1s;
}

@keyframes h7k2n9m4x {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.4);
        opacity: 0.5;
    }
}

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

.l4k9n2m6x {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: c5n8k2m9p 0.7s ease-out backwards;
    border: 2px solid transparent;
    position: relative;
}

.l4k9n2m6x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.2) 0%, rgba(37, 99, 235, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

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

.l4k9n2m6x:nth-child(1) { animation-delay: 0.05s; }
.l4k9n2m6x:nth-child(2) { animation-delay: 0.1s; }
.l4k9n2m6x:nth-child(3) { animation-delay: 0.15s; }
.l4k9n2m6x:nth-child(4) { animation-delay: 0.2s; }
.l4k9n2m6x:nth-child(5) { animation-delay: 0.25s; }
.l4k9n2m6x:nth-child(6) { animation-delay: 0.3s; }

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

.l4k9n2m6x:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(220, 38, 38, 0.4);
    border-color: #dc2626;
}

.v9k3n7m2x {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

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

.l4k9n2m6x:hover .v9k3n7m2x img {
    transform: scale(1.12);
}

.b8n4k6m3p {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.5);
    z-index: 2;
}

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

.n2k7m5p9x h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 800;
}

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

.n2k7m5p9x h3 a:hover {
    color: #dc2626;
}

.z5k8n3m6p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.2rem;
}

.z5k8n3m6p span {
    padding: 0.5rem 1.2rem;
    background: rgba(220, 38, 38, 0.2);
    border-radius: 15px;
    font-size: 0.9rem;
    color: #dc2626;
    font-weight: 700;
    border: 1px solid rgba(220, 38, 38, 0.3);
    transition: all 0.3s ease;
}

.z5k8n3m6p span:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    background: rgba(220, 38, 38, 0.3);
}

.n2k7m5p9x p {
    color: #b8b8b8;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.x3k9n5m7p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 2px dashed rgba(220, 38, 38, 0.2);
    font-size: 0.95rem;
    color: #888;
}

.m6k2n8p5x {
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.95rem 3rem;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.4s ease;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

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

.m6k2n8p5x:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 40px rgba(220, 38, 38, 0.6);
    border-color: #ffffff;
}

.p7k4n9m2x {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.r8n3k5m9p {
    list-style: none;
}

.r8n3k5m9p li {
    padding: 1.6rem;
    margin-bottom: 1.5rem;
    background: rgba(220, 38, 38, 0.08);
    border-radius: 15px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.r8n3k5m9p li:hover {
    background: rgba(220, 38, 38, 0.18);
    transform: translateX(15px);
    border-left-color: #dc2626;
    box-shadow: 0 8px 30px rgba(220, 38, 38, 0.3);
}

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

.r8n3k5m9p li a:hover {
    color: #dc2626;
}

.r8n3k5m9p li time {
    color: #888;
    font-size: 0.95rem;
    font-weight: 600;
}

.w4k9n6m3x {
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.98) 0%, rgba(25, 25, 25, 0.98) 100%);
    padding: 4rem 3rem 2.5rem;
    margin-top: 4rem;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgba(220, 38, 38, 0.4);
    position: relative;
    z-index: 1;
}

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

.u9k3n6m4x h3 {
    margin-bottom: 1.8rem;
    color: #dc2626;
    font-size: 1.6rem;
    font-weight: 800;
}

.u9k3n6m4x p {
    color: #b8b8b8;
    line-height: 1.9;
}

.u9k3n6m4x ul {
    list-style: none;
}

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

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

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

.y6k2n8m5p {
    text-align: center;
    padding: 2.5rem;
    border-top: 2px dashed rgba(220, 38, 38, 0.2);
    color: #888;
    font-weight: 600;
}

.s7k3n9m4p {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(220, 38, 38, 0.5);
    transition: all 0.4s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.s7k3n9m4p.q9k5n2m7x {
    opacity: 1;
    visibility: visible;
    animation: t8k4n6m3p 0.6s ease-out;
}

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

.s7k3n9m4p:hover {
    transform: translateY(-12px) scale(1.15) rotate(360deg);
    box-shadow: 0 15px 50px rgba(220, 38, 38, 0.7);
}

.d3k7n5m8p {
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
    font-size: 1.08rem;
    color: #b8b8b8;
    font-weight: 700;
}

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

.d3k7n5m8p a:hover {
    color: #ef4444;
}

.d3k7n5m8p span {
    color: #888;
}

.h4k8n2m9x {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
    padding: 4.5rem;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    margin-bottom: 4rem;
    animation: s4k9n2m7x 1s ease-out;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.h4k8n2m9x h2 {
    font-size: 3.5rem;
    color: #dc2626;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 4px solid rgba(220, 38, 38, 0.3);
    font-weight: 900;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.k5n9m3p7x {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px dashed rgba(220, 38, 38, 0.2);
    font-size: 1.08rem;
    color: #888;
    flex-wrap: wrap;
    font-weight: 600;
}

.h4k8n2m9x img {
    width: 100%;
    max-width: 950px;
    height: auto;
    margin: 3rem 0;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(220, 38, 38, 0.3);
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.h4k8n2m9x section h3 {
    font-size: 2.4rem;
    color: #dc2626;
    margin: 3.5rem 0 2rem;
    font-weight: 800;
}

.h4k8n2m9x section p {
    margin-bottom: 2rem;
    line-height: 2.1;
    color: #b8b8b8;
    text-align: justify;
    font-size: 1.08rem;
}

.h4k8n2m9x section strong {
    color: #dc2626;
    font-weight: 800;
}

.e9k2n7m5x {
    background: rgba(220, 38, 38, 0.12);
    padding: 2.5rem;
    border-radius: 18px;
    margin: 3.5rem 0;
    border-left: 8px solid #dc2626;
    box-shadow: 0 6px 25px rgba(220, 38, 38, 0.2);
}

.c6k3n8m4p {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

.i2k7n5m9p {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(220, 38, 38, 0.2);
}

.i2k7n5m9p h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    color: #dc2626;
    font-weight: 800;
    border-bottom: 3px solid rgba(220, 38, 38, 0.2);
    padding-bottom: 1.2rem;
}

@media (max-width: 992px) {
    .c6k3n8m4p {
        grid-template-columns: 1fr;
    }
}

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

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

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

    .h4k8n2m9x {
        padding: 2.5rem;
    }

    .h4k8n2m9x h2 {
        font-size: 2.6rem;
    }
}
