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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 25% 15%, rgba(58, 134, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 75% 85%, rgba(138, 75, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(30, 30, 35, 0.7) 0%, transparent 65%);
    z-index: 0;
    animation: q8m5n3k7p 22s ease-in-out infinite;
}

@keyframes q8m5n3k7p {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.x9k2m7n4p {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(13, 17, 23, 0.96);
    backdrop-filter: blur(25px);
    box-shadow: 0 4px 35px rgba(58, 134, 255, 0.25);
    z-index: 1000;
    border-bottom: 2px solid rgba(58, 134, 255, 0.35);
    animation: w3k8n5m2p 0.6s ease-out;
}

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

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

.k7n5m9x3p h1 {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
}

.k7n5m9x3p h1 a {
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 50%, #06ffa5 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;
    animation: v5k3n9m7x 4.5s linear infinite;
    background-size: 200% auto;
    filter: drop-shadow(0 0 10px rgba(58, 134, 255, 0.6));
}

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

.k7n5m9x3p h1 a::before {
    content: '💬';
    position: absolute;
    left: -35px;
    top: 0;
    font-size: 1.6rem;
    animation: p2k8n5m9x 1.8s infinite;
}

@keyframes p2k8n5m9x {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.15) rotate(-8deg);
        opacity: 0.8;
    }
}

.k7n5m9x3p h1 a:hover {
    transform: scale(1.05);
    filter: brightness(1.25) drop-shadow(0 0 18px rgba(58, 134, 255, 0.9));
}

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

.x5k2n9m7p li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.96rem;
    padding: 0.85rem 1.6rem;
    border-radius: 28px;
    transition: all 0.3s ease;
    background: rgba(58, 134, 255, 0.12);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.x5k2n9m7p li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(58, 134, 255, 0.92) 0%, rgba(138, 75, 255, 0.92) 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

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

.x5k2n9m7p li a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    border-color: #3a86ff;
    box-shadow: 0 6px 22px rgba(58, 134, 255, 0.5);
}

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

.y2k9n6m5x {
    background: linear-gradient(135deg, rgba(18, 22, 28, 0.96) 0%, rgba(28, 35, 45, 0.94) 100%);
    padding: 4.5rem 4rem;
    border-radius: 32px;
    box-shadow: 0 16px 55px rgba(58, 134, 255, 0.28);
    margin-bottom: 4rem;
    text-align: center;
    animation: t5k8n3m7x 1s ease-out;
    backdrop-filter: blur(18px);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(58, 134, 255, 0.28);
}

.y2k9n6m5x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 18px,
        rgba(58, 134, 255, 0.04) 18px,
        rgba(58, 134, 255, 0.04) 36px
    );
    animation: e6k3n9m5x 22s linear infinite;
}

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

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

.y2k9n6m5x h2 {
    font-size: 3.8rem;
    margin-bottom: 1.6rem;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 25%, #06ffa5 50%, #ff006e 75%, #3a86ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: u4k7n2m9x 5.5s linear infinite;
    background-size: 200% auto;
    text-shadow: 0 0 35px rgba(58, 134, 255, 0.6);
}

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

.y2k9n6m5x p {
    font-size: 1.35rem;
    color: #d8d8d8;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.a9k3n5m8x {
    margin-bottom: 4rem;
}

.a9k3n5m8x h2 {
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
    color: #3a86ff;
    font-weight: 900;
    padding: 1.6rem 3.2rem;
    background: linear-gradient(135deg, rgba(58, 134, 255, 0.18) 0%, rgba(138, 75, 255, 0.18) 100%);
    border-radius: 28px;
    display: inline-block;
    box-shadow: 0 6px 22px rgba(58, 134, 255, 0.25);
    position: relative;
    border: 2px solid rgba(58, 134, 255, 0.28);
    text-shadow: 0 2px 12px rgba(58, 134, 255, 0.6);
}

.a9k3n5m8x h2::before {
    content: '★';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #3a86ff;
    font-size: 2rem;
    animation: s7k3n9m5x 2.2s infinite;
}

.a9k3n5m8x h2::after {
    content: '★';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #8338ec;
    font-size: 2rem;
    animation: s7k3n9m5x 2.2s infinite 1.1s;
}

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

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

