@charset "UTF-8";@font-face{font-family:DouyinSans;src:url(https://static.deerlight.cn/landing/fonts/DouyinSansBold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:AlibabaSans-Regular;src:url(https://static.deerlight.cn/landing/fonts/AlibabaSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AlibabaSans-Bold;src:url(https://static.deerlight.cn/landing/fonts/AlibabaSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--primary: #f97316;--primary-light: #ffedd5;--primary-dark: #c2410c;--text: #292524;--text-secondary: #78716c;--background: #ffffff;--radius: .75rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:AlibabaSans-Regular,PingFang SC,Microsoft YaHei,sans-serif;color:#292524;line-height:1.75;letter-spacing:.05em;background:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:DouyinSans,PingFang SC,Microsoft YaHei,sans-serif;font-weight:700;line-height:1.25;letter-spacing:.05em}h1{font-size:clamp(3.375rem,5vw,5.625rem)}h2{font-size:clamp(2.25rem,4vw,3.375rem)}h3{font-size:clamp(1.875rem,3vw,2.25rem)}p{line-height:1.75}a{color:inherit;text-decoration:none;transition:color .25s ease}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1700px;margin:0 auto;padding-left:clamp(1rem,5vw,10rem);padding-right:clamp(1rem,5vw,10rem)}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:AlibabaSans-Bold,PingFang SC,Microsoft YaHei,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease;text-decoration:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 0 40px #f973164d}.btn:hover:before{opacity:1}.btn:active{transform:translateY(0)}.btn-outline{background:transparent;color:#f97316;border:2px solid #f97316}.btn-outline:before{background:#f97316;opacity:0}.btn-outline:hover{color:#fff;box-shadow:0 4px 6px #00000012}.btn-outline:hover:before{opacity:1}.btn-ghost{background:transparent;color:#292524}.btn-ghost:hover{color:#f97316;background:#fff8f0;box-shadow:none}.btn-lg{padding:1rem 2rem;font-size:1.6875rem}.btn-sm{padding:.5rem 1rem;font-size:1.3125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounceDown{0%,to{transform:translateY(0) rotate(45deg);opacity:1}50%{transform:translateY(8px) rotate(45deg);opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in-up{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-scale-in{animation:scaleIn .5s cubic-bezier(.16,1,.3,1) forwards}.animate-float{animation:float 3s ease-in-out infinite}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f4}::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#a8a29e}::selection{background:#fed7aa;color:#7c2d12}:focus-visible{outline:2px solid #f97316;outline-offset:2px}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;transition:all .25s ease}.card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-title{font-size:clamp(2.25rem,4vw,3.375rem);color:#292524;margin-bottom:1rem}.section-header .section-title.highlight{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header .section-subtitle{font-size:1.6875rem;color:#78716c;max-width:600px;margin:0 auto}.decorative-dot{width:8px;height:8px;border-radius:50%;background:#f97316}.decorative-line{width:60px;height:4px;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border-radius:9999px}.navbar{position:fixed;top:0;left:0;width:100%;z-index:300;padding:1rem 0;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(231,229,228,.5);transition:all .25s ease}.navbar.scrolled{box-shadow:0 4px 6px #00000012;padding:.75rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1700px;margin:0 auto;padding:0 clamp(1.5rem,5vw,6rem)}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .25s ease}.logo img{height:60px;width:auto;transition:transform .25s ease}.logo:hover{transform:scale(1.02)}.logo:hover img{transform:scale(1.05)}.nav-links{display:flex;align-items:center;list-style:none;gap:.5rem}.nav-links li{position:relative}.nav-links a{display:block;padding:.5rem 1rem;font-size:1.5rem;font-weight:500;color:#292524;text-decoration:none;border-radius:.75rem;transition:all .25s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:4px;left:50%;width:0;height:2px;background:#f97316;border-radius:9999px;transition:all .25s ease;transform:translate(-50%)}.nav-links a:hover{color:#f97316}.nav-links a.active{color:#ea580c;font-weight:600}.nav-links a.active:after{width:20px}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:transparent;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:100%;height:2px;background:#292524;border-radius:9999px;transition:all .25s ease}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:last-child{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.nav-container{padding:0 1.5rem}.nav-links{gap:.25rem}.nav-links a{padding:.5rem .75rem;font-size:1.3125rem}}@media(max-width:768px){.navbar{padding:.75rem 0}.logo img{height:44px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem;border-bottom:1px solid #e7e5e4;box-shadow:0 10px 15px #0000001a;gap:.5rem}.nav-links.open{display:flex;animation:fadeIn .3s ease}.nav-links li{width:100%}.nav-links a{width:100%;padding:.75rem 1rem;text-align:center;border-radius:.5rem}.nav-links a:after{display:none}.mobile-menu-btn{display:flex}}.footer{background:#f5f5f4;padding:2.5rem 0;margin-top:3rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;width:90%;max-width:1200px;margin:0 auto}.footer-section{flex:1;margin-right:1.5rem;min-width:200px}.footer-section h3{margin-bottom:1rem;color:#f97316}.footer-section p,.footer-section a{margin-bottom:.5rem;display:block;color:#78716c;text-decoration:none;font-size:1.3125rem}.footer-section a:hover{color:#f97316}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links li a{color:#78716c;text-decoration:none;font-size:1.3125rem;transition:color .25s ease}.footer-links li a:hover{color:#f97316}.social-icons{display:flex;margin-top:1rem}.social-icons a{margin-right:.75rem;font-size:1.875rem;color:#78716c}.social-icons a:hover{color:#f97316}.social-icons a img{width:30px;height:30px}.qr-code{width:160px;height:160px;border-radius:.75rem}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e7e5e4;width:90%;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom p{font-size:1.3125rem;color:#78716c;margin:0}@media(max-width:1024px){.footer-content{gap:1.5rem}.footer-section{min-width:180px;margin-right:1rem}}@media(max-width:768px){.footer{padding:2rem 0;margin-top:2rem}.footer-content{width:100%;padding:0 1.25rem}.footer-section{flex:0 0 calc(50% - 1rem);margin-right:0;margin-bottom:1.5rem;min-width:auto}.qr-code{width:100px;height:100px}.footer-bottom{width:100%;padding:1rem 1.25rem 0}}@media(max-width:640px){.footer{padding:1.5rem 0}.footer-content{flex-direction:column;padding:0 1rem}.footer-section{flex:none;width:100%;text-align:center;margin-bottom:1.25rem}.footer-section h3{font-size:1.5rem}.social-icons{justify-content:center}.qr-code{margin:0 auto}.footer-bottom{margin-top:1rem}.footer-bottom p{font-size:1.125rem}}@media(max-width:375px){.footer-section p,.footer-section a,.footer-links li a{font-size:1.125rem}.social-icons a img{width:24px;height:24px}.qr-code{width:90px;height:90px}}.layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;margin-top:76px;animation:fadeIn .4s ease forwards}@media(max-width:768px){.main-content{margin-top:64px}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.home-page{background:#fff;overflow-x:hidden}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:3rem 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1700px;padding:0 clamp(1.5rem,5vw,6rem)}.hero-content{flex:0 0 45%}.hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;color:#292524;margin-bottom:.75rem;line-height:1.25;white-space:nowrap;min-height:1.2em}.hero-title .highlight{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor{display:inline-block;color:#f97316;font-weight:400;animation:blink 1s step-end infinite;margin-left:2px}.cursor.hidden{opacity:0;animation:none}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{font-size:1.875rem;color:#78716c;margin-bottom:3rem;line-height:1.75;min-height:1.6em;opacity:0}.hero-subtitle.visible{opacity:1}.hero .btn{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.hero .btn.visible{opacity:1;transform:translateY(0)}.btn-animate{position:relative;overflow:hidden}.btn-animate:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-animate:hover:after{width:300px;height:300px}.hero-image{flex:0 0 50%;text-align:center;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .3s both}.hero-image img{max-width:100%;border-radius:.75rem}.scroll-indicator{text-align:center;margin-top:-1rem;margin-bottom:2.5rem;animation:float 2s ease-in-out infinite}.scroll-indicator p{color:#78716c;font-size:1.3125rem;margin-bottom:.5rem}.scroll-indicator .scroll-arrow{width:16px;height:16px;margin:0 auto;border-right:2px solid #78716c;border-bottom:2px solid #78716c;transform:rotate(45deg)}.keywords{background:#f5f5f4;padding:2.5rem 0;text-align:center}.keywords .keyword-item{opacity:0}.keywords.animate-in .keyword-item{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.keyword-list{display:flex;justify-content:center;gap:clamp(2rem,12vw,220px);flex-wrap:wrap}.keyword-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .25s ease}.keyword-item:hover{transform:translateY(-6px)}.keyword-item:hover .keyword-icon{transform:scale(1.1)}.keyword-icon{width:40px;height:40px;transition:transform .25s ease}.keyword-text{font-size:1.6875rem;color:#292524;letter-spacing:.05em}.features{display:flex;flex-direction:column;align-items:center;margin-top:3rem;background:#fff}.feature-item{display:flex;align-items:center;width:100%;max-width:1700px;margin-bottom:2.5rem;margin-top:3rem;padding:0 clamp(1.5rem,5vw,6rem);gap:4rem;opacity:0;transform:translateY(30px)}.feature-item.animate-in{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.feature-item.reverse{flex-direction:row-reverse}.feature-item.reverse .feature-content{text-align:right}.feature-item.reverse .feature-text{margin-left:auto}.feature-image{flex:0 0 40%;overflow:hidden;border-radius:.75rem}.feature-image img{width:100%;height:auto;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.feature-image:hover img{transform:scale(1.05)}.feature-content{flex:1;padding:2rem}.feature-title{font-size:clamp(2.25rem,3vw,3.375rem);font-weight:700;margin-bottom:.75rem;color:#f97316}.feature-text{font-size:1.5rem;color:#78716c;line-height:1.75;max-width:500px}.testimonials{background:#f5f5f4;padding:3rem 1rem;position:relative;overflow:hidden}.testimonials .section-title{opacity:0}.testimonials.animate-in .section-title{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.testimonials .section-title{text-align:center;margin-bottom:1.5rem}.testimonials .section-title h2{font-size:clamp(2.25rem,4vw,2.8125rem);color:#f97316;margin-bottom:.75rem}.testimonials .section-title p{font-size:1.5rem;color:#78716c}.testimonials-grid{display:flex;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.testimonial-item{flex:0 0 100%;min-width:100%;padding:1.5rem;text-align:center;transition:opacity .5s ease;opacity:0}.testimonial-item.active{opacity:1}.testimonial-avatar{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #f97316}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-author{font-size:1.6875rem;font-weight:600;color:#292524;margin-bottom:.25rem}.testimonial-role{font-size:1.3125rem;color:#78716c;margin-bottom:1rem}.testimonial-text{font-size:1.5rem;color:#78716c;line-height:2;max-width:800px;margin:1.5rem auto}.carousel-controls{position:absolute;width:100%;max-width:1700px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;padding:0 2rem;pointer-events:none}.carousel-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f97316;border:none;border-radius:50%;font-size:1.875rem;color:#fff;cursor:pointer;pointer-events:auto;transition:all .25s ease}.carousel-button:hover{background:#ea580c;transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.cta{text-align:center;padding:3rem 0;background:#fff;opacity:0}.cta.animate-in{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.cta.animate-in .qr-code{animation:scaleUp .6s cubic-bezier(.16,1,.3,1) .2s forwards}.cta .cta-title{font-size:clamp(2.25rem,4vw,2.8125rem);color:#292524;margin-bottom:1rem}.cta .cta-text{font-size:1.5rem;color:#78716c;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .qr-code{width:280px;height:280px;margin:0 auto 1rem;background:#fff;padding:.75rem;border-radius:.75rem;box-shadow:0 4px 6px #00000012;transition:transform .25s ease,box-shadow .25s ease}.cta .qr-code img{width:100%;height:100%}.cta .qr-code:hover{transform:scale(1.05);box-shadow:0 10px 15px #0000001a}.cta p:last-child{font-size:1.3125rem;color:#a8a29e}@media(max-width:1280px){.hero{padding:2.5rem 0}}@media(max-width:1024px){.hero{min-height:auto;padding:2rem 0}.hero-title{font-size:3.375rem;white-space:normal}.feature-item{gap:1.5rem}.feature-item.reverse .feature-content{text-align:left}.feature-content{padding:1rem}.carousel-controls{padding:0 1rem}}@media(max-width:768px){.hero{padding:2rem 1.25rem}.hero-inner{flex-direction:column;text-align:center;padding:0 1.25rem}.hero-content{flex:none;width:100%;margin-bottom:2rem}.hero-title{font-size:2.8125rem;line-height:1.3}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem}.hero-image{flex:none;width:100%}.scroll-indicator{display:none}.keywords{padding:2rem 1rem}.keyword-list{gap:1.5rem}.keyword-icon{width:36px;height:36px}.keyword-text{font-size:1.5rem}.features{margin-top:2rem}.feature-item{flex-direction:column!important;padding:0 1.25rem;margin-top:2rem;margin-bottom:1.5rem;gap:1.25rem}.feature-item.reverse .feature-content{text-align:center}.feature-image{flex:none;width:100%}.feature-content{flex:none;width:100%;padding:1rem;text-align:center}.feature-title{font-size:2.25rem}.testimonials{padding:2.5rem 1rem}.testimonials .section-title h2{font-size:2.25rem}.testimonial-text{margin:1rem .5rem}.carousel-controls{position:static;transform:none;justify-content:center;gap:2.5rem;margin-top:1.5rem;padding:0}.cta{padding:2.5rem 1.25rem}.qr-code{width:160px;height:160px}}@media(max-width:640px){.hero{padding:1.5rem 1rem}.hero-inner{padding:0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.3125rem;margin-bottom:1.5rem}.keyword-list{flex-direction:column;gap:1rem}.feature-item{padding:0 1rem;margin-top:1.5rem;margin-bottom:1rem}.feature-title{font-size:1.875rem;line-height:1.3}.feature-text{font-size:1.3125rem}.testimonials{padding:2rem .75rem}.testimonial-avatar{width:64px;height:64px}.testimonial-author{font-size:1.5rem}.testimonial-text{font-size:1.3125rem;line-height:1.75;margin:.75rem 0}.carousel-button{width:36px;height:36px;font-size:1.5rem}.cta{padding:2rem 1rem}.cta-title{font-size:1.875rem}.cta-text{font-size:1.3125rem}.qr-code{width:140px;height:140px}}@media(max-width:375px){.hero-title{font-size:1.875rem}.keyword-item{flex-direction:row;gap:.75rem}.keyword-icon{width:28px;height:28px}.keyword-text{font-size:1.3125rem}.feature-title{font-size:1.6875rem}}.our-story-page{background:#fff;padding:3rem 0}.story-content{max-width:800px;margin:0 auto;padding:0 1.25rem}.story-content .section-title{font-size:clamp(2.8125rem,5vw,3.375rem);color:#292524;text-align:center;margin-bottom:2.5rem}.story-content h2{font-size:clamp(1.875rem,3vw,2.25rem);color:#292524;margin:3rem 0 1.5rem;line-height:1.4}.story-content p{font-size:1.6875rem;color:#78716c;line-height:2;margin-bottom:1.25rem;text-align:justify}.story-content p em{font-style:italic;font-weight:500}.story-content .story-quote{font-size:1.875rem;font-style:italic;color:#f97316;padding:1.25rem 1.5rem;margin:1.5rem 0;border-left:4px solid #f97316;line-height:1.75}.story-content .story-image{width:50%;height:auto;display:block;margin:1.5rem auto;border-radius:.75rem}.story-content .story-image:first-of-type{width:20%}.story-content .back-home{text-align:center;margin-top:3rem}.story-content .btn{display:inline-block!important;width:auto!important;padding:.75rem 1.5rem;background:#fb923c;color:#fff;font-size:1.5rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .25s ease}.story-content .btn:hover{background:#f97316}@media(max-width:768px){.our-story-page{padding:2rem 0}.story-content{padding:0 1rem}.story-content .section-title{font-size:2.8125rem;margin-bottom:2rem}.story-content h2{font-size:1.875rem;margin:2rem 0 1rem}.story-content p{font-size:1.5rem}.story-content .story-quote{font-size:1.5rem;padding:1rem 1.25rem}.story-content .story-image{width:70%}.story-content .story-image:first-of-type{width:30%}}@media(max-width:640px){.our-story-page{padding:1.5rem 0}.story-content{padding:0 1rem}.story-content .section-title{font-size:2.25rem}.story-content h2{font-size:1.6875rem;margin:1.5rem 0 .75rem}.story-content p{font-size:1.3125rem;margin-bottom:1rem}.story-content .story-quote{font-size:1.3125rem;padding:.75rem 1rem;margin:1rem 0}.story-content .story-image{width:80%;margin:1rem auto}.story-content .story-image:first-of-type{width:35%}.story-content .back-home{margin-top:2rem}}@media(max-width:375px){.story-content .section-title{font-size:1.875rem}.story-content h2{font-size:1.5rem}.story-content .story-image{width:90%}.story-content .story-image:first-of-type{width:40%}}.blog-page{background:#fff;padding:3rem 0;min-height:calc(100vh - 200px)}.section-title{font-size:clamp(2.25rem,4vw,2.8125rem);text-align:center;margin-bottom:.75rem;color:#f97316;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.section-subtitle{font-size:1.5rem;color:#78716c;text-align:center;margin-bottom:2rem;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .1s both}.tag-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:0 1rem;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .2s both}.tag-btn{padding:.5rem 1rem;border-radius:9999px;border:none;font-size:1.3125rem;font-weight:500;transition:all .25s ease;background:#f5f5f4;color:#78716c;cursor:pointer}.tag-btn:hover{transform:translateY(-2px)}.tag-btn.active{background:#4a90e2;color:#fff}.tag-btn.family{background:#fff1f1;color:#666}.tag-btn.family.active{background:#ff4d4d;color:#fff}.tag-btn.youth{background:#ebfaeb;color:#666}.tag-btn.youth.active{background:#28a745;color:#fff}.tag-btn.life{background:#fef9e7;color:#666}.tag-btn.life.active{background:#ffc107;color:#fff}.tag-btn.love{background:#fff2f7;color:#666}.tag-btn.love.active{background:#e83e8c;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1700px;margin:2rem auto 0;padding:0 4rem}.blog-card{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.blog-card.hidden{display:none}.card-img{width:100%;height:200px;object-fit:cover}.card-content{flex:1;display:flex;flex-direction:column;padding:1.25rem}.card-title{font-size:1.6875rem;font-weight:600;color:#292524;margin-bottom:.5rem;line-height:1.25}.blog-meta{display:flex;color:#78716c;font-size:1.3125rem;margin-bottom:.75rem}.blog-meta span{margin-right:.75rem}.blog-excerpt{font-size:1.3125rem;color:#78716c;line-height:1.75;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-family{padding-top:1rem;margin-top:auto;border-top:1px solid #e7e5e4}.blog-family .blog-family-title{font-size:1.3125rem;font-weight:500;color:#f97316;margin-bottom:.25rem}.blog-family .blog-family-comment{font-size:1.3125rem;color:#78716c;line-height:1.5}.blog-card .btn-outline{display:inline-block;padding:.5rem 1rem;margin-top:1rem;font-size:1.3125rem;color:#f97316;background:transparent;border:1px solid #f97316;border-radius:.5rem;text-decoration:none;transition:all .25s ease}.blog-card .btn-outline:hover{background:#f97316;color:#fff}@media(max-width:1280px){.blog-grid{grid-template-columns:repeat(3,1fr);padding:0 2.5rem}}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}}@media(max-width:768px){.blog-page{padding:2rem 0}.section-title{font-size:2.25rem}.section-subtitle{margin-bottom:1.5rem}.tag-filter{gap:.5rem;margin-bottom:1.5rem;padding:0 1rem}.tag-btn{padding:.5rem .75rem;font-size:1.125rem}.blog-grid{gap:1.25rem;padding:0 1rem;margin-top:1.5rem}.card-img{height:160px}.card-content{padding:1rem}.card-title{font-size:1.5rem}.blog-meta{font-size:1.125rem}.blog-excerpt{font-size:1.125rem;-webkit-line-clamp:2}.blog-family .blog-family-title,.blog-family .blog-family-comment{font-size:1.125rem}}@media(max-width:640px){.blog-page{padding:1.5rem 0}.blog-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.card-img{height:180px}.tag-filter{padding:0 .75rem}.tag-btn{padding:.25rem .75rem}}@media(max-width:375px){.section-title{font-size:1.875rem}.section-subtitle{font-size:1.3125rem}}.blog-post-page{background:#fffcfa;padding:3rem 0;min-height:calc(100vh - 200px)}.blog-post-page .container{max-width:960px;padding:0 1.5rem}.post-content{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 6px #00000012}.post-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e7e5e4}.post-title{font-size:clamp(2.25rem,4vw,3.375rem);color:#292524;margin-bottom:1rem;line-height:1.25}.post-meta{display:flex;justify-content:center;gap:1.25rem}.post-meta span{font-size:1.5rem;color:#78716c}.post-meta span:not(:last-child):after{content:"·";margin-left:1.25rem;color:#d6d3d1}.post-image{margin-bottom:1.5rem;border-radius:1rem;overflow:hidden}.post-image img{width:100%;height:auto;display:block}.post-body{margin-bottom:1.5rem}.post-body p{font-size:1.6875rem;color:#78716c;line-height:2;margin-bottom:1.25rem;text-align:justify}.post-body p:first-child:first-letter{font-size:4.5rem;font-weight:700;color:#fb923c;float:left;margin-right:.75rem;margin-top:.25rem;line-height:1}.family-comment{background:#f973161a;padding:1.5rem;border-radius:1rem;margin:2rem 0;border-left:4px solid #fb923c}.family-comment h3{font-size:1.5rem;color:#f97316;margin-bottom:.75rem}.family-comment p{font-size:1.5rem;color:#78716c;line-height:1.75;margin:0;font-style:italic}.post-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e7e5e4;margin-top:2rem}.post-footer .btn{display:inline-block!important;width:auto!important;padding:.75rem 1.5rem;background:#fb923c;border-radius:9999px;color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .25s ease}.post-footer .btn:hover{background:#f97316}@media(max-width:768px){.blog-post-page{padding:2rem 0}.post-content{padding:1.5rem;border-radius:1rem}.post-title{font-size:2.25rem}.post-meta{gap:.75rem}.post-meta span{font-size:1.3125rem}.post-meta span:not(:last-child):after{margin-left:.75rem}.post-body p{font-size:1.5rem}.post-body p:first-child:first-letter{font-size:3.375rem}.family-comment{padding:1rem}}@media(max-width:640px){.blog-post-page{padding:1.5rem 0}.post-content{padding:1.25rem;border-radius:.75rem;margin:0 .75rem}.post-header{margin-bottom:1rem;padding-bottom:1rem}.post-title{font-size:1.875rem}.post-meta{flex-direction:column;gap:.25rem}.post-meta span:after{display:none}.post-body p{font-size:1.3125rem;margin-bottom:1rem}.post-body p:first-child:first-letter{font-size:2.8125rem}.family-comment{padding:1rem;margin:1.5rem 0;border-radius:.75rem}.family-comment h3,.family-comment p{font-size:1.3125rem}.post-footer{margin-top:1.5rem;padding-top:1rem}}@media(max-width:375px){.post-title{font-size:1.6875rem}.post-body p:first-child:first-letter{font-size:2.25rem}}.contact-page{background:#fff;padding:3rem 0;min-height:calc(100vh - 200px)}.section-title{font-size:clamp(2.25rem,4vw,2.8125rem);text-align:center;margin-bottom:.75rem;color:#f97316}.section-subtitle{font-size:1.5rem;color:#78716c;text-align:center;margin-bottom:2.5rem}.contact-wrapper{max-width:600px;margin:0 auto;padding:0 1.25rem}.contact-form{position:relative}.form-group{margin-bottom:1.25rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#78716c;font-weight:500;font-size:1.3125rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e7e5e4;border-radius:.5rem;font-size:1.5rem;font-family:AlibabaSans-Regular,PingFang SC,Microsoft YaHei,sans-serif;color:#292524;transition:all .25s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a8a29e}.form-group textarea{min-height:120px;resize:vertical;line-height:1.75}.form-group .form-tip{color:#a8a29e;font-size:1.125rem;margin-top:.5rem;display:block}.contact-form .btn,.contact-page .btn{width:100%;padding:1rem;font-size:1.5rem;font-weight:500;border-radius:.5rem;letter-spacing:.05em}.contact-form .btn:disabled,.contact-page .btn:disabled{background:#d6d3d1;cursor:not-allowed}.contact-form .btn:disabled:hover,.contact-page .btn:disabled:hover{transform:none;box-shadow:none}.message-box{background:#fff;padding:3rem 2rem;border-radius:.75rem;box-shadow:0 4px 6px #00000012;text-align:center}.message-box .message-icon{width:64px;height:64px;margin-bottom:1.25rem}.message-box h3{font-size:2.25rem;margin-bottom:.75rem;color:#292524}.message-box p{font-size:1.5rem;color:#78716c;margin-bottom:1.25rem;line-height:1.75}.message-box.success h3{color:#10b981}.message-box.error h3{color:#ef4444}.spinner{width:20px;height:20px;border:3px solid #e7e5e4;border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.contact-page{padding:2rem 0}.section-title{font-size:2.25rem}.section-subtitle{margin-bottom:1.5rem}.contact-wrapper{padding:0 1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.75rem}.message-box{padding:2rem 1.25rem}.message-box .message-icon{width:56px;height:56px}.message-box h3{font-size:1.875rem}}@media(max-width:640px){.contact-page{padding:1.5rem 0}.section-title{font-size:1.875rem}.section-subtitle{font-size:1.3125rem}.contact-wrapper{padding:0 1rem}.form-group label{font-size:1.125rem}.form-group input,.form-group textarea{font-size:1.3125rem}.message-box{padding:1.5rem 1rem}.message-box h3{font-size:1.6875rem}.message-box p{font-size:1.3125rem}}
