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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    line-height: 1.8;
    color: #2c3e50;
    background: linear-gradient(135deg, #fef5e7 0%, #fff8f0 25%, #f0f8ff 50%, #faf0e6 75%, #fff5ee 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 15% 20%, rgba(255, 183, 77, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(100, 181, 246, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(129, 199, 132, 0.06) 0%, transparent 40%);
    z-index: 0;
    animation: m8k5n3p7x 25s ease-in-out infinite;
}

@keyframes m8k5n3p7x {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.9; }
}

.q3k9n5m2x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(255, 183, 77, 0.15);
    z-index: 1000;
    border-bottom: 3px solid rgba(255, 183, 77, 0.25);
    animation: w7k2n8m4p 0.8s ease-out;
}

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

.e5k8n3m9x {
    max-width: 1380px;
    margin: 0 auto;
    padding: 1.3rem 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.r4k9n7m2p h1 a {
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 30%, #64b5f6 60%, #ff9800 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: t6k3n5m8x 10s linear infinite;
    background-size: 200% auto;
    filter: drop-shadow(0 3px 8px rgba(255, 152, 0, 0.4));
}

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

.r4k9n7m2p h1 a::before {
    content: '🌟';
    margin-right: 12px;
    font-size: 2.3rem;
    animation: y9k2n6m4p 2.8s infinite;
}

@keyframes y9k2n6m4p {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.25) rotate(20deg);
        opacity: 0.85;
    }
}

.r4k9n7m2p h1 a:hover {
    transform: scale(1.08);
    filter: brightness(1.3) drop-shadow(0 5px 15px rgba(255, 152, 0, 0.6));
}

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

.u8k5n2m7x li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 800;
    font-size: 1rem;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    transition: all 0.4s ease;
    background: rgba(255, 183, 77, 0.1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

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

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

.u8k5n2m7x li a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: #ff9800;
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.4);
}

.i7k3n9m5p {
    max-width: 1380px;
    margin: 90px auto 2rem;
    padding: 0 2.8rem;
    position: relative;
    z-index: 1;
}

.o2k8n4m6x {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 248, 240, 0.97) 100%);
    padding: 6rem 5.5rem;
    border-radius: 35px;
    box-shadow: 0 18px 50px rgba(255, 183, 77, 0.2);
    margin-bottom: 4.5rem;
    text-align: center;
    animation: p5k9n2m8x 1.2s ease-out;
    backdrop-filter: blur(25px);
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 183, 77, 0.25);
}

.o2k8n4m6x::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(255, 183, 77, 0.04) 40px,
        rgba(255, 183, 77, 0.04) 80px
    );
    animation: a8k3n7m2x 35s linear infinite;
}

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

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

.o2k8n4m6x h2 {
    font-size: 4.5rem;
    margin-bottom: 2.2rem;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 25%, #64b5f6 50%, #81c784 75%, #ff9800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: s4k8n3m9x 14s linear infinite;
    background-size: 200% auto;
}

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

.o2k8n4m6x p {
    font-size: 1.6rem;
    color: #546e7a;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.d9k2n5m7p {
    margin-bottom: 4.5rem;
}

.d9k2n5m7p h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #ff9800;
    font-weight: 900;
    padding: 2rem 3.8rem;
    background: rgba(255, 183, 77, 0.12);
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(255, 183, 77, 0.2);
    position: relative;
    border: 3px solid rgba(255, 183, 77, 0.3);
}

.d9k2n5m7p h2::before {
    content: '✨';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    animation: f7k3n8m4x 2.8s infinite;
}

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

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

.h8k3n4m7p {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 25px;
    padding: 0;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: j5k9n2m6x 0.9s ease-out backwards;
    border: 3px solid rgba(255, 183, 77, 0.15);
    position: relative;
    overflow: hidden;
}

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

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

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

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

.h8k3n4m7p:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 22px 55px rgba(255, 183, 77, 0.3);
    border-color: #ff9800;
}

.k4k8n9m3x {
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

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

.h8k3n4m7p:hover .k4k8n9m3x img {
    transform: scale(1.12) rotate(2deg);
}

.l9k2n5m7p {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    color: #ffffff;
    padding: 0.65rem 1.6rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 5px 18px rgba(255, 152, 0, 0.5);
    z-index: 1;
}

.n3k8n6m4p {
    padding: 2.8rem;
    position: relative;
    z-index: 1;
}

.n3k8n6m4p h3 {
    font-size: 1.9rem;
    margin-bottom: 1.4rem;
    color: #2c3e50;
    font-weight: 900;
}

.n3k8n6m4p h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.4s ease;
}

.n3k8n6m4p h3 a:hover {
    color: #ff9800;
}

.n3k8n6m4p p {
    margin-bottom: 1.8rem;
    line-height: 2;
    color: #546e7a;
    font-size: 1.05rem;
}

.q7k3n9m2x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 2px dashed rgba(255, 183, 77, 0.3);
    font-size: 0.96rem;
    color: #78909c;
    font-weight: 700;
}

