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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    line-height: 1.8;
    color: #1f2937;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 30%, #bbf7d0 60%, #dcfce7 85%, #f0fdf4 100%);
    background-size: 400% 400%;
    animation: bgwave5t8k3m 25s ease infinite;
    min-height: 100vh;
    position: relative;
}

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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 25% 25%, rgba(34, 197, 94, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 75% 75%, rgba(249, 115, 22, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    animation: lightmove8k3t5m 12s ease-in-out infinite;
}

@keyframes lightmove8k3t5m {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.9; }
}

.r8k3m5t7n9 {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.95));
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(34, 197, 94, 0.15);
    z-index: 1000;
    border-bottom: 2px solid rgba(34, 197, 94, 0.3);
    animation: headerdown3k8m5t 1s ease-out;
}

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

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

.q9t5m3k8n7 h1 {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.q9t5m3k8n7 h1 a {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.35s ease;
    text-shadow: 0 3px 18px rgba(34, 197, 94, 0.4);
    display: inline-block;
}

.q9t5m3k8n7 h1 a::before {
    content: '🌿';
    margin-right: 10px;
    font-size: 2.1rem;
    animation: leafsway7k3m8t 4s ease-in-out infinite;
    filter: drop-shadow(0 0 15px rgba(34, 197, 94, 0.8));
}

@keyframes leafsway7k3m8t {
    0%, 100% { transform: rotate(-8deg); }
    50% { transform: rotate(8deg); }
}

.q9t5m3k8n7 h1 a:hover {
    transform: scale(1.06);
    filter: drop-shadow(0 0 25px rgba(34, 197, 94, 0.7));
}

.w3k9t5m8n7 {
    display: flex;
    list-style: none;
    gap: 0.6rem;
}

.w3k9t5m8n7 li a {
    text-decoration: none;
    color: #374151;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(249, 115, 22, 0.08));
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.w3k9t5m8n7 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.3), rgba(249, 115, 22, 0.2));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: -1;
}

.w3k9t5m8n7 li a:hover::before {
    width: 350px;
    height: 350px;
}

.w3k9t5m8n7 li a:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(249, 115, 22, 0.15));
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(34, 197, 94, 0.6);
    box-shadow: 0 10px 35px rgba(34, 197, 94, 0.4);
    color: #15803d;
}

.e7t9k5m3n8 {
    max-width: 1500px;
    margin: 65px auto 3.5rem;
    padding: 0 3.5rem;
    position: relative;
    z-index: 1;
}

.u9k5t3m7n8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(249, 250, 251, 0.92));
    padding: 4.5rem 4.5rem;
    border-radius: 35px;
    box-shadow: 0 18px 65px rgba(34, 197, 94, 0.25);
    margin-bottom: 3.5rem;
    text-align: center;
    animation: bannershow9k5t3m 1.4s ease-out;
    backdrop-filter: blur(20px);
    border: 3px solid rgba(34, 197, 94, 0.3);
    position: relative;
    overflow: hidden;
}

.u9k5t3m7n8::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px,
                rgba(34, 197, 94, 0.04) 50px, rgba(34, 197, 94, 0.04) 100px);
    animation: striperoll5k9t3m 35s linear infinite;
}

@keyframes striperoll5k9t3m {
    to { transform: translate(70px, 70px); }
}

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

.u9k5t3m7n8 h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #22c55e, #16a34a 40%, #15803d 60%, #16a34a 80%, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: titlewave7k3m9t 3.5s ease-in-out infinite;
    text-shadow: 0 4px 28px rgba(34, 197, 94, 0.5);
}

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

.u9k5t3m7n8 p {
    font-size: 1.5rem;
    color: #374151;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.i3k9t5m7n8 {
    margin-bottom: 3.5rem;
}

.i3k9t5m7n8 h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #22c55e, #16a34a 50%, #15803d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 1.8rem 3.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    display: inline-block;
    box-shadow: 0 10px 38px rgba(34, 197, 94, 0.25);
    border: 2.5px solid rgba(34, 197, 94, 0.3);
    position: relative;
}

