{"id":1158,"date":"2026-05-21T06:04:00","date_gmt":"2026-05-20T22:04:00","guid":{"rendered":"https:\/\/www.365ycs.com\/?p=1158"},"modified":"2026-05-06T16:06:05","modified_gmt":"2026-05-06T08:06:05","slug":"%e4%bb%8a%e6%97%a5%e5%b0%8f%e6%bb%a1","status":"publish","type":"post","link":"https:\/\/www.365ycs.com\/index.php\/2026\/05\/21\/%e4%bb%8a%e6%97%a5%e5%b0%8f%e6%bb%a1\/","title":{"rendered":"\u4eca\u65e5\u5c0f\u6ee1"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u5c0f\u6ee1 \u00b7 \u5c06\u6ee1\u672a\u6ee1<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Ma+Shan+Zheng&#038;family=Noto+Serif+SC:wght@300;400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --ink: #1c1917;\n            --ink-soft: #57534e;\n            --parchment: #faf6f1;\n            --parchment-deep: #f0ebe3;\n            --wheat: #d4a574;\n            --wheat-light: #e8c9a0;\n            --wheat-dark: #b8854a;\n            --sage: #7a8f6e;\n            --sage-light: #a3b899;\n            --clay: #b5654c;\n            --clay-light: #d4846a;\n            --sky-dusk: #c5d5e0;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n\n        body {\n            font-family: 'Noto Serif SC', serif;\n            background: var(--parchment);\n            color: var(--ink);\n            overflow-x: hidden;\n            line-height: 1.9;\n            cursor: none;\n        }\n\n        \/* Custom cursor *\/\n        .cursor {\n            position: fixed;\n            width: 12px;\n            height: 12px;\n            border: 1.5px solid var(--wheat-dark);\n            border-radius: 50%;\n            pointer-events: none;\n            z-index: 10000;\n            transition: transform 0.15s ease, background 0.15s ease;\n            mix-blend-mode: difference;\n        }\n        .cursor.hover {\n            transform: scale(2.5);\n            background: rgba(212, 165, 116, 0.2);\n        }\n        .cursor-trail {\n            position: fixed;\n            width: 4px;\n            height: 4px;\n            background: var(--wheat);\n            border-radius: 50%;\n            pointer-events: none;\n            z-index: 9999;\n            opacity: 0.5;\n            transition: opacity 0.3s ease;\n        }\n\n        \/* Loader *\/\n        .loader {\n            position: fixed;\n            inset: 0;\n            background: var(--parchment);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            z-index: 9999;\n            transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s;\n        }\n        .loader.hidden { opacity: 0; visibility: hidden; }\n        .loader-ring {\n            width: 80px;\n            height: 80px;\n            border: 2px solid transparent;\n            border-top-color: var(--wheat);\n            border-radius: 50%;\n            animation: spin 1.5s linear infinite;\n        }\n        .loader-ring::before {\n            content: '';\n            position: absolute;\n            inset: 8px;\n            border: 2px solid transparent;\n            border-top-color: var(--sage);\n            border-radius: 50%;\n            animation: spin 2s linear infinite reverse;\n        }\n        @keyframes spin { to { transform: rotate(360deg); } }\n        .loader-text {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 3rem;\n            color: var(--wheat-dark);\n            margin-top: 2rem;\n            letter-spacing: 0.3em;\n        }\n\n        \/* Noise texture overlay *\/\n        .noise {\n            position: fixed;\n            inset: 0;\n            pointer-events: none;\n            z-index: 9998;\n            opacity: 0.025;\n            background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'\/%3E%3C\/svg%3E\");\n        }\n\n        \/* Navigation *\/\n        nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            padding: 1.5rem 4rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 100;\n            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        nav.scrolled {\n            background: rgba(250, 246, 241, 0.9);\n            backdrop-filter: blur(20px) saturate(1.2);\n            padding: 1rem 4rem;\n            box-shadow: 0 1px 0 rgba(0,0,0,0.05);\n        }\n        .nav-logo {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 1.4rem;\n            color: var(--wheat-dark);\n            letter-spacing: 0.15em;\n        }\n        .nav-links {\n            display: flex;\n            gap: 3rem;\n            list-style: none;\n        }\n        .nav-links a {\n            color: var(--ink-soft);\n            text-decoration: none;\n            font-size: 0.85rem;\n            letter-spacing: 0.15em;\n            transition: color 0.3s ease;\n            position: relative;\n            padding: 0.5rem 0;\n        }\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 0;\n            height: 1px;\n            background: var(--wheat-dark);\n            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .nav-links a:hover { color: var(--wheat-dark); }\n        .nav-links a:hover::after { width: 100%; }\n\n        \/* Hero *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            overflow: hidden;\n            padding: 2rem;\n        }\n\n        \/* Animated wheat field background *\/\n        .wheat-field {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 45%;\n            overflow: hidden;\n            opacity: 0.15;\n        }\n        .wheat-stalk {\n            position: absolute;\n            bottom: 0;\n            width: 2px;\n            background: linear-gradient(to top, var(--wheat-dark), transparent);\n            transform-origin: bottom center;\n            animation: sway 4s ease-in-out infinite;\n        }\n        .wheat-stalk::before {\n            content: '';\n            position: absolute;\n            top: -15px;\n            left: -4px;\n            width: 10px;\n            height: 20px;\n            background: var(--wheat);\n            border-radius: 50% 50% 50% 50% \/ 60% 60% 40% 40%;\n            transform: rotate(-20deg);\n        }\n        .wheat-stalk::after {\n            content: '';\n            position: absolute;\n            top: -8px;\n            left: -2px;\n            width: 6px;\n            height: 12px;\n            background: var(--wheat-light);\n            border-radius: 50% 50% 50% 50% \/ 60% 60% 40% 40%;\n            transform: rotate(15deg);\n        }\n        @keyframes sway {\n            0%, 100% { transform: rotate(-3deg); }\n            50% { transform: rotate(3deg); }\n        }\n\n        \/* Floating particles *\/\n        .particles {\n            position: absolute;\n            inset: 0;\n            overflow: hidden;\n            pointer-events: none;\n        }\n        .particle {\n            position: absolute;\n            width: 3px;\n            height: 3px;\n            background: var(--wheat);\n            border-radius: 50%;\n            opacity: 0;\n            animation: float 15s ease-in-out infinite;\n        }\n        @keyframes float {\n            0% { opacity: 0; transform: translateY(100vh) scale(0); }\n            10% { opacity: 0.6; }\n            90% { opacity: 0.6; }\n            100% { opacity: 0; transform: translateY(-10vh) scale(1); }\n        }\n\n        .hero-content {\n            text-align: center;\n            z-index: 2;\n            position: relative;\n        }\n        .solar-term {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: clamp(6rem, 18vw, 14rem);\n            font-weight: 400;\n            color: var(--ink);\n            letter-spacing: 0.2em;\n            line-height: 1;\n            margin-bottom: 1.5rem;\n            position: relative;\n            display: inline-block;\n        }\n        .solar-term .char {\n            display: inline-block;\n            opacity: 0;\n            transform: translateY(40px) rotate(-5deg);\n            animation: charReveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;\n        }\n        .solar-term .char:nth-child(2) { animation-delay: 0.3s; }\n        @keyframes charReveal {\n            to { opacity: 1; transform: translateY(0) rotate(0); }\n        }\n        .solar-term::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 10%;\n            right: 10%;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, var(--wheat), transparent);\n            transform: scaleX(0);\n            animation: lineGrow 1.5s 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;\n        }\n        @keyframes lineGrow {\n            to { transform: scaleX(1); }\n        }\n        .hero-subtitle {\n            font-size: clamp(0.9rem, 2vw, 1.3rem);\n            color: var(--ink-soft);\n            letter-spacing: 0.6em;\n            margin-bottom: 3rem;\n            font-weight: 300;\n            opacity: 0;\n            animation: fadeIn 1s 1.2s ease forwards;\n        }\n        @keyframes fadeIn { to { opacity: 1; } }\n        .hero-date {\n            display: inline-flex;\n            align-items: center;\n            gap: 1.2rem;\n            padding: 1rem 2.5rem;\n            border: 1px solid rgba(184, 133, 74, 0.25);\n            border-radius: 100px;\n            font-size: 0.85rem;\n            color: var(--wheat-dark);\n            letter-spacing: 0.2em;\n            opacity: 0;\n            animation: fadeIn 1s 1.5s ease forwards;\n        }\n        .hero-date .dot {\n            width: 5px;\n            height: 5px;\n            background: var(--wheat);\n            border-radius: 50%;\n            animation: pulse 3s ease-in-out infinite;\n        }\n        @keyframes pulse {\n            0%, 100% { opacity: 0.3; transform: scale(1); }\n            50% { opacity: 1; transform: scale(1.4); }\n        }\n\n        .scroll-hint {\n            position: absolute;\n            bottom: 3rem;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 0.8rem;\n            color: var(--ink-soft);\n            font-size: 0.75rem;\n            letter-spacing: 0.25em;\n            opacity: 0;\n            animation: fadeIn 1s 2s ease forwards;\n        }\n        .scroll-hint .line {\n            width: 1px;\n            height: 50px;\n            background: linear-gradient(to bottom, var(--ink-soft), transparent);\n            position: relative;\n            overflow: hidden;\n        }\n        .scroll-hint .line::after {\n            content: '';\n            position: absolute;\n            top: -100%;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: var(--wheat);\n            animation: scrollLine 2s ease-in-out infinite;\n        }\n        @keyframes scrollLine {\n            0% { top: -100%; }\n            100% { top: 100%; }\n        }\n\n        \/* Section common *\/\n        section {\n            padding: 10rem 2rem;\n            max-width: 1100px;\n            margin: 0 auto;\n            position: relative;\n        }\n        .section-header {\n            text-align: center;\n            margin-bottom: 6rem;\n        }\n        .section-label {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 0.85rem;\n            color: var(--wheat-dark);\n            letter-spacing: 0.4em;\n            margin-bottom: 1.5rem;\n            display: inline-block;\n        }\n        .section-title {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: clamp(2.2rem, 5vw, 3.5rem);\n            font-weight: 400;\n            color: var(--ink);\n            letter-spacing: 0.15em;\n            line-height: 1.3;\n        }\n\n        \/* Phenology - Horizontal scroll cards *\/\n        .phenology {\n            max-width: 100%;\n            padding: 10rem 0;\n            overflow: hidden;\n        }\n        .phenology .section-header {\n            padding: 0 2rem;\n        }\n        .phenology-track {\n            display: flex;\n            gap: 2rem;\n            padding: 0 4rem;\n            overflow-x: auto;\n            scroll-snap-type: x mandatory;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n        }\n        .phenology-track::-webkit-scrollbar { display: none; }\n        .phenology-card {\n            flex: 0 0 380px;\n            background: var(--parchment-deep);\n            padding: 4rem 3rem;\n            border-radius: 2px;\n            scroll-snap-align: center;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .phenology-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 0;\n            background: linear-gradient(to bottom, var(--wheat), var(--sage));\n            transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .phenology-card:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 30px 80px rgba(0,0,0,0.08);\n        }\n        .phenology-card:hover::before {\n            height: 100%;\n        }\n        .phenology-num {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 5rem;\n            color: rgba(184, 133, 74, 0.12);\n            line-height: 1;\n            margin-bottom: 1.5rem;\n            transition: color 0.4s ease;\n        }\n        .phenology-card:hover .phenology-num {\n            color: rgba(184, 133, 74, 0.25);\n        }\n        .phenology-card h3 {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 1.6rem;\n            color: var(--ink);\n            margin-bottom: 1.2rem;\n            letter-spacing: 0.1em;\n        }\n        .phenology-card p {\n            color: var(--ink-soft);\n            font-size: 0.95rem;\n            line-height: 2.2;\n        }\n\n        \/* Poetry - Asymmetric layout *\/\n        .poetry {\n            padding: 12rem 2rem;\n            display: grid;\n            grid-template-columns: 1fr 1.5fr;\n            gap: 4rem;\n            align-items: center;\n            max-width: 1200px;\n        }\n        .poetry-visual {\n            position: relative;\n            height: 500px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .poetry-visual .big-char {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 25rem;\n            color: rgba(184, 133, 74, 0.06);\n            position: absolute;\n            line-height: 1;\n            user-select: none;\n        }\n        .poetry-visual .deco-circle {\n            position: absolute;\n            width: 300px;\n            height: 300px;\n            border: 1px solid rgba(184, 133, 74, 0.15);\n            border-radius: 50%;\n            animation: rotate 60s linear infinite;\n        }\n        .poetry-visual .deco-circle::before {\n            content: '';\n            position: absolute;\n            inset: 40px;\n            border: 1px solid rgba(122, 143, 110, 0.12);\n            border-radius: 50%;\n        }\n        @keyframes rotate {\n            to { transform: rotate(360deg); }\n        }\n        .poetry-content {\n            position: relative;\n        }\n        .poetry-content .section-header {\n            text-align: left;\n            margin-bottom: 3rem;\n        }\n        .poem-title {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 2rem;\n            color: var(--ink);\n            margin-bottom: 0.5rem;\n            letter-spacing: 0.2em;\n        }\n        .poem-author {\n            font-size: 0.9rem;\n            color: var(--ink-soft);\n            margin-bottom: 3rem;\n            letter-spacing: 0.1em;\n        }\n        .poem-lines {\n            font-size: 1.25rem;\n            line-height: 2.8;\n            color: var(--ink);\n            letter-spacing: 0.12em;\n        }\n        .poem-lines .line {\n            display: block;\n            opacity: 0;\n            transform: translateX(-20px);\n            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .poem-lines .line.visible {\n            opacity: 1;\n            transform: translateX(0);\n        }\n\n        \/* Customs - Staggered grid *\/\n        .customs {\n            max-width: 100%;\n            padding: 0;\n            background: linear-gradient(180deg, var(--parchment) 0%, var(--parchment-deep) 100%);\n        }\n        .customs .section-header {\n            padding-top: 10rem;\n        }\n        .customs-grid {\n            display: grid;\n            grid-template-columns: repeat(12, 1fr);\n            max-width: 1200px;\n            margin: 0 auto;\n            gap: 2rem;\n            padding: 0 2rem 10rem;\n        }\n        .custom-item {\n            padding: 4rem 2.5rem;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            background: var(--parchment);\n            border: 1px solid rgba(0,0,0,0.04);\n        }\n        .custom-item:nth-child(1) { grid-column: 1 \/ 7; }\n        .custom-item:nth-child(2) { grid-column: 7 \/ 13; margin-top: 4rem; }\n        .custom-item:nth-child(3) { grid-column: 2 \/ 8; margin-top: -2rem; }\n        .custom-item:nth-child(4) { grid-column: 8 \/ 13; margin-top: 2rem; }\n        .custom-item:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 60px rgba(0,0,0,0.06);\n            border-color: rgba(184, 133, 74, 0.2);\n        }\n        .custom-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n            display: block;\n            opacity: 0.7;\n            transition: opacity 0.3s ease, transform 0.3s ease;\n        }\n        .custom-item:hover .custom-icon {\n            opacity: 1;\n            transform: scale(1.1);\n        }\n        .custom-item h3 {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 1.4rem;\n            color: var(--ink);\n            margin-bottom: 1rem;\n            letter-spacing: 0.1em;\n        }\n        .custom-item p {\n            color: var(--ink-soft);\n            font-size: 0.9rem;\n            line-height: 2;\n        }\n\n        \/* Wellness - Dark section with warm accents *\/\n        .wellness {\n            background: var(--ink);\n            color: var(--parchment);\n            max-width: 100%;\n            padding: 10rem 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .wellness::before {\n            content: '';\n            position: absolute;\n            top: -30%;\n            left: -10%;\n            width: 60%;\n            height: 160%;\n            background: radial-gradient(ellipse, rgba(212, 165, 116, 0.06) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .wellness::after {\n            content: '';\n            position: absolute;\n            bottom: -20%;\n            right: -10%;\n            width: 50%;\n            height: 120%;\n            background: radial-gradient(ellipse, rgba(122, 143, 110, 0.05) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .wellness-inner {\n            max-width: 1100px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n        .wellness .section-label { color: var(--wheat); }\n        .wellness .section-title { color: var(--parchment); }\n        .wellness-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.5rem;\n        }\n        .wellness-card {\n            background: rgba(255,255,255,0.02);\n            border: 1px solid rgba(255,255,255,0.06);\n            padding: 3rem;\n            border-radius: 2px;\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        .wellness-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, var(--wheat), transparent);\n            opacity: 0;\n            transition: opacity 0.5s ease;\n        }\n        .wellness-card:hover {\n            background: rgba(255,255,255,0.04);\n            transform: translateY(-6px);\n            border-color: rgba(212, 165, 116, 0.15);\n        }\n        .wellness-card:hover::before {\n            opacity: 1;\n        }\n        .wellness-card h4 {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 1.3rem;\n            color: var(--wheat-light);\n            margin-bottom: 1rem;\n            letter-spacing: 0.1em;\n        }\n        .wellness-card p {\n            color: rgba(250, 246, 241, 0.6);\n            font-size: 0.9rem;\n            line-height: 1.9;\n        }\n\n        \/* Philosophy quote section *\/\n        .philosophy {\n            padding: 12rem 2rem;\n            text-align: center;\n            max-width: 800px;\n        }\n        .philosophy-quote {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            color: var(--ink);\n            letter-spacing: 0.15em;\n            line-height: 2;\n            position: relative;\n        }\n        .philosophy-quote::before,\n        .philosophy-quote::after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 1px;\n            background: var(--wheat);\n            margin: 3rem auto;\n        }\n        .philosophy-source {\n            font-size: 0.9rem;\n            color: var(--ink-soft);\n            letter-spacing: 0.2em;\n            margin-top: 2rem;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 5rem 2rem;\n            background: var(--parchment-deep);\n            border-top: 1px solid rgba(0,0,0,0.04);\n        }\n        footer .footer-mark {\n            font-family: 'Ma Shan Zheng', cursive;\n            font-size: 2.5rem;\n            color: var(--wheat-dark);\n            margin-bottom: 1.5rem;\n            opacity: 0.4;\n        }\n        footer p {\n            color: var(--ink-soft);\n            font-size: 0.8rem;\n            letter-spacing: 0.25em;\n        }\n\n        \/* Reveal animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(50px);\n            transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        .reveal.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        .reveal-delay-1 { transition-delay: 0.1s; }\n        .reveal-delay-2 { transition-delay: 0.2s; }\n        .reveal-delay-3 { transition-delay: 0.3s; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            body { cursor: auto; }\n            .cursor, .cursor-trail { display: none; }\n            .nav-links { display: none; }\n            nav { padding: 1rem 2rem; }\n            .poetry {\n                grid-template-columns: 1fr;\n                padding: 6rem 1.5rem;\n            }\n            .poetry-visual { height: 300px; }\n            .poetry-visual .big-char { font-size: 15rem; }\n            .customs-grid {\n                grid-template-columns: 1fr;\n                padding: 0 1.5rem 6rem;\n            }\n            .custom-item:nth-child(n) {\n                grid-column: 1 \/ -1;\n                margin-top: 0;\n            }\n            .wellness-grid { grid-template-columns: 1fr; }\n            .phenology-card { flex: 0 0 300px; }\n            section { padding: 6rem 1.5rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"cursor\" id=\"cursor\"><\/div>\n    <div class=\"noise\"><\/div>\n\n    <!-- Loader -->\n    <div class=\"loader\" id=\"loader\">\n        <div class=\"loader-ring\"><\/div>\n        <div class=\"loader-text\">\u5c0f\u6ee1<\/div>\n    <\/div>\n\n    <!-- Navigation -->\n    <nav id=\"nav\">\n        <div class=\"nav-logo\">\u4e8c\u5341\u56db\u8282\u6c14<\/div>\n        <ul class=\"nav-links\">\n            <li><a href=\"#phenology\">\u4e09\u5019<\/a><\/li>\n            <li><a href=\"#poetry\">\u8bd7\u8bcd<\/a><\/li>\n            <li><a href=\"#customs\">\u4e60\u4fd7<\/a><\/li>\n            <li><a href=\"#philosophy\">\u54f2\u601d<\/a><\/li>\n            <li><a href=\"#wellness\">\u517b\u751f<\/a><\/li>\n        <\/ul>\n    <\/nav>\n\n    <!-- Hero -->\n    <section class=\"hero\" id=\"hero\">\n        <div class=\"wheat-field\" id=\"wheatField\"><\/div>\n        <div class=\"particles\" id=\"particles\"><\/div>\n        <div class=\"hero-content\">\n            <h1 class=\"solar-term\">\n                <span class=\"char\">\u5c0f<\/span><span class=\"char\">\u6ee1<\/span>\n            <\/h1>\n            <p class=\"hero-subtitle\">\u5c06\u6ee1\u672a\u6ee1 \u4eba\u751f\u6700\u597d\u662f\u5c0f\u6ee1<\/p>\n            <div class=\"hero-date\">\n                <span class=\"dot\"><\/span>\n                <span>\u519c\u5386\u56db\u6708\u5eff\u4e00 \u00b7 2026\u5e745\u670821\u65e5<\/span>\n                <span class=\"dot\"><\/span>\n            <\/div>\n        <\/div>\n        <div class=\"scroll-hint\">\n            <span>\u5411\u4e0b\u63a2\u7d22<\/span>\n            <div class=\"line\"><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Phenology -->\n    <section class=\"phenology\" id=\"phenology\">\n        <div class=\"section-header reveal\">\n            <div class=\"section-label\">\u4e09\u5019<\/div>\n            <h2 class=\"section-title\">\u7269\u5019\u4e4b\u53d8<\/h2>\n        <\/div>\n        <div class=\"phenology-track\">\n            <div class=\"phenology-card reveal\">\n                <div class=\"phenology-num\">\u58f9<\/div>\n                <h3>\u82e6\u83dc\u79c0<\/h3>\n                <p>\u5c0f\u6ee1\u4e4b\u65e5\uff0c\u82e6\u83dc\u679d\u53f6\u7e41\u8302\uff0c\u82b1\u5f00\u904d\u91ce\u3002\u82e6\u83dc\u751f\u4e8e\u82e6\u5bd2\uff0c\u5374\u4e8e\u521d\u590f\u7efd\u653e\u91d1\u9ec4\uff0c\u662f\u5927\u5730\u6700\u65e9\u7684\u9988\u8d60\u4e4b\u4e00\uff0c\u53e4\u4eba\u91c7\u800c\u98df\u4e4b\uff0c\u4ee5\u5e94\u65f6\u4ee4\u3002<\/p>\n            <\/div>\n            <div class=\"phenology-card reveal reveal-delay-1\">\n                <div class=\"phenology-num\">\u8d30<\/div>\n                <h3>\u9761\u8349\u6b7b<\/h3>\n                <p>\u53c8\u4e94\u65e5\uff0c\u559c\u9634\u7684\u9761\u8349\u5728\u65e5\u6e10\u5f3a\u70c8\u7684\u9633\u5149\u4e0b\u67af\u840e\u3002\u4e00\u8363\u4e00\u67af\u4e4b\u95f4\uff0c\u9634\u9633\u6d88\u957f\uff0c\u4e07\u7269\u5404\u5faa\u5176\u9053\uff0c\u8fd9\u662f\u81ea\u7136\u6700\u6734\u7d20\u7684\u6cd5\u5219\u3002<\/p>\n            <\/div>\n            <div class=\"phenology-card reveal reveal-delay-2\">\n                <div class=\"phenology-num\">\u53c1<\/div>\n                <h3>\u9ea6\u79cb\u81f3<\/h3>\n                <p>\u518d\u4e94\u65e5\uff0c\u9ea6\u7c92\u6e10\u6ee1\uff0c\u867d\u503c\u590f\u5b63\uff0c\u5bf9\u9ea6\u5b50\u800c\u8a00\u5374\u662f\u6210\u719f\u7684&#8221;\u79cb\u5b63&#8221;\u3002\u7530\u91ce\u91cc\u9ea6\u6d6a\u7ffb\u6eda\uff0c\u519c\u4eba\u671b\u7740\u5c06\u719f\u672a\u719f\u7684\u5e84\u7a3c\uff0c\u5fc3\u4e2d\u6ee1\u662f\u671f\u76fc\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Poetry -->\n    <section class=\"poetry\" id=\"poetry\">\n        <div class=\"poetry-visual reveal\">\n            <div class=\"big-char\">\u6ee1<\/div>\n            <div class=\"deco-circle\"><\/div>\n        <\/div>\n        <div class=\"poetry-content\">\n            <div class=\"section-header\">\n                <div class=\"section-label\">\u8bd7\u8bcd<\/div>\n                <h2 class=\"section-title\">\u53e4\u4eba\u548f\u5c0f\u6ee1<\/h2>\n            <\/div>\n            <div class=\"poem\">\n                <h3 class=\"poem-title\">\u5c0f\u6ee1<\/h3>\n                <p class=\"poem-author\">\u5b8b \u00b7 \u6b27\u9633\u4fee<\/p>\n                <div class=\"poem-lines\" id=\"poemLines\">\n                    <span class=\"line\">\u591c\u83ba\u557c\u7eff\u67f3\uff0c\u7693\u6708\u9192\u957f\u7a7a\u3002<\/span>\n                    <span class=\"line\">\u6700\u7231\u5784\u5934\u9ea6\uff0c\u8fce\u98ce\u7b11\u843d\u7ea2\u3002<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Customs -->\n    <section class=\"customs\" id=\"customs\">\n        <div class=\"section-header reveal\">\n            <div class=\"section-label\">\u4e60\u4fd7<\/div>\n            <h2 class=\"section-title\">\u6c11\u95f4\u98ce\u4fd7<\/h2>\n        <\/div>\n        <div class=\"customs-grid\">\n            <div class=\"custom-item reveal\">\n                <span class=\"custom-icon\">\ud83c\udf3e<\/span>\n                <h3>\u796d\u8f66\u795e<\/h3>\n                <p>\u65e7\u65f6\u6c34\u8f66\u662f\u519c\u5bb6\u547d\u8109\uff0c\u5c0f\u6ee1\u65f6\u8282\uff0c\u4eba\u4eec\u5728\u6c34\u8f66\u524d\u6446\u4e0a\u9c7c\u8089\u3001\u9999\u70db\u796d\u62dc\u8f66\u795e\uff0c\u7948\u6c42\u6c34\u6e90\u5145\u8db3\u3001\u5e84\u7a3c\u4e30\u6536\u3002\u796d\u54c1\u4e2d\u5fc5\u6709\u4e00\u676f\u767d\u6c34\uff0c\u796d\u65f6\u6cfc\u5165\u7530\u95f4\uff0c\u5bd3\u610f\u6c34\u6e90\u6d8c\u65fa\u3002<\/p>\n            <\/div>\n            <div class=\"custom-item reveal reveal-delay-1\">\n                <span class=\"custom-icon\">\ud83d\udc1b<\/span>\n                <h3>\u7948\u8695\u8282<\/h3>\n                <p>\u6c5f\u6d59\u4e00\u5e26\uff0c\u5c0f\u6ee1\u662f\u8695\u795e\u8bde\u8fb0\u3002\u8695\u519c\u4eec\u5728\u8fd9\u4e00\u5929\u4e3e\u884c\u76db\u5927\u7684\u7948\u8695\u4eea\u5f0f\uff0c\u4f9b\u5949\u8695\u795e\u5ad8\u7956\uff0c\u7948\u6c42\u8695\u8327\u4e30\u6536\u3002\u8695\u4e1d\u662f\u53e4\u4ee3\u91cd\u8981\u7684\u7ecf\u6d4e\u6765\u6e90\uff0c\u8695\u4e8b\u5173\u7cfb\u7740\u4e00\u5bb6\u4eba\u7684\u751f\u8ba1\u3002<\/p>\n            <\/div>\n            <div class=\"custom-item reveal reveal-delay-2\">\n                <span class=\"custom-icon\">\ud83e\udd6c<\/span>\n                <h3>\u98df\u82e6\u83dc<\/h3>\n                <p>&#8220;\u6625\u98ce\u5439\uff0c\u82e6\u83dc\u957f\uff0c\u8352\u6ee9\u91ce\u5730\u662f\u7cae\u4ed3\u3002&#8221;\u5c0f\u6ee1\u65f6\u8282\u82e6\u83dc\u6b63\u5ae9\uff0c\u6c11\u95f4\u6709\u5403\u82e6\u83dc\u7684\u4e60\u4fd7\u3002\u82e6\u83dc\u6e05\u70ed\u89e3\u6bd2\uff0c\u662f\u5929\u7136\u7684\u65f6\u4ee4\u91ce\u83dc\uff0c\u627f\u8f7d\u7740\u5148\u6c11\u5728\u8270\u82e6\u5c81\u6708\u4e2d\u7684\u751f\u5b58\u667a\u6167\u3002<\/p>\n            <\/div>\n            <div class=\"custom-item reveal reveal-delay-3\">\n                <span class=\"custom-icon\">\ud83c\udf3f<\/span>\n                <h3>\u62a2\u6c34\u704c\u6e89<\/h3>\n                <p>\u5c0f\u6ee1\u65f6\u8282\uff0c\u519c\u4eba\u9ece\u660e\u5373\u8d77\uff0c\u4e89\u62a2\u6cb3\u6e20\u4e4b\u6c34\u704c\u6e89\u519c\u7530\u3002&#8221;\u62a2\u6c34&#8221;\u662f\u519c\u4e8b\u4e2d\u7684\u5927\u4e8b\uff0c\u5173\u7cfb\u5230\u590f\u6536\u7684\u6210\u8d25\u3002\u4f17\u4eba\u5408\u529b\uff0c\u6c34\u8f66\u9f50\u8f6c\uff0c\u7530\u91ce\u751f\u673a\u52c3\u52c3\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Philosophy -->\n    <section class=\"philosophy\" id=\"philosophy\">\n        <div class=\"reveal\">\n            <p class=\"philosophy-quote\">\n                \u6708\u6ee1\u5219\u4e8f\uff0c\u6c34\u6ee1\u5219\u6ea2<br>\n                \u5c0f\u6ee1\u8005\uff0c\u6ee1\u800c\u4e0d\u635f\u4e5f<br>\n                \u6ee1\u800c\u4e0d\u76c8\u4e5f\uff0c\u6ee1\u800c\u4e0d\u6ea2\u4e5f\n            <\/p>\n            <p class=\"philosophy-source\">\u2014\u2014 \u300a\u6708\u4ee4\u4e03\u5341\u4e8c\u5019\u96c6\u89e3\u300b<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Wellness -->\n    <section class=\"wellness\" id=\"wellness\">\n        <div class=\"wellness-inner\">\n            <div class=\"section-header reveal\">\n                <div class=\"section-label\">\u517b\u751f<\/div>\n                <h2 class=\"section-title\">\u5c0f\u6ee1\u517b\u751f<\/h2>\n            <\/div>\n            <div class=\"wellness-grid\">\n                <div class=\"wellness-card reveal\">\n                    <h4>\u6e05\u70ed\u5229\u6e7f<\/h4>\n                    <p>\u5c0f\u6ee1\u540e\u6e7f\u70ed\u6e10\u76db\uff0c\u996e\u98df\u5b9c\u6e05\u6de1\uff0c\u591a\u5403\u8d64\u5c0f\u8c46\u3001\u858f\u7c73\u3001\u51ac\u74dc\u7b49\u5229\u6e7f\u4e4b\u54c1\u3002\u5c11\u98df\u8f9b\u8fa3\u6cb9\u817b\uff0c\u4ee5\u514d\u52a9\u6e7f\u751f\u70ed\uff0c\u4f24\u53ca\u813e\u80c3\u3002<\/p>\n                <\/div>\n                <div class=\"wellness-card reveal reveal-delay-1\">\n                    <h4>\u517b\u62a4\u5fc3\u9633<\/h4>\n                    <p>\u590f\u5b63\u5fc3\u6c14\u5f53\u4ee4\uff0c\u5c0f\u6ee1\u65f6\u8282\u5c24\u9700\u517b\u5fc3\u3002\u4fdd\u6301\u5fc3\u5883\u5e73\u548c\uff0c\u907f\u514d\u5927\u559c\u5927\u6012\u3002\u5348\u540e\u53ef\u5c0f\u61a9\u7247\u523b\uff0c\u4ee5\u517b\u5fc3\u795e\uff0c\u6062\u590d\u7cbe\u529b\u3002<\/p>\n                <\/div>\n                <div class=\"wellness-card reveal reveal-delay-2\">\n                    <h4>\u9002\u5ea6\u8fd0\u52a8<\/h4>\n                    <p>\u9009\u62e9\u6e05\u6668\u6216\u508d\u665a\u8fd0\u52a8\uff0c\u4ee5\u6563\u6b65\u3001\u592a\u6781\u3001\u516b\u6bb5\u9526\u4e3a\u5b9c\u3002\u8fd0\u52a8\u81f3\u5fae\u5fae\u51fa\u6c57\u5373\u53ef\uff0c\u5207\u5fcc\u5927\u6c57\u6dcb\u6f13\uff0c\u4ee5\u514d\u9633\u6c14\u5916\u6cc4\u3002<\/p>\n                <\/div>\n                <div class=\"wellness-card reveal reveal-delay-3\">\n                    <h4>\u9632\u70ed\u907f\u6e7f<\/h4>\n                    <p>\u5c0f\u6ee1\u540e\u96e8\u6c34\u589e\u591a\uff0c\u5c45\u6240\u5b9c\u4fdd\u6301\u901a\u98ce\u5e72\u71e5\u3002\u8863\u7269\u52e4\u6362\u6d17\uff0c\u907f\u514d\u6e7f\u90aa\u4fb5\u88ad\u3002\u5916\u51fa\u5907\u96e8\u5177\uff0c\u52ff\u8d2a\u51c9\u9732\u5bbf\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-mark\">\u5c0f\u6ee1<\/div>\n        <p>\u4e8c\u5341\u56db\u8282\u6c14 \u00b7 \u5c0f\u6ee1 \u00b7 \u5c06\u6ee1\u672a\u6ee1<\/p>\n    <\/footer>\n\n    <script>\n        \/\/ Custom cursor\n        const cursor = document.getElementById('cursor');\n        const trails = [];\n        const trailCount = 5;\n\n        for (let i = 0; i < trailCount; i++) {\n            const trail = document.createElement('div');\n            trail.className = 'cursor-trail';\n            document.body.appendChild(trail);\n            trails.push({ el: trail, x: 0, y: 0 });\n        }\n\n        let mouseX = 0, mouseY = 0;\n        document.addEventListener('mousemove', (e) => {\n            mouseX = e.clientX;\n            mouseY = e.clientY;\n            cursor.style.left = mouseX - 6 + 'px';\n            cursor.style.top = mouseY - 6 + 'px';\n        });\n\n        function animateTrails() {\n            trails.forEach((trail, i) => {\n                const delay = (i + 1) * 0.08;\n                trail.x += (mouseX - trail.x) * delay;\n                trail.y += (mouseY - trail.y) * delay;\n                trail.el.style.left = trail.x - 2 + 'px';\n                trail.el.style.top = trail.y - 2 + 'px';\n                trail.el.style.opacity = 0.5 - i * 0.08;\n            });\n            requestAnimationFrame(animateTrails);\n        }\n        animateTrails();\n\n        document.querySelectorAll('a, .phenology-card, .custom-item, .wellness-card').forEach(el => {\n            el.addEventListener('mouseenter', () => cursor.classList.add('hover'));\n            el.addEventListener('mouseleave', () => cursor.classList.remove('hover'));\n        });\n\n        \/\/ Loader\n        window.addEventListener('load', () => {\n            setTimeout(() => {\n                document.getElementById('loader').classList.add('hidden');\n            }, 2000);\n        });\n\n        \/\/ Nav scroll\n        const nav = document.getElementById('nav');\n        window.addEventListener('scroll', () => {\n            nav.classList.toggle('scrolled', window.scrollY > 100);\n        });\n\n        \/\/ Generate wheat field\n        const wheatField = document.getElementById('wheatField');\n        for (let i = 0; i < 60; i++) {\n            const stalk = document.createElement('div');\n            stalk.className = 'wheat-stalk';\n            stalk.style.left = Math.random() * 100 + '%';\n            stalk.style.height = (Math.random() * 80 + 60) + '%';\n            stalk.style.animationDelay = Math.random() * 4 + 's';\n            stalk.style.animationDuration = (Math.random() * 2 + 3) + 's';\n            wheatField.appendChild(stalk);\n        }\n\n        \/\/ Generate particles\n        const particlesContainer = document.getElementById('particles');\n        function createParticle() {\n            const p = document.createElement('div');\n            p.className = 'particle';\n            p.style.left = Math.random() * 100 + '%';\n            p.style.animationDuration = (Math.random() * 10 + 12) + 's';\n            p.style.animationDelay = Math.random() * 5 + 's';\n            p.style.width = p.style.height = (Math.random() * 3 + 2) + 'px';\n            particlesContainer.appendChild(p);\n            setTimeout(() => p.remove(), 20000);\n        }\n        for (let i = 0; i < 15; i++) setTimeout(createParticle, i * 600);\n        setInterval(createParticle, 4000);\n\n        \/\/ Reveal on scroll\n        const revealElements = document.querySelectorAll('.reveal');\n        const revealObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) entry.target.classList.add('visible');\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -60px 0px' });\n        revealElements.forEach(el => revealObserver.observe(el));\n\n        \/\/ Poem line reveal\n        const poemLines = document.querySelectorAll('.poem-lines .line');\n        const poemObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    poemLines.forEach((line, i) => {\n                        setTimeout(() => line.classList.add('visible'), i * 400);\n                    });\n                }\n            });\n        }, { threshold: 0.5 });\n        poemObserver.observe(document.getElementById('poemLines'));\n\n        \/\/ Smooth scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>\u5c0f\u6ee1 \u00b7 \u5c06\u6ee1\u672a\u6ee1 \u5c0f\u6ee1 \u4e8c\u5341\u56db\u8282\u6c14 \u4e09\u5019 \u8bd7\u8bcd \u4e60\u4fd7 \u54f2\u601d \u517b\u751f \u5c0f\u6ee1 \u5c06\u6ee1\u672a\u6ee1 \u4eba\u751f\u6700\u597d\u662f\u5c0f\u6ee1 \u519c\u5386\u56db\u6708\u5eff [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1159,"comment_status":"open","ping_status":"open","sticky":false,"template":"wp-custom-template-2","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1158","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-10"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/comments?post=1158"}],"version-history":[{"count":1,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1158\/revisions"}],"predecessor-version":[{"id":1160,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/posts\/1158\/revisions\/1160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/media\/1159"}],"wp:attachment":[{"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/media?parent=1158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/categories?post=1158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.365ycs.com\/index.php\/wp-json\/wp\/v2\/tags?post=1158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}