*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f4f4f4}.site-header{background:linear-gradient(135deg,#3498db,#2c3e50);padding:.2rem 0;box-shadow:0 2px 4px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.title-wrapper{display:flex;align-items:center;justify-content:center;gap:15px}.site-title{color:#fff;font-size:1.8rem;font-weight:700;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.header-logo{height:1.8rem;width:auto;max-width:none;min-width:120px}.navbar{background:linear-gradient(135deg,#2c3e50,#1a2530);color:#fff;padding:0;box-shadow:0 4px 12px #00000026;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;min-height:60px;gap:1rem}.nav-menu{display:flex;list-style:none;margin:0;padding:0;flex-wrap:nowrap;justify-content:flex-end;gap:.1rem;flex:1;align-items:stretch}.nav-left{display:flex;align-items:center;flex:0 0 auto}.nav-right{display:flex;align-items:center;flex:1;justify-content:flex-end}.mobile-menu-toggle{display:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:.5rem;-webkit-user-select:none;user-select:none}.language-selector{position:relative;margin-right:1rem}.language-selector select{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;border:none;border-radius:20px;padding:.5rem 1.5rem .5rem 1rem;cursor:pointer;appearance:none;font-size:.9rem;box-shadow:0 2px 5px #0003;transition:all .3s ease}.language-selector select:hover{background:linear-gradient(135deg,#3ca0db,#2c8bc9);box-shadow:0 4px 8px #0000004d}.language-selector select:focus{outline:none;box-shadow:0 0 0 3px #3498db66}.language-selector select option{background-color:#3498db;color:#fff}.language-selector:after{content:"▼";position:absolute;top:50%;right:.7rem;transform:translateY(-50%);pointer-events:none;color:#fff;font-size:.7rem}.nav-item{margin:0;position:relative}.nav-link{color:#fff;text-decoration:none;padding:.5rem .6rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;white-space:nowrap;font-size:.95rem;height:100%;position:relative;min-width:fit-content;justify-content:center;text-align:center}.nav-link:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.nav-link.router-link-exact-active{background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 2px 5px #0003}.nav-link.router-link-exact-active:hover{background:linear-gradient(135deg,#3ca0db,#2c8bc9);box-shadow:0 4px 8px #0000004d}.emoji{margin-right:.5rem;font-size:1.1rem}.main-content{max-width:1200px;margin:2rem auto;padding:0 1rem;background-color:#fff;min-height:calc(100vh - 120px);box-shadow:0 0 20px #0000001a;border-radius:8px;padding:2rem}.footer{background:linear-gradient(135deg,#2c3e50,#1a2530);color:#fff;text-align:center;padding:1.5rem;margin-top:2rem}.page-title{color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #3498db;font-weight:600}.content-section{margin-bottom:2rem}.content-section h2{color:#3498db;margin-bottom:1rem;font-weight:600}.floating-contact-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.floating-btn{width:50px;height:50px;border-radius:50%;background-color:#3498db;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px #0003;position:relative;transition:all .3s ease}.floating-btn:hover{transform:scale(1.1);background-color:#2980b9}.btn-icon{font-size:1.5rem}.contact-info-tooltip{position:absolute;right:60px;bottom:0;transform:translateY(-50%);background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026;width:200px;z-index:1001}.tooltip-title{font-weight:700;color:#3498db;margin-bottom:8px;font-size:.9rem}.tooltip-content{font-size:.85rem;color:#333;margin-bottom:4px}.tooltip-content a{color:inherit;text-decoration:none;transition:color .2s ease}.tooltip-content a:hover{color:#3498db;text-decoration:underline}.tooltip-content:last-child{margin-bottom:0}@media(max-width:768px){.header-container{padding:0 .5rem}.site-title{font-size:1.5rem}.header-logo{height:30px}.main-content{margin:1rem;padding:1rem}.nav-container{flex-wrap:wrap;position:relative;padding:.5rem 1rem;align-items:center}.mobile-menu-toggle{display:block;margin-left:auto}.nav-left{flex:0 0 auto;order:0}.nav-right{display:none;width:100%;order:3;background-color:#2c3e50;margin-top:10px;border-top:1px solid rgba(255,255,255,.1)}.nav-right.mobile-open{display:block;animation:slideDown .3s ease-out}.nav-menu{flex-direction:column;width:100%;overflow-x:hidden}.nav-item{width:100%;margin:0}.nav-link{display:block;width:100%;padding:12px 15px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.nav-link:hover{background-color:#ffffff1a}.language-selector{margin-right:0}.emoji{display:inline-block!important;width:25px;text-align:center}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.nav-link{font-size:1rem}.language-selector select{font-size:.9rem}}@media(max-width:400px){.nav-link{padding:.2rem .3rem;font-size:.6rem}.language-selector select{padding:.2rem .6rem .2rem .3rem;font-size:.6rem}}@media(max-width:480px){.nav-link{padding:.25rem .35rem;font-size:.65rem}.emoji{display:none}.language-selector select{padding:.25rem .7rem .25rem .4rem;font-size:.65rem}.dropdown-menu{position:static;box-shadow:none;background:#f8f9fa;transform:none;opacity:1;visibility:visible;display:none}.nav-item:hover .dropdown-menu{display:block}}.home-page[data-v-1181f5f7]{max-width:1200px;margin:0 auto;padding:20px}.page-title[data-v-1181f5f7]{text-align:center;margin-bottom:2rem}.home-logo[data-v-1181f5f7]{max-width:100%;height:auto}.two-column-layout[data-v-1181f5f7]{display:flex;gap:2rem;margin-bottom:2rem}.left-column[data-v-1181f5f7]{flex:2}.right-column[data-v-1181f5f7]{flex:1}.video-section[data-v-1181f5f7],.product-categories-section[data-v-1181f5f7],.product-info-section[data-v-1181f5f7],.policy-section[data-v-1181f5f7],.news-section[data-v-1181f5f7],.brand-cooperation-section[data-v-1181f5f7],.offices-section[data-v-1181f5f7]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.video-section h2[data-v-1181f5f7],.product-categories-section h2[data-v-1181f5f7],.product-info-section h2[data-v-1181f5f7],.policy-section h2[data-v-1181f5f7],.news-section h2[data-v-1181f5f7],.brand-cooperation-section h2[data-v-1181f5f7],.offices-section h2[data-v-1181f5f7]{color:#3498db;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.video-container[data-v-1181f5f7]{text-align:center}.video-container video[data-v-1181f5f7]{max-width:100%;border-radius:8px}.offices-list[data-v-1181f5f7]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.office-item[data-v-1181f5f7]{display:flex;align-items:center;padding:.5rem;border-radius:8px;background-color:#f8f9fa;transition:all .3s ease;cursor:pointer}.office-item[data-v-1181f5f7]:hover{background-color:#e9ecef;transform:translateY(-2px);box-shadow:0 3px 10px #0000001a}.office-icon[data-v-1181f5f7]{width:24px;height:24px;margin-right:.5rem;object-fit:contain}.office-name[data-v-1181f5f7]{font-size:.9rem;color:#2c3e50}.categories-grid[data-v-1181f5f7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.category-card[data-v-1181f5f7]{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;text-decoration:none;color:#2c3e50;transition:all .3s ease;border:1px solid #eee;background-color:#f8f9fa}.category-card[data-v-1181f5f7]:hover{background-color:#e9ecef;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.category-icon[data-v-1181f5f7]{font-size:2rem;margin-bottom:.5rem}.category-name[data-v-1181f5f7]{text-align:center;font-size:.9rem;font-weight:500}.category-dropdown[data-v-1181f5f7]{position:relative}.dropdown-header[data-v-1181f5f7]{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#f8f9fa;border-radius:8px;cursor:pointer;border:1px solid #dee2e6}.dropdown-header .emoji[data-v-1181f5f7]{font-size:1.5rem;margin-right:.5rem}.arrow[data-v-1181f5f7]{transition:transform .3s ease}.dropdown-header:hover .arrow[data-v-1181f5f7]{transform:translateY(2px)}.dropdown-content[data-v-1181f5f7]{position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;z-index:100;margin-top:.5rem}.category-grid[data-v-1181f5f7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;padding:1rem}.category-item[data-v-1181f5f7]{display:flex;flex-direction:column;align-items:center;padding:.8rem;border-radius:8px;transition:all .3s ease}.category-item[data-v-1181f5f7]:hover{background-color:#e9ecef}.slide-enter-active[data-v-1181f5f7],.slide-leave-active[data-v-1181f5f7]{transition:all .3s ease}.slide-enter-from[data-v-1181f5f7],.slide-leave-to[data-v-1181f5f7]{opacity:0;transform:translateY(-10px)}.product-info-list[data-v-1181f5f7],.policy-list[data-v-1181f5f7],.news-list[data-v-1181f5f7]{list-style:none;padding:0;margin:0 0 1rem}.product-info-item[data-v-1181f5f7],.policy-item[data-v-1181f5f7],.news-item[data-v-1181f5f7]{padding:1rem 0;border-bottom:1px solid #eee}.product-info-item[data-v-1181f5f7]:last-child,.policy-item[data-v-1181f5f7]:last-child,.news-item[data-v-1181f5f7]:last-child{border-bottom:none}.info-date[data-v-1181f5f7],.policy-date[data-v-1181f5f7],.news-date[data-v-1181f5f7]{color:#3498db;font-weight:700;margin-bottom:.5rem;font-size:.9rem}.info-content h3[data-v-1181f5f7],.policy-content h3[data-v-1181f5f7],.news-content h3[data-v-1181f5f7]{margin:0 0 .5rem;color:#2c3e50}.info-content p[data-v-1181f5f7],.policy-content p[data-v-1181f5f7],.news-content p[data-v-1181f5f7]{margin:0;color:#555;line-height:1.5}.news-link[data-v-1181f5f7]{color:#2c3e50;text-decoration:none}.news-link[data-v-1181f5f7]:hover{color:#3498db}.more-link[data-v-1181f5f7]{display:inline-block;color:#3498db;text-decoration:none;font-weight:700;transition:color .3s ease}.more-link[data-v-1181f5f7]:hover{color:#2980b9}.clickable-title[data-v-1181f5f7]{cursor:pointer;color:#2c3e50;transition:color .3s ease}.clickable-title[data-v-1181f5f7]:hover{color:#3498db}.brands-grid[data-v-1181f5f7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.brand-card[data-v-1181f5f7]{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;background-color:#f8f9fa;transition:all .3s ease;cursor:pointer}.brand-card[data-v-1181f5f7]:hover{background-color:#e9ecef;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.brand-logo[data-v-1181f5f7]{width:60px;height:60px;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.brand-logo-image[data-v-1181f5f7]{max-width:100%;max-height:100%}.logo-placeholder[data-v-1181f5f7]{font-size:2rem}.brand-info h3[data-v-1181f5f7]{margin:0 0 .3rem;font-size:1rem;text-align:center}.brand-country[data-v-1181f5f7]{margin:0;font-size:.8rem;color:#7f8c8d;text-align:center}.quick-links[data-v-1181f5f7]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem;margin-bottom:2rem}.quick-links h2[data-v-1181f5f7]{color:#3498db;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.links-grid[data-v-1181f5f7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.link-card[data-v-1181f5f7]{text-decoration:none}.card-link[data-v-1181f5f7]{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;background-color:#f8f9fa;color:#2c3e50;transition:all .3s ease;text-decoration:none}.card-link[data-v-1181f5f7]:hover{background-color:#e9ecef;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.card-icon[data-v-1181f5f7]{font-size:2rem;margin-bottom:.5rem}.card-title[data-v-1181f5f7]{text-align:center;font-size:.9rem;font-weight:500}.company-info[data-v-1181f5f7]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.company-info h2[data-v-1181f5f7]{color:#3498db;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.company-info p[data-v-1181f5f7]{line-height:1.6;color:#555;margin:0}@media(max-width:768px){.two-column-layout[data-v-1181f5f7]{flex-direction:column}.categories-grid[data-v-1181f5f7]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.category-icon[data-v-1181f5f7]{font-size:1.5rem}.category-name[data-v-1181f5f7]{font-size:.8rem}.links-grid[data-v-1181f5f7]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:480px){.home-page[data-v-1181f5f7]{padding:10px}.categories-grid[data-v-1181f5f7]{grid-template-columns:repeat(2,1fr)}.links-grid[data-v-1181f5f7]{grid-template-columns:repeat(3,1fr)}}.video-modal[data-v-1181f5f7]{display:block;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;overflow:auto}.video-modal-content[data-v-1181f5f7]{position:relative;margin:5% auto;padding:10px;width:fit-content;max-height:90vh;background-color:#fff;border-radius:8px;text-align:left;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-video[data-v-1181f5f7]{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}.close-video[data-v-1181f5f7]{position:absolute;top:10px;right:15px;color:#aaa;font-size:28px;font-weight:700;cursor:pointer}.close-video[data-v-1181f5f7]:hover,.close-video[data-v-1181f5f7]:focus{color:#000}.bottom-section[data-v-1181f5f7]{margin-top:2rem}.bottom-content[data-v-1181f5f7]{display:flex;gap:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.bottom-content .quick-links[data-v-1181f5f7]{flex:1;margin-bottom:0}.bottom-content .company-info[data-v-1181f5f7]{flex:3;margin-bottom:0}.bottom-content .quick-links h2[data-v-1181f5f7],.bottom-content .company-info h2[data-v-1181f5f7]{color:#3498db;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.bottom-content .quick-links[data-v-1181f5f7],.bottom-content .company-info[data-v-1181f5f7]{min-width:0}.update-content h4[data-v-1181f5f7]{color:#3498db;margin-bottom:.5rem}.update-content ul[data-v-1181f5f7]{padding-left:1.5rem;margin-block-start:1rem;margin-block-end:1rem;padding-inline-start:40px}.update-content li[data-v-1181f5f7]{margin-bottom:.3rem}.update-content p[data-v-1181f5f7]{margin:0 0 1em;line-height:1.6}.update-content ul[data-v-1181f5f7],.update-content ol[data-v-1181f5f7]{margin:1em 0;padding-left:1.5em}@media(max-width:768px){.bottom-content[data-v-1181f5f7]{flex-direction:column}.bottom-content .quick-links[data-v-1181f5f7],.bottom-content .company-info[data-v-1181f5f7]{width:100%}}.company-intro[data-v-8829337e]{background-image:url(/static/guangdong_bay.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:20px;border-radius:8px}.content-section[data-v-8829337e]{margin-bottom:2rem;padding:1.5rem;background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 5px #0000001a}.content-section h2[data-v-8829337e]{color:#3498db;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.overview-section[data-v-8829337e]{background-color:#f8f9fae6}.mission-section[data-v-8829337e]{background-color:#eff6ffe6}.business-section[data-v-8829337e]{background-color:#f0fff0e6}.advantage-section[data-v-8829337e]{background-color:#fff0f5e6}.photos-section[data-v-8829337e]{background-color:#ffffffe6}.photos-grid[data-v-8829337e]{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:1rem}@media(min-width:768px){.photos-grid[data-v-8829337e]{grid-template-columns:1fr 1fr}}.photo-item[data-v-8829337e]{text-align:center}.photo-image[data-v-8829337e]{max-width:100%;height:auto;border-radius:12px;box-shadow:0 6px 12px #00000026;transition:transform .3s ease}.photo-image[data-v-8829337e]:hover{transform:scale(1.05)}.photo-description[data-v-8829337e]{margin-top:1rem;font-size:1.1rem;font-weight:500;color:#333}.photo-item-inline[data-v-8829337e]{text-align:center;margin-top:1.5rem;padding:1rem;background-color:#f8f9fab3;border-radius:8px}.photo-image-inline[data-v-8829337e]{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}.photo-description-inline[data-v-8829337e]{margin-top:.8rem;font-size:1rem;font-weight:500;color:#444}.image-modal[data-v-8829337e]{display:flex;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;justify-content:center;align-items:center}.image-modal-content[data-v-8829337e]{position:relative;background-color:#fff;padding:20px;border-radius:10px;max-width:90%;max-height:90%;text-align:center}.close-button[data-v-8829337e]{position:absolute;top:10px;right:15px;color:#aaa;font-size:28px;font-weight:700;cursor:pointer}.close-button[data-v-8829337e]:hover{color:#000}.modal-image[data-v-8829337e]{max-width:100%;max-height:80vh;border-radius:5px}.modal-image-description[data-v-8829337e]{margin-top:15px;font-size:1.1rem;color:#333}.categories-grid[data-v-316d96cb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.category-card[data-v-316d96cb]{display:flex;flex-direction:column;align-items:center;padding:1rem;border-radius:8px;text-decoration:none;color:#2c3e50;transition:all .3s ease;border:1px solid #eee;background-color:#f8f9fa;cursor:pointer}.category-card[data-v-316d96cb]:hover{background-color:#e9ecef;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.home-appliances-category[data-v-316d96cb]{background-color:#d1ecf1;border-color:#bee5eb}.category-icon[data-v-316d96cb]{font-size:2rem;margin-bottom:.5rem}.category-name[data-v-316d96cb]{text-align:center;font-size:.9rem;font-weight:500}.search-section[data-v-316d96cb]{margin:2rem 0;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}.search-section h3[data-v-316d96cb]{margin-top:0;color:#333;font-size:1.2rem}.search-form[data-v-316d96cb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.form-group[data-v-316d96cb]{display:flex;flex-direction:column}.form-group label[data-v-316d96cb]{margin-bottom:.5rem;font-weight:500;color:#555}.form-group input[data-v-316d96cb]{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.form-group input[data-v-316d96cb]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.button-group[data-v-316d96cb]{display:flex;gap:1rem}.search-button[data-v-316d96cb],.reset-button[data-v-316d96cb]{padding:.5rem 1rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.search-button[data-v-316d96cb]{background-color:#007bff;color:#fff}.search-button[data-v-316d96cb]:hover{background-color:#0056b3}.reset-button[data-v-316d96cb]{background-color:#6c757d;color:#fff}.reset-button[data-v-316d96cb]:hover{background-color:#545b62}.home-appliances-content[data-v-316d96cb]{margin-top:2rem;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#f8f9fa}.content-header h2[data-v-316d96cb]{color:#3498db;margin-bottom:1rem}.content-header p[data-v-316d96cb]{color:#7f8c8d;margin-bottom:1.5rem}.products-grid[data-v-316d96cb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card[data-v-316d96cb]{display:flex;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;overflow:hidden;transition:transform .3s ease;cursor:pointer}.product-card[data-v-316d96cb]:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-image[data-v-316d96cb]{flex:0 0 120px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.image-placeholder[data-v-316d96cb]{font-size:3rem}.product-info[data-v-316d96cb]{flex:1;padding:1rem;display:flex;flex-direction:column}.product-name[data-v-316d96cb]{color:#2c3e50;margin-bottom:.5rem;font-size:1rem;text-align:center}.product-description[data-v-316d96cb]{color:#7f8c8d;margin-bottom:1rem;flex:1}.product-meta[data-v-316d96cb]{display:flex;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.product-id[data-v-316d96cb],.product-subcategory[data-v-316d96cb]{color:#3498db;font-weight:700;font-size:.9rem}.contact-button[data-v-316d96cb]{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .3s ease;align-self:center;margin-top:auto}.contact-button[data-v-316d96cb]:hover{background-color:#2980b9}.subcategory-section[data-v-316d96cb]{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.subcategory-title[data-v-316d96cb]{color:#3498db;margin-bottom:1.5rem;font-size:1.5rem}.companies-grid[data-v-316d96cb]{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:100%}.company-card[data-v-316d96cb]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem;max-width:100%;margin:0 auto}.company-name[data-v-316d96cb]{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem;text-align:center}.company-products[data-v-316d96cb]{display:flex;flex-direction:column;gap:1rem}.company-products.two-columns[data-v-316d96cb]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.company-products.four-columns[data-v-316d96cb]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:100%}.company-product-card[data-v-316d96cb]{display:flex;flex-direction:column;background-color:#f8f9fa;border-radius:8px;overflow:hidden;transition:transform .3s ease;height:100%;padding:10px}.company-product-card[data-v-316d96cb]:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.product-image-img[data-v-316d96cb]{width:100%;height:150px;object-fit:cover}.product-specification[data-v-316d96cb]{color:#333;margin-bottom:1rem;flex:1;padding:8px;background-color:#fff;border-radius:4px;border:1px solid #e0e0e0;max-height:150px;overflow-y:auto;font-size:.8rem}.specification-list[data-v-316d96cb]{list-style-type:none;padding:0;margin:0}.specification-item[data-v-316d96cb]{padding:5px 0;border-bottom:1px solid #eee;font-size:.9rem;line-height:1.4}.specification-item[data-v-316d96cb]:last-child{border-bottom:none}@media(max-width:768px){.categories-grid[data-v-316d96cb]{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.category-icon[data-v-316d96cb]{font-size:1.5rem}.category-name[data-v-316d96cb]{font-size:.8rem}.search-form[data-v-316d96cb]{grid-template-columns:1fr}.button-group[data-v-316d96cb]{flex-direction:column}.products-grid[data-v-316d96cb]{grid-template-columns:1fr}.product-card[data-v-316d96cb]{flex-direction:column}.product-image[data-v-316d96cb]{flex:0 0 150px}.companies-grid[data-v-316d96cb]{grid-template-columns:1fr}.company-product-card[data-v-316d96cb]{flex-direction:column}.product-image-img[data-v-316d96cb]{width:100%;height:200px}.company-products.two-columns[data-v-316d96cb],.company-products.four-columns[data-v-316d96cb]{grid-template-columns:1fr}}@media(max-width:1024px)and (min-width:769px){.company-products.four-columns[data-v-316d96cb]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1400px){.company-products.four-columns[data-v-316d96cb]{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.categories-grid[data-v-316d96cb]{grid-template-columns:repeat(4,1fr)}.search-section[data-v-316d96cb]{padding:1rem}}.loading[data-v-ad67f193]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.news-container[data-v-ad67f193]{display:flex;gap:2rem}.news-sidebar[data-v-ad67f193]{flex:0 0 250px;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.category-list[data-v-ad67f193]{display:flex;flex-direction:column}.category-item[data-v-ad67f193]{padding:.8rem 1rem;margin-bottom:.5rem;cursor:pointer;border-radius:4px;transition:all .3s}.category-item[data-v-ad67f193]:hover{background-color:#f5f5f5}.category-item.active[data-v-ad67f193]{background-color:#3498db;color:#fff}.news-content[data-v-ad67f193]{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.news-filter[data-v-ad67f193]{display:none;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.filter-item[data-v-ad67f193]{padding:.5rem 1rem;margin-right:1rem;cursor:pointer;border-radius:4px}.filter-item.active[data-v-ad67f193]{background-color:#3498db;color:#fff}.news-list[data-v-ad67f193]{margin-bottom:2rem}.news-item[data-v-ad67f193]{display:flex;padding:1.5rem;border-bottom:1px solid #eee;transition:background-color .3s;cursor:pointer;align-items:center}.news-item[data-v-ad67f193]:hover{background-color:#f9f9f9}.news-thumbnail[data-v-ad67f193]{width:120px;height:80px;margin-right:1.5rem;flex-shrink:0}.news-thumbnail img[data-v-ad67f193]{width:100%;height:100%;object-fit:cover;border-radius:4px}.news-date[data-v-ad67f193]{color:#7f8c8d;font-size:.9rem;margin-left:.5rem;margin-bottom:.5rem}.news-content-wrapper[data-v-ad67f193]{flex:1}.news-title[data-v-ad67f193]{color:#2c3e50;margin-bottom:.5rem}.news-summary[data-v-ad67f193]{color:#7f8c8d;margin-bottom:1rem;line-height:1.6}.news-meta[data-v-ad67f193]{display:flex;font-size:.9rem}.news-category[data-v-ad67f193]{background-color:#ecf0f1;padding:.2rem .5rem;border-radius:4px;margin-right:1rem}.news-author[data-v-ad67f193]{color:#95a5a6}.pagination[data-v-ad67f193]{display:flex;justify-content:center;margin-top:2rem;align-items:center}.page-btn[data-v-ad67f193]{padding:.5rem 1rem;margin:0 .25rem;border:1px solid #ddd;background-color:#fff;cursor:pointer;border-radius:4px}.page-btn.active[data-v-ad67f193]{background-color:#3498db;color:#fff;border-color:#3498db}.page-btn[data-v-ad67f193]:hover:not(.active):not(:disabled){background-color:#f5f5f5}.page-btn[data-v-ad67f193]:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.news-container[data-v-ad67f193]{flex-direction:column}.news-sidebar[data-v-ad67f193]{flex:0 0 auto}.news-item[data-v-ad67f193]{flex-direction:row;align-items:flex-start}.news-thumbnail[data-v-ad67f193]{width:80px;height:60px;margin-right:1rem}}@media(max-width:480px){.news-content-wrapper[data-v-ad67f193]{padding:0}.news-item[data-v-ad67f193]{flex-direction:column;align-items:flex-start}.news-thumbnail[data-v-ad67f193]{width:100%;height:120px;margin-right:0;margin-bottom:1rem}.news-meta[data-v-ad67f193]{flex-direction:column}.news-category[data-v-ad67f193]{margin-bottom:.5rem}.pagination[data-v-ad67f193]{flex-wrap:wrap}.page-btn[data-v-ad67f193]{margin:.1rem;padding:.4rem .8rem;font-size:.9rem}}.contact-container[data-v-5f7afbdd]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.contact-container[data-v-5f7afbdd]{grid-template-columns:1fr}}.info-section[data-v-5f7afbdd]{margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.info-section h2[data-v-5f7afbdd]{color:#3498db;margin-bottom:1rem}.info-section p[data-v-5f7afbdd]{margin-bottom:.5rem;line-height:1.6}.contact-link[data-v-5f7afbdd]{color:#3498db;text-decoration:none;transition:all .2s ease}.contact-link[data-v-5f7afbdd]:hover{text-decoration:underline;color:#2980b9}.social-links[data-v-5f7afbdd]{display:flex;flex-direction:column}.social-icon[data-v-5f7afbdd]{margin-bottom:.5rem;padding:.5rem;background-color:#ecf0f1;border-radius:4px}.contact-form[data-v-5f7afbdd]{padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.contact-form h2[data-v-5f7afbdd]{color:#3498db;margin-bottom:1.5rem}.form-group[data-v-5f7afbdd]{margin-bottom:1.5rem}.form-group label[data-v-5f7afbdd]{display:block;margin-bottom:.5rem;font-weight:700}.form-group input[data-v-5f7afbdd],.form-group select[data-v-5f7afbdd],.form-group textarea[data-v-5f7afbdd]{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input[data-v-5f7afbdd]:focus,.form-group select[data-v-5f7afbdd]:focus,.form-group textarea[data-v-5f7afbdd]:focus{outline:none;border-color:#3498db}.submit-btn[data-v-5f7afbdd]{background-color:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s}.submit-btn[data-v-5f7afbdd]:hover{background-color:#2980b9}.loading[data-v-0cc701a9]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.policy-container[data-v-0cc701a9]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:1.5rem}.policy-list[data-v-0cc701a9]{margin-bottom:2rem}.policy-item[data-v-0cc701a9]{display:flex;padding:1.5rem;border-bottom:1px solid #eee;transition:background-color .3s;cursor:pointer;align-items:center}.policy-item[data-v-0cc701a9]:hover{background-color:#f9f9f9}.policy-thumbnail[data-v-0cc701a9]{width:120px;height:80px;margin-right:1.5rem;flex-shrink:0}.policy-thumbnail img[data-v-0cc701a9]{width:100%;height:100%;object-fit:cover;border-radius:4px}.policy-content-wrapper[data-v-0cc701a9]{flex:1}.policy-title[data-v-0cc701a9]{color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.policy-date[data-v-0cc701a9]{color:#7f8c8d;font-size:.9rem}.pagination[data-v-0cc701a9]{display:flex;justify-content:center;margin-top:2rem;align-items:center}.page-btn[data-v-0cc701a9]{padding:.5rem 1rem;margin:0 .25rem;border:1px solid #ddd;background-color:#fff;cursor:pointer;border-radius:4px}.page-btn.active[data-v-0cc701a9]{background-color:#3498db;color:#fff;border-color:#3498db}.page-btn[data-v-0cc701a9]:hover:not(.active):not(:disabled){background-color:#f5f5f5}.page-btn[data-v-0cc701a9]:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.policy-item[data-v-0cc701a9]{flex-direction:row;align-items:flex-start}.policy-thumbnail[data-v-0cc701a9]{width:80px;height:60px;margin-right:1rem}.pagination[data-v-0cc701a9]{flex-wrap:wrap}.page-btn[data-v-0cc701a9]{margin:.1rem;padding:.4rem .8rem;font-size:.9rem}}@media(max-width:480px){.policy-content-wrapper[data-v-0cc701a9]{padding:0}}.interaction-tabs[data-v-702481ce]{display:flex;margin-bottom:2rem;border-bottom:1px solid #eee}.tab[data-v-702481ce]{padding:1rem 2rem;cursor:pointer;border-bottom:3px solid transparent}.tab.active[data-v-702481ce]{border-bottom:3px solid #3498db;color:#3498db;font-weight:700}.tab-content[data-v-702481ce]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:2rem}.qa-header[data-v-702481ce],.discussion-header[data-v-702481ce]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ask-btn[data-v-702481ce],.new-topic-btn[data-v-702481ce]{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.ask-form[data-v-702481ce],.feedback-form[data-v-702481ce],.topic-form[data-v-702481ce]{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.form-group[data-v-702481ce]{margin-bottom:1.5rem}.form-group label[data-v-702481ce]{display:block;margin-bottom:.5rem;font-weight:700}.form-group input[data-v-702481ce],.form-group select[data-v-702481ce],.form-group textarea[data-v-702481ce]{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.submit-btn[data-v-702481ce]{background-color:#27ae60;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem}.qa-item[data-v-702481ce]{border-bottom:1px solid #eee;padding:1.5rem 0}.qa-item[data-v-702481ce]:last-child{border-bottom:none}.qa-question h3[data-v-702481ce]{color:#2c3e50;margin-bottom:.5rem}.qa-meta[data-v-702481ce]{color:#7f8c8d;font-size:.9rem;margin-bottom:1rem}.qa-meta span[data-v-702481ce]{margin-right:1rem}.qa-answer p[data-v-702481ce]{line-height:1.6}.topic-item[data-v-702481ce]{display:flex;padding:1.5rem 0;border-bottom:1px solid #eee}.topic-item[data-v-702481ce]:last-child{border-bottom:none}.topic-avatar[data-v-702481ce]{margin-right:1rem}.avatar[data-v-702481ce]{width:40px;height:40px;background-color:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.topic-content[data-v-702481ce]{flex:1}.topic-content h3[data-v-702481ce]{color:#2c3e50;margin-bottom:.5rem}.topic-content p[data-v-702481ce]{color:#555;margin-bottom:1rem;line-height:1.6}.topic-meta[data-v-702481ce]{display:flex;font-size:.9rem;color:#7f8c8d}.topic-meta span[data-v-702481ce]{margin-right:1rem}.product-info[data-v-4eab4409]{max-width:1200px;margin:0 auto;padding:20px}.page-title[data-v-4eab4409]{text-align:center;color:#3498db;margin-bottom:2rem;font-size:2rem}.loading[data-v-4eab4409]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.brands-section[data-v-4eab4409]{margin-bottom:2rem}.section-title[data-v-4eab4409]{color:#3498db;margin-bottom:1rem}.brands-grid[data-v-4eab4409]{display:grid;gap:1.5rem}.video-modal[data-v-4eab4409]{display:block;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;overflow:auto}.video-modal-content[data-v-4eab4409]{position:relative;margin:5% auto;padding:10px;width:fit-content;max-height:90vh;background-color:#fff;border-radius:8px;text-align:left;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal-video[data-v-4eab4409]{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}.brands-grid.youtube-style[data-v-4eab4409]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:10px 0}.brands-grid.youtube-style.portrait-view[data-v-4eab4409]{grid-template-columns:repeat(auto-fill,minmax(196px,1fr))}.brand-card[data-v-4eab4409]{background-color:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:fit-content}.brand-card[data-v-4eab4409]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.brand-thumbnail[data-v-4eab4409]{position:relative;width:100%;padding-top:56.25%;background-color:#f8f9fa;overflow:hidden}.brand-thumbnail.portrait[data-v-4eab4409]{padding-top:177.78%}.brand-thumbnail-image[data-v-4eab4409]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.brand-card:hover .brand-thumbnail-image[data-v-4eab4409]{transform:scale(1.05)}.thumbnail-placeholder[data-v-4eab4409]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background-color:#f0f2f5}.play-overlay[data-v-4eab4409]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.brand-card:hover .play-overlay[data-v-4eab4409]{opacity:1}.play-icon[data-v-4eab4409]{color:#fff;font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.brand-details[data-v-4eab4409]{padding:15px}.brand-name[data-v-4eab4409]{color:#2c3e50;margin:0 0 8px;font-size:1.1rem;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-country[data-v-4eab4409]{color:#3498db;font-weight:500;margin:0;font-size:.9rem}.portrait-card .brand-thumbnail[data-v-4eab4409]{padding-top:177.78%}@media(max-width:768px){.brands-grid.youtube-style[data-v-4eab4409]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.brands-grid.youtube-style.portrait-view[data-v-4eab4409]{grid-template-columns:repeat(auto-fill,minmax(154px,1fr))}.brand-details[data-v-4eab4409]{padding:12px}.brand-name[data-v-4eab4409]{font-size:1rem}.play-icon[data-v-4eab4409]{font-size:2rem}}@media(max-width:480px){.brands-grid.youtube-style[data-v-4eab4409]{grid-template-columns:1fr}.brand-card[data-v-4eab4409]{max-width:350px;margin:0 auto}}.brand-cooperation[data-v-e4a1ab35]{max-width:1200px;margin:0 auto;padding:20px}.page-header[data-v-e4a1ab35]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title[data-v-e4a1ab35]{text-align:center;color:#3498db;margin-bottom:0;font-size:2rem}.intro-section[data-v-e4a1ab35]{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:2rem;line-height:1.6}.loading[data-v-e4a1ab35]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.brands-section[data-v-e4a1ab35]{margin-bottom:2rem}.section-title[data-v-e4a1ab35]{color:#3498db;margin-bottom:1rem}.brands-grid[data-v-e4a1ab35]{display:grid;gap:1.5rem}.cooperation-value[data-v-e4a1ab35]{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a}.cooperation-value h2[data-v-e4a1ab35]{color:#3498db;margin-bottom:1rem}.cooperation-value p[data-v-e4a1ab35]{line-height:1.6;color:#555}.video-modal[data-v-e4a1ab35]{display:block;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;overflow:auto}.video-modal-content[data-v-e4a1ab35]{position:relative;margin:5% auto;padding:10px;width:fit-content;max-height:90vh;background-color:#fff;border-radius:8px;text-align:left;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-video[data-v-e4a1ab35]{position:absolute;top:10px;right:15px;color:#aaa;font-size:28px;font-weight:700;cursor:pointer}.close-video[data-v-e4a1ab35]:hover,.close-video[data-v-e4a1ab35]:focus{color:#000}.modal-video[data-v-e4a1ab35]{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}@media(max-width:480px){.brand-info[data-v-e4a1ab35]{padding:1rem}}.brands-grid.youtube-style[data-v-e4a1ab35]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:10px 0;width:100%}.brand-card[data-v-e4a1ab35]{background-color:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:100%;width:100%;display:flex;flex-direction:column;min-width:0}.brand-card[data-v-e4a1ab35]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.brand-thumbnail[data-v-e4a1ab35]{position:relative;width:100%;padding-top:56.25%;background-color:#f8f9fa;overflow:hidden}.brand-thumbnail-image[data-v-e4a1ab35]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.brand-card:hover .brand-thumbnail-image[data-v-e4a1ab35]{transform:scale(1.05)}.thumbnail-placeholder[data-v-e4a1ab35]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background-color:#f0f2f5}.play-overlay[data-v-e4a1ab35]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.brand-card:hover .play-overlay[data-v-e4a1ab35]{opacity:1}.play-icon[data-v-e4a1ab35]{color:#fff;font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.brand-details[data-v-e4a1ab35]{padding:15px}.brand-name[data-v-e4a1ab35]{color:#2c3e50;margin:0 0 8px;font-size:1.1rem;font-weight:500;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.brand-country[data-v-e4a1ab35]{color:#3498db;font-weight:500;margin:0;font-size:.9rem}@media(max-width:768px){.brands-grid.youtube-style[data-v-e4a1ab35]{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.brand-details[data-v-e4a1ab35]{padding:12px}.brand-name[data-v-e4a1ab35]{font-size:1rem}.play-icon[data-v-e4a1ab35]{font-size:2rem}}@media(max-width:480px){.brands-grid.youtube-style[data-v-e4a1ab35]{grid-template-columns:1fr;gap:20px}.brand-card[data-v-e4a1ab35]{width:100%;margin:0}}.loading[data-v-f6f83888]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.product-categories[data-v-f6f83888]{max-width:1200px;margin:0 auto;padding:20px}.page-title[data-v-f6f83888]{text-align:center;color:#3498db;margin-bottom:2rem;font-size:2rem}.categories-grid[data-v-f6f83888]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.category-card[data-v-f6f83888]{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;border-radius:8px;text-decoration:none;color:#2c3e50;transition:all .3s ease;border:1px solid #eee;background-color:#fff;box-shadow:0 2px 5px #0000001a}.category-card[data-v-f6f83888]:hover{background-color:#f8f9fa;transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.category-icon[data-v-f6f83888]{font-size:2.5rem;margin-bottom:1rem}.category-name[data-v-f6f83888]{text-align:center;font-weight:500;font-size:1rem}.category-description[data-v-f6f83888]{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;line-height:1.6}.category-description p[data-v-f6f83888]{margin:0;color:#555}.contact-section[data-v-f6f83888]{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-top:2rem;text-align:center}.contact-section p[data-v-f6f83888]{margin:0 0 1rem;color:#555;font-size:1.1rem}.contact-link[data-v-f6f83888]{display:inline-block;padding:.8rem 1.5rem;background-color:#3498db;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;transition:background-color .3s ease}.contact-link[data-v-f6f83888]:hover{background-color:#2980b9}@media(max-width:768px){.categories-grid[data-v-f6f83888]{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.category-card[data-v-f6f83888]{padding:1rem .8rem}.category-icon[data-v-f6f83888]{font-size:2rem}.category-name[data-v-f6f83888]{font-size:.9rem}}@media(max-width:480px){.categories-grid[data-v-f6f83888]{grid-template-columns:repeat(2,1fr)}.page-title[data-v-f6f83888]{font-size:1.5rem}}.loading[data-v-c0cc3e2b]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.product-category-detail[data-v-c0cc3e2b]{max-width:1200px;margin:0 auto;padding:20px}.page-title[data-v-c0cc3e2b]{text-align:center;color:#3498db;margin-bottom:2rem;font-size:2rem}.emoji[data-v-c0cc3e2b]{margin-right:.5rem}.category-description[data-v-c0cc3e2b]{text-align:center;color:#7f8c8d;margin-bottom:2rem;font-size:1.1rem}.search-filter-section[data-v-c0cc3e2b]{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:2rem}.search-box[data-v-c0cc3e2b]{display:flex;margin-bottom:1.5rem}.search-input[data-v-c0cc3e2b]{flex:1;padding:.8rem;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:1rem}.search-button[data-v-c0cc3e2b]{background-color:#3498db;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:0 4px 4px 0;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.search-button[data-v-c0cc3e2b]:hover{background-color:#2980b9}.filters[data-v-c0cc3e2b]{display:flex;gap:1.5rem;flex-wrap:wrap}.filter-group[data-v-c0cc3e2b]{display:flex;align-items:center;gap:.5rem}.filter-group label[data-v-c0cc3e2b]{font-weight:700;color:#2c3e50}.filter-select[data-v-c0cc3e2b]{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.subcategories-grid[data-v-c0cc3e2b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.subcategory-card[data-v-c0cc3e2b]{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;cursor:pointer;transition:all .3s ease;text-align:center}.subcategory-card[data-v-c0cc3e2b]:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a;background-color:#f8f9fa}.subcategory-card.selected[data-v-c0cc3e2b]{border:2px solid #3498db;background-color:#e3f2fd}.subcategory-icon[data-v-c0cc3e2b]{font-size:3rem;margin-bottom:1rem}.subcategory-name[data-v-c0cc3e2b]{color:#2c3e50;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.subcategory-description[data-v-c0cc3e2b]{color:#7f8c8d;font-size:.9rem;line-height:1.4}.products-grid[data-v-c0cc3e2b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card[data-v-c0cc3e2b]{display:flex;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;overflow:hidden;transition:transform .3s ease}.product-card[data-v-c0cc3e2b]:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-image[data-v-c0cc3e2b]{flex:0 0 120px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.image-placeholder[data-v-c0cc3e2b]{font-size:3rem}.product-info[data-v-c0cc3e2b]{flex:1;padding:1.5rem;display:flex;flex-direction:column}.product-name[data-v-c0cc3e2b]{color:#2c3e50;margin-bottom:.5rem;font-size:1.2rem}.product-description[data-v-c0cc3e2b]{color:#7f8c8d;margin-bottom:1rem;flex:1}.product-meta[data-v-c0cc3e2b]{display:flex;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.product-id[data-v-c0cc3e2b],.product-subcategory[data-v-c0cc3e2b]{color:#3498db;font-weight:700;font-size:.9rem}.contact-button[data-v-c0cc3e2b]{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .3s ease;align-self:flex-start}.contact-button[data-v-c0cc3e2b]:hover{background-color:#2980b9}.contact-button.primary[data-v-c0cc3e2b]{background-color:#27ae60;padding:.8rem 1.5rem;font-size:1.1rem}.contact-button.primary[data-v-c0cc3e2b]:hover{background-color:#219653}.pagination[data-v-c0cc3e2b]{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.pagination-button[data-v-c0cc3e2b]{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.pagination-button[data-v-c0cc3e2b]:hover:not(:disabled){background-color:#2980b9}.pagination-button[data-v-c0cc3e2b]:disabled{background-color:#bdc3c7;cursor:not-allowed}.page-info[data-v-c0cc3e2b]{font-weight:700;color:#2c3e50}.no-results[data-v-c0cc3e2b]{text-align:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.no-results p[data-v-c0cc3e2b]{color:#7f8c8d;font-size:1.2rem}.contact-section[data-v-c0cc3e2b]{text-align:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-top:2rem}.contact-section h2[data-v-c0cc3e2b]{color:#3498db;margin-bottom:1rem}.contact-section p[data-v-c0cc3e2b]{color:#7f8c8d;margin-bottom:1.5rem}.enterprise-products-section[data-v-c0cc3e2b]{margin-top:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.section-title[data-v-c0cc3e2b]{color:#3498db;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.enterprise-group[data-v-c0cc3e2b]{margin-bottom:2rem}.enterprise-group[data-v-c0cc3e2b]:last-child{margin-bottom:0}.enterprise-name[data-v-c0cc3e2b]{color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee;font-size:1.3rem;text-align:center}.enterprise-products[data-v-c0cc3e2b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.product-item[data-v-c0cc3e2b]{display:flex;flex-direction:column;align-items:center;padding:1rem;border:1px solid #eee;border-radius:4px;transition:box-shadow .3s ease;text-align:center}.product-item[data-v-c0cc3e2b]:hover{box-shadow:0 2px 8px #0000001a}.product-logo[data-v-c0cc3e2b]{flex:0 0 150px;margin-bottom:1rem}.product-logo img[data-v-c0cc3e2b]{width:100%;height:150px;border-radius:4px;object-fit:cover}.product-details[data-v-c0cc3e2b]{width:100%}.product-title[data-v-c0cc3e2b]{color:#2c3e50;margin-bottom:.5rem;font-size:1rem;font-weight:500}.product-specification[data-v-c0cc3e2b]{color:#7f8c8d;font-size:.9rem;line-height:1.4;min-height:1.4em;margin-top:.5rem}.no-products-message[data-v-c0cc3e2b]{text-align:center;padding:2rem;color:#7f8c8d;font-style:italic}.select-subcategory-prompt[data-v-c0cc3e2b]{text-align:center;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-top:2rem}.prompt-text[data-v-c0cc3e2b]{color:#3498db;font-size:1.1rem;font-weight:500}.debug-border[data-v-c0cc3e2b]{border:1px dashed red}@media(max-width:768px){.products-grid[data-v-c0cc3e2b]{grid-template-columns:1fr}.product-card[data-v-c0cc3e2b]{flex-direction:column}.product-image[data-v-c0cc3e2b]{flex:0 0 150px}.filters[data-v-c0cc3e2b]{flex-direction:column;gap:1rem}.search-box[data-v-c0cc3e2b]{flex-direction:column}.search-input[data-v-c0cc3e2b]{border-radius:4px;margin-bottom:.5rem}.search-button[data-v-c0cc3e2b]{border-radius:4px;padding:.8rem}.subcategories-grid[data-v-c0cc3e2b]{grid-template-columns:repeat(2,1fr)}.subcategory-card[data-v-c0cc3e2b]{padding:1rem}.subcategory-icon[data-v-c0cc3e2b]{font-size:2rem}.subcategory-name[data-v-c0cc3e2b]{font-size:1rem}.enterprise-products[data-v-c0cc3e2b]{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-item[data-v-c0cc3e2b]{flex-direction:column;text-align:center}.product-logo[data-v-c0cc3e2b]{margin-right:0;margin-bottom:1rem}}@media(max-width:480px){.subcategories-grid[data-v-c0cc3e2b]{grid-template-columns:repeat(2,1fr)}.subcategory-card[data-v-c0cc3e2b]{padding:.8rem}.subcategory-icon[data-v-c0cc3e2b]{font-size:1.5rem}.subcategory-name[data-v-c0cc3e2b]{font-size:.9rem}.product-logo[data-v-c0cc3e2b]{flex:0 0 120px}.product-logo img[data-v-c0cc3e2b]{height:120px}}.loading[data-v-992e7ccb]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.news-detail[data-v-992e7ccb]{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.news-header[data-v-992e7ccb]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.news-title[data-v-992e7ccb]{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.news-meta[data-v-992e7ccb]{display:flex;gap:1rem;color:#7f8c8d;font-size:.9rem}.news-content[data-v-992e7ccb]{line-height:1.8;color:#333}.news-content[data-v-992e7ccb] img{max-width:100%!important;height:auto!important;margin:1.5rem 0;border-radius:4px;box-shadow:0 2px 5px #0000001a}.news-content p[data-v-992e7ccb]{margin-bottom:1rem}.back-link[data-v-992e7ccb]{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.back-button[data-v-992e7ccb]{color:#3498db;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.back-button[data-v-992e7ccb]:hover{text-decoration:underline}.news-video[data-v-992e7ccb]{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.news-video h3[data-v-992e7ccb]{margin-bottom:1rem;color:#2c3e50}@media(max-width:768px){.news-detail[data-v-992e7ccb]{padding:1rem}.news-title[data-v-992e7ccb]{font-size:1.5rem}.news-meta[data-v-992e7ccb]{flex-direction:column;gap:.5rem}}.loading[data-v-e9f560c1]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.policy-detail[data-v-e9f560c1]{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.policy-header[data-v-e9f560c1]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.policy-title[data-v-e9f560c1]{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.policy-meta[data-v-e9f560c1]{display:flex;gap:1rem;color:#7f8c8d;font-size:.9rem}.policy-content[data-v-e9f560c1]{line-height:1.8;color:#333}.policy-content[data-v-e9f560c1] img{max-width:100%!important;height:auto!important;margin:1.5rem 0;border-radius:4px;box-shadow:0 2px 5px #0000001a}.policy-content p[data-v-e9f560c1]{margin-bottom:1rem}.policy-video[data-v-e9f560c1]{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.policy-video h3[data-v-e9f560c1]{margin-bottom:1rem;color:#2c3e50}.back-link[data-v-e9f560c1]{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.back-button[data-v-e9f560c1]{color:#3498db;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.back-button[data-v-e9f560c1]:hover{text-decoration:underline}@media(max-width:768px){.policy-detail[data-v-e9f560c1]{padding:1rem}.policy-title[data-v-e9f560c1]{font-size:1.5rem}.policy-meta[data-v-e9f560c1]{flex-direction:column;gap:.5rem}}.docx-viewer[data-v-d40c4c5c]{padding:20px;max-width:1200px;margin:0 auto}.loading[data-v-d40c4c5c],.error[data-v-d40c4c5c]{text-align:center;padding:20px;font-size:18px}.loading[data-v-d40c4c5c]{color:#42b883}.error[data-v-d40c4c5c]{color:#d32f2f;background-color:#ffebee;border:1px solid #ffcdd2;border-radius:4px}.docx-content[data-v-d40c4c5c]{margin-top:20px}.text-content[data-v-d40c4c5c]{margin-bottom:40px}.text-content h3[data-v-d40c4c5c],.images-content h3[data-v-d40c4c5c]{color:#333;border-bottom:2px solid #42b883;padding-bottom:10px;margin-bottom:20px}.paragraph[data-v-d40c4c5c]{margin-bottom:15px;line-height:1.6;font-size:16px;color:#555}.images-grid[data-v-d40c4c5c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.image-item[data-v-d40c4c5c]{text-align:center;border:1px solid #ddd;border-radius:8px;padding:15px;background-color:#f9f9f9}.image-item img[data-v-d40c4c5c]{max-width:100%;max-height:200px;object-fit:contain;border-radius:4px}.image-item p[data-v-d40c4c5c]{margin-top:10px;font-size:14px;color:#666}.actions[data-v-d40c4c5c]{text-align:center;margin-top:30px}.reload-btn[data-v-d40c4c5c]{background-color:#42b883;color:#fff;border:none;padding:10px 20px;font-size:16px;border-radius:4px;cursor:pointer;transition:background-color .3s}.reload-btn[data-v-d40c4c5c]:hover{background-color:#359c6d}.loading[data-v-1f91cfcd]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.brand-detail[data-v-1f91cfcd]{max-width:1200px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.brand-header[data-v-1f91cfcd]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.brand-title[data-v-1f91cfcd]{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.brand-meta[data-v-1f91cfcd]{display:flex;gap:1rem;color:#7f8c8d;font-size:.9rem}.brand-content[data-v-1f91cfcd]{margin-bottom:2rem}.brand-logo-section[data-v-1f91cfcd]{text-align:center;margin-bottom:2rem}.brand-logo-image[data-v-1f91cfcd]{max-width:200px;height:auto;object-fit:contain}.brand-description h2[data-v-1f91cfcd],.brand-enterpriseclass h2[data-v-1f91cfcd],.brand-intro h2[data-v-1f91cfcd],.brand-media h2[data-v-1f91cfcd]{color:#3498db;margin-bottom:1rem;font-size:1.4rem}.brand-description p[data-v-1f91cfcd],.brand-enterpriseclass p[data-v-1f91cfcd]{line-height:1.6;color:#555;margin-bottom:1.5rem}.intro-content[data-v-1f91cfcd]{line-height:1.6;color:#333}.intro-content img[data-v-1f91cfcd]{max-width:100%;height:auto;margin:1rem 0;border-radius:4px;box-shadow:0 2px 5px #0000001a}.media-content[data-v-1f91cfcd]{text-align:center;background-color:#000;border-radius:8px;overflow:hidden}.media-video[data-v-1f91cfcd],.media-image[data-v-1f91cfcd]{max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 5px #0000001a}.media-video[data-v-1f91cfcd]{max-height:400px}.back-link[data-v-1f91cfcd]{color:#3498db;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.back-link[data-v-1f91cfcd]:hover{text-decoration:underline}.back-button[data-v-1f91cfcd]{color:#3498db;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.back-button[data-v-1f91cfcd]:hover{text-decoration:underline}@media(max-width:768px){.brand-detail[data-v-1f91cfcd]{padding:1rem}.brand-title[data-v-1f91cfcd]{font-size:1.5rem}.brand-meta[data-v-1f91cfcd]{flex-direction:column;gap:.5rem}.brand-logo-image[data-v-1f91cfcd]{max-width:150px}}.platform-empowerment[data-v-374dfe84]{padding:20px;max-width:1200px;margin:0 auto}.page-title[data-v-374dfe84]{color:#2c3e50;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #3498db;font-weight:600;text-align:center}.content-section[data-v-374dfe84]{margin-bottom:2rem;line-height:1.8}.content-section h2[data-v-374dfe84]{color:#3498db;margin-bottom:1rem;font-weight:600;border-left:4px solid #3498db;padding-left:10px}.content-section p[data-v-374dfe84]{margin-bottom:1rem;text-align:justify}.content-section ul[data-v-374dfe84]{margin-left:2rem;margin-bottom:1rem}.content-section li[data-v-374dfe84]{margin-bottom:.5rem}@media(max-width:768px){.platform-empowerment[data-v-374dfe84]{padding:10px}.content-section h2[data-v-374dfe84]{font-size:1.3rem}.content-section p[data-v-374dfe84],.content-section li[data-v-374dfe84]{font-size:.9rem}}.loading[data-v-c500b9eb]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.branch-office-detail[data-v-c500b9eb]{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a}.office-header[data-v-c500b9eb]{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.office-title[data-v-c500b9eb]{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.office-content[data-v-c500b9eb]{line-height:1.8;color:#333}.office-content[data-v-c500b9eb] img{max-width:100%!important;height:auto!important;margin:1.5rem 0;border-radius:4px;box-shadow:0 2px 5px #0000001a}.office-content p[data-v-c500b9eb]{margin-bottom:1rem}.back-link[data-v-c500b9eb]{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.back-button[data-v-c500b9eb]{color:#3498db;text-decoration:none;font-weight:500;display:inline-flex;align-items:center}.back-button[data-v-c500b9eb]:hover{text-decoration:underline}@media(max-width:768px){.branch-office-detail[data-v-c500b9eb]{padding:1rem}.office-title[data-v-c500b9eb]{font-size:1.5rem}}.enterprise-detail[data-v-7f91ddd4]{max-width:1200px;margin:0 auto;padding:20px}.enterprise-detail h1[data-v-7f91ddd4]{text-align:center;color:#3498db;margin-bottom:2rem}.loading[data-v-7f91ddd4]{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.back-button-container[data-v-7f91ddd4]{margin-bottom:1.5rem}.back-button[data-v-7f91ddd4]{background-color:#3498db;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;margin-bottom:2rem}.back-button[data-v-7f91ddd4]:hover{background-color:#2980b9}.enterprise-header[data-v-7f91ddd4]{text-align:center;margin-bottom:2rem}.enterprise-title[data-v-7f91ddd4]{color:#3498db;font-size:2rem;margin-bottom:1rem}.enterprise-section[data-v-7f91ddd4]{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:2rem;margin-bottom:2rem}.enterprise-section h2[data-v-7f91ddd4]{color:#3498db;margin-bottom:1.5rem}.enterprise-description p[data-v-7f91ddd4]{color:#7f8c8d;line-height:1.6;font-size:1.1rem}.video-player[data-v-7f91ddd4]{width:100%;max-width:800px;height:auto;border-radius:8px;margin:0 auto;display:block}.image-container[data-v-7f91ddd4]{text-align:center}.media-image[data-v-7f91ddd4]{max-width:100%;max-height:500px;border-radius:8px;margin:0 auto;display:block}.factory-pictures-grid[data-v-7f91ddd4]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.factory-picture-item[data-v-7f91ddd4]{text-align:center}.factory-picture-image[data-v-7f91ddd4]{width:100%;height:150px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.factory-picture-title[data-v-7f91ddd4]{margin-top:.5rem;font-size:.9rem;color:#7f8c8d}.enterprise-products[data-v-7f91ddd4]{margin-top:2rem}.products-grid[data-v-7f91ddd4]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.product-item[data-v-7f91ddd4]{display:flex;flex-direction:column;align-items:center;padding:1rem;border:1px solid #eee;border-radius:4px;transition:box-shadow .3s ease;text-align:center}.product-item[data-v-7f91ddd4]:hover{box-shadow:0 2px 8px #0000001a}.product-logo[data-v-7f91ddd4]{flex:0 0 150px;margin-bottom:1rem}.product-logo img[data-v-7f91ddd4]{width:100%;height:150px;border-radius:4px;object-fit:cover}.product-details[data-v-7f91ddd4]{width:100%}.product-title[data-v-7f91ddd4]{color:#2c3e50;margin-bottom:.5rem;font-size:1rem;font-weight:500}.product-specification[data-v-7f91ddd4]{color:#7f8c8d;font-size:.9rem;line-height:1.4;min-height:1.4em;margin-top:.5rem}.no-products[data-v-7f91ddd4],.no-data[data-v-7f91ddd4]{text-align:center;padding:2rem;color:#7f8c8d;font-style:italic}@media(max-width:768px){.enterprise-detail[data-v-7f91ddd4]{padding:10px}.enterprise-title[data-v-7f91ddd4]{font-size:1.5rem}.products-grid[data-v-7f91ddd4]{grid-template-columns:repeat(2,1fr);gap:1rem}.product-logo img[data-v-7f91ddd4]{width:100%;height:auto}.enterprise-products[data-v-7f91ddd4]{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-item[data-v-7f91ddd4]{flex-direction:column;text-align:center}.product-logo[data-v-7f91ddd4]{margin-right:0;margin-bottom:1rem}.media-image[data-v-7f91ddd4]{max-height:300px}.factory-pictures-grid[data-v-7f91ddd4]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.products-grid[data-v-7f91ddd4]{grid-template-columns:1fr}.product-logo[data-v-7f91ddd4]{flex:0 0 120px}.product-logo img[data-v-7f91ddd4]{height:120px}.enterprise-title[data-v-7f91ddd4]{font-size:1.3rem}.media-image[data-v-7f91ddd4]{max-height:200px}.factory-pictures-grid[data-v-7f91ddd4]{grid-template-columns:1fr}}