.i3k9t5m7n8 h2::before {
    content: '✨';
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    animation: sparkle8k3t5m 2.5s ease-in-out infinite;
}

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

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

.a5t9k3m7n8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.95));
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 12px 45px rgba(34, 197, 94, 0.2);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: cardpop3k9t5m 1.2s ease-out backwards;
    border: 2.5px solid rgba(34, 197, 94, 0.2);
    position: relative;
}

.a5t9k3m7n8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(34, 197, 94, 0.15), transparent 65%);
    opacity: 0;
    transition: opacity 0.6s;
    pointer-events: none;
}

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

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

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

.a5t9k3m7n8:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 75px rgba(34, 197, 94, 0.45);
    border-color: #22c55e;
}

.d3k9t5m8n7 {
    position: relative;
    overflow: hidden;
    height: 280px;
}

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

.a5t9k3m7n8:hover .d3k9t5m8n7 img {
    transform: scale(1.18) rotate(-1.5deg);
}

.f7k3t9m5n8 {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 0.7rem 1.7rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 900;
    box-shadow: 0 6px 25px rgba(34, 197, 94, 0.7);
    animation: badgebounce9k3t5m 2.5s ease-in-out infinite;
    border: 2.5px solid rgba(255, 255, 255, 0.4);
}

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

.g9k5t3m7n8 {
    padding: 2.5rem;
}

.g9k5t3m7n8 h3 {
    font-size: 1.7rem;
    margin-bottom: 1.3rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: 1.5;
}

.g9k5t3m7n8 h3 a {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.g9k5t3m7n8 h3 a:hover {
    opacity: 0.75;
    transform: scale(1.02);
}

.g9k5t3m7n8 p {
    margin-bottom: 1.5rem;
    line-height: 1.9;
    color: #4b5563;
    font-size: 1.05rem;
    font-weight: 600;
}

.h5k9t3m7n8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.3rem;
    border-top: 2.5px dashed rgba(34, 197, 94, 0.25);
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 700;
    flex-wrap: wrap;
    gap: 1rem;
}

.j9k3t5m7n8 {
    display: inline-block;
    margin-top: 1.3rem;
    padding: 1rem 2.8rem;
    background: linear-gradient(135deg, #22c55e, #16a34a 50%, #15803d);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.45s ease;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 10px 35px rgba(34, 197, 94, 0.6);
    border: 2.5px solid rgba(255, 255, 255, 0.35);
    position: relative;
    overflow: hidden;
}

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

.j9k3t5m7n8:hover::before {
    width: 380px;
    height: 380px;
}

.j9k3t5m7n8:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 18px 55px rgba(34, 197, 94, 0.8);
}

.k3t9m5n7k8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.95));
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 18px 60px rgba(34, 197, 94, 0.25);
    backdrop-filter: blur(20px);
    border: 2.5px solid rgba(34, 197, 94, 0.2);
    margin-bottom: 3.5rem;
}

.l9k5t3m7n8 {
    list-style: none;
}

.l9k5t3m7n8 li {
    padding: 1.6rem;
    margin-bottom: 1.3rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(249, 115, 22, 0.05));
    border-radius: 18px;
    transition: all 0.45s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 5px 20px rgba(34, 197, 94, 0.12);
}

.l9k5t3m7n8 li:hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(249, 115, 22, 0.12));
    transform: translateX(12px);
    border-left-color: #22c55e;
    box-shadow: 0 10px 38px rgba(34, 197, 94, 0.4);
}

.l9k5t3m7n8 li a {
    color: #16a34a;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 900;
    flex: 1;
    transition: color 0.3s;
}

.l9k5t3m7n8 li a:hover {
    color: #15803d;
}

.l9k5t3m7n8 li time {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 700;
}

