*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#fff;min-height:100vh}#app{display:flex;flex-direction:column;min-height:100vh}header{background:#fff;border-bottom:1px solid #e5e5e5;padding:1.2rem 2.5rem;position:fixed;width:100%;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000f;height:76px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s ease;padding:.5rem 0;border-radius:8px}.logo-container:hover{opacity:.9;background:#e6001205}.logo-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#fafafa);border-radius:10px;border:1px solid #f0f0f0;flex-shrink:0;box-shadow:0 2px 8px #0000000a}.logo-icon .logo-img{width:90%;height:90%;-o-object-fit:contain;object-fit:contain;border-radius:6px}.logo-text{display:flex;flex-direction:column;gap:0;margin-left:.2rem}.logo-title{font-size:1.4rem;font-weight:700;color:#000;letter-spacing:1.5px;line-height:1.2;margin:0;text-transform:uppercase}nav{display:flex;gap:2.5rem;align-items:center}nav a{color:#404040;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px;position:relative}nav a:hover,nav a.router-link-active{color:#e60012;background:#e600120d}@media (max-width: 1024px){header{padding:1rem 1.5rem;height:68px}.logo-container{gap:.6rem}.logo-icon{width:52px;height:52px}.logo-title{font-size:1.25rem}nav{gap:2rem}nav a{font-size:.9rem;padding:.4rem .8rem}}@media (max-width: 768px){header{padding:.8rem 1rem;height:60px}.logo-container{gap:.5rem}.logo-icon{width:44px;height:44px}.logo-title{font-size:1.1rem}nav{gap:1.5rem}nav a{font-size:.85rem;padding:.3rem .6rem}}main{flex:1;padding-top:60px;background:#fff}footer{background:#202020;color:#a6a6a6;text-align:center;padding:2rem;font-size:.9rem;margin-top:3rem}footer p{color:#a6a6a6}footer a{color:#e60012;text-decoration:none}footer a:hover{text-decoration:underline}.hero[data-v-70f5158e]{text-align:center;padding:80px 20px 120px;background:linear-gradient(135deg,#f7f7f7,#fff)}.hero h1[data-v-70f5158e]{font-size:3.5rem;margin-bottom:1.5rem;color:#000;font-weight:700;letter-spacing:-1px}.hero p[data-v-70f5158e]{font-size:1.3rem;margin-bottom:1rem;color:#555;font-weight:400;line-height:1.8}.cta-button[data-v-70f5158e]{background:#e60012;color:#fff;border:none;padding:1.2rem 3rem;font-size:1.1rem;border-radius:0;cursor:pointer;transition:background .3s ease;font-weight:600;margin-top:1.5rem}.cta-button[data-v-70f5158e]:hover{background:#c00000}.features[data-v-70f5158e]{padding:100px 20px;background:#fff}.features h2[data-v-70f5158e]{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#000;font-weight:700}.feature-grid[data-v-70f5158e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto}.feature[data-v-70f5158e]{text-align:left;padding:2.5rem;background:#f7f7f7;border-radius:0;transition:all .3s ease;border-left:4px solid #e60012}.feature[data-v-70f5158e]:hover{background:#eee;box-shadow:0 4px 12px #00000014}.feature h3[data-v-70f5158e]{margin-bottom:1rem;color:#000;font-size:1.3rem;font-weight:600}.feature p[data-v-70f5158e]{color:#666;font-size:1rem;line-height:1.7}.platforms[data-v-70f5158e]{padding:120px 20px;background:linear-gradient(135deg,#fff,#f5f5f5)}.platforms-header[data-v-70f5158e]{text-align:center;margin-bottom:4rem;max-width:1400px;margin-left:auto;margin-right:auto}.platforms-header h2[data-v-70f5158e]{font-size:2.8rem;color:#000;font-weight:700;margin-bottom:1rem}.platforms-header p[data-v-70f5158e]{font-size:1.1rem;color:#666;line-height:1.6}.platform-list[data-v-70f5158e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.platform-card[data-v-70f5158e]{background:#fff;padding:2rem 1.5rem;text-align:center;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);border-top:4px solid #e60012;box-shadow:0 2px 8px #0000000f;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem}.platform-card[data-v-70f5158e]:hover{box-shadow:0 12px 24px #e6001226;transform:translateY(-8px);border-top-color:#e60012;background:linear-gradient(135deg,#fff8f8,#fff)}.platform-icon[data-v-70f5158e]{font-size:2.5rem;line-height:1}.platform-name[data-v-70f5158e]{font-size:1.1rem;color:#000;font-weight:700;letter-spacing:-.5px}.platform-desc[data-v-70f5158e]{font-size:.85rem;color:#888;line-height:1.5;word-break:break-word}.showcase[data-v-70f5158e]{padding:100px 20px;background:#fff}.showcase h2[data-v-70f5158e]{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#000;font-weight:700}.showcase-grid[data-v-70f5158e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.showcase-item[data-v-70f5158e]{text-align:center;transition:all .3s ease}.showcase-item[data-v-70f5158e]:hover{transform:translateY(-5px)}.media-placeholder[data-v-70f5158e]{width:100%;height:300px;background:#f7f7f7;margin-bottom:1.5rem;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden}.video-player[data-v-70f5158e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.showcase-item h3[data-v-70f5158e]{font-size:1.4rem;color:#000;margin-bottom:1rem;font-weight:600}.showcase-item p[data-v-70f5158e]{color:#666;font-size:1rem;line-height:1.6}@media (max-width: 1024px){.platform-list[data-v-70f5158e]{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem}.platforms[data-v-70f5158e]{padding:80px 20px}}@media (max-width: 768px){.platforms-header h2[data-v-70f5158e]{font-size:2rem}.platforms-header p[data-v-70f5158e]{font-size:.95rem}.platform-list[data-v-70f5158e]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.platform-card[data-v-70f5158e]{padding:1.5rem 1rem}.platform-icon[data-v-70f5158e]{font-size:2rem}.platform-name[data-v-70f5158e]{font-size:.95rem}.platform-desc[data-v-70f5158e]{font-size:.75rem}}.services[data-v-75902581]{padding:80px 20px;max-width:1400px;margin:0 auto}.services h1[data-v-75902581]{text-align:center;margin-bottom:3rem;font-size:2.8rem;color:#000;font-weight:700}.service-list[data-v-75902581]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.service[data-v-75902581]{background:#f7f7f7;padding:3rem;border-radius:0;transition:all .3s ease;border-top:4px solid #e60012}.service[data-v-75902581]:hover{background:#fff;box-shadow:0 6px 20px #0000001a}.service h2[data-v-75902581]{margin-bottom:1.5rem;color:#000;font-size:1.4rem;font-weight:600}.service p[data-v-75902581]{color:#666;font-size:1rem;line-height:1.8}.about[data-v-b413f6fb]{padding:80px 20px;max-width:1200px;margin:0 auto;text-align:center}.about h1[data-v-b413f6fb]{margin-bottom:2.5rem;font-size:2.8rem;color:#000;font-weight:700}.about p[data-v-b413f6fb]{font-size:1.1rem;margin-bottom:4rem;color:#555;line-height:1.9}.stats[data-v-b413f6fb]{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat[data-v-b413f6fb]{background:#f7f7f7;color:#000;padding:3rem 2.5rem;border-radius:0;box-shadow:none;border-left:4px solid #e60012}.stat h3[data-v-b413f6fb]{font-size:2.5rem;margin-bottom:.8rem;color:#e60012;font-weight:700}.stat p[data-v-b413f6fb]{font-size:1.1rem;color:#666;margin:0}.contact[data-v-936cfd40]{padding:60px 20px 80px;background:#fff;min-height:100vh}.header[data-v-936cfd40]{text-align:center;margin-bottom:5rem;max-width:1400px;margin-left:auto;margin-right:auto}.header h1[data-v-936cfd40]{font-size:3rem;color:#000;font-weight:700;margin-bottom:1rem}.header p[data-v-936cfd40]{font-size:1.2rem;color:#666;line-height:1.8}.platforms-showcase[data-v-936cfd40]{background:linear-gradient(135deg,#f5f5f5,#fff);padding:4rem 20px;margin-bottom:3rem;border-bottom:2px solid #e60012}.platforms-header[data-v-936cfd40]{text-align:center;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.platforms-header h2[data-v-936cfd40]{font-size:2.5rem;color:#000;font-weight:700;margin-bottom:.8rem}.platforms-header p[data-v-936cfd40]{font-size:1.1rem;color:#666;line-height:1.6}.platforms-grid[data-v-936cfd40]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.platform-item[data-v-936cfd40]{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;border-top:4px solid #e60012}.platform-item[data-v-936cfd40]:hover{box-shadow:0 12px 24px #e6001226;transform:translateY(-6px);background:linear-gradient(135deg,#fff8f8,#fff)}.platform-icon[data-v-936cfd40]{font-size:2.5rem;line-height:1;flex-shrink:0}.platform-info[data-v-936cfd40]{flex:1}.platform-info h4[data-v-936cfd40]{font-size:1.1rem;color:#000;font-weight:700;margin-bottom:.4rem}.platform-info p[data-v-936cfd40]{font-size:.85rem;color:#888;margin:0}.contact-wrapper[data-v-936cfd40]{display:flex;flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto}.contact-categories-wrapper[data-v-936cfd40]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-left[data-v-936cfd40]{display:flex;flex-direction:column;gap:3rem}.contact-categories[data-v-936cfd40]{display:flex;flex-direction:column;gap:2rem}.category[data-v-936cfd40]{background:linear-gradient(135deg,#f7f7f7,#fff);padding:2.5rem;border-left:5px solid #e60012;transition:all .3s ease}.category[data-v-936cfd40]:hover{box-shadow:0 12px 24px #00000014;transform:translateY(-2px)}.category-icon[data-v-936cfd40]{font-size:2rem;margin-bottom:1rem;display:block}.category h3[data-v-936cfd40]{font-size:1.5rem;color:#000;margin-bottom:1.5rem;font-weight:600}.category-desc[data-v-936cfd40]{color:#666;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.contact-methods[data-v-936cfd40]{display:flex;flex-direction:column;gap:1.2rem}.method[data-v-936cfd40]{display:flex;flex-direction:column;gap:.4rem}.method .label[data-v-936cfd40]{display:block;font-size:.85rem;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.method .value[data-v-936cfd40]{display:block;font-size:1rem;color:#000;font-weight:500}.email-link[data-v-936cfd40]{display:inline-flex;align-items:center;gap:.35rem;color:#e60012;text-decoration:none;font-weight:600;border:1px solid #e60012;border-radius:5px;padding:.25rem .55rem;background:#fff5f5;transition:all .2s ease}.email-link[data-v-936cfd40]:hover{color:#c00000;border-color:#c00000;background:#ffecec;text-decoration:none}.wechat-card[data-v-936cfd40]{display:flex;align-items:center;gap:.7rem;width:100%;padding:.75rem .85rem;border:1px solid #47b398;border-radius:8px;background:linear-gradient(120deg,#f0fdf9,#ecfdf6);color:#046a47;text-decoration:none;box-shadow:0 2px 12px #046a4714;transition:all .25s ease}.wechat-card[data-v-936cfd40]:hover{transform:translateY(-1px);border-color:#1aa88c;box-shadow:0 4px 14px #046a472e}.wechat-icon[data-v-936cfd40]{font-size:1.05rem;min-width:1.3rem;height:1.3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ebfff9}.wechat-text[data-v-936cfd40]{display:flex;flex-direction:column;line-height:1.1}.wechat-text strong[data-v-936cfd40]{font-size:.95rem}.wechat-text small[data-v-936cfd40]{font-size:.8rem;color:#2a6b57}.wechat-arrow[data-v-936cfd40]{margin-left:auto;font-size:.95rem;opacity:.8}.contact-right[data-v-936cfd40]{display:flex;align-items:flex-start}.form-container[data-v-936cfd40]{width:100%;background:#f7f7f7;padding:3rem;border-left:5px solid #e60012}.form-container-full[data-v-936cfd40]{width:100%;background:#f7f7f7;padding:3rem;border-top:5px solid #e60012;border-radius:0}.form-container-full h2[data-v-936cfd40]{font-size:2rem;color:#000;margin-bottom:.8rem;font-weight:700}.form-container h2[data-v-936cfd40]{font-size:1.8rem;color:#000;margin-bottom:.5rem;font-weight:600}.form-subtitle[data-v-936cfd40]{color:#999;font-size:.95rem;margin-bottom:2rem}.contact-form[data-v-936cfd40]{display:flex;flex-direction:column;gap:1.5rem}.form-fields[data-v-936cfd40]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group[data-v-936cfd40]{display:flex;flex-direction:column;gap:.6rem}.form-group label[data-v-936cfd40]{font-size:.95rem;color:#000;font-weight:600}.required[data-v-936cfd40]{color:#e60012}.form-group input[data-v-936cfd40],.form-group select[data-v-936cfd40],.form-group textarea[data-v-936cfd40]{padding:.95rem 1.2rem;border:1px solid #ddd;border-radius:0;font-size:.95rem;font-family:inherit;background:#fff;transition:all .2s ease}.form-group input[data-v-936cfd40]:focus,.form-group select[data-v-936cfd40]:focus,.form-group textarea[data-v-936cfd40]:focus{outline:none;border-color:#e60012;box-shadow:0 0 0 3px #e600121a}.form-group textarea[data-v-936cfd40]{height:140px;resize:vertical}.form-group-full[data-v-936cfd40]{display:flex;flex-direction:column;gap:.6rem}.form-group-full label[data-v-936cfd40]{font-size:.95rem;color:#000;font-weight:600}.form-group-full textarea[data-v-936cfd40]{padding:.95rem 1.2rem;border:1px solid #ddd;border-radius:0;font-size:.95rem;font-family:inherit;background:#fff;transition:all .2s ease;height:180px;resize:vertical}.form-group-full textarea[data-v-936cfd40]:focus{outline:none;border-color:#e60012;box-shadow:0 0 0 3px #e600121a}.form-actions[data-v-936cfd40]{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #ddd}.submit-btn[data-v-936cfd40]{background:#e60012;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.submit-btn[data-v-936cfd40]:hover{background:#c00000}.submit-btn[data-v-936cfd40]:active{transform:scale(.98)}.submit-btn[data-v-936cfd40]:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.contact-stats[data-v-936cfd40]{margin:0}.contact-count[data-v-936cfd40]{text-align:left;color:#666;font-size:.95rem;margin:0}.contact-count strong[data-v-936cfd40]{color:#e60012;font-size:1.1rem}.success-message[data-v-936cfd40]{background:#ecf5ff;color:#06c;padding:1rem;border-left:4px solid #0066cc;font-weight:500;text-align:center;border-radius:0;margin-top:1rem}.error-message[data-v-936cfd40]{background:#fff5f5;color:#d32f2f;padding:1rem;border-left:4px solid #d32f2f;font-weight:500;text-align:center;border-radius:0;margin-top:1rem}.fade-enter-active[data-v-936cfd40],.fade-leave-active[data-v-936cfd40]{transition:all .3s ease}.fade-enter-from[data-v-936cfd40],.fade-leave-to[data-v-936cfd40]{opacity:0;transform:translateY(-10px)}@media (max-width: 1024px){.platforms-grid[data-v-936cfd40]{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.platform-item[data-v-936cfd40]{gap:1rem;padding:1.2rem}.platform-icon[data-v-936cfd40]{font-size:2rem}.platform-info h4[data-v-936cfd40]{font-size:1rem}.platform-info p[data-v-936cfd40]{font-size:.8rem}.contact-wrapper[data-v-936cfd40]{gap:2rem}.contact-categories-wrapper[data-v-936cfd40]{grid-template-columns:repeat(2,1fr)}.form-fields[data-v-936cfd40]{grid-template-columns:1fr}}@media (max-width: 768px){.platforms-showcase[data-v-936cfd40]{padding:2rem 20px;margin-bottom:2rem}.platforms-header h2[data-v-936cfd40]{font-size:2rem}.platforms-header p[data-v-936cfd40]{font-size:1rem}.platforms-grid[data-v-936cfd40]{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.platform-item[data-v-936cfd40]{flex-direction:column;text-align:center;gap:.8rem;padding:1rem}.platform-icon[data-v-936cfd40]{font-size:1.8rem}.platform-info h4[data-v-936cfd40]{font-size:.95rem}.platform-info p[data-v-936cfd40]{font-size:.75rem}.header h1[data-v-936cfd40]{font-size:2rem}.header p[data-v-936cfd40]{font-size:1rem}.contact-wrapper[data-v-936cfd40]{gap:1.5rem}.contact-categories-wrapper[data-v-936cfd40],.form-fields[data-v-936cfd40]{grid-template-columns:1fr}.category[data-v-936cfd40],.shops-section[data-v-936cfd40],.form-container[data-v-936cfd40]{padding:1.5rem}.shop-links[data-v-936cfd40]{gap:.5rem}.shop-link[data-v-936cfd40]{padding:.6rem 1rem;font-size:.85rem}}