.v8k2n9m4x {
    background: linear-gradient(135deg, rgba(22, 27, 34, 0.96) 0%, rgba(35, 42, 52, 0.94) 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: d7k4n8m3x 0.7s ease-out backwards;
    border: 2px solid transparent;
    position: relative;
}

.v8k2n9m4x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(58, 134, 255, 0.18) 0%, rgba(138, 75, 255, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

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

.v8k2n9m4x:nth-child(1) { animation-delay: 0.06s; }
.v8k2n9m4x:nth-child(2) { animation-delay: 0.12s; }
.v8k2n9m4x:nth-child(3) { animation-delay: 0.18s; }
.v8k2n9m4x:nth-child(4) { animation-delay: 0.24s; }
.v8k2n9m4x:nth-child(5) { animation-delay: 0.3s; }
.v8k2n9m4x:nth-child(6) { animation-delay: 0.36s; }

@keyframes d7k4n8m3x {
    from {
        opacity: 0;
        transform: translateY(45px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.v8k2n9m4x:hover {
    transform: translateY(-14px);
    box-shadow: 0 20px 50px rgba(58, 134, 255, 0.4);
    border-color: #3a86ff;
}

.g9k3n7m5x {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

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

.v8k2n9m4x:hover .g9k3n7m5x img {
    transform: scale(1.14);
}

.h5k8n2m6p {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    color: #ffffff;
    padding: 0.45rem 1.2rem;
    border-radius: 22px;
    font-size: 0.87rem;
    font-weight: 800;
    box-shadow: 0 3px 14px rgba(58, 134, 255, 0.5);
    z-index: 2;
}

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

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

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

.c3k6n9m8x h3 a:hover {
    color: #3a86ff;
    text-shadow: 0 0 12px rgba(58, 134, 255, 0.9);
}

.j9k4n8m2p {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
}

.j9k4n8m2p span {
    padding: 0.45rem 1.1rem;
    background: rgba(58, 134, 255, 0.22);
    border-radius: 18px;
    font-size: 0.87rem;
    color: #3a86ff;
    font-weight: 700;
    border: 1px solid rgba(58, 134, 255, 0.35);
    transition: all 0.3s ease;
}

.j9k4n8m2p span:hover {
    transform: scale(1.06);
    box-shadow: 0 3px 12px rgba(58, 134, 255, 0.4);
    background: rgba(58, 134, 255, 0.32);
}

.c3k6n9m8x p {
    color: #b8b8b8;
    line-height: 1.9;
    margin-bottom: 1.3rem;
    font-size: 0.97rem;
}

.i8k2n9m5p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.1rem;
    border-top: 2px dashed rgba(58, 134, 255, 0.28);
    font-size: 0.92rem;
    color: #888888;
}

.l9k7n4m3x {
    display: inline-block;
    margin-top: 1.1rem;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 32px;
    transition: all 0.4s ease;
    font-weight: 900;
    font-size: 0.97rem;
    box-shadow: 0 6px 20px rgba(58, 134, 255, 0.5);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

.l9k7n4m3x:hover::before {
    width: 260px;
    height: 260px;
}

.l9k7n4m3x:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 12px 40px rgba(58, 134, 255, 0.65);
    border-color: #ffffff;
}

.o9k4n3m7x {
    background: linear-gradient(135deg, rgba(22, 27, 34, 0.96) 0%, rgba(35, 42, 52, 0.94) 100%);
    border-radius: 22px;
    padding: 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(18px);
    border: 2px solid rgba(58, 134, 255, 0.25);
}

.n5k8m3p6x {
    list-style: none;
}

.n5k8m3p6x li {
    padding: 1.6rem;
    margin-bottom: 1.3rem;
    background: rgba(58, 134, 255, 0.1);
    border-radius: 18px;
    transition: all 0.35s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid transparent;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.n5k8m3p6x li:hover {
    background: rgba(58, 134, 255, 0.22);
    transform: translateX(14px);
    border-left-color: #3a86ff;
    box-shadow: 0 6px 28px rgba(58, 134, 255, 0.35);
}

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

.n5k8m3p6x li a:hover {
    color: #3a86ff;
}

.n5k8m3p6x li time {
    color: #888888;
    font-size: 0.92rem;
    font-weight: 600;
}

.f9k5n2m8x {
    background: linear-gradient(135deg, rgba(18, 22, 28, 0.96) 0%, rgba(28, 35, 45, 0.94) 100%);
    padding: 4rem 3.5rem 2.5rem;
    margin-top: 5rem;
    border-radius: 42px 42px 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.6);
    border-top: 3px solid rgba(58, 134, 255, 0.35);
    position: relative;
    z-index: 1;
}

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

.z8k2n7m9x h3 {
    margin-bottom: 1.6rem;
    color: #3a86ff;
    font-size: 1.6rem;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(58, 134, 255, 0.5);
}

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

.z8k2n7m9x ul {
    list-style: none;
}

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

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

.z8k2n7m9x ul li a:hover {
    color: #3a86ff;
    padding-left: 14px;
}

.q9k3n6m8p {
    text-align: center;
    padding: 2.2rem;
    border-top: 2px dashed rgba(58, 134, 255, 0.28);
    color: #888888;
    font-weight: 600;
}

.t8k2n4m9p {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(58, 134, 255, 0.55);
    transition: all 0.45s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.t8k2n4m9p.k3k7n9m5x {
    opacity: 1;
    visibility: visible;
    animation: p9k5n8m4x 0.6s ease-out;
}

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

.t8k2n4m9p:hover {
    transform: translateY(-12px) scale(1.15) rotate(360deg);
    box-shadow: 0 14px 50px rgba(58, 134, 255, 0.75);
}

.w9k3n8m2p {
    padding: 1.3rem 0;
    margin-bottom: 2.2rem;
    font-size: 1.02rem;
    color: #b8b8b8;
    font-weight: 700;
}

.w9k3n8m2p a {
    color: #3a86ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.w9k3n8m2p a:hover {
    color: #8338ec;
}

.w9k3n8m2p span {
    color: #888888;
}

.m2k9n3m7x {
    background: linear-gradient(135deg, rgba(22, 27, 34, 0.96) 0%, rgba(35, 42, 52, 0.94) 100%);
    padding: 4.2rem;
    border-radius: 28px;
    box-shadow: 0 14px 50px rgba(0, 0, 0, 0.6);
    margin-bottom: 4rem;
    animation: t5k8n3m7x 1s ease-out;
    backdrop-filter: blur(18px);
    border: 2px solid rgba(58, 134, 255, 0.25);
}

.m2k9n3m7x h2 {
    font-size: 3.2rem;
    color: #3a86ff;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 4px solid rgba(58, 134, 255, 0.28);
    font-weight: 900;
    background: linear-gradient(135deg, #3a86ff 0%, #8338ec 50%, #06ffa5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 20px rgba(58, 134, 255, 0.6);
}

.r2k6n9m3p {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px dashed rgba(58, 134, 255, 0.28);
    font-size: 1.02rem;
    color: #888888;
    flex-wrap: wrap;
    font-weight: 600;
}

.m2k9n3m7x img {
    width: 100%;
    max-width: 950px;
    height: auto;
    margin: 3rem 0;
    border-radius: 22px;
    box-shadow: 0 10px 40px rgba(58, 134, 255, 0.28);
    border: 2px solid rgba(58, 134, 255, 0.25);
}

.m2k9n3m7x section h3 {
    font-size: 2.3rem;
    color: #3a86ff;
    margin: 3.2rem 0 2rem;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(58, 134, 255, 0.4);
}

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

.m2k9n3m7x section strong {
    color: #3a86ff;
    font-weight: 800;
}

.u9k3n7m2x {
    background: rgba(58, 134, 255, 0.14);
    padding: 2.4rem;
    border-radius: 20px;
    margin: 3.2rem 0;
    border-left: 6px solid #3a86ff;
    box-shadow: 0 6px 22px rgba(58, 134, 255, 0.25);
}

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

.y9k3n7m5p {
    background: linear-gradient(135deg, rgba(22, 27, 34, 0.96) 0%, rgba(35, 42, 52, 0.94) 100%);
    border-radius: 22px;
    padding: 3rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(18px);
    border: 2px solid rgba(58, 134, 255, 0.25);
}

.y9k3n7m5p h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    color: #3a86ff;
    font-weight: 800;
    border-bottom: 3px solid rgba(58, 134, 255, 0.28);
    padding-bottom: 1.2rem;
}

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

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

    .y2k9n6m5x h2 {
        font-size: 2.7rem;
    }

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

    .m2k9n3m7x {
        padding: 2.4rem;
    }

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