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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top, #1a1f35 0%, #0a0e17 50%);
    z-index: -1;
}

.x9m2k5n8p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 14, 23, 0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(255, 87, 51, 0.15);
    z-index: 1000;
    border-bottom: 2px solid rgba(255, 87, 51, 0.2);
    animation: w5k8n3m7p 0.6s ease-out;
}

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

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

.q8n3k6m5p h1 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 3px;
}

.q8n3k6m5p h1 a {
    background: linear-gradient(135deg, #ff5733 0%, #ffc300 50%, #ff5733 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(255, 87, 51, 0.5);
}

.q8n3k6m5p h1 a::before {
    content: '▶';
    position: absolute;
    left: -30px;
    color: #ff5733;
    animation: t7k4m9n2p 1.5s infinite;
}

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

.q8n3k6m5p h1 a:hover {
    transform: scale(1.08);
    filter: brightness(1.3);
}

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

.p5n8k4m7x li a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.8rem 1.8rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.1) 0%, rgba(255, 195, 0, 0.1) 100%);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

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

.p5n8k4m7x li a:hover {
    color: #0a0e17;
    transform: translateY(-4px);
    border-color: #ff5733;
    box-shadow: 0 10px 25px rgba(255, 87, 51, 0.4);
}

.z3k9m6n4p {
    max-width: 1400px;
    margin: 100px auto 2rem;
    padding: 0 2.5rem;
}

.b7n4k8m9x {
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.15) 0%, rgba(255, 195, 0, 0.15) 100%);
    padding: 5rem 4rem;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
    margin-bottom: 4rem;
    text-align: center;
    animation: v8n5k3m7p 1s ease-out;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 87, 51, 0.3);
}

.b7n4k8m9x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 87, 51, 0.2) 0%, transparent 70%);
    animation: u6k9m5n2p 20s linear infinite;
}

@keyframes u6k9m5n2p {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

.b7n4k8m9x h2 {
    font-size: 4rem;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, #ff5733 0%, #ffc300 50%, #ff5733 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 40px rgba(255, 87, 51, 0.3);
}

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

.j5n8k2m9p {
    margin-bottom: 4rem;
}

.j5n8k2m9p h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: #ff5733;
    font-weight: 900;
    padding: 1.8rem 3.5rem;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.2) 0%, rgba(255, 195, 0, 0.2) 100%);
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0 12px 35px rgba(255, 87, 51, 0.3);
    position: relative;
    border: 2px solid rgba(255, 87, 51, 0.4);
}

.j5n8k2m9p h2::after {
    content: '►';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff5733;
    font-size: 1.5rem;
    animation: i4k8m7n3p 1.2s infinite;
}

@keyframes i4k8m7n3p {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
    }
    50% {
        transform: translateY(-50%) translateX(12px);
    }
}

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

.g2k7n5m4p {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.9) 0%, rgba(15, 20, 35, 0.9) 100%);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: f3n8k5m9p 0.8s ease-out backwards;
    border: 2px solid rgba(255, 87, 51, 0.2);
    position: relative;
}

.g2k7n5m4p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.15) 0%, rgba(255, 195, 0, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.g2k7n5m4p:hover::after {
    opacity: 1;
}

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

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

.g2k7n5m4p:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgba(255, 87, 51, 0.4);
}

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

.g2k7n5m4p:hover .e6n9k3m7p {
    transform: scale(1.2);
}

.d8n4k7m2x {
    padding: 2.5rem;
}

.d8n4k7m2x h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: #ff5733;
    font-weight: 800;
}

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

.d8n4k7m2x h3 a:hover {
    color: #ffc300;
}

.c5n8k9m3p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.c5n8k9m3p span {
    padding: 0.6rem 1.4rem;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.3) 0%, rgba(255, 195, 0, 0.3) 100%);
    border-radius: 25px;
    font-size: 0.95rem;
    color: #ffc300;
    font-weight: 700;
    border: 1px solid rgba(255, 195, 0, 0.3);
}

.d8n4k7m2x p {
    color: #b0b0b0;
    line-height: 1.9;
    margin-bottom: 1.8rem;
    font-size: 1.05rem;
}

.s9k4n7m6p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 2px dashed rgba(255, 87, 51, 0.3);
    font-size: 1rem;
    color: #888;
}

.a3n6k9m8p {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #ff5733 0%, #ffc300 100%);
    color: #0a0e17;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.3s ease;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 8px 25px rgba(255, 87, 51, 0.5);
    border: 2px solid transparent;
}