.m7t9k5n3m8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.95));
    padding: 4.5rem 4rem 3.5rem;
    margin-top: 5rem;
    border-radius: 35px 35px 0 0;
    box-shadow: 0 -12px 55px rgba(34, 197, 94, 0.25);
    border-top: 3px solid rgba(34, 197, 94, 0.5);
    backdrop-filter: blur(20px);
}

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

.o3k9t5m7n8 h3 {
    margin-bottom: 1.8rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.7rem;
    font-weight: 900;
}

.o3k9t5m7n8 p {
    color: #4b5563;
    line-height: 1.9;
    font-weight: 700;
}

.o3k9t5m7n8 ul {
    list-style: none;
}

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

.o3k9t5m7n8 ul li a {
    color: #4b5563;
    text-decoration: none;
    transition: all 0.35s;
    font-weight: 700;
}

.o3k9t5m7n8 ul li a:hover {
    color: #16a34a;
    padding-left: 12px;
}

.p9k3t5m7n8 {
    text-align: center;
    padding: 3rem;
    border-top: 2.5px dashed rgba(34, 197, 94, 0.25);
    color: #4b5563;
    font-weight: 700;
}

.q5k9t3m7n8 {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 2.2rem;
    cursor: pointer;
    box-shadow: 0 12px 45px rgba(34, 197, 94, 0.7);
    transition: all 0.45s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 3.5px solid rgba(255, 255, 255, 0.4);
}

.q5k9t3m7n8.r3k9t5m7n8 {
    opacity: 1;
    visibility: visible;
    animation: btnshow8k3t5m 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes btnshow8k3t5m {
    from { transform: scale(0) rotate(-540deg); }
    to { transform: scale(1) rotate(0deg); }
}

.q5k9t3m7n8:hover {
    transform: translateY(-10px) scale(1.15);
    box-shadow: 0 20px 65px rgba(34, 197, 94, 0.9);
}

.s7k9t3m5n8 {
    padding: 1.6rem 0;
    margin-bottom: 3rem;
    font-size: 1.08rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.s7k9t3m5n8 a {
    color: #16a34a;
    text-decoration: none;
    transition: color 0.3s;
}

.s7k9t3m5n8 a:hover {
    color: #22c55e;
}

.t9k5m3n7k8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.95));
    padding: 4.5rem;
    border-radius: 32px;
    box-shadow: 0 18px 70px rgba(34, 197, 94, 0.25);
    margin-bottom: 3.5rem;
    animation: bannershow9k5t3m 1.4s ease-out;
    backdrop-filter: blur(20px);
    border: 2.5px solid rgba(34, 197, 94, 0.2);
}

.t9k5m3n7k8 h2 {
    font-size: 3.4rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 3.5px solid rgba(34, 197, 94, 0.3);
    font-weight: 900;
}

.u3k9t5m7n8 {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 2.5px dashed rgba(34, 197, 94, 0.2);
    font-size: 1.05rem;
    color: #6b7280;
    flex-wrap: wrap;
    font-weight: 700;
}

.t9k5m3n7k8 img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 3.5rem 0;
    border-radius: 25px;
    box-shadow: 0 18px 60px rgba(34, 197, 94, 0.35);
    border: 3.5px solid rgba(34, 197, 94, 0.3);
}

.t9k5m3n7k8 section h3 {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 4rem 0 3rem;
    font-weight: 900;
}

.t9k5m3n7k8 section p {
    margin-bottom: 2.3rem;
    line-height: 2.1;
    color: #4b5563;
    text-align: justify;
    font-size: 1.12rem;
    font-weight: 600;
}

.t9k5m3n7k8 section strong {
    color: #16a34a;
    font-weight: 900;
}

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

@media (max-width: 768px) {
    .w3k9t5m8n7 {
        flex-direction: column;
        gap: 0.8rem;
    }
    .u9k5t3m7n8 h2 {
        font-size: 3.5rem;
    }
    .o7k5t9m3n8 {
        grid-template-columns: 1fr;
    }
    .t9k5m3n7k8 {
        padding: 3.5rem;
    }
    .t9k5m3n7k8 h2 {
        font-size: 2.8rem;
    }
}
