@charset "UTF-8";.home[data-v-b2807b8f]{padding-top:80px}@media (max-width: 768px){.home[data-v-b2807b8f]{padding-top:70px}}.hero[data-v-b2807b8f]{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-content[data-v-b2807b8f]{position:relative;z-index:1;text-align:center;padding:80px 20px}.hero-text[data-v-b2807b8f]{max-width:800px;margin:0 auto 80px}.hero-subtitle[data-v-b2807b8f]{font-size:16px;font-weight:500;letter-spacing:8px;text-transform:uppercase;margin-bottom:20px}.theme-a .hero-subtitle[data-v-b2807b8f]{color:#999}.theme-b .hero-subtitle[data-v-b2807b8f]{color:#fff9}.hero-title[data-v-b2807b8f]{font-size:64px;font-weight:700;line-height:1.2;margin-bottom:32px}@media (max-width: 768px){.hero-title[data-v-b2807b8f]{font-size:40px}}.hero-title-main[data-v-b2807b8f]{display:block;color:#1a1a1a;margin-bottom:4px}.theme-b .hero-title-main[data-v-b2807b8f]{color:#fff}.hero-title-highlight[data-v-b2807b8f]{display:block;color:#ff5000;font-size:1.1em}.hero-desc[data-v-b2807b8f]{font-size:17px;line-height:1.8;margin-bottom:48px}.theme-a .hero-desc[data-v-b2807b8f]{color:#666}.theme-b .hero-desc[data-v-b2807b8f]{color:#ffffffb3}.hero-desc strong[data-v-b2807b8f]{color:#ff5000;font-weight:600}.hero-stats[data-v-b2807b8f]{display:flex;justify-content:center;gap:80px;flex-wrap:wrap;margin-top:-20px}.theme-b .hero-stats[data-v-b2807b8f]{border-top-color:#ffffff1a}@media (max-width: 768px){.hero-stats[data-v-b2807b8f]{gap:40px}}.stat-item[data-v-b2807b8f]{text-align:center;padding:0 20px}.stat-value[data-v-b2807b8f]{display:block;font-size:42px;font-weight:700;color:#ff5000;margin-bottom:8px}.stat-value small[data-v-b2807b8f]{font-size:18px}.stat-label[data-v-b2807b8f]{font-size:14px}.theme-a .stat-label[data-v-b2807b8f]{color:#666}.theme-b .stat-label[data-v-b2807b8f]{color:#fff9}.hero-scroll[data-v-b2807b8f]{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:float 2s ease-in-out infinite}.scroll-text[data-v-b2807b8f]{font-size:12px}.theme-a .scroll-text[data-v-b2807b8f]{color:#999}.theme-b .scroll-text[data-v-b2807b8f]{color:#ffffff80}.scroll-icon[data-v-b2807b8f]{width:24px;height:40px;border:2px solid #FF5000;border-radius:12px;position:relative}.scroll-icon[data-v-b2807b8f]:after{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#ff5000;border-radius:2px;animation:scrollBounce-b2807b8f 1.5s ease-in-out infinite}@keyframes scrollBounce-b2807b8f{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.theme-a .about-section[data-v-b2807b8f]{background:#f8f9fa}.theme-b .about-section[data-v-b2807b8f]{background:#0f0f1a;color:#fff}.about-hero[data-v-b2807b8f]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}@media (max-width: 992px){.about-hero[data-v-b2807b8f]{grid-template-columns:1fr;gap:40px}}.about-hero-content[data-v-b2807b8f]{max-width:520px}.about-hero-title[data-v-b2807b8f]{font-size:36px;font-weight:700;margin-bottom:8px;color:#1a1a1a}.theme-b .about-hero-title[data-v-b2807b8f]{color:#fff}.about-hero-subtitle[data-v-b2807b8f]{font-size:14px;letter-spacing:4px;color:#999;margin-bottom:24px;text-transform:uppercase}.theme-b .about-hero-subtitle[data-v-b2807b8f]{color:#ffffff80}.about-hero-desc[data-v-b2807b8f]{font-size:15px;line-height:1.8;margin-bottom:28px;color:#666}.theme-b .about-hero-desc[data-v-b2807b8f]{color:#ffffffb3}.about-hero-desc strong[data-v-b2807b8f]{color:#ff5000;font-weight:600}.about-hero-btn[data-v-b2807b8f]{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,#ff5000,#ff7a00);color:#fff;font-size:14px;font-weight:500;border-radius:24px;text-decoration:none;transition:all .3s ease}.about-hero-btn[data-v-b2807b8f]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff50004d}.about-hero-image[data-v-b2807b8f]{border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.about-hero-image[data-v-b2807b8f]:hover{transform:translateY(-8px) scale(1.02)}.about-hero-image img[data-v-b2807b8f]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.about-hero-image:hover img[data-v-b2807b8f]{transform:scale(1.08)}.about-grid[data-v-b2807b8f]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 1024px){.about-grid[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.about-grid[data-v-b2807b8f]{grid-template-columns:1fr}}.about-card[data-v-b2807b8f]{padding:40px 28px;border-radius:16px;text-align:center;transition:all .3s ease}.theme-a .about-card[data-v-b2807b8f]{background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 20px #0000000f}.theme-b .about-card[data-v-b2807b8f]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.about-card[data-v-b2807b8f]:hover{transform:translateY(-6px)}.theme-a .about-card[data-v-b2807b8f]:hover{box-shadow:0 12px 40px #ff50001f;border-color:#ff500026}.theme-b .about-card[data-v-b2807b8f]:hover{background:#ffffff14;border-color:#ff50004d}.about-card:hover .about-card-icon[data-v-b2807b8f]{color:#ff5000;transform:scale(1.1)}.about-card-icon[data-v-b2807b8f]{width:64px;height:64px;margin:0 auto 20px;color:#bbb;transition:all .3s ease}.about-card-icon svg[data-v-b2807b8f]{width:100%;height:100%}.about-card-title[data-v-b2807b8f]{font-size:22px;font-weight:700;margin-bottom:10px;line-height:1.3;color:#ff5000}.about-card-desc[data-v-b2807b8f]{font-size:13px;line-height:1.5;font-weight:400}.theme-a .about-card-desc[data-v-b2807b8f]{color:#888}.theme-b .about-card-desc[data-v-b2807b8f]{color:#ffffff80}.theme-a .business-section[data-v-b2807b8f]{background:#f8f9fa}.theme-b .business-section[data-v-b2807b8f]{background:#0f0f1a;color:#fff}.business-header[data-v-b2807b8f]{text-align:center;margin-bottom:60px}.business-header .section-title[data-v-b2807b8f]{margin-bottom:12px}.business-header .section-subtitle[data-v-b2807b8f]{margin-bottom:24px}.business-desc[data-v-b2807b8f]{font-size:16px;line-height:1.8;max-width:800px;margin:0 auto}.business-desc strong[data-v-b2807b8f],.business-desc .text-highlight[data-v-b2807b8f]{color:#ff5000;font-weight:600}.business-list[data-v-b2807b8f]{display:flex;flex-direction:column;gap:80px}.business-item[data-v-b2807b8f]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;text-decoration:none;transition:all .3s ease}@media (max-width: 992px){.business-item[data-v-b2807b8f]{grid-template-columns:1fr;gap:40px}}.business-item:hover .business-item-image img[data-v-b2807b8f]{transform:scale(1.05)}.business-item:hover .business-item-title[data-v-b2807b8f]{color:#ff5000}.business-item-reverse[data-v-b2807b8f]{direction:rtl}.business-item-reverse .business-item-content[data-v-b2807b8f],.business-item-reverse .business-item-image[data-v-b2807b8f]{direction:ltr}.business-item-image[data-v-b2807b8f]{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.business-item-image img[data-v-b2807b8f]{width:100%;height:400px;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.business-item-image img[data-v-b2807b8f]{height:280px}}.business-item-content[data-v-b2807b8f]{padding:20px 0}.business-item-number[data-v-b2807b8f]{display:block;font-size:72px;font-weight:700;line-height:1;margin-bottom:8px;opacity:.1}.theme-a .business-item-number[data-v-b2807b8f]{color:#ff5000}.theme-b .business-item-number[data-v-b2807b8f]{color:#ff50004d}.business-item-subtitle[data-v-b2807b8f]{display:inline-block;font-size:13px;font-weight:600;color:#ff5000;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;padding:6px 14px;border-radius:20px}.theme-a .business-item-subtitle[data-v-b2807b8f]{background:#ff50001a}.theme-b .business-item-subtitle[data-v-b2807b8f]{background:#ff500033}.business-item-title[data-v-b2807b8f]{font-size:32px;font-weight:700;margin-bottom:16px;transition:color .3s ease}.theme-a .business-item-title[data-v-b2807b8f]{color:#333}.theme-b .business-item-title[data-v-b2807b8f]{color:#fff}@media (max-width: 768px){.business-item-title[data-v-b2807b8f]{font-size:24px}}.business-grid-new[data-v-b2807b8f]{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-radius:12px}@media (max-width: 1200px){.business-grid-new[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.business-grid-new[data-v-b2807b8f]{grid-template-columns:1fr}}.business-card-new[data-v-b2807b8f]{display:flex;flex-direction:column;text-decoration:none;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 2px 12px #0000000f}.business-card-new[data-v-b2807b8f]:hover{transform:translateY(-6px);box-shadow:0 12px 40px #ff500026}.business-card-new:hover .business-card-image img[data-v-b2807b8f]{transform:scale(1.08)}.business-card-new:hover .business-card-title[data-v-b2807b8f]{color:#ff5000}.business-card-image[data-v-b2807b8f]{width:100%;height:160px;overflow:hidden;position:relative}.business-card-image img[data-v-b2807b8f]{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.business-card-content[data-v-b2807b8f]{padding:20px 24px 24px}.business-card-title[data-v-b2807b8f]{font-size:17px;font-weight:600;color:#333;margin-bottom:10px;line-height:1.4;transition:all .3s ease}.business-card-desc[data-v-b2807b8f]{font-size:13px;color:#888;line-height:1.6}.business-content[data-v-b2807b8f]{grid-template-columns:repeat(3,1fr)}.business-content .business-card[data-v-b2807b8f]{min-height:350px}.business-row-4[data-v-b2807b8f]{grid-template-columns:repeat(4,1fr)}.business-row-4 .business-card[data-v-b2807b8f]{min-height:320px}@media (max-width: 1200px){.business-row-3[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}.business-row-3 .business-card[data-v-b2807b8f]:last-child{grid-column:span 2}.business-row-4[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.business-row-3[data-v-b2807b8f],.business-row-4[data-v-b2807b8f]{grid-template-columns:1fr}.business-row-3 .business-card[data-v-b2807b8f]:last-child,.business-row-4 .business-card[data-v-b2807b8f]:last-child{grid-column:span 1}}.business-card[data-v-b2807b8f]{padding:28px;border-radius:16px;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;color:inherit}.theme-a .business-card[data-v-b2807b8f]{background:#fff;box-shadow:0 4px 20px #0000000d}.theme-a .business-card[data-v-b2807b8f]:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.theme-b .business-card[data-v-b2807b8f]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.theme-b .business-card[data-v-b2807b8f]:hover{background:#ff50001a;border-color:#ff50004d}.business-content[data-v-b2807b8f]{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.business-left[data-v-b2807b8f]{flex:1}.business-icon[data-v-b2807b8f]{font-size:40px;flex-shrink:0}.business-name[data-v-b2807b8f]{font-size:18px;font-weight:600;margin-bottom:4px}.business-subtitle[data-v-b2807b8f]{font-size:13px;color:#ff5000;margin-bottom:8px}.business-desc[data-v-b2807b8f]{font-size:13px;line-height:1.5;margin-bottom:12px}.theme-a .business-desc[data-v-b2807b8f]{color:#666}.theme-b .business-desc[data-v-b2807b8f]{color:#ffffffb3}.business-features[data-v-b2807b8f]{margin-bottom:16px}.business-features li[data-v-b2807b8f]{font-size:13px;padding:6px 0 6px 16px;position:relative}.business-features li[data-v-b2807b8f]:before{content:"✓";position:absolute;left:0;color:#ff5000}.theme-a .business-features li[data-v-b2807b8f]{color:#666}.theme-b .business-features li[data-v-b2807b8f]{color:#fff9}.business-stats[data-v-b2807b8f]{font-size:13px;color:#ff5000;font-weight:500}.theme-a .products-section[data-v-b2807b8f]{background:#fff}.theme-b .products-section[data-v-b2807b8f]{background:#0f0f1a;color:#fff}.products-matrix[data-v-b2807b8f]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.products-matrix[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.products-matrix[data-v-b2807b8f]{grid-template-columns:1fr}}.product-line-card[data-v-b2807b8f]{padding:28px;border-radius:16px;transition:all .3s ease;display:flex;flex-direction:column;height:100%;text-decoration:none;cursor:pointer}.theme-a .product-line-card[data-v-b2807b8f]{background:#fff;border:1px solid #f0f0f0}.theme-a .product-line-card[data-v-b2807b8f]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #ff50001a;border-color:#ff500033}.theme-b .product-line-card[data-v-b2807b8f]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.theme-b .product-line-card[data-v-b2807b8f]:hover{border-color:#ff5000;background:#ff50000d}.product-line-header[data-v-b2807b8f]{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-line-icon[data-v-b2807b8f]{width:48px;height:48px;flex-shrink:0}.product-line-icon svg[data-v-b2807b8f]{width:100%;height:100%}.product-line-name[data-v-b2807b8f]{font-size:17px;font-weight:600;color:#333}.theme-b .product-line-name[data-v-b2807b8f]{color:#fff}.product-line-content[data-v-b2807b8f]{display:grid;grid-template-rows:40px 20px auto;gap:8px;flex:1}.product-row[data-v-b2807b8f]{display:flex;align-items:flex-start}.product-row-description[data-v-b2807b8f]{align-items:flex-start}.product-row-label[data-v-b2807b8f]{align-items:center}.product-row-brands[data-v-b2807b8f]{align-items:flex-start}.product-category-tag[data-v-b2807b8f]{display:inline-block;font-size:13px;color:#666;line-height:1.5}.theme-b .product-category-tag[data-v-b2807b8f]{color:#ffffffb3}.product-brands-label[data-v-b2807b8f]{font-size:12px;color:#999;font-weight:500}.theme-b .product-brands-label[data-v-b2807b8f]{color:#ffffff80}.product-brands-list[data-v-b2807b8f]{display:flex;flex-wrap:wrap;gap:8px}.product-brand-tag[data-v-b2807b8f]{display:inline-block;padding:4px 10px;font-size:12px;border-radius:4px;background:#ff500014;color:#ff5000}.theme-b .product-brand-tag[data-v-b2807b8f]{background:#ff500026}.theme-a .partners-section[data-v-b2807b8f]{background:#f8f9fa}.theme-b .partners-section[data-v-b2807b8f]{background:#1a1a2e;color:#fff}.partners-tabs[data-v-b2807b8f]{display:flex;justify-content:center;gap:16px;margin-bottom:40px}.partners-tab[data-v-b2807b8f]{padding:12px 32px;font-size:16px;font-weight:500;border-radius:8px;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.theme-a .partners-tab[data-v-b2807b8f]{background:#fff;color:#666;border-color:#e8e8e8}.theme-a .partners-tab[data-v-b2807b8f]:hover{border-color:#ff5000;color:#ff5000}.theme-a .partners-tab.active[data-v-b2807b8f]{background:#ff5000;color:#fff;border-color:#ff5000}.theme-b .partners-tab[data-v-b2807b8f]{background:#ffffff0d;color:#ffffffb3;border-color:#ffffff1a}.theme-b .partners-tab[data-v-b2807b8f]:hover{border-color:#ff5000;color:#ff5000}.theme-b .partners-tab.active[data-v-b2807b8f]{background:#ff5000;color:#fff;border-color:#ff5000}.partners-grid[data-v-b2807b8f]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px}@media (max-width: 992px){.partners-grid[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.partners-grid[data-v-b2807b8f]{grid-template-columns:1fr}}.partner-card[data-v-b2807b8f]{display:flex;align-items:center;gap:16px;padding:20px 24px;border-radius:12px;transition:all .3s ease}.theme-a .partner-card[data-v-b2807b8f]{background:#fff;box-shadow:0 2px 8px #0000000a}.theme-a .partner-card[data-v-b2807b8f]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff50001f}.theme-b .partner-card[data-v-b2807b8f]{background:#ffffff0d}.theme-b .partner-card[data-v-b2807b8f]:hover{background:#ff50001a}.partner-card-image[data-v-b2807b8f]{width:140px;height:68px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;overflow:hidden}.partner-card-image img[data-v-b2807b8f]{width:100%;height:100%;object-fit:cover}.partner-image-placeholder[data-v-b2807b8f]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border:1px dashed #ccc;border-radius:8px}.partner-image-placeholder span[data-v-b2807b8f]{font-size:12px;color:#999;text-align:center;padding:4px}.partner-card-info[data-v-b2807b8f]{flex:1;display:flex;flex-direction:column;gap:4px}.partner-card-name[data-v-b2807b8f]{font-size:16px;font-weight:600;color:#333}.theme-b .partner-card-name[data-v-b2807b8f]{color:#fff}.partner-card-desc[data-v-b2807b8f]{font-size:13px;color:#999}.theme-b .partner-card-desc[data-v-b2807b8f]{color:#fff9}.partners-stats[data-v-b2807b8f]{display:flex;justify-content:center;gap:80px;flex-wrap:wrap}.partners-stat[data-v-b2807b8f]{text-align:center}.partners-stat-value[data-v-b2807b8f]{display:block;font-size:42px;font-weight:700}.partners-stat-label[data-v-b2807b8f]{font-size:14px}.theme-a .partners-stat-label[data-v-b2807b8f]{color:#666}.theme-b .partners-stat-label[data-v-b2807b8f]{color:#fff9}.theme-a .news-section[data-v-b2807b8f]{background:#fff}.theme-b .news-section[data-v-b2807b8f]{background:#0f0f1a;color:#fff}.news-grid[data-v-b2807b8f]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}@media (max-width: 992px){.news-grid[data-v-b2807b8f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.news-grid[data-v-b2807b8f]{grid-template-columns:1fr}}.news-card[data-v-b2807b8f]{border-radius:12px;overflow:hidden;transition:all .3s ease}.theme-a .news-card[data-v-b2807b8f]{background:#fff;border:1px solid #eee}.theme-a .news-card[data-v-b2807b8f]:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.theme-b .news-card[data-v-b2807b8f]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.theme-b .news-card[data-v-b2807b8f]:hover{border-color:#ff5000}.news-image[data-v-b2807b8f]{aspect-ratio:16/9;overflow:hidden}.news-image img[data-v-b2807b8f]{width:100%;height:100%;object-fit:cover}.news-placeholder[data-v-b2807b8f]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px}.theme-a .news-placeholder[data-v-b2807b8f]{background:linear-gradient(135deg,#fff5f0,#ffe5d9);color:#ff5000}.theme-b .news-placeholder[data-v-b2807b8f]{background:linear-gradient(135deg,#ff500033,#ff50001a);color:#ff5000}.news-content[data-v-b2807b8f]{padding:24px}.news-date[data-v-b2807b8f]{font-size:13px;color:#999;margin-bottom:12px}.news-title[data-v-b2807b8f]{font-size:18px;font-weight:500;line-height:1.4;margin-bottom:12px}.theme-a .news-title[data-v-b2807b8f]{color:#1a1a1a}.theme-b .news-title[data-v-b2807b8f]{color:#fff}.news-summary[data-v-b2807b8f]{font-size:14px;line-height:1.6;margin-bottom:16px}.theme-a .news-summary[data-v-b2807b8f]{color:#666}.theme-b .news-summary[data-v-b2807b8f]{color:#ffffffb3}.news-link[data-v-b2807b8f]{font-size:14px;color:#ff5000;transition:opacity .3s ease}.news-link[data-v-b2807b8f]:hover{opacity:.8}.news-more[data-v-b2807b8f]{text-align:center}.cta-section[data-v-b2807b8f]{background:linear-gradient(135deg,#ff5000,#ff7a00);color:#fff}.cta-content[data-v-b2807b8f]{text-align:center;max-width:700px;margin:0 auto}.cta-title[data-v-b2807b8f]{font-size:36px;font-weight:600;margin-bottom:16px}@media (max-width: 768px){.cta-title[data-v-b2807b8f]{font-size:28px}}.cta-desc[data-v-b2807b8f]{font-size:18px;opacity:.9;margin-bottom:32px}.cta-actions[data-v-b2807b8f]{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.mall-modal-overlay[data-v-b2807b8f]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:mallFadeIn-b2807b8f .3s ease}@keyframes mallFadeIn-b2807b8f{0%{opacity:0}to{opacity:1}}.mall-modal-content[data-v-b2807b8f]{position:relative;background:#fff;border-radius:16px;width:90%;max-width:400px;overflow:hidden;animation:mallSlideUp-b2807b8f .3s ease;box-shadow:0 20px 60px #0003;margin:auto}@keyframes mallSlideUp-b2807b8f{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.mall-modal-header[data-v-b2807b8f]{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.mall-modal-header h3[data-v-b2807b8f]{font-size:18px;font-weight:600;color:#333}.mall-modal-close[data-v-b2807b8f]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.mall-modal-close[data-v-b2807b8f]:hover{background:#f5f5f5}.mall-modal-close svg[data-v-b2807b8f]{width:20px;height:20px;color:#666}.mall-modal-body[data-v-b2807b8f]{padding:12px}.mall-region-list[data-v-b2807b8f]{display:flex;flex-direction:column;gap:8px}.mall-region-item[data-v-b2807b8f]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:12px;transition:all .3s ease;text-decoration:none}.mall-region-item[data-v-b2807b8f]:hover{background:#fff5f0}.mall-region-item:hover .mall-region-name[data-v-b2807b8f]{color:#ff5000}.mall-region-item:hover .mall-region-arrow[data-v-b2807b8f]{color:#ff5000;transform:translate(4px)}.mall-region-name[data-v-b2807b8f]{font-size:16px;font-weight:500;color:#333;transition:color .3s ease}.mall-region-arrow[data-v-b2807b8f]{width:20px;height:20px;color:#999;transition:all .3s ease}