.a3n6k9m8p:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 15px 45px rgba(255, 87, 51, 0.7);
    border-color: #ffc300;
}

.o7n4k8m5x {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.9) 0%, rgba(15, 20, 35, 0.9) 100%);
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 87, 51, 0.2);
}

.l8n3k5m9p {
    list-style: none;
}

.l8n3k5m9p li {
    padding: 2rem;
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.1) 0%, rgba(255, 195, 0, 0.1) 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 8px solid transparent;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.l8n3k5m9p li:hover {
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.25) 0%, rgba(255, 195, 0, 0.25) 100%);
    transform: translateX(15px);
    border-left-color: #ff5733;
    box-shadow: 0 10px 35px rgba(255, 87, 51, 0.4);
}

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

.l8n3k5m9p li a:hover {
    color: #ff5733;
}

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

.m2n7k4x9p {
    background: linear-gradient(135deg, rgba(10, 14, 23, 0.98) 0%, rgba(26, 31, 53, 0.98) 100%);
    padding: 4.5rem 3rem 3rem;
    margin-top: 5rem;
    border-radius: 60px 60px 0 0;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgba(255, 87, 51, 0.3);
}

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

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

.n6k8m4p7x p {
    color: #b0b0b0;
    line-height: 2;
}

.n6k8m4p7x ul {
    list-style: none;
}

.n6k8m4p7x ul li {
    margin-bottom: 1.2rem;
}

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

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

.k4n9m7p2x {
    text-align: center;
    padding: 3rem;
    border-top: 3px dashed rgba(255, 87, 51, 0.3);
    color: #888;
    font-weight: 600;
}

.y7n3k8m5p {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff5733 0%, #ffc300 100%);
    color: #0a0e17;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(255, 87, 51, 0.6);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
}

.y7n3k8m5p.u8n4k9m6x {
    opacity: 1;
    visibility: visible;
    animation: t2n7k5m9p 0.6s ease-out;
}

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

.y7n3k8m5p:hover {
    transform: translateY(-12px) scale(1.15);
    box-shadow: 0 18px 55px rgba(255, 87, 51, 0.8);
}

.w6n8k3m9p {
    padding: 1.5rem 0;
    margin-bottom: 3rem;
    font-size: 1.1rem;
    color: #ff5733;
    font-weight: 700;
}

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

.w6n8k3m9p a:hover {
    color: #ffc300;
}

.w6n8k3m9p span {
    color: #b0b0b0;
}

.v5n9k7m3x {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.95) 0%, rgba(15, 20, 35, 0.95) 100%);
    padding: 5rem;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
    margin-bottom: 4rem;
    animation: v8n5k3m7p 1s ease-out;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 87, 51, 0.3);
}

.v5n9k7m3x h2 {
    font-size: 3.5rem;
    color: #ff5733;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 6px solid #ff5733;
    font-weight: 900;
    background: linear-gradient(135deg, #ff5733 0%, #ffc300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.p9n4k7m8x {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 2px dashed rgba(255, 87, 51, 0.3);
    font-size: 1.1rem;
    color: #888;
    flex-wrap: wrap;
    font-weight: 600;
}

.v5n9k7m3x img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 3.5rem 0;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 87, 51, 0.3);
}

.v5n9k7m3x section h3 {
    font-size: 2.5rem;
    color: #ff5733;
    margin: 4rem 0 2.5rem;
    font-weight: 800;
}

.v5n9k7m3x section p {
    margin-bottom: 2.5rem;
    line-height: 2.2;
    color: #b0b0b0;
    text-align: justify;
    font-size: 1.15rem;
}

.v5n9k7m3x section strong {
    color: #ffc300;
    font-weight: 800;
}

.x4n7k9m2p {
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.2) 0%, rgba(255, 195, 0, 0.2) 100%);
    padding: 3rem;
    border-radius: 20px;
    margin: 4rem 0;
    border-left: 10px solid #ff5733;
    box-shadow: 0 8px 30px rgba(255, 87, 51, 0.3);
}

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

.q9n3k6m4p {
    background: linear-gradient(135deg, rgba(26, 31, 53, 0.95) 0%, rgba(15, 20, 35, 0.95) 100%);
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 87, 51, 0.2);
}

.q9n3k6m4p h3 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #ff5733;
    font-weight: 800;
    border-bottom: 4px solid rgba(255, 87, 51, 0.3);
    padding-bottom: 1.5rem;
}

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

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

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

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

    .v5n9k7m3x {
        padding: 3rem;
    }

    .v5n9k7m3x h2 {
        font-size: 2.5rem;
    }
}
