*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Arial,sans-serif}#app{width:100%;height:100%}.home-container[data-v-de259adb]{width:100%;font-family:Arial,sans-serif;overflow-x:hidden;transition:filter .5s ease}.home-container.idle-effect-1[data-v-de259adb]{filter:url(#swirl-filter)}.home-container.idle-effect-2[data-v-de259adb]{background:#000}.red-squares-container[data-v-de259adb]{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:10000;opacity:0;transition:opacity .3s ease}.red-squares-container.visible[data-v-de259adb]{opacity:1}.red-square[data-v-de259adb]{position:absolute;background-color:red;opacity:.8;animation:square-appear-de259adb .3s ease-out}@keyframes square-appear-de259adb{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:.8}}.light-rays-container[data-v-de259adb]{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:10000;opacity:0;transition:opacity .3s ease;overflow:hidden;background:radial-gradient(circle at center,#fff,#000)}.light-rays-container.visible[data-v-de259adb]{opacity:1}.light-center[data-v-de259adb]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#fff;border-radius:50%;box-shadow:0 0 20px 10px #ffffffe6}.light-center.expand[data-v-de259adb]{animation:center-expand-de259adb 4s linear forwards}@keyframes center-expand-de259adb{0%{width:10px;height:10px}62.5%{width:300px;height:300px}to{width:300vmax;height:300vmax}}.staff-overlay[data-v-de259adb]{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:20000;cursor:pointer}.staff-content[data-v-de259adb]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}.staff-logo[data-v-de259adb]{width:360px;height:360px;background:url(/images/LOGO_512_blue.png) center/80% no-repeat;opacity:0;transform:translateY(-20px);transition:all 1s ease-out}.staff-logo.visible[data-v-de259adb]{opacity:1;transform:translateY(0)}.staff-text[data-v-de259adb]{display:flex;justify-content:center;gap:20px;margin-bottom:0;transition:all 1s ease-out}.staff-text.move-down[data-v-de259adb]{transform:translateY(40px)}.staff-char[data-v-de259adb]{font-family:SimHei,Microsoft YaHei,黑体,sans-serif;font-size:180px;font-weight:700;color:#000;opacity:0;transform:scale(.5);animation:char-appear-de259adb .8s ease-out forwards;position:relative}@keyframes char-appear-de259adb{0%{opacity:0;transform:scale(.3) rotate(-15deg);filter:blur(10px)}50%{opacity:1;transform:scale(1.2) rotate(5deg);filter:blur(0)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}.staff-hint[data-v-de259adb]{font-size:18px;color:#666;animation:hint-pulse-de259adb 2s ease-in-out infinite}@keyframes hint-pulse-de259adb{0%,to{opacity:.5}50%{opacity:1}}@media(max-width:768px){.staff-char[data-v-de259adb]{font-size:60px}.staff-text[data-v-de259adb]{gap:10px}.staff-hint[data-v-de259adb]{font-size:14px}}@keyframes idle-swirl-de259adb{0%{filter:blur(8px);transform:scale(1) rotate(0)}25%{filter:blur(12px) contrast(1.2);transform:scale(.95) rotate(90deg)}50%{filter:blur(15px) contrast(1.3) brightness(1.1);transform:scale(.9) rotate(180deg)}75%{filter:blur(12px) contrast(1.2) brightness(1.05);transform:scale(.95) rotate(270deg)}to{filter:blur(8px);transform:scale(1) rotate(360deg)}}.home-header[data-v-de259adb]{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:999}.header-content[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px;position:relative}.header-right[data-v-de259adb]{display:flex;align-items:center;gap:30px}.hamburger-btn[data-v-de259adb]{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;flex-shrink:0}.hamburger-line[data-v-de259adb]{display:block;width:100%;height:2px;background-color:#333;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.line-top-open[data-v-de259adb]{transform:translateY(9px) rotate(45deg)}.line-mid-open[data-v-de259adb]{opacity:0;transform:scaleX(0)}.line-bot-open[data-v-de259adb]{transform:translateY(-9px) rotate(-45deg)}.language-switch[data-v-de259adb]{margin-left:20px}.lang-button[data-v-de259adb]{background-color:#06c;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:8px;width:80px;height:36px;box-sizing:border-box}.dropdown-arrow[data-v-de259adb]{font-size:10px}.lang-dropdown[data-v-de259adb]{position:relative}.dropdown-menu[data-v-de259adb]{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026;min-width:80px;z-index:1000}.dropdown-item[data-v-de259adb]{padding:8px 16px;cursor:pointer;color:#333;font-size:14px;transition:background-color .2s}.dropdown-item[data-v-de259adb]:first-child{border-radius:4px 4px 0 0}.dropdown-item[data-v-de259adb]:last-child{border-radius:0 0 4px 4px}.dropdown-item[data-v-de259adb]:hover{background-color:#f5f5f5;color:#06c}.lang-button[data-v-de259adb]:hover{background-color:#138496}.logo[data-v-de259adb]{display:flex;align-items:center;gap:12px}.logo-img[data-v-de259adb]{width:40px;height:40px;object-fit:contain}.logo h1[data-v-de259adb]{font-size:24px;color:#06c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.nav-menu ul[data-v-de259adb]{list-style:none;display:flex;gap:30px;margin:0;padding:0}.nav-menu a[data-v-de259adb]{text-decoration:none;color:#333;font-size:16px;font-weight:500;transition:color .3s}.nav-menu a[data-v-de259adb]:hover{color:#06c}.hero-section[data-v-de259adb]{background:linear-gradient(135deg,#0d7fa8,#06c,#1dc7e0);padding:120px 20px;text-align:center;position:relative;overflow:hidden;animation:hero-gradient-shift-de259adb 8s ease-in-out infinite}.hero-section[data-v-de259adb]:before{content:"";position:absolute;top:0;left:-20%;width:150%;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 20px,rgba(255,255,255,.03) 20px,rgba(255,255,255,.03) 40px);animation:hero-stripes-move-de259adb 20s linear infinite}.hero-section[data-v-de259adb]:after{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);border-radius:50%;animation:hero-pulse-de259adb 6s ease-in-out infinite}@keyframes hero-gradient-shift-de259adb{0%,to{background:linear-gradient(135deg,#0d7fa8,#06c,#1dc7e0)}33%{background:linear-gradient(135deg,#06c,#1dc7e0,#0d7fa8)}66%{background:linear-gradient(135deg,#1dc7e0,#0d7fa8,#06c)}}@keyframes hero-stripes-move-de259adb{0%{transform:translate(0)}to{transform:translate(40px)}}@keyframes hero-pulse-de259adb{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.8}}.hero-inner[data-v-de259adb]{max-width:860px;margin:0 auto}.hero-section h2[data-v-de259adb]{font-size:52px;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-section p[data-v-de259adb]{font-size:20px;color:#ffffffe6;margin:0 0 36px;line-height:1.6}.hero-tags[data-v-de259adb]{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px}.hero-tag[data-v-de259adb]{color:#fff;border:2px solid rgba(255,255,255,.8);padding:10px 24px;border-radius:25px;font-size:16px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;position:relative;overflow:hidden}.hero-tag[data-v-de259adb]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-tag[data-v-de259adb]:hover:before{left:100%}.tag-pop[data-v-de259adb]{background:linear-gradient(135deg,#ff646466,#ff963266);animation:tag-pop-animation-de259adb .5s ease-out}.tag-gradient[data-v-de259adb]{background:linear-gradient(135deg,#ffc10799,#ff572299);animation:tag-gradient-shift-de259adb 3s ease-in-out infinite;box-shadow:0 0 20px #ffc1074d}.tag-bounce[data-v-de259adb]{background:linear-gradient(135deg,#2ecc7166,#27ae6066);animation:tag-bounce-animation-de259adb 1.5s ease-in-out infinite}@keyframes tag-pop-animation-de259adb{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes tag-gradient-shift-de259adb{0%,to{background:linear-gradient(135deg,#ffc10799,#ff572299)}50%{background:linear-gradient(135deg,#ff572299,#ffc10799)}}@keyframes tag-bounce-animation-de259adb{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.btn-hero[data-v-de259adb]{display:inline-block;background:linear-gradient(135deg,#fff,#f0fcff);color:#06c;text-decoration:none;padding:16px 48px;font-size:18px;font-weight:700;border-radius:40px;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px #00000026;position:relative;overflow:hidden;border:2px solid transparent;animation:btn-pulse-de259adb 2s ease-in-out infinite}.btn-hero[data-v-de259adb]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,102,204,.1),transparent);transition:left .5s ease}.btn-hero[data-v-de259adb]:hover:before{left:100%}.btn-hero[data-v-de259adb]:hover{background:linear-gradient(135deg,#fff,#e8f5fd);transform:translateY(-4px) scale(1.02);box-shadow:0 8px 30px #0066cc4d;border-color:#0066cc4d}@keyframes btn-pulse-de259adb{0%,to{box-shadow:0 4px 20px #00000026}50%{box-shadow:0 6px 25px #0066cc40}}.advantages-section[data-v-de259adb]{padding:100px 0;background:linear-gradient(135deg,#f8fbfc,#e8f4f8,#f8fbfc);position:relative;overflow:hidden}.advantages-section[data-v-de259adb]:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,102,204,.05) 0%,transparent 70%);border-radius:50%}.advantages-section[data-v-de259adb]:after{content:"";position:absolute;bottom:-30%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,193,7,.08) 0%,transparent 70%);border-radius:50%}.advantages-grid[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:1}.adv-card[data-v-de259adb]{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 16px #00000014;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;border:1px solid transparent}.adv-card[data-v-de259adb]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#0066CC,transparent);transform:scaleX(0);transition:transform .4s ease}.adv-card[data-v-de259adb]:hover:before{transform:scaleX(1)}.adv-card[data-v-de259adb]:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 32px #06c3}.adv-card-1[data-v-de259adb]{animation:card-fade-in-de259adb .5s ease-out .1s both}.adv-card-2[data-v-de259adb]{animation:card-fade-in-de259adb .5s ease-out .2s both;border:2px solid #ffc107;background:linear-gradient(135deg,#fff9e6,#fff)}.adv-card-3[data-v-de259adb]{animation:card-fade-in-de259adb .5s ease-out .3s both}.adv-card-4[data-v-de259adb]{animation:card-fade-in-de259adb .5s ease-out .4s both;border:2px solid #28a745;background:linear-gradient(135deg,#e8f5e9,#fff)}@keyframes card-fade-in-de259adb{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.adv-icon[data-v-de259adb]{font-size:52px;margin-bottom:20px;line-height:1;transition:all .3s ease}.icon-float[data-v-de259adb]{animation:icon-float-de259adb 3s ease-in-out infinite}.icon-spin[data-v-de259adb]{animation:icon-spin-slow-de259adb 8s linear infinite}.icon-pulse[data-v-de259adb]{animation:icon-pulse-de259adb 2s ease-in-out infinite}.icon-bounce[data-v-de259adb]{animation:icon-bounce-slow-de259adb 2s ease-in-out infinite}@keyframes icon-float-de259adb{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes icon-spin-slow-de259adb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes icon-pulse-de259adb{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes icon-bounce-slow-de259adb{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.adv-card:hover .adv-icon[data-v-de259adb]{transform:scale(1.2)}.adv-card h3[data-v-de259adb]{font-size:19px;color:#222;margin:0 0 14px;font-weight:700;position:relative}.adv-card h3[data-v-de259adb]:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(90deg,#06c,#0d7fa8);border-radius:2px;opacity:0;transition:all .3s ease}.adv-card:hover h3[data-v-de259adb]:after{opacity:1;width:50px}.adv-card p[data-v-de259adb]{font-size:14px;color:#666;line-height:1.7;margin:0}.adv-badge[data-v-de259adb]{display:inline-block;margin-top:16px;color:#fff;padding:6px 18px;border-radius:20px;font-size:13px;font-weight:700;transition:all .3s ease}.badge-flash[data-v-de259adb]{background:linear-gradient(135deg,#ffc107,#ff5722);animation:badge-flash-de259adb 2s ease-in-out infinite;box-shadow:0 0 15px #ffc10780}.badge-glow[data-v-de259adb]{background:linear-gradient(135deg,#28a745,#20c997);animation:badge-glow-de259adb 2s ease-in-out infinite;box-shadow:0 0 15px #28a74566}@keyframes badge-flash-de259adb{0%,to{box-shadow:0 0 15px #ffc10780}50%{box-shadow:0 0 30px #ffc107cc,0 0 45px #ff572266}}@keyframes badge-glow-de259adb{0%,to{box-shadow:0 0 15px #28a74566}50%{box-shadow:0 0 25px #28a74599}}.image-placeholder[data-v-de259adb]{width:100%;height:300px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;border-radius:8px}.placeholder-content[data-v-de259adb]{text-align:center;color:#999}.placeholder-content span[data-v-de259adb]{font-size:18px;font-weight:500}.about-img[data-v-de259adb]{width:100%;height:360px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f;display:block}.product-img[data-v-de259adb]{width:100%;height:200px;object-fit:cover;display:block}.about-section[data-v-de259adb],.products-section[data-v-de259adb],.news-section[data-v-de259adb],.contact-section[data-v-de259adb]{padding:100px 0}.contact-section[data-v-de259adb]{background-image:url(/images/nobunaga.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.contact-section[data-v-de259adb]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffffd9;z-index:0}.contact-section[data-v-de259adb]>*{position:relative;z-index:1}.section-title[data-v-de259adb]{text-align:center;margin-bottom:60px}.section-title h2[data-v-de259adb]{font-size:36px;color:#333;margin:0 0 20px}.title-line[data-v-de259adb]{width:80px;height:3px;background-color:#06c;margin:0 auto}.about-content[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;gap:50px;align-items:center}.about-text[data-v-de259adb]{flex:1}.about-text h3[data-v-de259adb]{font-size:24px;color:#333;margin:0 0 20px}.about-text p[data-v-de259adb]{font-size:16px;color:#666;margin:0 0 20px;line-height:1.6}.about-image[data-v-de259adb]{flex:1}.products-grid[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card[data-v-de259adb]{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;border:1px solid #f0f0f0}.product-card[data-v-de259adb]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#06c,#1dc7e0,#06c);transform:scaleX(0);transition:transform .4s ease}.product-card[data-v-de259adb]:hover:before{transform:scaleX(1)}.product-card[data-v-de259adb]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #0066cc26;border-color:#06c3}.product-image[data-v-de259adb]{height:200px}.product-content[data-v-de259adb]{padding:20px}.product-content h3[data-v-de259adb]{font-size:20px;color:#333;margin:0 0 15px}.product-content p[data-v-de259adb]{font-size:14px;color:#666;margin:0 0 20px;line-height:1.5}.btn-more[data-v-de259adb]{background-color:transparent;color:#06c;border:none;padding:0;font-size:14px;font-weight:500;cursor:pointer;transition:color .3s}.btn-more[data-v-de259adb]:hover{color:#138496;text-decoration:underline}.news-loading[data-v-de259adb]{text-align:center;padding:40px;color:#999;font-size:16px}.news-grid[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.news-card[data-v-de259adb]{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px;transition:transform .3s,box-shadow .3s}.news-card[data-v-de259adb]{position:relative}.news-card[data-v-de259adb]:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.fake-news-badge[data-v-de259adb]{position:absolute;top:-45px;left:50%;transform:translate(-50%) scale(.5);opacity:0;pointer-events:none;z-index:10}.fake-news-badge.visible[data-v-de259adb]{animation:fake-news-appear-de259adb .5s cubic-bezier(.34,1.56,.64,1) forwards}.fake-news-text[data-v-de259adb]{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ee5a5a,#ff4757);color:#fff;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #ff6b6b66,0 0 30px #ff47574d;animation:fake-news-pulse-de259adb 1.5s ease-in-out infinite;position:relative}.fake-news-text[data-v-de259adb]:before,.fake-news-text[data-v-de259adb]:after{content:"";position:absolute;top:50%;width:8px;height:8px;background:#fff;border-radius:50%;transform:translateY(-50%);animation:fake-news-sparkle-de259adb .8s ease-in-out infinite}.fake-news-text[data-v-de259adb]:before{left:-12px;animation-delay:0s}.fake-news-text[data-v-de259adb]:after{right:-12px;animation-delay:.4s}@keyframes fake-news-appear-de259adb{0%{opacity:0;transform:translate(-50%) scale(.5) translateY(20px)}50%{transform:translate(-50%) scale(1.1) translateY(-5px)}70%{transform:translate(-50%) scale(.95) translateY(2px)}to{opacity:1;transform:translate(-50%) scale(1) translateY(0)}}@keyframes fake-news-pulse-de259adb{0%,to{transform:scale(1);box-shadow:0 4px 15px #ff6b6b66,0 0 30px #ff47574d}50%{transform:scale(1.05);box-shadow:0 6px 20px #ff6b6b80,0 0 45px #ff475766}}@keyframes fake-news-sparkle-de259adb{0%,to{opacity:.3;transform:translateY(-50%) scale(.8)}50%{opacity:1;transform:translateY(-50%) scale(1.2)}}.news-date[data-v-de259adb]{font-size:14px;color:#999;margin:0 0 15px}.news-card h3[data-v-de259adb]{font-size:18px;color:#333;margin:0 0 15px}.news-card p[data-v-de259adb]{font-size:14px;color:#666;margin:0 0 20px;line-height:1.5}.news-link[data-v-de259adb]{color:#06c;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s}.news-link[data-v-de259adb]:hover{color:#138496;text-decoration:underline}.contact-content[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;gap:50px}.contact-info[data-v-de259adb]{flex:1}.contact-info h3[data-v-de259adb]{font-size:24px;color:#333;margin:0 0 20px}.contact-icons[data-v-de259adb]{display:flex;gap:30px;padding:20px;background:#f8fbfc;border-radius:12px;border:1px solid #e0f0f4}.icon-item[data-v-de259adb]{position:relative;cursor:pointer}.icon-wrapper[data-v-de259adb]{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.icon-item:hover .icon-wrapper[data-v-de259adb]{transform:translateY(-4px);box-shadow:0 6px 20px #0066cc26}.icon-emoji[data-v-de259adb]{font-size:40px;line-height:1}.icon-label[data-v-de259adb]{font-size:14px;color:#333;font-weight:500}.wechat-icon .icon-wrapper[data-v-de259adb]{border:2px solid #28a745}.wechat-icon:hover .icon-wrapper[data-v-de259adb]{background:linear-gradient(135deg,#e8f5e9,#fff)}.qq-icon .icon-wrapper[data-v-de259adb]{border:2px solid #12b7f5}.qq-icon:hover .icon-wrapper[data-v-de259adb]{background:linear-gradient(135deg,#e3f2fd,#fff)}.qrcode-popup[data-v-de259adb]{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:12px;z-index:100;animation:popup-appear-de259adb .2s ease-out}.qrcode-popup[data-v-de259adb]:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%) rotate(45deg);width:16px;height:16px;background:#fff;box-shadow:-2px -2px 8px #0000000d}.popup-qrcode[data-v-de259adb]{width:160px;height:160px;object-fit:cover;border-radius:8px}.popup-tip[data-v-de259adb]{font-size:13px;color:#666;margin:8px 0 0;text-align:center}@keyframes popup-appear-de259adb{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.contact-form[data-v-de259adb]{flex:1}.contact-form h3[data-v-de259adb]{font-size:24px;color:#333;margin:0 0 20px}.form-group[data-v-de259adb]{margin-bottom:20px}.form-group input[data-v-de259adb],.form-group textarea[data-v-de259adb]{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;transition:border-color .3s;box-sizing:border-box}.form-group input[data-v-de259adb]:focus,.form-group textarea[data-v-de259adb]:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px #17a2b833}.btn-submit[data-v-de259adb]{background-color:#06c;color:#fff;border:none;padding:12px 30px;font-size:16px;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .3s}.btn-submit[data-v-de259adb]:hover{background-color:#138496}.btn-submit[data-v-de259adb]:disabled{background-color:#ccc;cursor:not-allowed}.submit-success[data-v-de259adb]{margin-top:15px;padding:10px;background-color:#d4edda;color:#155724;border-radius:4px;text-align:center}.submit-error[data-v-de259adb]{margin-top:15px;padding:10px;background-color:#f8d7da;color:#721c24;border-radius:4px;text-align:center}.footer[data-v-de259adb]{background-color:#333;color:#fff;padding:30px 0;margin-top:50px}.footer-content[data-v-de259adb]{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.footer-info p[data-v-de259adb]{margin:10px 0;font-size:14px;color:#ccc}@media(max-width:1024px){.advantages-grid[data-v-de259adb],.products-grid[data-v-de259adb],.news-grid[data-v-de259adb]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header-content[data-v-de259adb]{height:64px;padding:0 16px;flex-wrap:wrap}.logo[data-v-de259adb]{gap:8px}.logo-img[data-v-de259adb]{width:32px;height:32px}.logo h1[data-v-de259adb]{font-size:16px;max-width:200px}.hamburger-btn[data-v-de259adb]{display:flex}.header-right[data-v-de259adb]{display:none;flex-direction:column;align-items:flex-start;gap:0;position:absolute;top:64px;left:0;right:0;background-color:#fff;box-shadow:0 4px 12px #0000001f;padding:16px 16px 20px;z-index:998}.header-right.mobile-open[data-v-de259adb]{display:flex}.nav-menu[data-v-de259adb]{width:100%}.nav-menu ul[data-v-de259adb]{flex-direction:column;gap:0}.nav-menu ul li[data-v-de259adb]{border-bottom:1px solid #f0f0f0}.nav-menu ul li[data-v-de259adb]:last-child{border-bottom:none}.nav-menu a[data-v-de259adb]{display:block;padding:14px 4px;font-size:15px}.language-switch[data-v-de259adb]{margin-left:0;margin-top:12px;width:100%}.hero-section[data-v-de259adb]{padding:60px 16px}.hero-section h2[data-v-de259adb]{font-size:28px}.hero-section p[data-v-de259adb]{font-size:15px;margin-bottom:24px}.hero-tags[data-v-de259adb]{gap:8px;margin-bottom:28px}.hero-tag[data-v-de259adb]{font-size:13px;padding:6px 14px}.btn-hero[data-v-de259adb]{padding:13px 36px;font-size:16px}.about-section[data-v-de259adb],.products-section[data-v-de259adb],.news-section[data-v-de259adb],.contact-section[data-v-de259adb],.advantages-section[data-v-de259adb]{padding:60px 0}.section-title[data-v-de259adb]{margin-bottom:36px;padding:0 16px}.section-title h2[data-v-de259adb]{font-size:26px}.advantages-grid[data-v-de259adb]{grid-template-columns:repeat(2,1fr);padding:0 16px;gap:16px}.adv-card[data-v-de259adb]{padding:20px 16px}.adv-icon[data-v-de259adb]{font-size:36px}.adv-card h3[data-v-de259adb]{font-size:15px}.about-content[data-v-de259adb]{flex-direction:column;padding:0 16px;gap:28px}.about-text h3[data-v-de259adb]{font-size:20px}.about-img[data-v-de259adb]{height:220px}.products-grid[data-v-de259adb]{grid-template-columns:1fr;padding:0 16px;gap:20px}.product-img[data-v-de259adb]{height:180px}.news-grid[data-v-de259adb]{grid-template-columns:1fr;padding:0 16px;gap:16px}.contact-content[data-v-de259adb]{flex-direction:column;padding:0 16px;gap:36px}.qrcode-wrapper[data-v-de259adb]{width:100%;box-sizing:border-box}.qrcode-img[data-v-de259adb]{width:160px;height:160px}.footer-info p[data-v-de259adb]{font-size:12px}}@media(max-width:480px){.logo[data-v-de259adb]{gap:6px}.logo-img[data-v-de259adb]{width:24px;height:24px}.logo h1[data-v-de259adb]{font-size:14px;max-width:160px}.hero-section h2[data-v-de259adb]{font-size:24px}.advantages-grid[data-v-de259adb]{grid-template-columns:1fr}.hero-tags[data-v-de259adb]{flex-direction:column;align-items:center}}.slime-container{position:fixed;bottom:20px;left:20px;width:150px;height:150px;cursor:pointer;z-index:9999;transition:transform .1s ease-out}.slime-body{position:absolute;width:100%;height:100%;background:radial-gradient(ellipse at 30% 30%,#74b9ff,#0984e3,#0652dd);border-radius:50% 50% 45% 45%/60% 60% 40% 40%;box-shadow:0 10px 30px #0984e380,inset 0 -10px 30px #0003,inset 0 10px 20px #ffffff4d;animation:slime-bounce 2s ease-in-out infinite;transform-origin:center bottom}@keyframes slime-bounce{0%,to{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.95) scaleX(1.03)}}.slime-body:before{content:"";position:absolute;width:30px;height:20px;background:#fff6;border-radius:50%;top:25%;left:20%;filter:blur(3px)}.slime-body:after{content:"";position:absolute;width:15px;height:10px;background:#ffffff4d;border-radius:50%;top:35%;left:55%;filter:blur(2px)}.eyes{position:absolute;top:35%;left:50%;transform:translate(-50%);display:flex;gap:25px}.eye{width:28px;height:28px;background:#fff;border-radius:50%;position:relative;box-shadow:inset 0 2px 5px #0000001a;overflow:hidden}.pupil{position:absolute;width:14px;height:14px;background:radial-gradient(circle at 40% 40%,#4a4a4a,#1a1a1a);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .05s ease-out}.pupil:before{content:"";position:absolute;width:5px;height:5px;background:#fff;border-radius:50%;top:20%;left:20%}.pupil:after{content:"";position:absolute;width:3px;height:3px;background:#fffc;border-radius:50%;bottom:25%;right:25%}.slime-container.cute .pupil{display:none}.slime-container.cute .eyes{opacity:0}.cute-eyes{position:absolute;top:35%;left:50%;transform:translate(-50%);display:flex;gap:25px;opacity:0;transition:opacity .15s;pointer-events:none}.slime-container.cute .cute-eyes{opacity:1}.cute-eye{font-size:26px;font-weight:900;color:#1a1a1a;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3)}.blush{position:absolute;width:18px;height:10px;background:#ff969680;border-radius:50%;top:55%;filter:blur(3px);opacity:0;transition:opacity .3s}.blush.left{left:15%}.blush.right{right:15%}.slime-container.cute .blush{opacity:1}.ripple{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid rgba(46,213,115,.6);animation:ripple-out .6s ease-out forwards;pointer-events:none}@keyframes ripple-out{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.crown{position:absolute;top:-35px;left:50%;transform:translate(-50%);z-index:10;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3));transition:transform .3s ease}.crown svg{width:80px;height:65px}.slime-container:hover .crown{transform:translate(-50%) rotate(-5deg)}.mouth{position:absolute;top:58%;left:50%;transform:translate(-50%);z-index:5}.mouth-normal{width:20px;height:10px;border:3px solid #0652DD;border-top:none;border-radius:0 0 20px 20px;background:transparent;transition:all .2s ease}.slime-container.cute .mouth-normal{display:none}.mouth-cute{display:none;width:16px;height:16px;background:#ff6b81;border-radius:50%;animation:cute-pulse .5s ease infinite;box-shadow:0 2px 4px #0003}.slime-container.cute .mouth-cute{display:block}@keyframes cute-pulse{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.1)}}.fake-news-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:20000;animation:modal-fade-in .3s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.fake-news-modal-content{background:linear-gradient(135deg,#ff6b6b,#ee5a5a,#ff4757);border-radius:24px;padding:40px;max-width:500px;width:90%;position:relative;animation:modal-bounce-in .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 60px #ff475780,0 0 0 4px #ffffff4d inset}@keyframes modal-bounce-in{0%{opacity:0;transform:scale(.5) translateY(30px)}50%{transform:scale(1.05) translateY(-10px)}70%{transform:scale(.95) translateY(5px)}to{opacity:1;transform:scale(1) translateY(0)}}.fake-news-close-btn{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffff4d;color:#fff;font-size:24px;cursor:pointer;transition:all .3s}.fake-news-close-btn:hover{background:#ffffff80;transform:rotate(90deg)}.clown-container{display:flex;flex-direction:column;align-items:center;margin-bottom:30px;animation:clown-bob 2s ease-in-out infinite}@keyframes clown-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.clown-hat{position:relative;margin-bottom:-20px;z-index:10}.hat-top{width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:70px solid #ffd700;position:relative;animation:hat-spin 3s ease-in-out infinite}@keyframes hat-spin{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.hat-brim{width:120px;height:20px;background:linear-gradient(90deg,gold,#ffec8b,gold);border-radius:10px;margin-left:-10px}.clown-face{width:150px;height:130px;background:linear-gradient(180deg,#fff9c4,#fff59d);border-radius:50% 50% 45% 45%;position:relative;box-shadow:0 5px 20px #0003,inset 0 -5px 15px #0000001a}.clown-eyes{position:absolute;top:35px;left:50%;transform:translate(-50%);display:flex;gap:25px}.clown-face .eye{width:35px;height:35px;background:#fff;border-radius:50%;position:relative;box-shadow:inset 0 2px 5px #0000001a,0 2px 10px #0003;border:3px solid #333;animation:eye-blink 4s ease-in-out infinite}@keyframes eye-blink{0%,90%,to{height:35px}95%{height:5px}}.clown-face .pupil{width:18px;height:18px;background:radial-gradient(circle at 40% 40%,#4a4a4a,#1a1a1a);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:pupil-wiggle 1s ease-in-out infinite}@keyframes pupil-wiggle{0%,to{transform:translate(-50%,-50%)}25%{transform:translate(-30%,-50%)}75%{transform:translate(-70%,-50%)}}.clown-face .pupil:before{content:"";position:absolute;width:6px;height:6px;background:#fff;border-radius:50%;top:20%;left:20%}.clown-nose{position:absolute;top:65px;left:50%;transform:translate(-50%);width:40px;height:40px;background:radial-gradient(circle at 30% 30%,#ff6b6b,#ee5a5a,#ff4757);border-radius:50%;box-shadow:0 3px 10px #ff6b6b80,inset 0 -3px 10px #0003;animation:nose-bounce 1s ease-in-out infinite}@keyframes nose-bounce{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.1)}}.nose-shine{position:absolute;width:12px;height:8px;background:#fff9;border-radius:50%;top:10px;left:10px}.clown-mouth{position:absolute;top:95px;left:50%;transform:translate(-50%)}.mouth-smile{width:60px;height:25px;border:4px solid #c0392b;border-top:none;border-radius:0 0 30px 30px;background:transparent;position:relative}.mouth-smile:before,.mouth-smile:after{content:"";position:absolute;width:8px;height:8px;background:#c0392b;border-radius:50%;top:-4px}.mouth-smile:before{left:5px}.mouth-smile:after{right:5px}.clown-cheeks{position:absolute;top:80px;left:0;right:0}.clown-face .cheek{width:30px;height:15px;background:#ff9696b3;border-radius:50%;position:absolute;filter:blur(4px);animation:cheek-glow 2s ease-in-out infinite}.clown-face .cheek.left{left:15px}.clown-face .cheek.right{right:15px}@keyframes cheek-glow{0%,to{opacity:.7}50%{opacity:1}}.clown-bowtie{width:80px;height:40px;position:relative;margin-top:-10px}.clown-bowtie:before,.clown-bowtie:after{content:"";position:absolute;width:40px;height:40px;background:linear-gradient(135deg,gold,#ffec8b);border-radius:50% 50% 0;top:0}.clown-bowtie:before{left:0;transform:rotate(-45deg)}.clown-bowtie:after{right:0;transform:rotate(45deg)}.clown-bowtie:before:after{content:"";position:absolute;width:15px;height:15px;background:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fake-news-qa{background:#fffffff2;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a}.qa-q,.qa-a{display:flex;gap:12px;margin-bottom:20px}.qa-q:last-child,.qa-a:last-child{margin-bottom:0}.q-icon,.a-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.q-icon{background:linear-gradient(135deg,#06c,#0d7fa8);color:#fff}.a-icon{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.q-text,.a-text{flex:1}.q-zh,.a-zh{display:block;font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.q-en,.a-en{display:block;font-size:14px;color:#666;font-style:italic}.fake-news-stamp{text-align:center;position:relative}.stamp-text{font-size:48px;font-weight:900;color:#ffffffe6;text-transform:uppercase;letter-spacing:4px;text-shadow:2px 2px 0 rgba(0,0,0,.2),-2px -2px 0 rgba(255,255,255,.3);animation:stamp-shake .5s ease-in-out infinite}@keyframes stamp-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}.stamp-sub{display:block;font-size:24px;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:8px;margin-top:-10px}.fake-news-modal-content:before{content:"🤡";position:absolute;top:-20px;left:20px;font-size:40px;animation:float-up 3s ease-in-out infinite}.fake-news-modal-content:after{content:"🎪";position:absolute;top:-15px;right:25px;font-size:35px;animation:float-up 3s ease-in-out infinite .5s}@keyframes float-up{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(10deg)}}