.b8k5n3m9p {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.2rem 3.2rem;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 50%, #ff9800 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 32px;
    transition: all 0.5s ease;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 10px 28px rgba(255, 152, 0, 0.4);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.b8k5n3m9p:hover::before {
    width: 420px;
    height: 420px;
}

.b8k5n3m9p:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 16px 45px rgba(255, 152, 0, 0.6);
}

.v5k9n2m8x {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(25px);
    border: 3px solid rgba(255, 183, 77, 0.15);
}

.c8k3n7m5p {
    list-style: none;
}

.c8k3n7m5p li {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    background: rgba(255, 183, 77, 0.08);
    border-radius: 20px;
    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.08);
}

.c8k3n7m5p li:hover {
    background: rgba(255, 183, 77, 0.15);
    transform: translateX(12px);
    border-left-color: #ff9800;
    box-shadow: 0 10px 30px rgba(255, 183, 77, 0.3);
}

.c8k3n7m5p li a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 800;
    flex: 1;
    transition: color 0.4s ease;
}

.c8k3n7m5p li a:hover {
    color: #ff9800;
}

.c8k3n7m5p li time {
    color: #78909c;
    font-size: 0.96rem;
    font-weight: 700;
}

.x9k2n5m8p {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 240, 0.98) 100%);
    padding: 5rem 4.5rem 3.5rem;
    margin-top: 5.5rem;
    border-radius: 55px 55px 0 0;
    box-shadow: 0 -15px 40px rgba(255, 183, 77, 0.15);
    border-top: 4px solid rgba(255, 183, 77, 0.3);
    position: relative;
    z-index: 1;
}

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

.m7k5n9m2p h3 {
    margin-bottom: 2rem;
    color: #ff9800;
    font-size: 1.8rem;
    font-weight: 900;
}

.m7k5n9m2p p {
    color: #546e7a;
    line-height: 2;
    font-weight: 700;
}

.m7k5n9m2p ul {
    list-style: none;
}

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

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

.m7k5n9m2p ul li a:hover {
    color: #ff9800;
    padding-left: 12px;
}

.w8k2n5m9x {
    text-align: center;
    padding: 3rem;
    border-top: 3px dashed rgba(255, 183, 77, 0.3);
    color: #78909c;
    font-weight: 700;
}

.y5k9n3m8p {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.4rem;
    cursor: pointer;
    box-shadow: 0 10px 32px rgba(255, 152, 0, 0.5);
    transition: all 0.5s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(100, 181, 246, 0.3);
}

.y5k9n3m8p.a3k7n5m9x {
    opacity: 1;
    visibility: visible;
    animation: z8k2n4m6p 0.8s ease-out;
}

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

.y5k9n3m8p:hover {
    transform: translateY(-10px) scale(1.18);
    box-shadow: 0 18px 50px rgba(255, 152, 0, 0.7);
}

.p8k3n5m7x {
    padding: 1.6rem 0;
    margin-bottom: 2.8rem;
    font-size: 1.1rem;
    color: #546e7a;
    font-weight: 800;
}

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

.p8k3n5m7x a:hover {
    color: #ff6f00;
}

.p8k3n5m7x span {
    color: #78909c;
}

.s2k9n6m4x {
    background: rgba(255, 255, 255, 0.98);
    padding: 5rem;
    border-radius: 30px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
    margin-bottom: 4.5rem;
    animation: p5k9n2m8x 1.2s ease-out;
    backdrop-filter: blur(25px);
    border: 3px solid rgba(255, 183, 77, 0.15);
}

.s2k9n6m4x h2 {
    font-size: 3.8rem;
    color: #2c3e50;
    margin-bottom: 4rem;
    padding-bottom: 2.8rem;
    border-bottom: 4px solid rgba(255, 183, 77, 0.3);
    font-weight: 900;
    background: linear-gradient(135deg, #ff9800 0%, #64b5f6 50%, #ff6f00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t7k3n8m5p {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 4rem;
    padding-bottom: 2.8rem;
    border-bottom: 3px dashed rgba(255, 183, 77, 0.3);
    font-size: 1.1rem;
    color: #78909c;
    flex-wrap: wrap;
    font-weight: 700;
}

.s2k9n6m4x img {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 4rem 0;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(255, 183, 77, 0.2);
    border: 3px solid rgba(255, 183, 77, 0.2);
}

.s2k9n6m4x section h3 {
    font-size: 2.7rem;
    color: #ff9800;
    margin: 4.5rem 0 2.8rem;
    font-weight: 900;
}

.s2k9n6m4x section p {
    margin-bottom: 2.5rem;
    line-height: 2.2;
    color: #546e7a;
    text-align: justify;
    font-size: 1.12rem;
}

.s2k9n6m4x section strong {
    color: #ff9800;
    font-weight: 900;
}

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

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

    .o2k8n4m6x h2 {
        font-size: 3.5rem;
    }

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

    .s2k9n6m4x {
        padding: 3.5rem;
    }

    .s2k9n6m4x h2 {
        font-size: 3rem;
    }
}
