@charset "UTF-8";html,body{margin:0;padding:0}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;height:100%}.header[data-v-96f4c588]{position:fixed;top:0;width:100%;z-index:1000;background:rgba(255,255,255,.95);box-shadow:var(--card-shadow)}.nav-container[data-v-96f4c588]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px}.logo[data-v-96f4c588]{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}.logo img[data-v-96f4c588]{height:40px}[data-v-96f4c588] .el-menu{border-bottom:none;background:transparent;white-space:nowrap;display:flex;justify-content:flex-end;flex:1;margin-left:40px}[data-v-96f4c588] .el-menu-item{font-size:16px;font-weight:500;padding:0 24px;color:var(--text);height:60px;line-height:60px}[data-v-96f4c588] .el-menu-item.is-active{color:var(--primary);font-weight:600}[data-v-96f4c588] .el-menu-item:hover{color:var(--primary)}[data-v-96f4c588] .el-menu--horizontal>.el-menu-item:not(.is-disabled):focus{background-color:var(--primary-bg)}@media (max-width: 768px){.nav-container[data-v-96f4c588]{padding:0 15px}[data-v-96f4c588] .el-menu-item{padding:0 15px;font-size:14px}.logo[data-v-96f4c588]{font-size:18px;flex-shrink:0}[data-v-96f4c588] .el-menu{margin-left:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}[data-v-96f4c588] .el-menu::-webkit-scrollbar{display:none}}.footer[data-v-2df60e8d]{background:linear-gradient(to bottom,#1a1a1a,#2d2d2d);color:#fff;padding:80px 0 30px;position:relative;overflow:hidden}.footer-wave[data-v-2df60e8d]{position:absolute;top:0;left:0;right:0;height:50px;background:linear-gradient(45deg,var(--primary) 0%,transparent 100%);opacity:.1;transform:translateY(-50%)}.container[data-v-2df60e8d]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.footer-content[data-v-2df60e8d]{display:grid;grid-template-columns:1.5fr 1fr;gap:80px;margin-bottom:60px}.footer-section h3[data-v-2df60e8d]{font-size:20px;font-weight:600;margin-bottom:30px;color:#fff;position:relative;padding-bottom:15px}.footer-section h3[data-v-2df60e8d]:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--primary);border-radius:2px}.contact-list li[data-v-2df60e8d]{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:#fffc;font-size:15px;transition:all .3s ease}.contact-list li[data-v-2df60e8d]:hover{color:#fff;transform:translate(5px)}.icon-wrapper[data-v-2df60e8d]{width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-list li:hover .icon-wrapper[data-v-2df60e8d]{background:var(--primary);transform:scale(1.1)}.contact-list .el-icon[data-v-2df60e8d]{font-size:18px;color:var(--primary);transition:all .3s ease}.contact-list li:hover .el-icon[data-v-2df60e8d]{color:#fff}.quick-links[data-v-2df60e8d]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 30px}.quick-links li[data-v-2df60e8d]{position:relative}.quick-links a[data-v-2df60e8d]{color:#fffc;font-size:15px;text-decoration:none;transition:all .3s ease;display:inline-block;padding-left:15px}.quick-links a[data-v-2df60e8d]:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;background:var(--primary);border-radius:50%;transform:translateY(-50%);opacity:0;transition:all .3s ease}.quick-links a[data-v-2df60e8d]:hover{color:#fff;transform:translate(5px)}.quick-links a[data-v-2df60e8d]:hover:before{opacity:1}.footer-bottom[data-v-2df60e8d]{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center;position:relative}.footer-bottom[data-v-2df60e8d]:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:100px;height:1px;background:var(--primary)}.footer-bottom p[data-v-2df60e8d]{font-size:14px;color:#fff9;letter-spacing:.5px}@media (max-width: 768px){.footer[data-v-2df60e8d]{padding:60px 0 30px}.footer-content[data-v-2df60e8d]{grid-template-columns:1fr;gap:50px}.quick-links[data-v-2df60e8d]{grid-template-columns:1fr}.footer-section h3[data-v-2df60e8d]{font-size:18px;margin-bottom:25px}}[data-v-0dc59be4]:root{--primary: #2563eb;--primary-light: #3b82f6;--secondary: #64748b;--accent: #f43f5e;--background: #f8fafc;--surface: #ffffff;--text: #1e293b;--text-light: #64748b;--card-shadow: 0 4px 20px rgba(0, 0, 0, .08);--hover-shadow: 0 8px 30px rgba(0, 0, 0, .12);--card-radius: 16px;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}.home-page[data-v-0dc59be4]{min-height:100vh;background-color:var(--background)}.header[data-v-0dc59be4]{position:fixed;top:0;width:100%;z-index:1000;background:rgba(255,255,255,.95);box-shadow:0 2px 12px #0000001a}.nav-container[data-v-0dc59be4]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px}.logo[data-v-0dc59be4]{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}.logo img[data-v-0dc59be4]{height:40px}.hero-section[data-v-0dc59be4]{margin-top:60px;position:relative;overflow:hidden}.hero-section[data-v-0dc59be4]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--dark-gradient);opacity:.4;z-index:0}.banner-content[data-v-0dc59be4]{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:2}.banner-text[data-v-0dc59be4],.banner-content[data-v-0dc59be4]:before{display:none}.section[data-v-0dc59be4]{padding:80px 0;max-width:1200px;margin:0 auto}.section-title[data-v-0dc59be4]{text-align:center;margin-bottom:40px}.section-title h2[data-v-0dc59be4]{font-size:36px;margin-bottom:10px;color:var(--text)}.plan-image[data-v-0dc59be4]{width:100%;height:200px;object-fit:cover;transition:transform .3s}.plan-card:hover .plan-image[data-v-0dc59be4]{transform:scale(1.05)}.plan-info[data-v-0dc59be4]{padding:20px;background:white}.plan-info h3[data-v-0dc59be4]{margin:0 0 10px;font-size:18px}.plan-info p[data-v-0dc59be4]{color:#666;margin:0}.plan-meta[data-v-0dc59be4]{display:flex;justify-content:space-between;margin:15px 0}.plan-meta .price[data-v-0dc59be4]{color:#f56c6c;font-size:20px;font-weight:700}.plan-meta .duration[data-v-0dc59be4]{color:#409eff}.case-card[data-v-0dc59be4]{margin-bottom:20px;border:none;border-radius:8px;overflow:hidden}.case-card[data-v-0dc59be4]:hover{transform:scale(1.05)}.case-image[data-v-0dc59be4]{width:100%;height:250px;object-fit:cover;transition:transform .3s}.case-meta[data-v-0dc59be4]{display:flex;align-items:center;gap:10px;margin-top:15px}.case-meta .customer-name[data-v-0dc59be4]{color:#666;font-size:14px}.popular-plans[data-v-0dc59be4]{padding:80px 0;position:relative;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.plan-card[data-v-0dc59be4]{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);cursor:pointer;transition:all .3s ease}.plan-card[data-v-0dc59be4]:hover{transform:translateY(-5px);box-shadow:var(--hover-shadow)}.plan-image-wrapper[data-v-0dc59be4]{position:relative;width:100%;padding-top:66.67%}.plan-image[data-v-0dc59be4]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.plan-image img[data-v-0dc59be4]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.plan-card:hover .plan-image[data-v-0dc59be4]{transform:scale(1.1)}.plan-overlay[data-v-0dc59be4]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.plan-card:hover .plan-overlay[data-v-0dc59be4]{opacity:1}.plan-info[data-v-0dc59be4]{padding:24px}.plan-info h3[data-v-0dc59be4]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:12px;color:var(--text)}.plan-info p[data-v-0dc59be4]{color:var(--text-light);font-size:var(--font-size-base);line-height:1.6;margin-bottom:16px}.plan-highlights[data-v-0dc59be4]{display:flex;gap:16px;margin:16px 0}.highlight-item[data-v-0dc59be4]{display:flex;align-items:center;gap:4px;color:var(--text-light);font-size:var(--font-size-sm)}.highlight-item .el-icon[data-v-0dc59be4]{color:var(--primary);font-size:var(--font-size-base)}.plan-meta[data-v-0dc59be4]{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-light)}.price-wrapper[data-v-0dc59be4]{display:flex;flex-direction:column}.price-wrapper small[data-v-0dc59be4]{color:var(--text-light);font-size:var(--font-size-xs)}.price[data-v-0dc59be4]{color:var(--primary);font-size:var(--font-size-xl);font-weight:600}@media (max-width: 1024px){.plans-grid[data-v-0dc59be4]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.plans-grid[data-v-0dc59be4]{grid-template-columns:1fr}.popular-plans[data-v-0dc59be4]{padding:40px 0}.plan-info h3[data-v-0dc59be4]{font-size:var(--font-size-base)}.plan-info p[data-v-0dc59be4]{font-size:var(--font-size-sm)}.price[data-v-0dc59be4]{font-size:var(--font-size-lg)}}.case-card[data-v-0dc59be4]{cursor:pointer;transition:var(--transition-smooth)}.case-card[data-v-0dc59be4]:hover{transform:translateY(-5px);box-shadow:var(--hover-shadow)}.case-image-wrapper[data-v-0dc59be4]{position:relative;padding-top:66.67%;overflow:hidden}.case-image[data-v-0dc59be4]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}.case-card:hover .case-image[data-v-0dc59be4]{transform:scale(1.1) rotate(-2deg)}.case-overlay[data-v-0dc59be4]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.case-card:hover .case-overlay[data-v-0dc59be4]{opacity:1}.case-info[data-v-0dc59be4]{padding:20px}.case-info h3[data-v-0dc59be4]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:12px;color:var(--text)}.case-info p[data-v-0dc59be4]{color:var(--text-light);font-size:var(--font-size-base);line-height:1.6;margin-bottom:16px}.case-meta[data-v-0dc59be4]{display:flex;align-items:center;gap:12px}.customer-name[data-v-0dc59be4]{color:var(--text-light);font-size:var(--font-size-sm)}@media (max-width: 768px){.case-info h3[data-v-0dc59be4]{font-size:var(--font-size-base)}.case-info p[data-v-0dc59be4]{font-size:var(--font-size-sm)}}[v-cloak][data-v-0dc59be4]{display:none}.skeleton-content[data-v-0dc59be4]{min-height:100vh}.featured-plans[data-v-0dc59be4]{padding:80px 0;background:linear-gradient(to bottom,var(--background) 0%,#fff 100%)}.category-name[data-v-0dc59be4]{font-size:24px;font-weight:600;color:var(--text);margin:0 0 20px;position:relative;padding-bottom:20px}.category-name[data-v-0dc59be4]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:var(--primary);border-radius:2px}.view-all[data-v-0dc59be4]{width:100%;border-radius:25px;height:40px;font-size:14px;transition:all .3s ease}.view-all[data-v-0dc59be4]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--primary-rgb),.2)}.plans-grid[data-v-0dc59be4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.plan-card[data-v-0dc59be4]{background:var(--surface);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;cursor:pointer}@media (max-width: 1400px){.plans-grid[data-v-0dc59be4]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.category-layout[data-v-0dc59be4]{grid-template-columns:180px 1fr;gap:30px}}@media (max-width: 768px){.category-layout[data-v-0dc59be4]{grid-template-columns:1fr;gap:20px}.category-layout .category-info[data-v-0dc59be4]{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:20px}.category-layout .category-info .category-name[data-v-0dc59be4]{margin:0;padding:0}.category-layout .category-info .category-name[data-v-0dc59be4]:after{display:none}.category-layout .category-info .view-all[data-v-0dc59be4]{width:auto;margin-left:20px}}.dialog-footer[data-v-0dc59be4]{display:flex;justify-content:flex-end;gap:12px}[data-v-0dc59be4] .el-input-number .el-input__wrapper{padding-left:11px;padding-right:11px}.custom-btn[data-v-0dc59be4]{padding:12px 30px;font-size:16px;border-radius:25px;background:var(--primary);border:none;transition:all .3s ease}.custom-btn[data-v-0dc59be4]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}[data-v-0dc59be4] .el-carousel__indicators{bottom:20px}[data-v-0dc59be4] .el-carousel__indicator{padding:8px 4px}[data-v-0dc59be4] .el-carousel__button{width:30px;height:3px;border-radius:2px;background-color:#ffffffb3}[data-v-0dc59be4] .el-carousel__indicator.is-active .el-carousel__button{background-color:var(--primary)}.plan-card[data-v-0dc59be4]{box-shadow:var(--shadow-sm);transition:var(--transition-smooth);position:relative;background:#fff;border-radius:var(--card-radius);overflow:hidden}.plan-card[data-v-0dc59be4]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.plan-card img[data-v-0dc59be4]{width:100%;height:100%;object-fit:cover}.plan-content[data-v-0dc59be4]{padding:16px;background:#fff}.plan-content h3[data-v-0dc59be4]{font-size:var(--font-size-lg);margin-bottom:12px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.features-grid[data-v-0dc59be4]{margin:16px 0;display:grid;gap:12px}.feature-item[data-v-0dc59be4]{display:flex;align-items:flex-start;gap:12px;background:var(--primary-bg);border-radius:8px;padding:12px}.feature-item[data-v-0dc59be4]:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a;animation:float 3s ease-in-out infinite}.feature-icon[data-v-0dc59be4]{width:32px;height:32px;border-radius:8px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon .el-icon[data-v-0dc59be4]{font-size:18px;color:#fff}.feature-content[data-v-0dc59be4]{flex:1;min-width:0}.feature-title[data-v-0dc59be4]{font-size:var(--font-size-sm);font-weight:500;color:var(--text);margin-bottom:4px}.feature-desc[data-v-0dc59be4]{font-size:var(--font-size-xs);color:var(--text-light);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.plan-footer[data-v-0dc59be4]{margin-top:12px;display:flex;align-items:center;justify-content:space-between}.price[data-v-0dc59be4]{color:var(--primary);font-size:var(--font-size-lg);font-weight:600}.hover-content[data-v-0dc59be4]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);color:#fff;padding:20px;opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:center}.plan-card:hover .hover-content[data-v-0dc59be4]{opacity:1}.hover-content h4[data-v-0dc59be4]{font-size:var(--font-size-xl);margin-bottom:12px;color:#fff}@media (max-width: 1200px){.plans-grid[data-v-0dc59be4]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.plans-grid[data-v-0dc59be4],.category-layout[data-v-0dc59be4]{grid-template-columns:1fr}}.category-layout[data-v-0dc59be4]{display:grid;grid-template-columns:200px 1fr;gap:40px;margin-bottom:60px;align-items:start}.category-layout .category-info[data-v-0dc59be4]{position:sticky;top:80px;max-height:calc(100vh - 120px);overflow:auto;transition:top .3s ease;padding:30px;background:var(--surface);border-radius:16px;box-shadow:0 10px 30px #0000000d}@supports (position: sticky){.category-layout .category-info[data-v-0dc59be4]{position:sticky}}@media (max-width: 768px){.category-layout .category-info[data-v-0dc59be4]{position:static;padding:20px}}.category-section[data-v-0dc59be4]{margin-bottom:80px}.category-section[data-v-0dc59be4]:last-child{margin-bottom:0}.hover-content p[data-v-0dc59be4]{font-size:var(--font-size-base);line-height:1.6;color:#ffffffe6}.plan-card .feature-tag[data-v-0dc59be4]{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;margin:0 8px 8px 0;background:var(--primary-bg);border-radius:4px;color:var(--text-light);font-size:var(--font-size-sm)}.plan-card .feature-tag .el-icon[data-v-0dc59be4]{color:var(--primary);font-size:14px}.plan-features[data-v-0dc59be4]{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.plan-feature-tag[data-v-0dc59be4]{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--primary-bg);border-radius:12px;color:var(--primary);font-size:var(--font-size-sm)}.plan-feature-tag .el-icon[data-v-0dc59be4]{font-size:12px}.feature-item[data-v-0dc59be4]{text-align:center;padding:30px;background:var(--surface);border-radius:8px;transition:all .3s ease;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;height:100%}.feature-item[data-v-0dc59be4]:hover{border-color:var(--primary);box-shadow:0 4px 20px #55af5326}.feature-icon[data-v-0dc59be4]{display:inline-flex;width:64px;height:64px;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:50%;margin-bottom:24px;position:relative;overflow:hidden}.feature-icon .el-icon[data-v-0dc59be4]{font-size:28px;color:#fff;position:relative;z-index:1}.feature-icon[data-v-0dc59be4]:after{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#fff;border-radius:50%;opacity:0;transition:opacity .3s ease}.feature-item:hover .feature-icon[data-v-0dc59be4]:after{opacity:.1}.feature-item h3[data-v-0dc59be4]{font-size:var(--font-size-xl);margin:0 0 16px;color:var(--text);font-weight:600}.feature-item p[data-v-0dc59be4]{color:var(--text-light);line-height:1.6;font-size:var(--font-size-base);margin:0;max-width:280px}.features .el-row[data-v-0dc59be4]{row-gap:32px}@keyframes scaleIn-0dc59be4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-item[data-v-0dc59be4]{animation:scaleIn-0dc59be4 .5s ease-out forwards}.features .el-col:nth-child(1) .feature-item[data-v-0dc59be4]{animation-delay:.1s}.features .el-col:nth-child(2) .feature-item[data-v-0dc59be4]{animation-delay:.2s}.features .el-col:nth-child(3) .feature-item[data-v-0dc59be4]{animation-delay:.3s}.features .el-col:nth-child(4) .feature-item[data-v-0dc59be4]{animation-delay:.4s}.card-base[data-v-0dc59be4],.plan-card[data-v-0dc59be4]{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%;display:flex;flex-direction:column}.card-base[data-v-0dc59be4]:hover,.plan-card[data-v-0dc59be4]:hover{transform:translateY(-6px);box-shadow:var(--hover-shadow)}.plan-card[data-v-0dc59be4]{position:relative}.plan-card .plan-image-wrapper[data-v-0dc59be4]{position:relative;padding-top:66.67%;overflow:hidden}.plan-card .plan-image-wrapper img[data-v-0dc59be4]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.plan-card:hover .plan-image-wrapper img[data-v-0dc59be4]{transform:scale(1.08)}.plan-card .plan-tag[data-v-0dc59be4]{position:absolute;top:16px;right:16px;padding:6px 12px;background:rgba(var(--primary-rgb),.9);color:#fff;border-radius:20px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.plan-card .plan-info[data-v-0dc59be4]{flex:1;padding:24px;display:flex;flex-direction:column}.plan-card .plan-info .plan-title[data-v-0dc59be4]{font-size:18px;font-weight:600;color:var(--text);margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-card .plan-info .plan-desc[data-v-0dc59be4]{color:var(--text-light);font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-card .plan-info .plan-features[data-v-0dc59be4]{margin:16px 0;display:flex;flex-wrap:wrap;gap:8px}.plan-card .plan-info .plan-features .plan-feature-tag[data-v-0dc59be4]{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--primary-light);color:var(--primary);border-radius:16px;font-size:12px;font-weight:500;background:rgba(var(--primary-rgb),.1)}.plan-card .plan-info .plan-features .plan-feature-tag .el-icon[data-v-0dc59be4]{font-size:14px;color:var(--primary)}.plan-card .plan-info .plan-meta[data-v-0dc59be4]{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.plan-card .plan-info .plan-meta .price-info[data-v-0dc59be4]{display:flex;align-items:baseline;gap:4px}.plan-card .plan-info .plan-meta .price-info .amount[data-v-0dc59be4]{color:var(--primary);font-size:24px;font-weight:600}.plan-card .plan-info .plan-meta .price-info .unit[data-v-0dc59be4]{color:var(--text-light);font-size:14px}.plan-card .plan-info .plan-meta .detail-btn[data-v-0dc59be4]{color:var(--primary);font-size:14px;font-weight:500}.plan-card .plan-info .plan-meta .detail-btn[data-v-0dc59be4]:hover{color:var(--primary-dark)}.plan-card .plan-info .plan-meta .detail-btn .el-icon[data-v-0dc59be4]{transition:transform .3s ease}.plan-card .plan-info .plan-meta .detail-btn:hover .el-icon[data-v-0dc59be4]{transform:translate(4px)}[data-v-0dc59be4]:root{--primary-rgb: 37, 99, 235;--primary-light: rgba(var(--primary-rgb), .1);--primary-dark: #1d4ed8;--border-light: #e5e7eb}@media (max-width: 768px){.plan-card .plan-info[data-v-0dc59be4]{padding:16px}.plan-card .plan-info .plan-title[data-v-0dc59be4]{font-size:16px}.plan-card .plan-info .plan-desc[data-v-0dc59be4]{font-size:13px}.plan-card .plan-info .plan-meta .price-info .amount[data-v-0dc59be4]{font-size:20px}}.banner-overlay[data-v-0dc59be4]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.6);padding:8px 16px;border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:3}.banner-content:hover .banner-overlay[data-v-0dc59be4]{opacity:1}.click-hint[data-v-0dc59be4]{color:#fff;font-size:14px}[data-v-212db271]:root{--primary: #10b981;--primary-light: #34d399;--primary-dark: #059669;--secondary: #64748b;--accent: #06b6d4;--background: #f8fafc;--surface: #ffffff;--text: #1e293b;--text-light: #64748b;--success: #10b981;--success-light: #d1fae5;--warning: #f59e0b;--error: #ef4444;--card-shadow: 0 4px 20px rgba(0, 0, 0, .08);--hover-shadow: 0 8px 30px rgba(0, 0, 0, .12);--card-radius: 16px;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}.team-building-page[data-v-212db271]{padding-top:60px;min-height:100vh;background:var(--background);display:flex;flex-direction:column}.search-section[data-v-212db271]{background:var(--surface);padding:20px 0;box-shadow:var(--card-shadow);position:relative;z-index:10;margin-bottom:1px}.search-container[data-v-212db271]{max-width:1200px;margin:0 auto;padding:0 20px}.search-input[data-v-212db271]{max-width:600px;margin:0 auto;transition:all .3s}.search-input[data-v-212db271]:focus-within{transform:translateY(-2px);box-shadow:var(--hover-shadow)}.filter-section[data-v-212db271]{background:white;padding:24px 0;box-shadow:var(--card-shadow);margin-top:var(--header-height)}.filter-container[data-v-212db271]{max-width:1200px;margin:0 auto;padding:0 20px}.filter-group[data-v-212db271]{display:flex;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--el-border-color-lighter)}.filter-group[data-v-212db271]:last-child{border-bottom:none}.filter-group .filter-label[data-v-212db271]{flex:0 0 100px;font-size:14px;color:var(--el-text-color-regular);padding-top:6px}.filter-group .filter-options[data-v-212db271]{flex:1;display:flex;flex-wrap:wrap;gap:12px;padding-right:40px}.filter-group .filter-tag[data-v-212db271]{cursor:pointer;padding:0 16px;height:32px;line-height:30px;border-radius:16px;font-size:14px;border:1px solid var(--el-border-color-light);background:transparent;transition:all .3s}.filter-group .filter-tag[data-v-212db271]:hover{color:var(--el-color-primary);border-color:var(--el-color-primary-light-5);background:var(--el-color-primary-light-9)}.filter-group .filter-tag.active[data-v-212db271]{color:#fff;background:var(--el-color-primary);border-color:var(--el-color-primary)}@media (max-width: 768px){.filter-section[data-v-212db271]{padding:12px}.filter-group[data-v-212db271]{flex-direction:column;padding:12px 0}.filter-group .filter-label[data-v-212db271]{padding-top:0;margin-bottom:12px}.filter-group .filter-options[data-v-212db271]{gap:8px;padding-right:0}.filter-group .filter-tag[data-v-212db271]{padding:0 12px;height:28px;line-height:26px;font-size:13px}}.section-title[data-v-212db271]{text-align:center;margin-bottom:40px;animation:fadeInUp-212db271 .6s ease-out}.section-title h2[data-v-212db271]{font-size:32px;color:var(--text);margin-bottom:12px}.section-title p[data-v-212db271]{color:var(--text-light);font-size:16px}.plans-section[data-v-212db271]{padding:40px 0;animation:fadeIn-212db271 .6s ease-out;flex:1}.plans-container[data-v-212db271]{max-width:1200px;margin:0 auto;padding:0 20px}.plans-list[data-v-212db271]{display:flex;flex-direction:column;gap:20px}.plan-card[data-v-212db271]{display:flex;background:white;border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;height:220px}.plan-card[data-v-212db271]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.plan-card:hover .plan-image img[data-v-212db271]{transform:scale(1.05)}.plan-card .plan-image[data-v-212db271]{width:320px;height:220px;position:relative;overflow:hidden;flex-shrink:0}.plan-card .plan-image img[data-v-212db271]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.plan-card .plan-content[data-v-212db271]{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.plan-card .plan-content .plan-header[data-v-212db271]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.plan-card .plan-content .plan-header .title-wrapper[data-v-212db271]{flex:1;padding-right:16px}.plan-card .plan-content .plan-header .title-wrapper h3[data-v-212db271]{font-size:18px;margin:0 0 4px;color:var(--el-text-color-primary);line-height:1.4}.plan-card .plan-content .plan-header .title-wrapper .subtitle[data-v-212db271]{font-size:13px;color:var(--el-text-color-secondary);line-height:1.4}.plan-card .plan-content .plan-header .price[data-v-212db271]{font-size:20px;color:var(--el-color-danger);font-weight:600;white-space:nowrap}.plan-card .plan-content .plan-header .price small[data-v-212db271]{font-size:12px;font-weight:400;color:var(--el-text-color-secondary);margin-left:4px}.plan-card .plan-content .plan-desc[data-v-212db271]{margin:0 0 12px;color:var(--el-text-color-regular);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-card .plan-content .plan-features[data-v-212db271]{margin-bottom:12px;display:flex;gap:16px}.plan-card .plan-content .plan-features .feature-item[data-v-212db271]{display:flex;align-items:center;gap:4px;color:var(--el-text-color-regular);font-size:13px}.plan-card .plan-content .plan-features .feature-item .el-icon[data-v-212db271]{font-size:16px;color:var(--el-color-primary)}.plan-card .plan-content .plan-tags[data-v-212db271]{margin:0 0 16px}.plan-card .plan-content .plan-actions[data-v-212db271]{margin-top:auto;display:flex;gap:12px}.plan-card .plan-content .plan-actions .el-button[data-v-212db271]{flex:1}.plan-tag[data-v-212db271]{position:absolute;top:12px;right:12px;background:var(--el-color-primary);color:#fff;padding:2px 8px;border-radius:4px;font-size:12px}.plan-features[data-v-212db271]{display:flex;gap:15px;margin-bottom:12px}.feature-item[data-v-212db271]{display:flex;align-items:center;gap:4px;color:#666;font-size:13px}.plan-tags[data-v-212db271]{margin:16px 0;display:flex;flex-wrap:wrap;gap:8px}.plan-actions[data-v-212db271]{margin-top:auto;display:flex;gap:12px}.price[data-v-212db271]{color:var(--primary);font-size:20px;font-weight:600}.price small[data-v-212db271]{font-size:12px;color:#999;font-weight:400;margin-left:2px}@media (max-width: 768px){.filter-group[data-v-212db271]{flex-direction:column}.filter-label[data-v-212db271]{margin-bottom:8px}.filter-options[data-v-212db271]{width:100%}.plan-card[data-v-212db271]{flex-direction:column;height:auto}.plan-card .plan-image[data-v-212db271]{width:100%;height:200px}.plan-card .plan-content[data-v-212db271]{padding:16px}}@keyframes fadeIn-212db271{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp-212db271{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-wrapper[data-v-212db271]{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}.custom-form-wrapper[data-v-212db271]{position:relative;height:100%}.custom-form[data-v-212db271]{background:white;padding:24px;border-radius:var(--card-radius);box-shadow:var(--card-shadow);width:300px;background:#ffffff;border:1px solid rgba(16,185,129,.1);position:relative;overflow:hidden}.custom-form.is-sticky[data-v-212db271]{position:fixed;top:80px;width:300px}.custom-form h3[data-v-212db271]{font-size:18px;margin-bottom:24px;text-align:center;font-weight:600;color:var(--primary);position:relative;display:inline-block;width:100%}.custom-form h3[data-v-212db271]:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,var(--primary),var(--primary-light))}.custom-form[data-v-212db271] .el-form-item{margin-bottom:12px;position:relative;z-index:1}.custom-form[data-v-212db271] .el-form-item__label{padding-bottom:4px;font-weight:500;color:var(--text);font-size:13px}.custom-form[data-v-212db271] .el-input__wrapper,.custom-form[data-v-212db271] .el-select .el-input__wrapper,.custom-form[data-v-212db271] .el-date-editor.el-input__wrapper{box-shadow:none;border:1px solid #e5e7eb;transition:all .3s}.custom-form[data-v-212db271] .el-input__wrapper:hover,.custom-form[data-v-212db271] .el-select .el-input__wrapper:hover,.custom-form[data-v-212db271] .el-date-editor.el-input__wrapper:hover{border-color:var(--primary)}.custom-form[data-v-212db271] .el-input__wrapper.is-focus,.custom-form[data-v-212db271] .el-select .el-input__wrapper.is-focus,.custom-form[data-v-212db271] .el-date-editor.el-input__wrapper.is-focus{border-color:var(--primary);box-shadow:0 0 0 1px #10b9811a}.submit-btn[data-v-212db271]{width:100%;height:36px;font-size:16px;margin-top:16px;background:linear-gradient(45deg,var(--primary),var(--primary-light));border:none;font-weight:500;letter-spacing:1px;position:relative;overflow:hidden;transition:all .3s;color:#fff;border-radius:20px}.submit-btn[data-v-212db271]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d;background:linear-gradient(45deg,var(--primary-light),var(--primary))}.submit-btn[data-v-212db271]:active{transform:translateY(0);box-shadow:0 2px 6px #10b98133}.custom-form[data-v-212db271]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light))}@media (max-width: 1024px){.content-wrapper[data-v-212db271]{grid-template-columns:1fr}.custom-form[data-v-212db271]{position:static!important;width:100%;max-width:500px;margin:0 auto}.custom-form.is-sticky[data-v-212db271]{position:static;width:100%}}@media (max-height: 800px){.custom-form[data-v-212db271]{max-height:calc(100vh - 100px);overflow-y:auto}.custom-form[data-v-212db271]::-webkit-scrollbar{width:4px}.custom-form[data-v-212db271]::-webkit-scrollbar-thumb{background:rgba(16,185,129,.2);border-radius:2px}.custom-form[data-v-212db271]::-webkit-scrollbar-track{background:transparent}}.pagination[data-v-212db271]{margin-top:40px;display:flex;justify-content:center}.feature-tag[data-v-212db271]{margin-right:8px;margin-bottom:8px;cursor:help}.travel-page[data-v-7abddcbc]{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.search-section[data-v-7abddcbc]{padding:40px 0;background:var(--surface);border-bottom:1px solid var(--border);margin-top:var(--header-height)}.search-container[data-v-7abddcbc]{max-width:1200px;margin:0 auto;padding:0 20px}.search-input[data-v-7abddcbc]{max-width:600px;margin:0 auto;transition:all .3s}.filter-section[data-v-7abddcbc]{background:white;padding:24px 0;box-shadow:var(--card-shadow);margin-top:var(--header-height)}.filter-container[data-v-7abddcbc]{max-width:1200px;margin:0 auto;padding:0 20px}.filter-group[data-v-7abddcbc]{display:flex;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--el-border-color-lighter)}.filter-group[data-v-7abddcbc]:last-child{border-bottom:none}.filter-group .filter-label[data-v-7abddcbc]{flex:0 0 100px;font-size:14px;color:var(--el-text-color-regular);padding-top:6px}.filter-group .filter-options[data-v-7abddcbc]{flex:1;display:flex;flex-wrap:wrap;gap:12px;padding-right:40px}.filter-group .filter-tag[data-v-7abddcbc]{cursor:pointer;padding:0 16px;height:32px;line-height:30px;border-radius:16px;font-size:14px;border:1px solid var(--el-border-color-light);background:transparent;transition:all .3s}.filter-group .filter-tag[data-v-7abddcbc]:hover{color:var(--el-color-primary);border-color:var(--el-color-primary-light-5);background:var(--el-color-primary-light-9)}.filter-group .filter-tag.active[data-v-7abddcbc]{color:#fff;background:var(--el-color-primary);border-color:var(--el-color-primary)}.selected-filters[data-v-7abddcbc]{max-width:1200px;margin:20px auto 0;padding:15px 20px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.selected-tags[data-v-7abddcbc]{display:flex;gap:10px;flex-wrap:wrap}.selected-tags .el-tag[data-v-7abddcbc]{margin-right:8px}.selected-tags .el-tag.el-tag--close[data-v-7abddcbc]{margin-left:8px}.selected-tags .el-tag.el-tag--close[data-v-7abddcbc]:hover{color:var(--danger)}.plans-section[data-v-7abddcbc]{flex-grow:1;padding:40px 0;background:var(--background)}.plans-container[data-v-7abddcbc]{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper[data-v-7abddcbc]{display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:start}.plans-list[data-v-7abddcbc]{display:flex;flex-direction:column;gap:20px}.plan-card[data-v-7abddcbc]{display:flex;background:white;border-radius:12px;overflow:hidden;transition:all .3s;cursor:pointer;height:220px}.plan-card[data-v-7abddcbc]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.plan-card:hover .plan-image img[data-v-7abddcbc]{transform:scale(1.05)}.plan-card .plan-image[data-v-7abddcbc]{width:320px;height:220px;position:relative;overflow:hidden;flex-shrink:0}.plan-card .plan-image img[data-v-7abddcbc]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s}.plan-card .plan-content[data-v-7abddcbc]{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.plan-card .plan-content .plan-header[data-v-7abddcbc]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.plan-card .plan-content .plan-header .title-wrapper[data-v-7abddcbc]{flex:1;padding-right:16px}.plan-card .plan-content .plan-header .title-wrapper h3[data-v-7abddcbc]{font-size:18px;margin:0 0 4px;color:var(--el-text-color-primary);line-height:1.4}.plan-card .plan-content .plan-header .title-wrapper .subtitle[data-v-7abddcbc]{font-size:13px;color:var(--el-text-color-secondary);line-height:1.4}.plan-card .plan-content .plan-header .price[data-v-7abddcbc]{font-size:20px;color:var(--el-color-danger);font-weight:600;white-space:nowrap}.plan-card .plan-content .plan-header .price small[data-v-7abddcbc]{font-size:12px;font-weight:400;color:var(--el-text-color-secondary);margin-left:4px}.plan-card .plan-content .plan-desc[data-v-7abddcbc]{margin:0 0 12px;color:var(--el-text-color-regular);font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-card .plan-content .plan-features[data-v-7abddcbc]{margin-bottom:12px;display:flex;gap:16px}.plan-card .plan-content .plan-features .feature-item[data-v-7abddcbc]{display:flex;align-items:center;gap:4px;color:var(--el-text-color-regular);font-size:13px}.plan-card .plan-content .plan-features .feature-item .el-icon[data-v-7abddcbc]{font-size:16px;color:var(--el-color-primary)}.plan-card .plan-content .plan-highlights[data-v-7abddcbc]{margin-bottom:12px}.plan-card .plan-content .plan-highlights .highlight-title[data-v-7abddcbc]{font-size:14px;color:var(--el-text-color-primary);margin-bottom:8px}.plan-card .plan-content .plan-highlights .highlight-list[data-v-7abddcbc]{display:flex;flex-wrap:wrap;gap:8px}.plan-card .plan-content .plan-highlights .highlight-item[data-v-7abddcbc]{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--el-text-color-regular)}.plan-card .plan-content .plan-highlights .highlight-item .el-icon[data-v-7abddcbc]{color:var(--el-color-success)}.plan-card .plan-content .plan-highlights .highlight-item .info-icon[data-v-7abddcbc]{color:var(--el-text-color-secondary);cursor:help}.plan-card .plan-content .plan-actions[data-v-7abddcbc]{margin-top:auto;display:flex;gap:12px}.plan-card .plan-content .plan-actions .el-button[data-v-7abddcbc]{flex:1}.plan-tag[data-v-7abddcbc]{position:absolute;top:12px;right:12px;background:var(--primary);color:#fff;padding:4px 12px;border-radius:var(--btn-radius);font-size:var(--font-size-sm);box-shadow:0 4px 12px #10b98133}.custom-form-card[data-v-7abddcbc]{background:var(--surface);padding:24px;border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.custom-form-card.is-sticky[data-v-7abddcbc]{position:fixed;top:100px;width:380px;max-height:calc(100vh - 120px);overflow-y:auto}.custom-form-card h3[data-v-7abddcbc]{font-size:var(--font-size-xl);margin-bottom:24px;color:var(--text)}.submit-btn[data-v-7abddcbc]{width:100%;height:44px;background:var(--gradient-primary);border:none;font-size:var(--font-size-base);font-weight:500}.custom-form-card.is-sticky[data-v-7abddcbc]::-webkit-scrollbar{width:4px}.custom-form-card.is-sticky[data-v-7abddcbc]::-webkit-scrollbar-thumb{background:rgba(16,185,129,.2);border-radius:2px}.custom-form-card.is-sticky[data-v-7abddcbc]::-webkit-scrollbar-track{background:transparent}@media (max-width: 1024px){.content-wrapper[data-v-7abddcbc]{grid-template-columns:1fr}.custom-form-wrapper[data-v-7abddcbc]{position:static;margin-top:30px}.custom-form[data-v-7abddcbc]{position:static!important;width:100%;max-width:500px;margin:0 auto}.custom-form.is-sticky[data-v-7abddcbc]{position:static;width:100%;top:auto}}@media (max-width: 768px){.plan-card[data-v-7abddcbc]{flex-direction:column;height:auto}.plan-card .plan-image[data-v-7abddcbc]{width:100%;height:200px}.plan-card .plan-content[data-v-7abddcbc]{padding:16px}.filter-group[data-v-7abddcbc]{flex-direction:column}.filter-label[data-v-7abddcbc]{margin-bottom:8px;width:100%}.filter-options[data-v-7abddcbc]{width:100%}.plan-actions[data-v-7abddcbc]{flex-direction:column}.custom-form[data-v-7abddcbc]{margin-top:30px}}.pagination[data-v-7abddcbc]{margin-top:40px;display:flex;justify-content:center}.cases-page[data-v-c5bc087f]{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.search-section[data-v-c5bc087f]{padding:40px 0;background:var(--surface);border-bottom:1px solid var(--border);margin-top:var(--header-height)}.search-container[data-v-c5bc087f]{max-width:1200px;margin:0 auto;padding:0 20px}.search-input[data-v-c5bc087f]{max-width:600px;margin:0 auto;transition:all .3s}.cases-section[data-v-c5bc087f]{flex:1;padding:40px 0;background:var(--surface);border-bottom:1px solid var(--border)}.cases-container[data-v-c5bc087f]{max-width:1200px;margin:0 auto;padding:0 20px}.cases-grid[data-v-c5bc087f]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}.case-card[data-v-c5bc087f]{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition-smooth);border:1px solid var(--border-light);cursor:pointer;display:flex;flex-direction:column}.case-card[data-v-c5bc087f]:hover{transform:translateY(-5px);box-shadow:var(--hover-shadow)}.case-image[data-v-c5bc087f]{position:relative;height:240px;overflow:hidden}.case-image img[data-v-c5bc087f]{width:100%;height:100%;object-fit:cover;transition:transform .6s}.case-card:hover .case-image img[data-v-c5bc087f]{transform:scale(1.1)}.case-content[data-v-c5bc087f]{padding:20px;flex:1;display:flex;flex-direction:column}.case-content h3[data-v-c5bc087f]{font-size:20px;margin-bottom:12px;color:var(--text);font-weight:600}.case-desc[data-v-c5bc087f]{color:var(--text-light);margin-bottom:16px;line-height:1.6;display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-info[data-v-c5bc087f]{display:flex;gap:24px;margin-bottom:16px;padding:12px;background:var(--background);border-radius:var(--card-radius)}.info-item[data-v-c5bc087f]{display:flex;align-items:center;gap:4px;color:var(--text-light);font-size:14px;white-space:nowrap}.info-item .el-icon[data-v-c5bc087f]{font-size:16px;color:var(--primary)}.case-gallery[data-v-c5bc087f]{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:auto;padding-top:16px;border-top:1px solid var(--border-light)}.case-gallery .el-image[data-v-c5bc087f]{border-radius:4px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;transition:var(--transition-smooth)}.case-gallery .el-image[data-v-c5bc087f]:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.case-feedback[data-v-c5bc087f]{background:var(--background);padding:16px;border-radius:var(--card-radius);margin:16px 0;position:relative;overflow:hidden}.case-feedback[data-v-c5bc087f]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gradient-primary)}.feedback-title[data-v-c5bc087f]{font-weight:500;color:var(--text);margin-bottom:8px;display:flex;align-items:center;gap:8px}.feedback-title[data-v-c5bc087f]:before{content:'"';font-size:24px;color:var(--primary);line-height:1}.feedback-content[data-v-c5bc087f]{color:var(--text-light);font-style:italic;line-height:1.6;display:-webkit-box;display:box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.case-tag[data-v-c5bc087f]{position:absolute;top:12px;right:12px;background:var(--primary);color:#fff;padding:4px 12px;border-radius:var(--btn-radius);font-size:var(--font-size-sm);box-shadow:0 4px 12px #10b98133}@media (max-width: 1024px){.cases-grid[data-v-c5bc087f]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cases-grid[data-v-c5bc087f]{grid-template-columns:1fr}.case-gallery[data-v-c5bc087f]{grid-template-columns:repeat(2,1fr)}.case-info[data-v-c5bc087f]{flex-direction:column;gap:10px}}.about-page[data-v-570c316e]{min-height:100vh;background:#fff}.hero-section[data-v-570c316e]{margin-top:var(--header-height);padding:80px 0;background:#f4f7f9;position:relative;overflow:hidden}.hero-section[data-v-570c316e]:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:var(--primary-light);border-radius:50%;opacity:.1;transform:rotate(-20deg)}.container[data-v-570c316e]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.hero-content[data-v-570c316e]{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.intro-text[data-v-570c316e]{position:relative}.intro-text h1[data-v-570c316e]{font-size:44px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}.description[data-v-570c316e]{font-size:16px;line-height:1.8;color:#666;margin-bottom:40px}.intro-image[data-v-570c316e]{position:relative}.intro-image img[data-v-570c316e]{width:100%;border-radius:30px;box-shadow:0 20px 40px #0000001a;transition:transform .5s ease}.intro-image:hover img[data-v-570c316e]{transform:translateY(-10px)}.stats-grid[data-v-570c316e]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-item[data-v-570c316e]{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 20px #0000000d;text-align:center;transition:all .3s ease}.stat-item[data-v-570c316e]:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.stat-value[data-v-570c316e]{font-size:32px;font-weight:700;color:var(--primary);margin-bottom:8px}.stat-label[data-v-570c316e]{font-size:14px;color:#666}.section[data-v-570c316e]{padding:80px 0}.section h2[data-v-570c316e]{font-size:36px;font-weight:700;text-align:center;margin-bottom:50px;color:#1a1a1a}.advantages-grid[data-v-570c316e]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.advantage-item[data-v-570c316e]{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;border:1px solid #eee}.advantage-item[data-v-570c316e]:hover{transform:translateY(-10px);border-color:var(--primary)}.advantage-icon[data-v-570c316e]{width:70px;height:70px;margin-bottom:24px;background:var(--primary);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.advantage-icon .el-icon[data-v-570c316e]{font-size:28px;color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1)}.advantage-item:hover .advantage-icon[data-v-570c316e]{transform:translateY(-5px);box-shadow:0 10px 20px rgba(var(--primary-rgb),.2)}.advantage-item:hover .advantage-icon .el-icon[data-v-570c316e]{transform:scale(1.1);color:#fff}.advantage-item h3[data-v-570c316e]{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.advantage-item p[data-v-570c316e]{font-size:14px;line-height:1.7;color:#666}.section.team[data-v-570c316e]{background:#f8fafc;padding:100px 0}.team-grid[data-v-570c316e]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:20px}.team-member[data-v-570c316e]{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000000f;transition:all .4s ease;position:relative}.team-member[data-v-570c316e]:hover{transform:translateY(-10px);box-shadow:0 25px 45px #0000001a}.member-avatar[data-v-570c316e]{width:100%;height:320px;position:relative;overflow:hidden}.member-avatar[data-v-570c316e]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity .3s ease}.team-member:hover .member-avatar[data-v-570c316e]:after{opacity:1}.member-avatar img[data-v-570c316e]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.team-member:hover .member-avatar img[data-v-570c316e]{transform:scale(1.08)}.member-info[data-v-570c316e]{position:relative;padding:25px;background:#fff;text-align:left;border-top:1px solid rgba(0,0,0,.05)}.member-name[data-v-570c316e]{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:6px;transition:color .3s ease}.member-title[data-v-570c316e]{font-size:15px;color:var(--primary);margin-bottom:15px;font-weight:500;letter-spacing:.5px}.member-desc[data-v-570c316e]{font-size:14px;line-height:1.7;color:#666;margin-top:12px;position:relative;padding-top:12px}.member-desc[data-v-570c316e]:before{content:"";position:absolute;top:0;left:0;width:30px;height:2px;background:var(--primary);opacity:.3}.contact-info[data-v-570c316e]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}.info-item[data-v-570c316e]{display:flex;align-items:center;gap:20px;padding:30px;background:#f4f7f9;border-radius:16px;transition:all .3s ease}.info-item[data-v-570c316e]:hover{background:#fff;box-shadow:0 15px 30px #00000014}.info-icon[data-v-570c316e]{width:50px;height:50px;background:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.info-icon .el-icon[data-v-570c316e]{font-size:24px;color:#fff;transition:all .3s ease}.info-content h3[data-v-570c316e]{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:6px}.info-content p[data-v-570c316e]{font-size:14px;color:#666}.info-item:hover .info-icon[data-v-570c316e]{transform:translateY(-3px);box-shadow:0 8px 16px rgba(var(--primary-rgb),.2)}@media (max-width: 1200px){.container[data-v-570c316e]{padding:0 40px}.team-grid[data-v-570c316e]{grid-template-columns:repeat(3,1fr);gap:25px}.member-avatar[data-v-570c316e]{height:280px}}@media (max-width: 992px){.hero-content[data-v-570c316e]{grid-template-columns:1fr;gap:40px}.stats-grid[data-v-570c316e],.advantages-grid[data-v-570c316e],.team-grid[data-v-570c316e]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section[data-v-570c316e]{padding:60px 0}.team-grid[data-v-570c316e]{grid-template-columns:repeat(2,1fr)}.contact-info[data-v-570c316e]{grid-template-columns:1fr}}@media (max-width: 480px){.stats-grid[data-v-570c316e],.advantages-grid[data-v-570c316e],.team-grid[data-v-570c316e]{grid-template-columns:1fr}}.advantage-icon[data-v-570c316e]:before{display:none}.advantage-item:hover .advantage-icon[data-v-570c316e]:before{display:none}.detail-page[data-v-4d11c9aa]{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.hero-section[data-v-4d11c9aa]{position:relative;height:450px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:var(--header-height);display:flex;align-items:flex-end}.hero-section[data-v-4d11c9aa]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.6))}.hero-content[data-v-4d11c9aa]{position:relative;color:#fff;padding:60px 0}.tag[data-v-4d11c9aa]{display:inline-block;padding:6px 16px;background:var(--primary);border-radius:var(--btn-radius);font-size:var(--font-size-sm);margin-bottom:20px}.hero-content h1[data-v-4d11c9aa]{font-size:var(--font-size-4xl);font-weight:600;margin-bottom:16px}.subtitle[data-v-4d11c9aa]{font-size:var(--font-size-xl);margin-bottom:24px;opacity:.9}.meta[data-v-4d11c9aa]{display:flex;gap:30px}.meta-item[data-v-4d11c9aa]{display:flex;align-items:center;gap:8px;font-size:var(--font-size-base)}.main-content[data-v-4d11c9aa]{padding:60px 0}.container[data-v-4d11c9aa]{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper[data-v-4d11c9aa]{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.section[data-v-4d11c9aa]{background:var(--surface);padding:20px;border-radius:var(--card-radius);box-shadow:var(--card-shadow);margin-bottom:20px}.section h2[data-v-4d11c9aa]{font-size:var(--font-size-2xl);font-weight:600;margin-bottom:12px;color:var(--text)}.highlights-list[data-v-4d11c9aa]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0}.highlight-item[data-v-4d11c9aa]{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--background);border-radius:var(--card-radius);transition:all .3s ease}.highlight-item[data-v-4d11c9aa]:hover{background:var(--primary-bg)}.highlight-icon[data-v-4d11c9aa]{color:var(--primary);font-size:24px;flex-shrink:0;margin-top:2px}.highlight-content[data-v-4d11c9aa]{flex:1}.highlight-title[data-v-4d11c9aa]{font-size:var(--font-size-lg);font-weight:600;color:var(--text);margin-bottom:0;line-height:1.4;display:flex;align-items:center;min-height:28px}.highlight-description[data-v-4d11c9aa]{font-size:var(--font-size-base);color:var(--text-light);line-height:1.6;margin-top:4px;display:none}.highlight-description[data-v-4d11c9aa]:not(:empty){display:block;margin-top:8px}.trip-intro[data-v-4d11c9aa]{background:linear-gradient(to bottom right,var(--surface),rgba(16,185,129,.05));padding:20px;border:1px solid rgba(16,185,129,.1)}.trip-intro h2[data-v-4d11c9aa]{color:var(--primary);position:relative;padding-left:16px}.trip-intro h2[data-v-4d11c9aa]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background:var(--primary);border-radius:2px}.trip-intro-content[data-v-4d11c9aa]{font-size:var(--font-size-lg);line-height:1.8;color:var(--text);white-space:pre-wrap;margin-bottom:20px;padding:16px;background:rgba(255,255,255,.6);border-radius:var(--card-radius);box-shadow:0 2px 12px #00000008}.trip-summary[data-v-4d11c9aa]{border-top:1px solid rgba(16,185,129,.1);padding-top:16px;margin-top:16px}.trip-summary h3[data-v-4d11c9aa]{font-size:var(--font-size-lg);font-weight:600;color:var(--primary);margin-bottom:10px;display:flex;align-items:center;gap:8px}.trip-summary h3[data-v-4d11c9aa]:before{content:"⏱";font-size:18px}.trip-summary-list[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:6px;padding-left:8px}.trip-summary-item[data-v-4d11c9aa]{display:flex;gap:10px;padding:4px 0;transition:all .3s ease}.trip-summary-item[data-v-4d11c9aa]:hover{transform:none}.day-label[data-v-4d11c9aa]{flex-shrink:0;font-weight:600;color:var(--primary);font-size:var(--font-size-base);min-width:56px;padding:2px 8px;background:rgba(16,185,129,.1);border-radius:4px;text-align:center}.day-content[data-v-4d11c9aa]{font-size:var(--font-size-base);color:var(--text);line-height:1.5;flex:1;padding:2px 0 2px 8px}.trip-summary-tip[data-v-4d11c9aa]{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-top:16px;background:rgba(250,204,21,.1);border-radius:var(--card-radius);color:#b45309;font-size:var(--font-size-sm);border:1px solid rgba(250,204,21,.2);box-shadow:0 2px 4px #facc150d}.trip-summary-tip .el-icon[data-v-4d11c9aa]{font-size:16px;flex-shrink:0;color:#d97706}.trip-summary-tip span[data-v-4d11c9aa]{line-height:1.4;font-weight:500}.schedule-list[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:20px}.schedule-day[data-v-4d11c9aa]{position:relative}.schedule-card[data-v-4d11c9aa]{background:var(--background);padding:20px;border-radius:var(--card-radius)}.schedule-card h3[data-v-4d11c9aa]{font-size:var(--font-size-xl);font-weight:600;margin-bottom:12px;color:var(--text);padding-bottom:8px;border-bottom:1px solid var(--border-color)}.schedule-items[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:20px}.schedule-item[data-v-4d11c9aa]{position:relative;padding-left:16px;border-left:2px solid var(--border-color)}.schedule-item[data-v-4d11c9aa]:hover{border-left-color:var(--primary)}.schedule-item-header[data-v-4d11c9aa]{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.schedule-item-title[data-v-4d11c9aa]{display:flex;align-items:center;gap:12px;width:100%}.schedule-item-title h4[data-v-4d11c9aa]{margin:0;font-size:var(--font-size-lg);color:var(--text);font-weight:600;flex:1;order:2}.time-badge[data-v-4d11c9aa]{padding:2px 8px;background:var(--primary-bg);color:var(--primary);border-radius:4px;font-size:var(--font-size-sm);font-weight:500;flex-shrink:0;order:1}.schedule-item-content[data-v-4d11c9aa]{padding-top:8px}.schedule-item-content p[data-v-4d11c9aa]{margin:0 0 16px;color:var(--text-secondary);line-height:1.6}.images-wrapper[data-v-4d11c9aa]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.image-item[data-v-4d11c9aa]{cursor:pointer;overflow:hidden;border-radius:8px;height:240px}.image-item:hover .schedule-image[data-v-4d11c9aa]{transform:scale(1.05)}.schedule-image[data-v-4d11c9aa]{width:100%;height:100%;transition:transform .3s ease}.cost-cards[data-v-4d11c9aa]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cost-card[data-v-4d11c9aa]{background:var(--background);padding:24px;border-radius:var(--card-radius)}.cost-card h3[data-v-4d11c9aa]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:16px;color:var(--text);display:flex;align-items:center;gap:8px}.cost-card ul[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:12px}.cost-card li[data-v-4d11c9aa]{display:flex;align-items:center;gap:8px;color:var(--text-light)}.cost-card li .el-icon[data-v-4d11c9aa]{color:var(--primary)}.notes-list[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:12px}.note-item[data-v-4d11c9aa]{position:relative;transition:all .3s ease}.note-item:hover .note-content[data-v-4d11c9aa]{border-color:var(--primary);background:var(--primary-bg)}.note-content[data-v-4d11c9aa]{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--background);border:1px solid var(--border-color);border-radius:var(--card-radius);transition:all .3s ease}.note-number[data-v-4d11c9aa]{color:var(--primary);font-size:var(--font-size-lg);font-weight:600;line-height:1.4;min-width:24px}.note-content p[data-v-4d11c9aa]{margin:0;color:var(--text);line-height:1.6;flex:1;padding-top:2px}.booking-card[data-v-4d11c9aa]{background:var(--surface);padding:24px;border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.booking-card.is-sticky[data-v-4d11c9aa]{position:fixed;top:100px;width:380px;max-height:calc(100vh - 120px);overflow-y:auto}.price-info[data-v-4d11c9aa]{margin-bottom:24px}.price[data-v-4d11c9aa]{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.price .amount[data-v-4d11c9aa]{font-size:var(--font-size-3xl);font-weight:600;color:var(--primary)}.price .unit[data-v-4d11c9aa]{color:var(--text-light)}.price-tip[data-v-4d11c9aa]{display:flex;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;background:rgba(250,204,21,.1);border-radius:4px;color:#b45309;font-size:12px;border:1px solid rgba(250,204,21,.2)}.price-tip .el-icon[data-v-4d11c9aa]{font-size:14px;flex-shrink:0;color:#d97706}.price-tip span[data-v-4d11c9aa]{line-height:1.4}.total-price[data-v-4d11c9aa]{margin:20px 0;padding:16px;background:var(--primary-bg);border-radius:var(--card-radius);color:var(--text);font-size:var(--font-size-lg);text-align:center}.total-price span[data-v-4d11c9aa]{font-weight:600;color:var(--primary);margin-left:8px}.submit-btn[data-v-4d11c9aa]{width:100%;height:50px;margin-top:20px;background:var(--primary);border:none;font-size:18px;font-weight:500;border-radius:var(--btn-radius);transition:all .3s ease}.submit-btn[data-v-4d11c9aa]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98133}.submit-btn[data-v-4d11c9aa]:active{transform:translateY(0)}.contact-service[data-v-4d11c9aa]{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-light);font-size:var(--font-size-sm);margin-top:16px}@media (max-width: 1024px){.content-wrapper[data-v-4d11c9aa]{grid-template-columns:1fr}.booking-card.is-sticky[data-v-4d11c9aa]{position:static;width:100%}.highlights-list[data-v-4d11c9aa],.cost-cards[data-v-4d11c9aa]{grid-template-columns:1fr}}@media (max-width: 768px){.hero-section[data-v-4d11c9aa]{height:400px}.hero-content h1[data-v-4d11c9aa]{font-size:var(--font-size-3xl)}.subtitle[data-v-4d11c9aa]{font-size:var(--font-size-lg)}.meta[data-v-4d11c9aa]{flex-direction:column;gap:16px}.section[data-v-4d11c9aa]{padding:16px}.section h2[data-v-4d11c9aa]{margin-bottom:10px}.schedule-card[data-v-4d11c9aa]{padding:16px}.schedule-card h3[data-v-4d11c9aa]{padding-bottom:8px;margin-bottom:10px}.images-wrapper[data-v-4d11c9aa]{grid-template-columns:repeat(2,1fr);gap:12px}.schedule-image[data-v-4d11c9aa]{height:180px}.schedule-list[data-v-4d11c9aa]{gap:24px}.schedule-card h3[data-v-4d11c9aa]{font-size:var(--font-size-lg);margin-bottom:16px}.schedule-items[data-v-4d11c9aa]{gap:20px}.schedule-item[data-v-4d11c9aa]{padding-left:12px}.note-content[data-v-4d11c9aa]{padding:12px 16px}.note-number[data-v-4d11c9aa]{font-size:var(--font-size-base);min-width:20px}.image-item[data-v-4d11c9aa]{height:180px}.highlights-list[data-v-4d11c9aa]{grid-template-columns:1fr;gap:12px}.highlight-item[data-v-4d11c9aa]{padding:12px}.highlight-icon[data-v-4d11c9aa]{font-size:20px}.highlight-title[data-v-4d11c9aa]{font-size:var(--font-size-base);min-height:24px}.trip-intro[data-v-4d11c9aa]{padding:16px}.trip-intro-content[data-v-4d11c9aa]{padding:12px}.trip-summary-item[data-v-4d11c9aa]{padding:2px 0}.trip-summary-item[data-v-4d11c9aa]:hover{transform:none}.trip-gallery[data-v-4d11c9aa]{margin:16px -16px;padding:0 16px}.gallery-item[data-v-4d11c9aa]{flex:0 0 140px;height:100px}.hint-content[data-v-4d11c9aa]{padding:6px 12px}.hint-content span[data-v-4d11c9aa]{font-size:12px}.schedule-nav[data-v-4d11c9aa]{display:none}.trip-summary-tip[data-v-4d11c9aa]{padding:10px 12px;margin-top:12px;font-size:12px}.trip-summary-tip .el-icon[data-v-4d11c9aa]{font-size:14px}.price-tip[data-v-4d11c9aa]{padding:6px 10px;font-size:11px}.price-tip .el-icon[data-v-4d11c9aa]{font-size:12px}.submit-btn[data-v-4d11c9aa]{height:46px;font-size:16px}}@media (max-width: 480px){.highlights-list[data-v-4d11c9aa]{grid-template-columns:1fr}.highlight-item[data-v-4d11c9aa]{padding:20px}.highlight-icon[data-v-4d11c9aa]{width:50px;height:50px;font-size:24px}.images-wrapper[data-v-4d11c9aa]{grid-template-columns:1fr}.schedule-image[data-v-4d11c9aa],.image-item[data-v-4d11c9aa]{height:200px}}.booking-card.is-sticky[data-v-4d11c9aa]::-webkit-scrollbar{width:4px}.booking-card.is-sticky[data-v-4d11c9aa]::-webkit-scrollbar-thumb{background:rgba(16,185,129,.2);border-radius:2px}.booking-card.is-sticky[data-v-4d11c9aa]::-webkit-scrollbar-track{background:transparent}.loading-wrapper[data-v-4d11c9aa]{padding:40px;margin-top:var(--header-height)}.hero-image[data-v-4d11c9aa]{width:100%;height:450px;object-fit:cover}[data-v-4d11c9aa] .image-info{position:fixed;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);color:#fff;padding:20px;text-align:left;z-index:2010;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-v-4d11c9aa] .image-info-time{font-size:14px;color:#10b981;margin-bottom:8px}[data-v-4d11c9aa] .image-info-title{font-size:18px;font-weight:600;margin-bottom:8px}[data-v-4d11c9aa] .image-info-desc{font-size:14px;line-height:1.6;opacity:.9;max-width:800px;margin:0 auto 20px}[data-v-4d11c9aa] .el-image-viewer__wrapper :deep(.el-image-viewer__btn){opacity:.8;background-color:#0000004d}[data-v-4d11c9aa] .el-image-viewer__wrapper :deep(.el-image-viewer__btn:hover){opacity:1;background-color:#00000080}[data-v-4d11c9aa] .el-image-viewer__wrapper :deep(.el-image-viewer__close){top:20px;right:20px}[data-v-4d11c9aa] .el-image-viewer__img{transition:transform .3s ease}.trip-gallery[data-v-4d11c9aa]{margin:20px -20px;padding:0 20px;position:relative}.gallery-nav[data-v-4d11c9aa]{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:var(--primary);box-shadow:0 2px 8px #0000001a;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(16,185,129,.1)}.gallery-nav[data-v-4d11c9aa]:hover{background:var(--primary);color:#fff;transform:translateY(-50%) scale(1.1)}.gallery-nav.disabled[data-v-4d11c9aa]{opacity:.5;cursor:not-allowed;pointer-events:none}.gallery-prev[data-v-4d11c9aa]{left:4px}.gallery-next[data-v-4d11c9aa]{right:4px}.gallery-wrapper[data-v-4d11c9aa]{display:flex;gap:12px;overflow-x:auto;padding:4px 0 12px;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-padding:0 20px}.gallery-wrapper[data-v-4d11c9aa]::-webkit-scrollbar{display:none}.gallery-item[data-v-4d11c9aa]{flex:0 0 180px;height:120px;position:relative;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.gallery-item[data-v-4d11c9aa]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gallery-image[data-v-4d11c9aa]{width:100%;height:100%}.image-info-overlay[data-v-4d11c9aa]{position:absolute;left:0;right:0;bottom:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff}.image-day[data-v-4d11c9aa]{font-size:12px;opacity:.9;margin-bottom:2px}.image-title[data-v-4d11c9aa]{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-hint[data-v-4d11c9aa]{position:absolute;left:50%;bottom:-10px;transform:translate(-50%);opacity:1;transition:all .6s cubic-bezier(.4,0,.2,1);z-index:10}.gallery-hint.hide[data-v-4d11c9aa]{opacity:0;transform:translate(-50%,15px);pointer-events:none}.hint-content[data-v-4d11c9aa]{background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:100px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #10b9811a;border:1px solid rgba(16,185,129,.15);transform:translateY(0);transition:all .3s ease}.hint-content[data-v-4d11c9aa]:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #10b98133}.hint-icon[data-v-4d11c9aa]{width:28px;height:28px;position:relative;background:rgba(16,185,129,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.swipe-animation[data-v-4d11c9aa]{position:absolute;left:4px;right:4px;top:50%;transform:translateY(-50%);height:2px;display:flex;align-items:center}.dot[data-v-4d11c9aa]{width:6px;height:6px;background:var(--primary);border-radius:50%;position:absolute;left:0;animation:swipeDot-4d11c9aa 2s cubic-bezier(.4,0,.2,1) infinite;box-shadow:0 0 10px #10b9814d}.line[data-v-4d11c9aa]{height:2px;background:linear-gradient(to right,var(--primary),transparent);width:100%;transform-origin:left;animation:swipeLine-4d11c9aa 2s cubic-bezier(.4,0,.2,1) infinite;opacity:.5}.hint-content span[data-v-4d11c9aa]{font-size:14px;color:var(--text);white-space:nowrap;font-weight:500}@keyframes swipeDot-4d11c9aa{0%{left:0;opacity:1;transform:scale(1)}50%{left:100%;opacity:.8;transform:scale(.8)}50.1%{left:0;opacity:.8;transform:scale(.8)}to{left:100%;opacity:1;transform:scale(1)}}@keyframes swipeLine-4d11c9aa{0%{transform:scaleX(0);opacity:0}20%{transform:scaleX(1);opacity:.5}80%{transform:scaleX(1);opacity:.5}to{transform:scaleX(0);opacity:0}}@media (max-width: 768px){.hint-content[data-v-4d11c9aa]{padding:8px 16px}.hint-content span[data-v-4d11c9aa]{font-size:13px}.hint-icon[data-v-4d11c9aa]{width:24px;height:24px}}.schedule-nav[data-v-4d11c9aa]{position:fixed!important;left:0;top:200px;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 0;border-radius:0 12px 12px 0;box-shadow:4px 0 16px #0000001a;z-index:999;border:1px solid rgba(16,185,129,.1);border-left:none;width:auto;min-width:120px;max-height:calc(100vh - 400px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;display:none;transform:none!important;will-change:auto;backface-visibility:visible}.schedule-nav[data-v-4d11c9aa]::-webkit-scrollbar{display:none}.schedule-nav.show[data-v-4d11c9aa]{display:block}.nav-title[data-v-4d11c9aa]{font-size:var(--font-size-sm);color:var(--text-light);padding:0 16px 8px;border-bottom:1px solid var(--border-color);margin-bottom:8px;white-space:nowrap}.nav-list[data-v-4d11c9aa]{display:flex;flex-direction:column;gap:4px}.nav-item[data-v-4d11c9aa]{padding:8px 20px;font-size:var(--font-size-base);color:var(--text);cursor:pointer;transition:all .2s ease;position:relative;white-space:nowrap;-webkit-user-select:none;user-select:none}.nav-item[data-v-4d11c9aa]:hover{color:var(--primary);background:var(--primary-bg)}.nav-item.active[data-v-4d11c9aa]{color:var(--primary);font-weight:500;background:var(--primary-bg)}.nav-item.active[data-v-4d11c9aa]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary)}@media (max-width: 768px){.schedule-nav[data-v-4d11c9aa]{display:none!important}}.image-placeholder[data-v-4d11c9aa],.image-error[data-v-4d11c9aa]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--background);color:var(--text-light);font-size:var(--font-size-sm);gap:8px}.image-placeholder .el-icon[data-v-4d11c9aa]{font-size:24px;animation:rotate-4d11c9aa 1s linear infinite}.image-error .el-icon[data-v-4d11c9aa]{font-size:24px;opacity:.5}@keyframes rotate-4d11c9aa{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.detail-page[data-v-40e78f31]{min-height:100vh;background:var(--background);display:flex;flex-direction:column}.loading-wrapper[data-v-40e78f31]{padding:40px;margin-top:var(--header-height)}.hero-section[data-v-40e78f31]{position:relative;height:450px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:var(--header-height);display:flex;align-items:flex-end}.hero-section[data-v-40e78f31]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.6))}.hero-content[data-v-40e78f31]{position:relative;color:#fff;padding:60px 0}.tag[data-v-40e78f31]{display:inline-block;padding:6px 16px;background:var(--primary);border-radius:var(--btn-radius);font-size:var(--font-size-sm);margin-bottom:20px}.hero-content h1[data-v-40e78f31]{font-size:var(--font-size-4xl);font-weight:600;margin-bottom:16px}.subtitle[data-v-40e78f31]{font-size:var(--font-size-xl);margin-bottom:24px;opacity:.9}.meta[data-v-40e78f31]{display:flex;gap:30px}.meta-item[data-v-40e78f31]{display:flex;align-items:center;gap:8px;font-size:var(--font-size-base)}.main-content[data-v-40e78f31]{padding:60px 0}.container[data-v-40e78f31]{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper[data-v-40e78f31]{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.section[data-v-40e78f31]{background:var(--surface);padding:30px;border-radius:var(--card-radius);box-shadow:var(--card-shadow);margin-bottom:30px}.section h2[data-v-40e78f31]{font-size:var(--font-size-2xl);font-weight:600;margin-bottom:24px;color:var(--text)}.features-list[data-v-40e78f31]{display:flex;flex-wrap:wrap;gap:12px;margin:-6px}.feature-item[data-v-40e78f31]{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--background);border-radius:30px;transition:var(--transition-smooth);margin:6px}.feature-item[data-v-40e78f31]:hover{transform:translateY(-2px);background:var(--primary-bg)}.feature-icon[data-v-40e78f31]{color:var(--primary);font-size:18px}.feature-text[data-v-40e78f31]{font-size:var(--font-size-base);color:var(--text);font-weight:500}.hotel-card[data-v-40e78f31]{display:flex;gap:24px;padding:24px;background:var(--background);border-radius:var(--card-radius);margin-bottom:20px}.hotel-image[data-v-40e78f31]{flex:0 0 200px;position:relative}.hotel-image img[data-v-40e78f31]{width:100%;height:150px;object-fit:cover;border-radius:var(--card-radius)}.hotel-rating[data-v-40e78f31]{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.6);padding:4px 8px;border-radius:var(--btn-radius)}.hotel-info[data-v-40e78f31]{flex:1}.hotel-info h3[data-v-40e78f31]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:8px;color:var(--text)}.location[data-v-40e78f31]{display:flex;align-items:center;gap:4px;color:var(--text-light);margin-bottom:12px}.facilities[data-v-40e78f31]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.facility-tag[data-v-40e78f31]{padding:4px 12px;background:var(--primary-bg);color:var(--primary);border-radius:var(--btn-radius);font-size:var(--font-size-sm)}.booking-card[data-v-40e78f31]{background:var(--surface);padding:24px;border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.booking-card.is-sticky[data-v-40e78f31]{position:fixed;top:100px;width:380px;max-height:calc(100vh - 120px);overflow-y:auto}.booking-card.is-sticky[data-v-40e78f31]::-webkit-scrollbar{width:4px}.booking-card.is-sticky[data-v-40e78f31]::-webkit-scrollbar-thumb{background:rgba(16,185,129,.2);border-radius:2px}.booking-card.is-sticky[data-v-40e78f31]::-webkit-scrollbar-track{background:transparent}@media (max-width: 1024px){.content-wrapper[data-v-40e78f31]{grid-template-columns:1fr}.booking-card.is-sticky[data-v-40e78f31]{position:static;width:100%}.features-list[data-v-40e78f31]{grid-template-columns:repeat(2,1fr)}.hotel-card[data-v-40e78f31]{flex-direction:column}.hotel-image[data-v-40e78f31]{flex:none}}@media (max-width: 768px){.hero-section[data-v-40e78f31]{height:400px}.hero-content h1[data-v-40e78f31]{font-size:var(--font-size-3xl)}.subtitle[data-v-40e78f31]{font-size:var(--font-size-lg)}.meta[data-v-40e78f31]{flex-direction:column;gap:16px}.section[data-v-40e78f31]{padding:20px}.schedule-item[data-v-40e78f31]{flex-direction:column;gap:8px}.schedule-item .time[data-v-40e78f31]{width:auto}.cost-cards[data-v-40e78f31],.features-list[data-v-40e78f31]{grid-template-columns:1fr}.hotel-card[data-v-40e78f31]{flex-direction:column}.hotel-image[data-v-40e78f31]{height:200px}.hotel-image img[data-v-40e78f31]{height:100%}.facilities[data-v-40e78f31]{margin:12px 0}.booking-card[data-v-40e78f31]{position:static!important;width:100%!important;margin-top:20px}.price[data-v-40e78f31]{justify-content:center}.original-price[data-v-40e78f31]{text-align:center}}@keyframes fadeIn-40e78f31{0%{opacity:0}to{opacity:1}}@keyframes slideUp-40e78f31{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section[data-v-40e78f31]{animation:slideUp-40e78f31 .6s ease-out}.hero-content[data-v-40e78f31]{animation:fadeIn-40e78f31 1s ease-out}[data-v-40e78f31] .el-form-item__label{font-weight:500;color:var(--text)}[data-v-40e78f31] .el-input__wrapper,[data-v-40e78f31] .el-textarea__inner{box-shadow:none!important;border:1px solid var(--border)}[data-v-40e78f31] .el-input__wrapper:hover,[data-v-40e78f31] .el-textarea__inner:hover{border-color:var(--primary)}[data-v-40e78f31] .el-input__wrapper.is-focus,[data-v-40e78f31] .el-textarea__inner:focus{border-color:var(--primary);box-shadow:0 0 0 2px #10b9811a!important}.booking-card[data-v-40e78f31]{transition:transform .3s ease}.booking-card.is-sticky[data-v-40e78f31]{transform:translateY(20px)}[data-v-40e78f31] .el-timeline{padding:0}[data-v-40e78f31] .el-timeline-item__timestamp{color:var(--primary);font-size:var(--font-size-lg);font-weight:500}[data-v-40e78f31] .el-timeline-item__node{background-color:var(--primary);border-color:var(--primary-light)}[data-v-40e78f31] .el-timeline-item__tail{border-left-color:var(--border)}.schedule-card[data-v-40e78f31]{background:var(--background);padding:20px;border-radius:var(--card-radius);transition:var(--transition-smooth)}.schedule-card[data-v-40e78f31]:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.schedule-items[data-v-40e78f31]{display:flex;flex-direction:column;gap:16px}.schedule-item[data-v-40e78f31]{display:flex;gap:16px}.schedule-item .time[data-v-40e78f31]{font-weight:500;color:var(--primary);flex-shrink:0;width:80px}.schedule-item .content h4[data-v-40e78f31]{font-weight:500;margin-bottom:4px;color:var(--text)}.schedule-item .content p[data-v-40e78f31]{color:var(--text-light);font-size:var(--font-size-sm)}.item-image[data-v-40e78f31]{margin-top:12px;border-radius:var(--card-radius);overflow:hidden}.item-image img[data-v-40e78f31]{width:100%;height:200px;object-fit:cover}.cost-cards[data-v-40e78f31]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cost-card[data-v-40e78f31]{background:var(--background);padding:24px;border-radius:var(--card-radius)}.cost-card h3[data-v-40e78f31]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:16px;color:var(--text);display:flex;align-items:center;gap:8px}.cost-card ul[data-v-40e78f31]{display:flex;flex-direction:column;gap:12px}.cost-card li[data-v-40e78f31]{display:flex;align-items:center;gap:8px;color:var(--text-light)}.cost-card li .el-icon[data-v-40e78f31]{color:var(--primary)}.note-category[data-v-40e78f31]{background:var(--background);padding:20px;border-radius:var(--card-radius);margin-bottom:20px}.note-content[data-v-40e78f31]{display:flex;gap:16px;align-items:flex-start}.note-number[data-v-40e78f31]{width:24px;height:24px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);flex-shrink:0}.note-content p[data-v-40e78f31]{color:var(--text-light);line-height:1.6}.price-info[data-v-40e78f31]{margin-bottom:24px}.price[data-v-40e78f31]{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.price .amount[data-v-40e78f31]{font-size:var(--font-size-3xl);font-weight:600;color:var(--primary)}.price .unit[data-v-40e78f31]{color:var(--text-light)}.original-price[data-v-40e78f31]{color:var(--text-light);text-decoration:line-through;font-size:var(--font-size-sm)}.total-price[data-v-40e78f31]{margin:20px 0;padding:16px;background:var(--primary-bg);border-radius:var(--card-radius);color:var(--text);font-size:var(--font-size-lg)}.total-price span[data-v-40e78f31]{font-weight:600;color:var(--primary);margin-left:8px}.submit-btn[data-v-40e78f31]{width:100%;height:44px;margin-bottom:16px;background:var(--gradient-primary);border:none;font-size:var(--font-size-base);font-weight:500}.contact-service[data-v-40e78f31]{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-light);font-size:var(--font-size-sm)}.schedule-images[data-v-40e78f31]{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.schedule-image[data-v-40e78f31]{width:200px;height:150px;border-radius:8px;object-fit:cover;cursor:pointer;transition:transform .3s ease}.schedule-image[data-v-40e78f31]:hover{transform:scale(1.02)}@media (max-width: 1024px){.features-list[data-v-40e78f31]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-list[data-v-40e78f31]{gap:8px;margin:-4px}.feature-item[data-v-40e78f31]{padding:4px 12px;margin:4px}.feature-icon[data-v-40e78f31]{font-size:16px}.feature-text[data-v-40e78f31]{font-size:var(--font-size-sm)}}.detail-page[data-v-a1fab6b1]{min-height:100vh;background:#f5f7fa;display:flex;flex-direction:column}.loading-wrapper[data-v-a1fab6b1]{padding:40px;margin-top:var(--header-height)}.hero-section[data-v-a1fab6b1]{position:relative;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f5f5f5}.hero-section[data-v-a1fab6b1]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.3))}.hero-section .container[data-v-a1fab6b1]{height:100%;display:flex;align-items:flex-end;position:relative;z-index:1}.hero-section .hero-content[data-v-a1fab6b1]{color:#fff;padding-bottom:60px}.hero-section .hero-content h1[data-v-a1fab6b1]{font-size:36px;margin:16px 0}.tag[data-v-a1fab6b1]{display:inline-block;padding:6px 16px;background:var(--primary);border-radius:var(--btn-radius);font-size:var(--font-size-sm);margin-bottom:20px}.hero-content h1[data-v-a1fab6b1]{font-size:var(--font-size-4xl);font-weight:600;margin-bottom:24px}.meta[data-v-a1fab6b1]{display:flex;gap:30px}.meta-item[data-v-a1fab6b1]{display:flex;align-items:center;gap:8px;font-size:var(--font-size-base)}.main-content[data-v-a1fab6b1]{padding:60px 0}.container[data-v-a1fab6b1]{max-width:1000px;margin:0 auto;padding:0 20px}.section[data-v-a1fab6b1]{background:var(--surface);padding:40px;border-radius:var(--card-radius);box-shadow:var(--card-shadow);margin-bottom:40px}.section h2[data-v-a1fab6b1]{display:flex;align-items:center;font-size:24px;font-weight:600;margin-bottom:30px;color:var(--el-text-color-primary)}.section h2 .section-icon[data-v-a1fab6b1]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:8px;margin-right:12px;transition:all .3s}.section h2 .section-icon .el-icon[data-v-a1fab6b1]{font-size:24px}.section h2 .section-icon[data-v-a1fab6b1]:hover{transform:scale(1.05);background:var(--el-color-primary);color:#fff}.description[data-v-a1fab6b1]{font-size:var(--font-size-lg);color:var(--text-light);line-height:1.8;margin-bottom:40px}.overview-list[data-v-a1fab6b1]{display:flex;flex-direction:column;gap:40px}.overview-item[data-v-a1fab6b1]{background:white;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:all .3s}.overview-item[data-v-a1fab6b1]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000014}.overview-item h3[data-v-a1fab6b1]{font-size:20px;font-weight:600;margin-bottom:20px;color:var(--el-text-color-primary);display:flex;align-items:center;gap:12px}.overview-item p[data-v-a1fab6b1]{color:var(--text-light);line-height:1.6}.highlights-grid[data-v-a1fab6b1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:24px}.highlight-item[data-v-a1fab6b1]{background:white;border-radius:12px;padding:24px;box-shadow:var(--card-shadow);transition:all .3s}.highlight-item[data-v-a1fab6b1]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.highlight-header[data-v-a1fab6b1]{display:flex;align-items:center;gap:16px;margin-bottom:16px}.highlight-header .highlight-icon[data-v-a1fab6b1]{width:40px;height:40px;background:var(--el-color-warning-light-9);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.highlight-header .highlight-icon .number[data-v-a1fab6b1]{color:var(--el-color-warning);font-size:18px;font-weight:600}.highlight-header h3[data-v-a1fab6b1]{margin:0;font-size:16px;color:var(--el-text-color-primary);line-height:1.4}.highlight-content p[data-v-a1fab6b1]{margin:0;font-size:14px;line-height:1.6;color:var(--el-text-color-regular)}[data-v-a1fab6b1] .el-timeline{padding:0}[data-v-a1fab6b1] .el-timeline-item__timestamp{color:var(--primary);font-size:var(--font-size-lg);font-weight:500}[data-v-a1fab6b1] .el-timeline-item__node{background-color:var(--primary);border-color:var(--primary-light)}[data-v-a1fab6b1] .el-timeline-item__tail{border-left-color:var(--border)}.activity-card[data-v-a1fab6b1]{background:var(--background);padding:20px;border-radius:var(--card-radius)}.activity-card h3[data-v-a1fab6b1]{font-size:var(--font-size-lg);font-weight:600;margin-bottom:12px;color:var(--text)}.activity-card p[data-v-a1fab6b1]{color:var(--text-light);line-height:1.6;margin-bottom:16px}.activity-image[data-v-a1fab6b1]{border-radius:var(--card-radius);overflow:hidden}.activity-image img[data-v-a1fab6b1]{width:100%;height:300px;object-fit:cover}.gallery-grid[data-v-a1fab6b1]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item[data-v-a1fab6b1]{position:relative;border-radius:12px;overflow:hidden;cursor:pointer}.gallery-item[data-v-a1fab6b1]:before{content:"";display:block;padding-top:75%}.gallery-item .el-image[data-v-a1fab6b1]{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.gallery-item .gallery-overlay[data-v-a1fab6b1]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-item .gallery-overlay .el-icon[data-v-a1fab6b1]{font-size:24px;color:#fff}.gallery-item:hover .el-image[data-v-a1fab6b1]{transform:scale(1.05)}.gallery-item:hover .gallery-overlay[data-v-a1fab6b1]{opacity:1}.feedback-card[data-v-a1fab6b1]{background:var(--background);padding:30px;border-radius:var(--card-radius)}.feedback-header[data-v-a1fab6b1]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.client-info[data-v-a1fab6b1]{display:flex;align-items:center;gap:16px}.client-info img[data-v-a1fab6b1]{width:60px;height:60px;border-radius:50%;object-fit:cover}.client-info h3[data-v-a1fab6b1]{font-size:var(--font-size-lg);font-weight:600;color:var(--text);margin-bottom:4px}.client-info p[data-v-a1fab6b1]{color:var(--text-light);font-size:var(--font-size-sm)}.feedback-content[data-v-a1fab6b1]{position:relative;padding:20px 40px}.feedback-content .quote-left[data-v-a1fab6b1],.feedback-content .quote-right[data-v-a1fab6b1]{position:absolute;font-size:48px;background:linear-gradient(135deg,var(--el-color-primary-light-7),var(--el-color-primary-light-9));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-style:normal;opacity:.8}.feedback-content .quote-left[data-v-a1fab6b1]{top:0;left:0}.feedback-content .quote-right[data-v-a1fab6b1]{bottom:-20px;right:0}.feedback-content p[data-v-a1fab6b1]{font-size:16px;line-height:1.8;color:var(--el-text-color-regular)}@media (max-width: 768px){.container[data-v-a1fab6b1]{padding:0 16px}.hero-section[data-v-a1fab6b1]{height:400px}.hero-content[data-v-a1fab6b1]{padding:40px 0}.hero-content h1[data-v-a1fab6b1]{font-size:var(--font-size-3xl);margin-bottom:16px}.tag[data-v-a1fab6b1]{padding:4px 12px;margin-bottom:16px}.meta[data-v-a1fab6b1]{flex-direction:column;gap:16px}.section[data-v-a1fab6b1]{padding:24px;margin-bottom:24px}.description[data-v-a1fab6b1]{font-size:var(--font-size-base);margin-bottom:24px}.overview-list[data-v-a1fab6b1]{grid-template-columns:1fr;gap:20px}.highlights-grid[data-v-a1fab6b1]{grid-template-columns:1fr;gap:16px}.gallery-grid[data-v-a1fab6b1]{grid-template-columns:repeat(2,1fr);gap:12px}.feedback-header[data-v-a1fab6b1]{flex-direction:column;gap:16px;text-align:center}.feedback-content[data-v-a1fab6b1]{font-size:var(--font-size-base)}.solution-content[data-v-a1fab6b1]{flex-direction:column}.solution-content .solution-image[data-v-a1fab6b1]{flex:none;height:180px}.results-stats[data-v-a1fab6b1]{padding:20px 0}.overview-icon[data-v-a1fab6b1]{width:48px;height:48px;border-radius:12px}.overview-icon .el-icon[data-v-a1fab6b1]{font-size:24px}.section h2 .section-icon[data-v-a1fab6b1]{width:40px;height:40px}.section h2 .section-icon .el-icon[data-v-a1fab6b1]{font-size:20px}}@keyframes fadeIn-a1fab6b1{0%{opacity:0}to{opacity:1}}@keyframes slideUp-a1fab6b1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section[data-v-a1fab6b1]{animation:slideUp-a1fab6b1 .6s ease-out}.hero-content[data-v-a1fab6b1]{animation:fadeIn-a1fab6b1 1s ease-out}.highlight-item[data-v-a1fab6b1],.activity-card[data-v-a1fab6b1],.gallery-item[data-v-a1fab6b1],.feedback-card[data-v-a1fab6b1]{animation:fadeIn-a1fab6b1 .6s ease-out}.case-tags[data-v-a1fab6b1]{display:flex;gap:12px;margin-bottom:20px}.case-tags .tag[data-v-a1fab6b1]{padding:6px 16px;border-radius:20px;font-size:14px}.case-tags .tag.success[data-v-a1fab6b1]{background:var(--el-color-success-light-9);color:var(--el-color-success)}.solution-content[data-v-a1fab6b1]{display:flex;gap:30px;margin-top:20px}.solution-content .solution-image[data-v-a1fab6b1]{flex:0 0 300px;height:200px;border-radius:8px;overflow:hidden}.solution-content .solution-image .el-image[data-v-a1fab6b1]{width:100%;height:100%;transition:transform .6s}.solution-content .solution-image .el-image[data-v-a1fab6b1]:hover{transform:scale(1.05)}.solution-content .solution-text[data-v-a1fab6b1]{flex:1}.solution-content .solution-text p[data-v-a1fab6b1]{font-size:15px;line-height:1.8;color:var(--el-text-color-regular)}.results-content .results-stats[data-v-a1fab6b1]{display:flex;gap:40px;margin:20px 0}.results-content .results-stats .stat-item[data-v-a1fab6b1]{text-align:center}.results-content .results-stats .stat-item .stat-value[data-v-a1fab6b1]{font-size:36px;font-weight:600;color:var(--el-color-primary);line-height:1.2}.results-content .results-stats .stat-item .stat-label[data-v-a1fab6b1]{font-size:14px;color:var(--el-text-color-secondary);margin-top:8px}.results-content p[data-v-a1fab6b1]{font-size:15px;line-height:1.8;color:var(--el-text-color-regular)}.overview-icon[data-v-a1fab6b1]{width:56px;height:56px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s}.overview-icon .el-icon[data-v-a1fab6b1]{font-size:28px}.overview-item:nth-child(1) .overview-icon[data-v-a1fab6b1]{background:var(--el-color-success-light-9);color:var(--el-color-success)}.overview-item.solution .overview-icon[data-v-a1fab6b1]{background:var(--el-color-warning-light-9);color:var(--el-color-warning)}.overview-item.results .overview-icon[data-v-a1fab6b1]{background:var(--el-color-primary-light-9);color:var(--el-color-primary)}.meta-item .el-icon[data-v-a1fab6b1]{width:32px;height:32px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.highlight-number[data-v-a1fab6b1]{right:-16px;top:-16px;width:80px;height:80px;background:linear-gradient(135deg,var(--el-color-primary-light-8),var(--el-color-primary-light-9));color:var(--el-color-primary-dark-2);font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 4px 12px #0000000d}.feedback-content .quote-left[data-v-a1fab6b1],.feedback-content .quote-right[data-v-a1fab6b1]{font-size:48px;background:linear-gradient(135deg,var(--el-color-primary-light-7),var(--el-color-primary-light-9));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-style:normal;opacity:.8}@media (max-width: 768px){.overview-icon[data-v-a1fab6b1]{width:48px;height:48px;border-radius:12px}.overview-icon .el-icon[data-v-a1fab6b1]{font-size:24px}.section h2 .section-icon[data-v-a1fab6b1]{width:40px;height:40px}.section h2 .section-icon .el-icon[data-v-a1fab6b1]{font-size:20px}}.solution-module[data-v-a1fab6b1],.result-module[data-v-a1fab6b1]{background:white;border-radius:16px;padding:32px;margin-bottom:32px;box-shadow:var(--card-shadow);transition:all .3s}.solution-module[data-v-a1fab6b1]:hover,.result-module[data-v-a1fab6b1]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.solution-module .module-content .content-header[data-v-a1fab6b1],.result-module .module-content .content-header[data-v-a1fab6b1]{margin-bottom:24px}.solution-module .module-content .content-header .step-number[data-v-a1fab6b1],.result-module .module-content .content-header .step-number[data-v-a1fab6b1]{display:inline-block;padding:8px 16px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:20px;font-size:14px;font-weight:600}.solution-module .module-content .content-header .result-tag[data-v-a1fab6b1],.result-module .module-content .content-header .result-tag[data-v-a1fab6b1]{display:inline-block;padding:8px 16px;background:var(--el-color-success-light-9);color:var(--el-color-success);border-radius:20px;font-size:14px;font-weight:600}.solution-module .module-content .content-text[data-v-a1fab6b1],.result-module .module-content .content-text[data-v-a1fab6b1]{font-size:15px;line-height:1.8;color:var(--el-text-color-regular);margin-bottom:24px;padding:0 16px}.solution-module .module-content .content-gallery[data-v-a1fab6b1],.result-module .module-content .content-gallery[data-v-a1fab6b1]{padding:0 16px}.solution-module .module-content .content-gallery .gallery-grid[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-grid[data-v-a1fab6b1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.solution-module .module-content .content-gallery .gallery-item[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item[data-v-a1fab6b1]{position:relative;border-radius:12px;overflow:hidden;cursor:pointer}.solution-module .module-content .content-gallery .gallery-item[data-v-a1fab6b1]:before,.result-module .module-content .content-gallery .gallery-item[data-v-a1fab6b1]:before{content:"";display:block;padding-top:75%}.solution-module .module-content .content-gallery .gallery-item .el-image[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item .el-image[data-v-a1fab6b1]{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.solution-module .module-content .content-gallery .gallery-item .gallery-overlay[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item .gallery-overlay[data-v-a1fab6b1]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.solution-module .module-content .content-gallery .gallery-item .gallery-overlay .el-icon[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item .gallery-overlay .el-icon[data-v-a1fab6b1]{font-size:24px;color:#fff}.solution-module .module-content .content-gallery .gallery-item:hover .el-image[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item:hover .el-image[data-v-a1fab6b1]{transform:scale(1.05)}.solution-module .module-content .content-gallery .gallery-item:hover .gallery-overlay[data-v-a1fab6b1],.result-module .module-content .content-gallery .gallery-item:hover .gallery-overlay[data-v-a1fab6b1]{opacity:1}@media (max-width: 768px){.solution-module[data-v-a1fab6b1],.result-module[data-v-a1fab6b1]{padding:24px}.solution-module .content-gallery .gallery-grid[data-v-a1fab6b1],.result-module .content-gallery .gallery-grid[data-v-a1fab6b1]{grid-template-columns:1fr}}.gallery-content[data-v-a1fab6b1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:24px}.gallery-content .gallery-item[data-v-a1fab6b1]{position:relative;border-radius:12px;overflow:hidden;cursor:pointer}.gallery-content .gallery-item[data-v-a1fab6b1]:before{content:"";display:block;padding-top:75%}.gallery-content .gallery-item .el-image[data-v-a1fab6b1]{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.gallery-content .gallery-item .gallery-overlay[data-v-a1fab6b1]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.gallery-content .gallery-item .gallery-overlay .el-icon[data-v-a1fab6b1]{font-size:24px;color:#fff}.gallery-content .gallery-item:hover .el-image[data-v-a1fab6b1]{transform:scale(1.05)}.gallery-content .gallery-item:hover .gallery-overlay[data-v-a1fab6b1]{opacity:1}.feedback-content .client-info[data-v-a1fab6b1]{display:flex;align-items:center;gap:16px}.feedback-content .client-info .el-avatar[data-v-a1fab6b1]{border:2px solid var(--el-color-primary-light-5);box-shadow:0 4px 12px #0000000d}.feedback-content .client-info .client-meta h3[data-v-a1fab6b1]{margin:0 0 4px;font-size:18px;color:var(--el-text-color-primary)}.feedback-content .client-info .client-meta p[data-v-a1fab6b1]{margin:0;font-size:14px;color:var(--el-text-color-secondary)}.admin-layout[data-v-5cef8733]{height:100vh}.el-aside[data-v-5cef8733]{background:#304156;color:#fff;transition:width .3s}.logo[data-v-5cef8733]{height:60px;display:flex;align-items:center;padding:0 20px;background:#2b2f3a;overflow:hidden}.logo img[data-v-5cef8733]{height:32px;margin-right:12px;transition:margin .3s}.logo img.collapsed[data-v-5cef8733]{margin-right:0}[data-v-5cef8733] .el-menu--collapse .el-menu-item{text-align:center}[data-v-5cef8733] .el-menu--collapse .ai-menu-item{padding-left:20px!important}[data-v-5cef8733] .el-menu--collapse .el-divider{margin:8px auto}.el-header[data-v-5cef8733]{background:#fff;border-bottom:1px solid #dcdfe6;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.header-left[data-v-5cef8733]{display:flex;align-items:center;gap:20px}.collapse-btn[data-v-5cef8733]{font-size:20px;cursor:pointer;padding:8px;border-radius:4px;transition:all .3s}.collapse-btn[data-v-5cef8733]:hover{background-color:var(--el-fill-color-light);color:var(--el-color-primary)}.user-info[data-v-5cef8733]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:0 8px;height:40px;border-radius:4px;transition:background-color .3s}.user-info[data-v-5cef8733]:hover{background-color:var(--el-fill-color-light)}.user-info span[data-v-5cef8733]{font-size:14px;color:var(--el-text-color-regular)}.el-main[data-v-5cef8733]{background:#f0f2f5;padding:20px}.fade-enter-active[data-v-5cef8733],.fade-leave-active[data-v-5cef8733]{transition:opacity .3s ease}.fade-enter-from[data-v-5cef8733],.fade-leave-to[data-v-5cef8733]{opacity:0}[data-v-5cef8733] .el-menu-item-group__title{padding:8px 20px;font-size:12px;color:#909399;font-weight:500;line-height:1.5;opacity:.8}.el-menu--collapse[data-v-5cef8733] .el-menu-item-group__title{display:none}.ai-menu-item[data-v-5cef8733]{background:linear-gradient(to right,rgba(255,171,0,.1),transparent)!important;border-left:3px solid var(--el-color-warning)!important;margin:4px 0!important}.ai-menu-item[data-v-5cef8733]:hover,.ai-menu-item.is-active[data-v-5cef8733]{background:linear-gradient(to right,rgba(255,171,0,.2),transparent)!important}.ai-menu-item .el-icon[data-v-5cef8733]{color:var(--el-color-warning)!important}.el-divider[data-v-5cef8733]{margin:16px 0;border-color:#ffffff1a}.login-page[data-v-234d69a1]{height:100vh;display:flex;justify-content:center;align-items:center;background:#f0f2f5}.login-card[data-v-234d69a1]{width:400px}.login-header[data-v-234d69a1]{text-align:center}.login-header img[data-v-234d69a1]{height:48px;margin-bottom:12px}.login-button[data-v-234d69a1]{width:100%}@media (max-width: 576px){.login-card[data-v-234d69a1]{width:90%;margin:0 20px}}.dashboard-page[data-v-357f9f3d]{padding:20px}.data-card[data-v-357f9f3d]{height:160px}.data-header[data-v-357f9f3d]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.data-title[data-v-357f9f3d]{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--el-text-color-regular)}.icon[data-v-357f9f3d]{font-size:20px;color:var(--el-color-primary)}.data-content[data-v-357f9f3d]{text-align:center}.number[data-v-357f9f3d]{font-size:36px;font-weight:700;color:var(--el-text-color-primary);margin-bottom:8px}.trend[data-v-357f9f3d]{font-size:14px;color:var(--el-text-color-secondary)}.trend .up[data-v-357f9f3d]{color:#67c23a}.trend .down[data-v-357f9f3d]{color:#f56c6c}.recent-inquiries[data-v-357f9f3d]{margin-top:20px}.card-header[data-v-357f9f3d]{display:flex;justify-content:space-between;align-items:center}[data-v-357f9f3d] .el-table{margin-top:10px}[data-v-357f9f3d] .el-table__cell{padding:8px 0}.content-wrapper[data-v-357f9f3d]{padding:12px}.inquiry-content[data-v-357f9f3d]{padding:16px;background:var(--el-fill-color-light);border-radius:4px}.content-item[data-v-357f9f3d]{display:flex;margin-bottom:8px;line-height:1.6}.content-item[data-v-357f9f3d]:last-child{margin-bottom:0}.content-item .label[data-v-357f9f3d]{flex-shrink:0;width:80px;color:var(--el-text-color-secondary)}.content-item .value[data-v-357f9f3d]{flex:1;color:var(--el-text-color-primary)}.content-item .value.highlight[data-v-357f9f3d]{color:var(--el-color-danger);font-weight:500}[data-v-357f9f3d] .el-table__cell{padding:8px}[data-v-357f9f3d] .el-table .cell{padding:0}[data-v-357f9f3d] .el-table{--el-table-border-color: var(--el-border-color-lighter)}.el-tag[data-v-357f9f3d]{border-radius:4px}.banners-page[data-v-976d3d35]{padding:20px}.page-header[data-v-976d3d35]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.banner-list[data-v-976d3d35]{margin-bottom:20px}.banner-image[data-v-976d3d35]{width:160px;height:60px;border-radius:4px}.pagination-container[data-v-976d3d35]{margin-top:20px;display:flex;justify-content:flex-end}.banner-uploader[data-v-976d3d35]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.banner-uploader[data-v-976d3d35]:hover{border-color:var(--el-color-primary)}.upload-icon[data-v-976d3d35]{font-size:28px;color:#8c939d;width:320px;height:100px;text-align:center;line-height:100px}.uploaded-image[data-v-976d3d35]{width:320px;height:100px;display:block;object-fit:cover}.upload-tip[data-v-976d3d35]{font-size:12px;color:#999;margin-top:8px}.team-building-page[data-v-ac73e97c]{padding:20px}.page-header[data-v-ac73e97c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-left[data-v-ac73e97c]{display:flex;align-items:center;gap:20px}.search-input[data-v-ac73e97c]{width:300px}.filter-card[data-v-ac73e97c]{margin-bottom:20px}.filter-group[data-v-ac73e97c]{display:inline-flex;align-items:center;margin-right:20px;margin-bottom:10px}.filter-label[data-v-ac73e97c]{margin-right:8px;color:var(--el-text-color-regular);font-size:14px;white-space:nowrap;line-height:32px}.price-slider[data-v-ac73e97c]{width:300px;padding:0 10px}.price-range-text[data-v-ac73e97c]{display:flex;justify-content:space-between;margin-top:5px;color:var(--el-text-color-regular);font-size:12px}.filter-group .el-select[data-v-ac73e97c],.filter-group .destination-input[data-v-ac73e97c]{width:160px}.filter-card[data-v-ac73e97c] .el-card__body{padding:15px 20px}.cover-image[data-v-ac73e97c]{width:120px;height:80px;border-radius:4px}.price[data-v-ac73e97c]{font-weight:700;color:var(--el-color-danger)}.unit[data-v-ac73e97c]{font-size:12px;color:var(--el-text-color-secondary);margin-left:4px}.cover-uploader[data-v-ac73e97c]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.cover-uploader[data-v-ac73e97c]:hover{border-color:var(--el-color-primary)}.upload-icon[data-v-ac73e97c]{font-size:28px;color:#8c939d;width:240px;height:160px;text-align:center;line-height:160px}.uploaded-cover[data-v-ac73e97c]{width:240px;height:160px;display:block;object-fit:cover}.highlight-item[data-v-ac73e97c],.schedule-day[data-v-ac73e97c],.cost-item[data-v-ac73e97c],.note-item[data-v-ac73e97c]{margin-bottom:20px}.day-header[data-v-ac73e97c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.schedule-item[data-v-ac73e97c]{margin-bottom:20px;padding:20px;background:var(--el-bg-color-page);border-radius:4px}.text-center[data-v-ac73e97c]{text-align:center}.mt-4[data-v-ac73e97c]{margin-top:16px}.header-right[data-v-ac73e97c]{display:flex;gap:12px}.item-image[data-v-ac73e97c]{margin-top:12px}[data-v-ac73e97c] .item-image .el-upload--picture-card{width:120px;height:120px;line-height:120px}[data-v-ac73e97c] .item-image .el-upload-list--picture-card .el-upload-list__item{width:120px;height:120px}.image-preview[data-v-ac73e97c]{position:relative;width:200px;height:120px;border-radius:4px;overflow:hidden}.image-preview img[data-v-ac73e97c]{width:100%;height:100%;object-fit:cover}.image-actions[data-v-ac73e97c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;background:rgba(0,0,0,.5);border-radius:50%}.image-preview:hover .image-actions[data-v-ac73e97c]{display:block}.image-actions .el-button[data-v-ac73e97c]{color:#fff;border:none}.image-actions .el-button[data-v-ac73e97c]:hover{background:rgba(255,255,255,.2)}.schedule-item[data-v-ac73e97c]{border:1px solid var(--el-border-color-lighter);border-radius:4px;padding:16px;margin-bottom:16px}.item-header[data-v-ac73e97c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.item-title[data-v-ac73e97c],.item-desc[data-v-ac73e97c]{margin-bottom:12px}.cost-item[data-v-ac73e97c],.note-item[data-v-ac73e97c]{margin-bottom:20px}.cost-textarea[data-v-ac73e97c],.note-textarea[data-v-ac73e97c]{width:100%}.textarea-with-button[data-v-ac73e97c]{display:flex;gap:10px;align-items:flex-start}.textarea-with-button .cost-textarea[data-v-ac73e97c],.textarea-with-button .note-textarea[data-v-ac73e97c]{flex:1}.textarea-with-button .delete-btn[data-v-ac73e97c]{flex-shrink:0}.cost-textarea[data-v-ac73e97c] .el-textarea__inner,.note-textarea[data-v-ac73e97c] .el-textarea__inner{min-height:80px!important;font-size:14px;line-height:1.6}[data-v-ac73e97c] .el-tag.status-tag{font-weight:700;padding:8px 12px;font-size:14px;border-radius:4px}[data-v-ac73e97c] .el-tag.status-tag.el-tag--success{background-color:var(--el-color-success);border-color:var(--el-color-success)}[data-v-ac73e97c] .el-tag.status-tag.el-tag--danger{background-color:var(--el-color-danger);border-color:var(--el-color-danger)}.day-title[data-v-ac73e97c],.day-summary[data-v-ac73e97c],.schedule-items[data-v-ac73e97c]{margin-bottom:20px}.highlight-item[data-v-ac73e97c]{margin-bottom:20px;padding:20px;background:var(--el-bg-color-page);border-radius:8px;border:1px solid var(--el-border-color-lighter)}.highlight-item[data-v-ac73e97c]:hover{box-shadow:0 2px 12px #0000000a}.highlight-description[data-v-ac73e97c]{margin-top:10px}.schedule-items .schedule-item .item-header[data-v-ac73e97c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.schedule-items .schedule-item .item-header .header-left[data-v-ac73e97c]{display:flex;align-items:center}.schedule-items .schedule-item .item-header .header-left .drag-handle[data-v-ac73e97c]{cursor:move;font-size:20px;color:var(--el-text-color-secondary);margin-right:8px}.schedule-items .schedule-item .item-header .header-left .drag-handle[data-v-ac73e97c]:hover{color:var(--el-color-primary)}.travel-page[data-v-2ff1c5ef]{padding:20px}.page-header[data-v-2ff1c5ef]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-left[data-v-2ff1c5ef]{display:flex;align-items:center;gap:20px}.search-input[data-v-2ff1c5ef]{width:300px}.filter-card[data-v-2ff1c5ef]{margin-bottom:20px;padding:15px 20px}.filter-group[data-v-2ff1c5ef]{display:inline-flex;align-items:center;margin-right:20px;margin-bottom:10px}.filter-label[data-v-2ff1c5ef]{margin-right:8px;color:var(--el-text-color-regular);font-size:14px;white-space:nowrap;line-height:32px}.price-slider[data-v-2ff1c5ef]{width:300px;padding:0 10px}.price-range-text[data-v-2ff1c5ef]{display:flex;justify-content:space-between;margin-top:5px;color:var(--el-text-color-regular);font-size:12px}.filter-group .el-select[data-v-2ff1c5ef],.filter-group .el-cascader[data-v-2ff1c5ef],.filter-group .destination-input[data-v-2ff1c5ef]{width:180px}.filter-card[data-v-2ff1c5ef] .el-card__body{display:flex;flex-wrap:wrap;gap:10px}.cover-image[data-v-2ff1c5ef]{width:120px;height:80px;border-radius:4px}.price[data-v-2ff1c5ef]{font-weight:700;color:var(--el-color-danger)}.unit[data-v-2ff1c5ef]{font-size:12px;color:var(--el-text-color-secondary);margin-left:4px}.pagination-container[data-v-2ff1c5ef]{margin-top:20px;display:flex;justify-content:flex-end}.cover-uploader[data-v-2ff1c5ef],.hotel-uploader[data-v-2ff1c5ef]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.cover-uploader[data-v-2ff1c5ef]:hover,.hotel-uploader[data-v-2ff1c5ef]:hover{border-color:var(--el-color-primary)}.upload-icon[data-v-2ff1c5ef]{font-size:28px;color:#8c939d;width:240px;height:160px;text-align:center;line-height:160px}.uploaded-cover[data-v-2ff1c5ef],.uploaded-hotel[data-v-2ff1c5ef]{width:240px;height:160px;display:block;object-fit:cover}.feature-item[data-v-2ff1c5ef],.hotel-item[data-v-2ff1c5ef]{margin-bottom:20px;padding:20px;border:1px solid var(--el-border-color-light);border-radius:4px}.day-header[data-v-2ff1c5ef]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.schedule-item[data-v-2ff1c5ef]{border:1px solid var(--el-border-color-lighter);border-radius:4px;padding:16px;margin-bottom:16px}.text-center[data-v-2ff1c5ef]{text-align:center}.mt-4[data-v-2ff1c5ef]{margin-top:16px}.item-header[data-v-2ff1c5ef]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.item-title[data-v-2ff1c5ef],.item-desc[data-v-2ff1c5ef]{margin-bottom:12px}.item-image[data-v-2ff1c5ef]{margin-top:12px}[data-v-2ff1c5ef] .item-image .el-upload--picture-card{width:120px;height:120px;line-height:120px}[data-v-2ff1c5ef] .item-image .el-upload-list--picture-card .el-upload-list__item{width:120px;height:120px}.cases-page[data-v-10ea3af0]{padding:20px}.page-header[data-v-10ea3af0]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-left[data-v-10ea3af0]{display:flex;align-items:center;gap:20px}.search-input[data-v-10ea3af0]{width:300px}.filter-card[data-v-10ea3af0]{margin-bottom:20px;padding:15px 20px}.filter-group[data-v-10ea3af0]{display:inline-flex;align-items:center;margin-right:20px;margin-bottom:10px}.filter-label[data-v-10ea3af0]{margin-right:8px;color:var(--el-text-color-regular);font-size:14px;white-space:nowrap;line-height:32px}.filter-group .el-select[data-v-10ea3af0]{width:160px}.filter-group .el-date-editor[data-v-10ea3af0]{width:240px}.filter-card[data-v-10ea3af0] .el-card__body{display:flex;flex-wrap:wrap;gap:10px}.cover-image[data-v-10ea3af0]{width:120px;height:80px;border-radius:4px}.pagination-container[data-v-10ea3af0]{margin-top:20px;display:flex;justify-content:flex-end}.cover-uploader[data-v-10ea3af0],.avatar-uploader[data-v-10ea3af0]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.cover-uploader[data-v-10ea3af0]:hover,.avatar-uploader[data-v-10ea3af0]:hover{border-color:var(--el-color-primary)}.upload-icon[data-v-10ea3af0]{font-size:28px;color:#8c939d;width:178px;height:178px;text-align:center;line-height:178px}.uploaded-cover[data-v-10ea3af0]{width:240px;height:160px;display:block;object-fit:cover}.uploaded-avatar[data-v-10ea3af0]{width:178px;height:178px;display:block;object-fit:cover}.highlight-item[data-v-10ea3af0]{margin-bottom:20px;padding:20px;border:1px solid var(--el-border-color-light);border-radius:4px}.gallery-uploader[data-v-10ea3af0] .el-upload--picture-card{width:120px;height:120px;line-height:120px}.gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item{width:120px;height:120px}.text-center[data-v-10ea3af0]{text-align:center}@media (max-width: 768px){.filter-group[data-v-10ea3af0]{width:100%;margin-right:0}.filter-group .el-select[data-v-10ea3af0],.filter-group .el-date-editor[data-v-10ea3af0]{width:100%}.filter-label[data-v-10ea3af0]{min-width:70px}}.solution-modules .solution-module[data-v-10ea3af0],.solution-modules .result-module[data-v-10ea3af0],.results-modules .solution-module[data-v-10ea3af0],.results-modules .result-module[data-v-10ea3af0]{background:white;border-radius:8px;padding:0;margin-bottom:32px;border:1px solid var(--el-border-color-lighter);transition:all .3s}.solution-modules .solution-module[data-v-10ea3af0]:hover,.solution-modules .result-module[data-v-10ea3af0]:hover,.results-modules .solution-module[data-v-10ea3af0]:hover,.results-modules .result-module[data-v-10ea3af0]:hover{border-color:var(--el-color-primary-light-7);box-shadow:0 4px 12px #0000000d}.solution-modules .solution-module .module-header[data-v-10ea3af0],.solution-modules .result-module .module-header[data-v-10ea3af0],.results-modules .solution-module .module-header[data-v-10ea3af0],.results-modules .result-module .module-header[data-v-10ea3af0]{display:flex;justify-content:space-between;align-items:center;margin:0;padding:16px 24px;background:var(--el-color-primary-light-9);border-radius:8px 8px 0 0}.solution-modules .solution-module .module-header .module-title[data-v-10ea3af0],.solution-modules .result-module .module-header .module-title[data-v-10ea3af0],.results-modules .solution-module .module-header .module-title[data-v-10ea3af0],.results-modules .result-module .module-header .module-title[data-v-10ea3af0]{display:flex;align-items:center;gap:12px}.solution-modules .solution-module .module-header .module-title .module-number[data-v-10ea3af0],.solution-modules .result-module .module-header .module-title .module-number[data-v-10ea3af0],.results-modules .solution-module .module-header .module-title .module-number[data-v-10ea3af0],.results-modules .result-module .module-header .module-title .module-number[data-v-10ea3af0]{width:28px;height:28px;background:var(--el-color-primary-dark-2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.solution-modules .solution-module .module-header .module-title h4[data-v-10ea3af0],.solution-modules .result-module .module-header .module-title h4[data-v-10ea3af0],.results-modules .solution-module .module-header .module-title h4[data-v-10ea3af0],.results-modules .result-module .module-header .module-title h4[data-v-10ea3af0]{font-size:15px;font-weight:600;color:var(--el-color-primary-dark-2);margin:0}.solution-modules .solution-module .module-header .delete-button[data-v-10ea3af0],.solution-modules .result-module .module-header .delete-button[data-v-10ea3af0],.results-modules .solution-module .module-header .delete-button[data-v-10ea3af0],.results-modules .result-module .module-header .delete-button[data-v-10ea3af0]{opacity:.7;transition:all .3s}.solution-modules .solution-module .module-header .delete-button[data-v-10ea3af0]:hover,.solution-modules .result-module .module-header .delete-button[data-v-10ea3af0]:hover,.results-modules .solution-module .module-header .delete-button[data-v-10ea3af0]:hover,.results-modules .result-module .module-header .delete-button[data-v-10ea3af0]:hover{opacity:1;color:var(--el-color-danger)}.solution-modules .solution-module .module-content[data-v-10ea3af0],.solution-modules .result-module .module-content[data-v-10ea3af0],.results-modules .solution-module .module-content[data-v-10ea3af0],.results-modules .result-module .module-content[data-v-10ea3af0]{display:flex;flex-direction:column;padding:32px}.solution-modules .solution-module .module-content .content-section[data-v-10ea3af0],.solution-modules .solution-module .module-content .images-section[data-v-10ea3af0],.solution-modules .result-module .module-content .content-section[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section[data-v-10ea3af0],.results-modules .solution-module .module-content .content-section[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section[data-v-10ea3af0],.results-modules .result-module .module-content .content-section[data-v-10ea3af0],.results-modules .result-module .module-content .images-section[data-v-10ea3af0]{width:100%}.solution-modules .solution-module .module-content .content-section .section-title[data-v-10ea3af0],.solution-modules .solution-module .module-content .images-section .section-title[data-v-10ea3af0],.solution-modules .result-module .module-content .content-section .section-title[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section .section-title[data-v-10ea3af0],.results-modules .solution-module .module-content .content-section .section-title[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section .section-title[data-v-10ea3af0],.results-modules .result-module .module-content .content-section .section-title[data-v-10ea3af0],.results-modules .result-module .module-content .images-section .section-title[data-v-10ea3af0]{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--el-text-color-regular);font-size:15px}.solution-modules .solution-module .module-content .content-section .section-title .el-icon[data-v-10ea3af0],.solution-modules .solution-module .module-content .images-section .section-title .el-icon[data-v-10ea3af0],.solution-modules .result-module .module-content .content-section .section-title .el-icon[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section .section-title .el-icon[data-v-10ea3af0],.results-modules .solution-module .module-content .content-section .section-title .el-icon[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section .section-title .el-icon[data-v-10ea3af0],.results-modules .result-module .module-content .content-section .section-title .el-icon[data-v-10ea3af0],.results-modules .result-module .module-content .images-section .section-title .el-icon[data-v-10ea3af0]{color:var(--el-color-primary);font-size:16px}.solution-modules .solution-module .module-content .content-section[data-v-10ea3af0],.solution-modules .result-module .module-content .content-section[data-v-10ea3af0],.results-modules .solution-module .module-content .content-section[data-v-10ea3af0],.results-modules .result-module .module-content .content-section[data-v-10ea3af0]{margin-bottom:24px}.solution-modules .solution-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner,.solution-modules .result-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner,.results-modules .solution-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner,.results-modules .result-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner{min-height:200px;padding:16px;font-size:14px;line-height:1.8;border:1px solid var(--el-border-color-light);border-radius:8px;resize:none}.solution-modules .solution-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner:focus,.solution-modules .result-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner:focus,.results-modules .solution-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner:focus,.results-modules .result-module .module-content .content-section[data-v-10ea3af0] .el-textarea__inner:focus{border-color:var(--el-color-primary);box-shadow:0 0 0 1px var(--el-color-primary-light-8)}.solution-modules .solution-module .module-content .images-section[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section[data-v-10ea3af0],.results-modules .result-module .module-content .images-section[data-v-10ea3af0]{background:var(--el-fill-color-light);padding:24px;border-radius:8px;overflow:hidden}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0],.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0]{display:flex;flex-direction:column;align-items:center;width:100%}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card,.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card,.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card,.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card{width:120px;height:120px;margin:0;border:2px dashed var(--el-border-color);transition:all .3s}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card:hover,.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card:hover,.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card:hover,.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload--picture-card:hover{border-color:var(--el-color-primary);background:var(--el-color-primary-light-9)}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:24px;width:100%;padding:0 16px}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item,.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item,.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item,.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item{width:120px;height:120px;margin:0;border-radius:4px;overflow:hidden}.solution-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item img,.solution-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item img,.results-modules .solution-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item img,.results-modules .result-module .module-content .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card .el-upload-list__item img{width:100%;height:100%;object-fit:cover}.solution-modules .solution-module .module-content .images-section .upload-tip[data-v-10ea3af0],.solution-modules .result-module .module-content .images-section .upload-tip[data-v-10ea3af0],.results-modules .solution-module .module-content .images-section .upload-tip[data-v-10ea3af0],.results-modules .result-module .module-content .images-section .upload-tip[data-v-10ea3af0]{margin-top:24px;padding-top:20px;color:var(--el-text-color-secondary);font-size:12px;text-align:center;border-top:1px dashed var(--el-border-color-light)}.solution-modules .add-module[data-v-10ea3af0],.results-modules .add-module[data-v-10ea3af0]{text-align:center;margin:32px 0 16px}.solution-modules .add-module .add-button[data-v-10ea3af0],.results-modules .add-module .add-button[data-v-10ea3af0]{padding:12px 32px;border-radius:24px;transition:all .3s}.solution-modules .add-module .add-button .el-icon[data-v-10ea3af0],.results-modules .add-module .add-button .el-icon[data-v-10ea3af0]{margin-right:8px;font-size:16px}.solution-modules .add-module .add-button[data-v-10ea3af0]:hover,.results-modules .add-module .add-button[data-v-10ea3af0]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--el-color-primary-rgb),.2)}@media (max-width: 1400px){.el-dialog[data-v-10ea3af0]{width:95%!important;margin:0 auto}}@media (max-width: 768px){.solution-modules .solution-module[data-v-10ea3af0],.solution-modules .result-module[data-v-10ea3af0],.results-modules .solution-module[data-v-10ea3af0],.results-modules .result-module[data-v-10ea3af0],.solution-modules .solution-module .module-content[data-v-10ea3af0],.solution-modules .result-module .module-content[data-v-10ea3af0],.results-modules .solution-module .module-content[data-v-10ea3af0],.results-modules .result-module .module-content[data-v-10ea3af0]{padding:20px}.solution-modules .solution-module .images-section[data-v-10ea3af0],.solution-modules .result-module .images-section[data-v-10ea3af0],.results-modules .solution-module .images-section[data-v-10ea3af0],.results-modules .result-module .images-section[data-v-10ea3af0]{padding:16px}.solution-modules .solution-module .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.solution-modules .result-module .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.results-modules .solution-module .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card,.results-modules .result-module .images-section .gallery-uploader[data-v-10ea3af0] .el-upload-list--picture-card{gap:12px;padding:0}}.about-page[data-v-080141ba]{padding:20px}.page-header[data-v-080141ba]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.content-card[data-v-080141ba],.stats-container[data-v-080141ba],.advantages-container[data-v-080141ba],.team-container[data-v-080141ba]{margin-bottom:20px}.stat-item[data-v-080141ba]{display:flex;align-items:center;gap:12px;margin-bottom:12px}.stat-number[data-v-080141ba],.stat-label[data-v-080141ba]{width:200px}.advantage-item[data-v-080141ba]{margin-bottom:20px;padding:24px;border:1px solid var(--el-border-color-light);border-radius:4px;background:var(--el-bg-color-page)}.advantage-item[data-v-080141ba] .el-select{width:200px}.advantage-item[data-v-080141ba] .el-input__wrapper,.advantage-item[data-v-080141ba] .el-select .el-input__wrapper{height:36px;line-height:36px;padding:0 12px}.advantage-item[data-v-080141ba] .el-input__inner{height:36px;line-height:36px}.advantage-item[data-v-080141ba] .el-form-item{margin-bottom:0}.advantage-item[data-v-080141ba] .el-form-item__content{line-height:36px}.advantage-item .el-col[data-v-080141ba]:last-child{display:flex;align-items:center;height:36px}.advantage-item .el-button.is-circle[data-v-080141ba]{height:32px;width:32px;padding:8px}.member-item[data-v-080141ba]{margin-bottom:20px;padding:20px;border:1px solid var(--el-border-color-light);border-radius:4px}.member-header[data-v-080141ba]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.avatar-uploader[data-v-080141ba]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.avatar-uploader[data-v-080141ba]:hover{border-color:var(--el-color-primary)}.upload-icon[data-v-080141ba]{font-size:28px;color:#8c939d;width:120px;height:120px;text-align:center;line-height:120px}.uploaded-avatar[data-v-080141ba]{width:120px;height:120px;display:block;object-fit:cover}.icon-label[data-v-080141ba]{margin-left:8px}[data-v-080141ba] .el-form-item__content{flex-wrap:wrap}[data-v-080141ba] .el-select{width:100%}.text-center[data-v-080141ba]{text-align:center}.stats-container[data-v-080141ba]{display:flex;flex-direction:column;gap:16px}.stat-item[data-v-080141ba]{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid var(--el-border-color-light);border-radius:4px;background:var(--el-bg-color-page)}.stat-inputs[data-v-080141ba]{display:flex;flex:1;gap:16px;align-items:center}.stat-number[data-v-080141ba]{width:200px}.stat-label[data-v-080141ba]{flex:1;max-width:300px}.stat-item[data-v-080141ba] .el-input-group__append{padding:0;background:none;border:none;width:100px}.stat-item[data-v-080141ba] .unit-select{width:70px}.stat-item[data-v-080141ba] .unit-select .el-input{border:none}.stat-item[data-v-080141ba] .unit-select .el-input__wrapper{box-shadow:none!important;padding:0 8px}.stat-item[data-v-080141ba] .unit-select .el-input__inner{text-align:center;color:var(--el-text-color-regular)}.stat-item[data-v-080141ba] .el-input-group__append .el-select:hover .el-input__wrapper{background-color:var(--el-fill-color-light)}.image-uploader[data-v-080141ba]{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast);width:400px}.image-uploader[data-v-080141ba]:hover{border-color:var(--el-color-primary)}.uploaded-image[data-v-080141ba]{width:400px;height:300px;display:block;object-fit:cover}.upload-icon[data-v-080141ba]{font-size:28px;color:#8c939d;width:400px;height:300px;text-align:center;line-height:300px}.upload-tip[data-v-080141ba]{font-size:12px;color:#999;margin-top:8px}.advantage-item[data-v-080141ba] .el-textarea__inner{height:72px;min-height:72px;padding:6px 12px;resize:none}.advantage-item[data-v-080141ba] .el-textarea .el-input__count{bottom:8px;right:8px}.advantage-item .el-col[data-v-080141ba]:last-child{align-items:flex-start;padding-top:2px}.team-building-type-page[data-v-59010d12]{padding:20px}.page-header[data-v-59010d12]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.trip-planner .page-header[data-v-d87ed466]{background:white;padding:20px 24px;border-radius:8px;margin-bottom:20px;box-shadow:var(--el-box-shadow-light);display:flex;justify-content:space-between;align-items:center}.trip-planner .page-header .header-content h2[data-v-d87ed466]{margin:0;font-size:24px;font-weight:600;color:var(--el-text-color-primary)}.trip-planner .page-header .header-content .sub-title[data-v-d87ed466]{margin:8px 0 0;color:var(--el-text-color-secondary);font-size:14px}.trip-planner .el-container[data-v-d87ed466]{height:calc(100% - 80px);background:white;border-radius:8px;box-shadow:var(--el-box-shadow-light)}.trip-planner .sidebar[data-v-d87ed466]{height:100%;border:none}.trip-planner .sidebar[data-v-d87ed466] .el-collapse-item.attraction .el-collapse-item__header{color:var(--el-color-primary)}.trip-planner .sidebar[data-v-d87ed466] .el-collapse-item.hotel .el-collapse-item__header{color:var(--el-color-success)}.trip-planner .sidebar[data-v-d87ed466] .el-collapse-item.restaurant .el-collapse-item__header{color:var(--el-color-warning)}.trip-planner .schedule-title[data-v-d87ed466]{display:flex;align-items:baseline;gap:12px}.trip-planner .schedule-title h3[data-v-d87ed466]{margin:0;font-size:18px}.trip-planner .schedule-title .total-days[data-v-d87ed466]{color:var(--el-text-color-secondary);font-size:14px}.trip-planner .el-aside[data-v-d87ed466]{overflow:hidden}.trip-planner .trip-planner[data-v-d87ed466]{height:100vh;width:100%;overflow:hidden}.trip-planner .sidebar[data-v-d87ed466]{height:100%;display:flex;flex-direction:column;overflow:hidden}.trip-planner .card-header[data-v-d87ed466]{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:12px 0}.trip-planner .draggable-item[data-v-d87ed466]{margin-bottom:6px}.trip-planner .draggable-item[data-v-d87ed466]:last-child{margin-bottom:0}.trip-planner .item-card[data-v-d87ed466]{border-radius:4px;transition:all .3s;margin:0}.trip-planner .item-card[data-v-d87ed466] .el-card__body{padding:8px}.trip-planner .item-content[data-v-d87ed466]{display:flex;flex-direction:column;gap:4px}.trip-planner .item-info[data-v-d87ed466]{flex:1;width:100%}.trip-planner .item-title[data-v-d87ed466]{font-weight:700;margin-bottom:2px;font-size:14px}.trip-planner .item-address[data-v-d87ed466]{font-size:11px;color:#666;margin-bottom:2px;display:flex;align-items:center;gap:4px}.trip-planner .item-meta[data-v-d87ed466]{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.trip-planner .attraction[data-v-d87ed466] .el-card__body{background:#e3f2fd}.trip-planner .hotel[data-v-d87ed466] .el-card__body{background:#f3e5f5}.trip-planner .restaurant[data-v-d87ed466] .el-card__body{background:#e8f5e9}.trip-planner .schedule-header[data-v-d87ed466]{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid #e4e7ed}.trip-planner .schedule-actions[data-v-d87ed466]{display:flex;gap:10px}.trip-planner .schedule-container[data-v-d87ed466]{display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex:1;padding-right:10px;margin-right:-10px;height:0}.trip-planner .day-wrapper[data-v-d87ed466]{width:100%;flex-shrink:0}.trip-planner .day-column[data-v-d87ed466]{width:100%}.trip-planner .day-header[data-v-d87ed466]{display:flex;justify-content:space-between;align-items:center}.trip-planner .day-actions[data-v-d87ed466]{display:flex;gap:8px}.trip-planner .drop-zone[data-v-d87ed466]{min-height:200px;padding:20px;background:#ffffff;border:2px dashed #e4e7ed;border-radius:8px;transition:all .3s;position:relative}.trip-planner .drop-zone[data-v-d87ed466]:hover{border-color:#409eff;background:#f5f7fa}.trip-planner .drop-placeholder[data-v-d87ed466]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#909399;pointer-events:none}.trip-planner .drop-icon[data-v-d87ed466]{margin-bottom:10px;color:#c0c4cc}.trip-planner .timeline-card[data-v-d87ed466]{margin-bottom:6px;border:none;box-shadow:0 2px 12px #0000000d;transition:all .3s}.trip-planner .timeline-card[data-v-d87ed466]:hover{transform:translate(4px);box-shadow:0 4px 16px #0000001a}.trip-planner .activity-content[data-v-d87ed466]{padding:8px 12px}.trip-planner .activity-header[data-v-d87ed466]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.trip-planner .activity-info[data-v-d87ed466]{display:flex;align-items:flex-start;gap:6px}.trip-planner .activity-icon[data-v-d87ed466]{padding:4px;border-radius:8px;background:#f0f2f5}.trip-planner .activity-title[data-v-d87ed466]{font-weight:700;font-size:14px;margin-bottom:4px}.trip-planner .activity-meta[data-v-d87ed466]{margin-top:6px;display:flex;gap:4px;flex-wrap:wrap}.trip-planner[data-v-d87ed466] .el-timeline-item__node{width:8px;height:8px}.trip-planner[data-v-d87ed466] .el-timeline-item__tail{left:3px;border-left:2px solid #e4e7ed}.trip-planner[data-v-d87ed466] .el-timeline-item__wrapper{padding-left:20px}.trip-planner .attraction[data-v-d87ed466] .el-timeline-item__node{background-color:#409eff}.trip-planner .hotel[data-v-d87ed466] .el-timeline-item__node{background-color:#67c23a}.trip-planner .restaurant[data-v-d87ed466] .el-timeline-item__node{background-color:#e6a23c}.trip-planner .el-container[data-v-d87ed466]{height:100%;overflow:hidden}.trip-planner .el-main[data-v-d87ed466]{height:100%;padding:20px;display:flex;flex-direction:column;overflow:hidden}.trip-planner[data-v-d87ed466] .el-collapse{flex:1;border:none}.trip-planner[data-v-d87ed466] .el-collapse-item__header{padding:8px 0}.trip-planner[data-v-d87ed466] .el-collapse-item__content{padding:0 0 8px}.trip-planner[data-v-d87ed466] ::-webkit-scrollbar{width:6px;height:6px}.trip-planner .drag-handle[data-v-d87ed466]{cursor:move;color:#909399;margin-right:4px;padding:2px;border-radius:4px;transition:all .3s;display:flex;flex-direction:column;gap:1px}.trip-planner .drag-handle[data-v-d87ed466]:hover{background:#f0f2f5;color:#409eff}.trip-planner .sortable-ghost[data-v-d87ed466]{opacity:.3;background:#f0f2f5!important;border:2px dashed #409eff!important}.trip-planner .sortable-drag[data-v-d87ed466]{background:#fff!important;box-shadow:0 4px 16px #0000001a!important;transform:rotate(2deg);z-index:1000}.trip-planner .sortable-chosen[data-v-d87ed466]{transition:transform .2s ease}.trip-planner .el-timeline:empty+.drop-placeholder[data-v-d87ed466]{display:flex}.trip-planner .el-timeline:not(:empty)+.drop-placeholder[data-v-d87ed466]{display:none}.trip-planner[data-v-d87ed466] .el-tag--small{height:20px;padding:0 6px;font-size:11px}.trip-planner[data-v-d87ed466] .el-icon{font-size:14px}.trip-planner[data-v-d87ed466] .el-card__body{padding:8px}.trip-planner[data-v-d87ed466] .el-card{height:100%;display:flex;flex-direction:column}.trip-planner[data-v-d87ed466] .el-card__body{flex:1;overflow:auto;padding:8px}.trip-planner .el-main[data-v-d87ed466]{height:100%;padding:20px;display:flex;flex-direction:column}.trip-planner .schedule-container[data-v-d87ed466]{margin:0 -10px;padding:10px}.trip-planner .day-wrapper[data-v-d87ed466]{margin-bottom:20px;width:100%}.trip-planner .day-wrapper[data-v-d87ed466]:last-child{margin-bottom:0}.trip-planner[data-v-d87ed466] .el-scrollbar__wrap,.trip-planner[data-v-d87ed466] .el-select-dropdown__wrap,.trip-planner[data-v-d87ed466] .el-dialog__body{overflow-x:hidden!important}.trip-planner[data-v-d87ed466] ::-webkit-scrollbar{width:6px}.trip-planner[data-v-d87ed466] ::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}.trip-planner[data-v-d87ed466] ::-webkit-scrollbar-track{background:#f5f7fa}.trip-planner .back-to-home[data-v-d87ed466]{position:fixed;top:20px;left:20px;z-index:1000}.trip-planner .back-to-home .el-button[data-v-d87ed466]{font-size:16px}.trip-planner .back-to-home .el-icon[data-v-d87ed466]{margin-right:4px}.trip-planner .room-item[data-v-d87ed466]{display:flex;gap:12px;align-items:center;margin-bottom:12px;padding:12px;background:var(--el-fill-color-light);border-radius:4px}.trip-planner .room-item .el-input[data-v-d87ed466]{flex:2}.trip-planner .room-item .el-input-number[data-v-d87ed466]{flex:1}.rooms-container[data-v-b7c4d384]{border:1px solid var(--el-border-color-lighter);border-radius:4px;padding:16px}.rooms-container .add-room[data-v-b7c4d384]{margin-top:16px;text-align:center}.room-item[data-v-b7c4d384]{display:flex;gap:12px;align-items:center;margin-bottom:12px;padding:12px;background:var(--el-fill-color-light);border-radius:4px;transition:all .3s}.room-item[data-v-b7c4d384]:hover{background:var(--el-fill-color)}.room-item .el-input[data-v-b7c4d384]{flex:2}.room-item .el-input-number[data-v-b7c4d384]{flex:1}.room-item .el-button[data-v-b7c4d384]{flex:none}.upload-image[data-v-b7c4d384]{width:100%;height:100%;object-fit:cover}.item-list .page-header[data-v-a690c913]{background:white;padding:24px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--el-box-shadow-light)}.item-list .page-header .header-content h2[data-v-a690c913]{margin:0;font-size:24px;font-weight:600}.item-list .page-header .header-content .sub-title[data-v-a690c913]{margin:8px 0 0;color:var(--el-text-color-secondary);font-size:14px}.item-list .item-tabs[data-v-a690c913]{background:white;padding:20px;border-radius:8px;box-shadow:var(--el-box-shadow-light)}.item-list .item-image[data-v-a690c913]{width:60px;height:60px;border-radius:4px;object-fit:cover}.item-list .header-search[data-v-a690c913]{flex:1;margin:0 24px}.item-list .header-search .el-form[data-v-a690c913]{display:flex;justify-content:center}.item-list .header-search .el-form .el-form-item[data-v-a690c913]{margin-bottom:0;margin-right:16px}.item-list .header-search .el-form .el-form-item[data-v-a690c913]:last-child{margin-right:0;flex:1;max-width:300px}.item-list .pagination-container[data-v-a690c913]{margin-top:20px;display:flex;justify-content:flex-end}.plan-list[data-v-e83a342f]{height:100%;display:flex;flex-direction:column}.plan-list .page-header[data-v-e83a342f]{flex:none;background:white;padding:24px;border-radius:8px;margin-bottom:24px;box-shadow:var(--el-box-shadow-light)}.plan-list .page-header .header-content h2[data-v-e83a342f]{margin:0;font-size:24px;font-weight:600}.plan-list .page-header .header-content .sub-title[data-v-e83a342f]{margin:8px 0 0;color:var(--el-text-color-secondary);font-size:14px}.plan-list[data-v-e83a342f] .el-scrollbar{flex:1;height:0}.plan-list .plans-grid[data-v-e83a342f]{padding:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.plan-list .plan-card .plan-cover[data-v-e83a342f]{position:relative;height:160px;overflow:hidden;border-radius:8px}.plan-list .plan-card .plan-cover img[data-v-e83a342f]{width:100%;height:100%;object-fit:cover}.plan-list .plan-card .plan-cover .plan-meta[data-v-e83a342f]{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(transparent,rgba(0,0,0,.6));color:#fff;display:flex;justify-content:space-between}.plan-list .plan-card .plan-info[data-v-e83a342f]{padding:16px 0 0}.plan-list .plan-card .plan-info h3[data-v-e83a342f]{margin:0 0 8px;font-size:16px}.plan-list .plan-card .plan-info .description[data-v-e83a342f]{color:var(--el-text-color-secondary);font-size:14px;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plan-list .plan-card .plan-info .plan-footer[data-v-e83a342f]{display:flex;justify-content:space-between;align-items:center}.plan-list .plan-card .plan-info .plan-footer .date[data-v-e83a342f]{color:var(--el-text-color-secondary);font-size:12px}.mobile-tab-bar[data-v-36f790b3]{position:fixed;bottom:0;left:0;right:0;height:50px;background:white;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -2px 10px #0000000d;z-index:100}.tab-item[data-v-36f790b3]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 0;color:var(--el-text-color-secondary);font-size:12px;cursor:pointer;transition:color .3s ease}.tab-item .el-icon[data-v-36f790b3]{font-size:20px;margin-bottom:2px}.tab-item.active[data-v-36f790b3]{color:var(--el-color-primary)}.tab-item span[data-v-36f790b3]{line-height:1.2}.mobile-footer[data-v-c4c6721c]{padding:15px;background:#fff;margin-bottom:60px;text-align:center}.company-name[data-v-c4c6721c]{font-size:16px;font-weight:500;color:#333;margin-bottom:4px}.slogan[data-v-c4c6721c]{font-size:12px;color:#666;margin-bottom:10px}.contact-phone[data-v-c4c6721c]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f9f9f9;border-radius:20px;text-decoration:none;color:var(--el-color-primary)}.contact-phone[data-v-c4c6721c]:active{background:#f0f0f0}.contact-phone .el-icon[data-v-c4c6721c]{font-size:16px}.contact-phone span[data-v-c4c6721c]{font-size:14px}.mobile-home[data-v-62296aeb]{padding-bottom:60px}.banner-section[data-v-62296aeb]{margin-bottom:20px}.banner-section .banner-content[data-v-62296aeb]{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.banner-section .banner-overlay[data-v-62296aeb]{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.6);padding:4px 12px;border-radius:15px}.banner-section .banner-overlay .click-hint[data-v-62296aeb]{color:#fff;font-size:12px}.section[data-v-62296aeb]{padding:20px 15px}.section .section-title[data-v-62296aeb]{text-align:center;margin-bottom:20px}.section .section-title h2[data-v-62296aeb]{font-size:20px;margin-bottom:5px;color:var(--el-text-color-primary)}.section .section-title p[data-v-62296aeb]{font-size:14px;color:var(--el-text-color-secondary);margin:0}.category-block[data-v-62296aeb]{position:relative;margin-bottom:20px;background:white;border-radius:12px;padding:15px;box-shadow:0 2px 8px #0000000d}.category-block[data-v-62296aeb]:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40px;background:linear-gradient(to right,rgba(255,255,255,0),rgb(255,255,255));pointer-events:none;z-index:2;border-top-right-radius:12px;border-bottom-right-radius:12px}.category-block .category-header[data-v-62296aeb]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:0 5px;position:relative}.category-block .category-header[data-v-62296aeb]:after{content:"";position:absolute;left:0;bottom:-8px;width:30px;height:3px;background:var(--el-color-primary);border-radius:2px}.category-block .category-header h3[data-v-62296aeb]{font-size:18px;margin:0;font-weight:600;color:var(--el-text-color-primary);position:relative;padding-left:12px}.category-block .category-header h3[data-v-62296aeb]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.category-block .category-header .view-more[data-v-62296aeb]{font-size:14px;color:var(--el-color-primary);padding:4px 8px;border-radius:15px;transition:all .3s ease}.category-block .category-header .view-more[data-v-62296aeb]:hover{background:var(--el-color-primary-light-9)}.category-block .category-header .view-more .el-icon[data-v-62296aeb]{margin-left:4px;transition:transform .3s ease}.category-block .category-header .view-more:hover .el-icon[data-v-62296aeb]{transform:translate(3px)}.plans-scroll[data-v-62296aeb]{overflow-x:auto;white-space:nowrap;margin:0 -15px;padding:0 15px;position:relative}.plans-scroll[data-v-62296aeb]:after{content:"";position:fixed;top:auto;right:0;bottom:auto;width:40px;height:120px;background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,.9));pointer-events:none;z-index:1}.plans-scroll[data-v-62296aeb]::-webkit-scrollbar{display:none}.plans-scroll .plan-card[data-v-62296aeb]{position:relative;display:inline-block;width:160px;margin-right:12px;white-space:normal;vertical-align:top;z-index:0}.plans-scroll .plan-card[data-v-62296aeb]:last-child{margin-right:15px}.plans-scroll .plan-card .plan-image[data-v-62296aeb]{position:relative;width:100%;height:120px;border-radius:8px;overflow:hidden}.plans-scroll .plan-card .plan-image img[data-v-62296aeb]{width:100%;height:100%;object-fit:cover}.plans-scroll .plan-card .plan-image .plan-tag[data-v-62296aeb]{position:absolute;top:8px;right:8px;padding:2px 8px;background:rgba(0,0,0,.6);color:#fff;border-radius:10px;font-size:12px}.plans-scroll .plan-card .plan-info[data-v-62296aeb]{padding:8px 0}.plans-scroll .plan-card .plan-info h4[data-v-62296aeb]{font-size:14px;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;height:36px}.plans-scroll .plan-card .plan-info .plan-features[data-v-62296aeb]{margin-bottom:6px}.plans-scroll .plan-card .plan-info .plan-features .feature-tag[data-v-62296aeb]{display:inline-block;padding:2px 6px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:4px;font-size:12px;margin-right:6px;margin-bottom:4px}.plans-scroll .plan-card .plan-info .plan-price .amount[data-v-62296aeb]{color:var(--el-color-danger);font-size:16px;font-weight:700}.plans-scroll .plan-card .plan-info .plan-price .unit[data-v-62296aeb]{font-size:12px;color:var(--el-text-color-secondary);margin-left:2px}.routes-grid[data-v-62296aeb]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.routes-grid .route-card[data-v-62296aeb]{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.routes-grid .route-card .route-image[data-v-62296aeb]{width:100%;height:120px}.routes-grid .route-card .route-image img[data-v-62296aeb]{width:100%;height:100%;object-fit:cover}.routes-grid .route-card .route-info[data-v-62296aeb]{padding:10px}.routes-grid .route-card .route-info h4[data-v-62296aeb]{font-size:14px;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;height:36px}.routes-grid .route-card .route-info .route-highlights[data-v-62296aeb]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.routes-grid .route-card .route-info .route-highlights .highlight[data-v-62296aeb]{display:flex;align-items:center;gap:2px;font-size:12px;color:var(--el-text-color-secondary)}.routes-grid .route-card .route-info .route-highlights .highlight .el-icon[data-v-62296aeb]{font-size:12px}.routes-grid .route-card .route-info .route-price[data-v-62296aeb]{display:flex;justify-content:space-between;align-items:center}.routes-grid .route-card .route-info .route-price .price small[data-v-62296aeb]{font-size:12px;color:var(--el-text-color-secondary);margin-right:2px}.routes-grid .route-card .route-info .route-price .price .amount[data-v-62296aeb]{color:var(--el-color-danger);font-size:16px;font-weight:700}.routes-grid .route-card .route-info .route-price .el-button[data-v-62296aeb]{padding:6px 12px;font-size:12px}.routes-grid .route-card[data-v-62296aeb]:active{transform:scale(.98);transition:transform .2s ease}@media screen and (max-width: 360px){.routes-grid .route-info .route-price[data-v-62296aeb]{flex-direction:column;align-items:flex-start;gap:8px}.routes-grid .route-info .route-price .el-button[data-v-62296aeb]{width:100%}}.features-grid[data-v-62296aeb]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.features-grid .feature-card[data-v-62296aeb]{background:white;padding:15px;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000001a}.features-grid .feature-card .feature-icon[data-v-62296aeb]{width:40px;height:40px;margin:0 auto 10px;background:var(--el-color-primary-light-9);border-radius:50%;display:flex;align-items:center;justify-content:center}.features-grid .feature-card .feature-icon .el-icon[data-v-62296aeb]{font-size:20px;color:var(--el-color-primary)}.features-grid .feature-card h4[data-v-62296aeb]{font-size:15px;margin:0 0 6px}.features-grid .feature-card p[data-v-62296aeb]{font-size:12px;color:var(--el-text-color-secondary);margin:0;line-height:1.4}.mobile-team-building[data-v-80653761]{padding-bottom:60px;min-height:100vh;background:#f5f7fa}.filter-section[data-v-80653761]{position:sticky;top:0;z-index:100;background:white;box-shadow:0 2px 8px #0000000d}.category-tabs[data-v-80653761]{display:flex;overflow-x:auto;padding:12px 15px;gap:15px;border-bottom:1px solid var(--el-border-color-lighter)}.category-tabs[data-v-80653761]::-webkit-scrollbar{display:none}.category-tabs .tab-item[data-v-80653761]{flex-shrink:0;padding:6px 12px;border-radius:16px;font-size:14px;color:var(--el-text-color-regular);background:var(--el-fill-color-lighter);transition:all .3s ease}.category-tabs .tab-item.active[data-v-80653761]{color:#fff;background:var(--el-color-primary)}.filter-bar[data-v-80653761]{display:flex;padding:10px 15px;border-bottom:1px solid var(--el-border-color-lighter);position:relative}.filter-bar .filter-item[data-v-80653761]{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;color:var(--el-text-color-regular);padding:8px 0}.filter-bar .filter-item span[data-v-80653761]{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-bar .filter-item.active[data-v-80653761]{color:var(--el-color-primary);font-weight:500}.filter-bar .filter-item.active .el-icon[data-v-80653761]{transform:rotate(180deg)}.filter-bar .filter-item .el-icon[data-v-80653761]{transition:transform .3s ease;flex-shrink:0}.filter-popup[data-v-80653761]{position:fixed;left:0;right:0;top:var(--filter-section-height);background:white;z-index:101;max-height:60vh;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.filter-popup .popup-content[data-v-80653761]{padding:0}.filter-popup .filter-option[data-v-80653761]{padding:15px;font-size:14px;color:var(--el-text-color-regular);border-bottom:1px solid var(--el-border-color-lighter)}.filter-popup .filter-option[data-v-80653761]:active{background-color:var(--el-color-primary-light-9)}.filter-popup .filter-option.active[data-v-80653761]{color:var(--el-color-primary);background:var(--el-color-primary-light-9)}.filter-mask[data-v-80653761]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:99}[data-v-80653761]:root{--filter-section-height: 96px}.team-building-list[data-v-80653761]{padding:12px;margin-top:10px}.team-building-list .list-grid[data-v-80653761]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.team-building-list .team-building-card[data-v-80653761]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease}.team-building-list .team-building-card[data-v-80653761]:active{transform:scale(.98)}.team-building-list .team-building-card .card-image[data-v-80653761]{position:relative;width:100%;height:120px;overflow:hidden}.team-building-list .team-building-card .card-image img[data-v-80653761]{width:100%;height:100%;object-fit:cover}.team-building-list .team-building-card .card-image .card-tag[data-v-80653761]{position:absolute;top:8px;right:8px;padding:4px 8px;background:rgba(0,0,0,.6);color:#fff;font-size:12px;border-radius:4px}.team-building-list .team-building-card .card-info[data-v-80653761]{padding:12px}.team-building-list .team-building-card .card-info h3[data-v-80653761]{margin:0 0 8px;font-size:14px;line-height:1.4;color:var(--el-text-color-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px}.team-building-list .team-building-card .card-info .card-meta[data-v-80653761]{display:flex;flex-direction:column;gap:8px}.team-building-list .team-building-card .card-info .card-meta .duration[data-v-80653761]{display:flex;align-items:center;gap:4px;color:var(--el-text-color-regular);font-size:13px;padding:4px 8px;background:var(--el-fill-color-lighter);border-radius:4px;width:fit-content}.team-building-list .team-building-card .card-info .card-meta .duration .el-icon[data-v-80653761]{font-size:14px;color:var(--el-text-color-secondary)}.team-building-list .team-building-card .card-info .card-meta .price[data-v-80653761]{color:var(--el-color-danger)}.team-building-list .team-building-card .card-info .card-meta .price .amount[data-v-80653761]{font-size:18px;font-weight:700}.team-building-list .team-building-card .card-info .card-meta .price .unit[data-v-80653761]{font-size:12px;color:var(--el-text-color-secondary);margin-left:2px}.team-building-list .load-more[data-v-80653761]{margin-top:20px;text-align:center}.mobile-team-building-detail[data-v-247f6a0e]{min-height:100vh;background:#f8fafc;padding-bottom:80px;padding-top:env(safe-area-inset-top)}.detail-swiper[data-v-247f6a0e]{margin-top:0;position:relative}.detail-swiper .swiper-image[data-v-247f6a0e],.detail-swiper .single-image[data-v-247f6a0e]{width:100%;height:260px;object-fit:cover}.detail-swiper[data-v-247f6a0e]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none;z-index:1}.detail-section[data-v-247f6a0e]{margin:12px 12px 0;padding:20px;background:white;border-radius:12px;box-shadow:0 1px 2px #0000000d}.detail-section .section-title[data-v-247f6a0e]{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:600;margin-bottom:20px;color:var(--el-text-color-primary)}.detail-section .section-title .icon[data-v-247f6a0e]{font-size:22px}.info-card[data-v-247f6a0e]{margin:-60px 12px 12px;position:relative;z-index:2;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 12px #0000001a;border-radius:12px;padding:20px}.info-card .title[data-v-247f6a0e]{font-size:20px;font-weight:600;color:var(--el-text-color-primary);margin:0 0 8px;line-height:1.4}.info-card .subtitle[data-v-247f6a0e]{font-size:15px;color:var(--el-text-color-secondary);margin-bottom:16px;line-height:1.5}.info-card .meta-info[data-v-247f6a0e]{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.info-card .meta-info .price[data-v-247f6a0e]{color:var(--el-color-danger)}.info-card .meta-info .price .amount[data-v-247f6a0e]{font-size:24px;font-weight:700}.info-card .meta-info .price .unit[data-v-247f6a0e]{font-size:13px;margin-left:2px;opacity:.8}.info-card .meta-info .duration[data-v-247f6a0e],.info-card .meta-info .location[data-v-247f6a0e]{display:flex;align-items:center;gap:6px;color:var(--el-text-color-regular);font-size:14px;padding:6px 12px;background:#f8fafc;border-radius:6px}.info-card .meta-info .duration .el-icon[data-v-247f6a0e],.info-card .meta-info .location .el-icon[data-v-247f6a0e]{font-size:16px;color:var(--el-color-primary)}.info-card .price-tip[data-v-247f6a0e]{display:flex;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;background:var(--el-color-warning-light-9);border-radius:6px;font-size:13px;color:var(--el-color-warning-dark-2)}.info-card .price-tip .el-icon[data-v-247f6a0e]{font-size:14px;flex-shrink:0}.trip-intro .trip-intro-content[data-v-247f6a0e]{font-size:15px;line-height:1.8;color:var(--el-text-color-regular);margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:8px}.trip-intro .trip-summary[data-v-247f6a0e]{margin-top:20px;padding:20px;background:#f8fafc;border-radius:8px}.trip-intro .trip-summary h3[data-v-247f6a0e]{font-size:16px;font-weight:600;color:var(--el-text-color-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}.trip-intro .trip-summary h3[data-v-247f6a0e]:before{content:"";width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.trip-intro .trip-summary .trip-summary-list[data-v-247f6a0e]{margin-bottom:16px}.trip-intro .trip-summary .trip-summary-list .trip-summary-item[data-v-247f6a0e]{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--el-text-color-regular);padding:12px 0}.trip-intro .trip-summary .trip-summary-list .trip-summary-item[data-v-247f6a0e]:not(:last-child){border-bottom:1px dashed rgba(0,0,0,.06)}.trip-intro .trip-summary .trip-summary-list .trip-summary-item .day-label[data-v-247f6a0e]{font-weight:600;color:var(--el-color-primary);background:var(--el-color-primary-light-9);padding:4px 8px;border-radius:4px;font-size:13px}.trip-intro .trip-summary .trip-summary-list .trip-summary-item .day-content[data-v-247f6a0e]{flex:1;line-height:1.6}.trip-intro .trip-summary .trip-summary-tip[data-v-247f6a0e]{display:flex;align-items:center;gap:8px;font-size:13px;color:#666;background:rgba(var(--el-color-warning-rgb),.1);padding:12px;border-radius:6px}.trip-intro .trip-summary .trip-summary-tip .el-icon[data-v-247f6a0e]{color:var(--el-color-warning)}.highlights .highlights-list[data-v-247f6a0e]{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.highlights .highlight-item[data-v-247f6a0e]{padding:16px;background:#f8fafc;border-radius:8px;transition:all .3s ease}.highlights .highlight-item[data-v-247f6a0e]:active{background:#f1f5f9}.highlights .highlight-item .highlight-title[data-v-247f6a0e]{font-size:16px;font-weight:600;color:var(--el-text-color-primary);margin-bottom:8px;display:flex;align-items:center;gap:8px}.highlights .highlight-item .highlight-title[data-v-247f6a0e]:before{content:"✦";color:var(--el-color-primary);font-size:18px}.highlights .highlight-item .highlight-desc[data-v-247f6a0e]{font-size:14px;color:var(--el-text-color-regular);line-height:1.6}.schedule .schedule-container[data-v-247f6a0e]{display:flex;margin:0 -20px;position:relative}.schedule .schedule-days-nav[data-v-247f6a0e]{position:sticky;top:calc(env(safe-area-inset-top) + 48px);left:0;width:80px;height:fit-content;background:#f8fafc;padding:12px 0;z-index:2;border-right:1px solid var(--el-border-color-lighter)}.schedule .schedule-days-nav .nav-item[data-v-247f6a0e]{padding:12px;text-align:center;cursor:pointer;transition:all .3s ease}.schedule .schedule-days-nav .nav-item.active[data-v-247f6a0e]{color:var(--el-color-primary);background:white;position:relative}.schedule .schedule-days-nav .nav-item.active[data-v-247f6a0e]:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:var(--el-color-primary);border-radius:1.5px}.schedule .schedule-days-nav .nav-item .day-num[data-v-247f6a0e]{font-size:15px;font-weight:500;margin-bottom:4px}.schedule .schedule-days-nav .nav-item .day-time[data-v-247f6a0e]{font-size:12px;color:var(--el-text-color-secondary)}.schedule .schedule-content[data-v-247f6a0e]{flex:1;padding:0 20px;background:white}.schedule .schedule-day[data-v-247f6a0e]{scroll-margin-top:104px}.schedule .schedule-day[data-v-247f6a0e]:not(:last-child){margin-bottom:24px;padding-bottom:24px;border-bottom:1px dashed rgba(0,0,0,.06)}.schedule .schedule-day .day-title[data-v-247f6a0e]{font-size:17px;font-weight:600;color:var(--el-text-color-primary);margin-bottom:12px;display:flex;align-items:center;gap:8px}.schedule .schedule-day .day-title[data-v-247f6a0e]:before{content:"";width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.schedule .schedule-day .day-summary[data-v-247f6a0e]{font-size:14px;color:var(--el-text-color-regular);margin-bottom:16px;line-height:1.6;padding:12px 16px;background:#f8fafc;border-radius:8px}.schedule .schedule-item[data-v-247f6a0e]{margin-bottom:20px;padding-left:0;position:relative}.schedule .schedule-item[data-v-247f6a0e]:before{display:none}.schedule .schedule-item .item-header[data-v-247f6a0e]{display:flex;align-items:center;gap:10px;margin-bottom:8px}.schedule .schedule-item .item-time[data-v-247f6a0e]{font-size:13px;color:var(--el-color-primary);background:var(--el-color-primary-light-9);padding:4px 10px;border-radius:4px;flex-shrink:0}.schedule .schedule-item .item-title[data-v-247f6a0e]{font-size:15px;font-weight:600;color:var(--el-text-color-primary);flex:1}.schedule .schedule-item .item-desc[data-v-247f6a0e]{font-size:14px;color:var(--el-text-color-regular);line-height:1.6;margin-bottom:12px;padding-left:0}.schedule .schedule-item .item-images-wrapper[data-v-247f6a0e]{margin:16px -20px 0;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule .schedule-item .item-images-wrapper[data-v-247f6a0e]::-webkit-scrollbar{display:none}.schedule .schedule-item .item-images-wrapper .item-images[data-v-247f6a0e]{display:flex;gap:8px;padding-bottom:4px}.schedule .schedule-item .item-images-wrapper .item-images[data-v-247f6a0e] .el-image{flex:0 0 140px;height:105px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.schedule .schedule-item .item-images-wrapper .item-images[data-v-247f6a0e] .el-image .el-image__inner{width:100%;height:100%;object-fit:cover}.cost-info .sub-title[data-v-247f6a0e]{font-size:16px;font-weight:600;color:var(--el-text-color-primary);margin:20px 0 12px;display:flex;align-items:center;gap:8px}.cost-info .sub-title[data-v-247f6a0e]:before{content:"";width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.cost-info .cost-list[data-v-247f6a0e]{margin:0;padding-left:20px}.cost-info .cost-list li[data-v-247f6a0e]{font-size:14px;color:var(--el-text-color-regular);line-height:1.6;margin-bottom:8px;position:relative}.cost-info .cost-list li[data-v-247f6a0e]::marker{color:var(--el-color-primary)}.cost-info .cost-list li[data-v-247f6a0e]:last-child{margin-bottom:0}.notes .notes-list[data-v-247f6a0e]{margin:0;padding-left:20px}.notes .notes-list li[data-v-247f6a0e]{font-size:14px;color:var(--el-text-color-regular);line-height:1.6;margin-bottom:12px;position:relative}.notes .notes-list li[data-v-247f6a0e]::marker{color:var(--el-color-primary)}.notes .notes-list li[data-v-247f6a0e]:last-child{margin-bottom:0}.bottom-bar[data-v-247f6a0e]{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -1px 10px #0000000d;z-index:1000}.bottom-bar .price-info .price-main[data-v-247f6a0e]{margin-bottom:2px}.bottom-bar .price-info .price-main .label[data-v-247f6a0e]{font-size:13px;color:var(--el-text-color-regular)}.bottom-bar .price-info .price-main .amount[data-v-247f6a0e]{font-size:22px;font-weight:700;color:var(--el-color-danger);margin:0 2px}.bottom-bar .price-info .price-main .unit[data-v-247f6a0e]{font-size:13px;color:var(--el-text-color-secondary)}.bottom-bar .price-info .price-tip[data-v-247f6a0e]{font-size:12px;color:var(--el-text-color-secondary)}.bottom-bar .action-buttons[data-v-247f6a0e]{display:flex;gap:12px}.bottom-bar .action-buttons .el-button[data-v-247f6a0e]{padding:8px 24px;font-size:15px;border-radius:6px}[data-v-247f6a0e] .el-dialog{border-radius:12px;margin-top:20vh;overflow:hidden}[data-v-247f6a0e] .el-dialog .el-dialog__header{margin:0;padding:16px 20px;border-bottom:1px solid var(--el-border-color-lighter)}[data-v-247f6a0e] .el-dialog .el-dialog__header .el-dialog__title{font-size:17px;font-weight:600}[data-v-247f6a0e] .el-dialog .el-dialog__body{padding:20px}[data-v-247f6a0e] .el-dialog .el-dialog__footer{padding:16px 20px;border-top:1px solid var(--el-border-color-lighter)}[data-v-247f6a0e] .el-dialog .el-form-item__label{font-size:15px;font-weight:500;padding-bottom:8px}[data-v-247f6a0e] .el-dialog .el-input__inner{height:40px;border-radius:6px}[data-v-247f6a0e] .el-dialog .el-textarea__inner{border-radius:6px}[data-v-247f6a0e] .el-dialog .el-button{border-radius:6px;font-size:15px}.module-nav[data-v-247f6a0e]{margin:12px 12px 0;background:white;border-radius:12px;transition:all .3s ease}.module-nav.is-sticky[data-v-247f6a0e]{position:fixed;top:env(safe-area-inset-top);left:0;right:0;margin:0;border-radius:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 2px #0000000d;z-index:99}.module-nav .nav-scroll[data-v-247f6a0e]{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding:4px 12px;display:flex;gap:8px}.module-nav .nav-scroll[data-v-247f6a0e]::-webkit-scrollbar{display:none}.module-nav .nav-item[data-v-247f6a0e]{display:inline-block;padding:8px 16px;font-size:14px;color:var(--el-text-color-regular);position:relative;cursor:pointer;border-radius:6px;background:#f8fafc;transition:all .3s ease}.module-nav .nav-item.active[data-v-247f6a0e]{color:var(--el-color-primary);background:var(--el-color-primary-light-9);font-weight:500}.module-nav .nav-item .nav-text[data-v-247f6a0e]{position:relative;z-index:1}.detail-section[data-v-247f6a0e]{margin:12px 12px 0}.detail-section[data-v-247f6a0e]:first-of-type{margin-top:60px}.mobile-travel[data-v-b867ce4b]{padding-top:env(safe-area-inset-top);min-height:100vh;background:#f7f8fa}.search-bar[data-v-b867ce4b]{position:sticky;top:env(safe-area-inset-top);z-index:100;padding:12px 16px;background:#fff;box-shadow:0 1px 2px #0000000d}.travel-list[data-v-b867ce4b]{padding:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.travel-card[data-v-b867ce4b]{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease;margin-bottom:0}.travel-card[data-v-b867ce4b]:active{transform:scale(.98)}.travel-image[data-v-b867ce4b]{position:relative;padding-top:66.67%}.travel-image img[data-v-b867ce4b]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.travel-tag[data-v-b867ce4b]{position:absolute;top:12px;right:12px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500}.travel-content[data-v-b867ce4b]{padding:12px}.travel-header[data-v-b867ce4b]{display:flex;flex-direction:column;margin-bottom:8px}.travel-header h3[data-v-b867ce4b]{font-size:14px;font-weight:600;margin:0 0 8px;padding-right:0;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px}.price[data-v-b867ce4b]{color:#ff4d4f;font-size:16px;font-weight:600}.price small[data-v-b867ce4b]{font-size:12px;font-weight:400;margin-left:2px}.travel-desc[data-v-b867ce4b]{font-size:12px;margin:0 0 8px;-webkit-line-clamp:1;line-clamp:1}.travel-features[data-v-b867ce4b]{display:flex;gap:8px;margin-bottom:8px;padding-bottom:8px}.feature-item[data-v-b867ce4b]{font-size:12px}.feature-item .el-icon[data-v-b867ce4b]{font-size:14px}.travel-tags[data-v-b867ce4b]{gap:4px}.feature-tag[data-v-b867ce4b]{font-size:10px;padding:2px 6px}.filter-section[data-v-b867ce4b]{position:sticky;top:calc(env(safe-area-inset-top) + 56px);z-index:98;background:#fff;border-bottom:1px solid #f0f0f0}.filter-bar[data-v-b867ce4b]{display:flex;justify-content:space-around;padding:8px 16px;background:#fff}.filter-item[data-v-b867ce4b]{display:flex;align-items:center;gap:4px;font-size:14px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px}.filter-item.active[data-v-b867ce4b]{color:var(--el-color-primary)}.filter-item .el-icon[data-v-b867ce4b]{font-size:12px;transition:transform .3s}.filter-item.active .el-icon[data-v-b867ce4b]{transform:rotate(180deg)}.filter-popup[data-v-b867ce4b]{position:fixed;top:calc(env(safe-area-inset-top) + 100px);left:0;right:0;background:#fff;z-index:99;max-height:60vh;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.popup-content[data-v-b867ce4b]{padding:12px 16px}.filter-option[data-v-b867ce4b]{padding:12px;font-size:14px;color:#333;cursor:pointer;transition:all .3s}.filter-option.active[data-v-b867ce4b]{color:var(--el-color-primary);background:var(--el-color-primary-light-9)}.filter-mask[data-v-b867ce4b]{position:fixed;top:calc(env(safe-area-inset-top) + 100px);left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:98}.travel-list[data-v-b867ce4b]{padding-top:0}.pagination[data-v-b867ce4b]{padding:16px 16px 80px;display:flex;justify-content:center}[data-v-b867ce4b] .el-drawer__header{margin-bottom:0;padding:16px;border-bottom:1px solid #f0f0f0}[data-v-b867ce4b] .el-drawer__body{padding:0}[data-v-b867ce4b] .el-form--label-top .el-form-item__label{padding:0;margin-bottom:8px}[data-v-b867ce4b] .el-input__wrapper,[data-v-b867ce4b] .el-textarea__inner{box-shadow:0 0 0 1px #e0e0e0}[data-v-b867ce4b] .el-input__wrapper:hover,[data-v-b867ce4b] .el-textarea__inner:hover{box-shadow:0 0 0 1px silver}[data-v-b867ce4b] .el-input__wrapper.is-focus,[data-v-b867ce4b] .el-textarea__inner:focus{box-shadow:0 0 0 1px var(--el-color-primary)}.mobile-detail-page[data-v-85eab78f]{min-height:100vh;background:#f5f7fa;padding-bottom:calc(60px + env(safe-area-inset-bottom));padding-top:env(safe-area-inset-top)}.loading-wrapper[data-v-85eab78f]{padding:20px}.hero-section[data-v-85eab78f]{position:relative;margin-top:0}.hero-section .carousel-image[data-v-85eab78f]{width:100%;height:100%;background-size:cover;background-position:center}.hero-section .carousel-image[data-v-85eab78f]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none}.info-card[data-v-85eab78f]{margin:-20px 16px 0;padding:20px;background:white;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:relative;z-index:2}.info-card .title[data-v-85eab78f]{font-size:20px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.4}.info-card .subtitle[data-v-85eab78f]{font-size:14px;color:#666;margin:0 0 16px;line-height:1.6}.info-card .meta-info[data-v-85eab78f]{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06)}.info-card .meta-info .price[data-v-85eab78f]{color:#f56c6c}.info-card .meta-info .price .amount[data-v-85eab78f]{font-size:24px;font-weight:600}.info-card .meta-info .price .unit[data-v-85eab78f]{font-size:13px;margin-left:2px}.info-card .meta-info .price .original-price[data-v-85eab78f]{font-size:13px;color:#999;text-decoration:line-through;margin-left:8px}.info-card .meta-info .duration[data-v-85eab78f],.info-card .meta-info .location[data-v-85eab78f]{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#f5f7fa;border-radius:6px;font-size:13px;color:#666}.info-card .meta-info .duration .el-icon[data-v-85eab78f],.info-card .meta-info .location .el-icon[data-v-85eab78f]{font-size:16px;color:var(--el-color-primary)}.info-card .departure-info[data-v-85eab78f]{margin-top:12px;display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--el-color-warning-light-9);border-radius:6px;font-size:13px;color:var(--el-color-warning-dark-2)}.info-card .departure-info .el-icon[data-v-85eab78f]{font-size:16px}.anchor-nav[data-v-85eab78f]{position:sticky;top:0;z-index:99;background:white;margin:0;border-bottom:1px solid #eee;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:env(safe-area-inset-top) 16px 0}.anchor-nav[data-v-85eab78f]::-webkit-scrollbar{display:none}.anchor-nav .nav-scroll[data-v-85eab78f]{display:flex;margin:0 -16px;padding:0 16px}.anchor-nav .nav-item[data-v-85eab78f]{padding:12px 16px;font-size:14px;color:#666;white-space:nowrap;position:relative;transition:all .3s}.anchor-nav .nav-item.active[data-v-85eab78f]{color:var(--el-color-primary);font-weight:500}.anchor-nav .nav-item.active[data-v-85eab78f]:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:var(--el-color-primary);border-radius:1px}.main-content[data-v-85eab78f]{padding:12px 16px}.detail-section[data-v-85eab78f]{background:white;border-radius:12px;padding:20px;margin-bottom:12px;box-shadow:0 1px 3px #0000000d}.detail-section .section-title[data-v-85eab78f]{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:17px;font-weight:600;color:#333}.detail-section .section-title .icon[data-v-85eab78f]{font-size:20px}.detail-section.features .features-list[data-v-85eab78f]{display:grid;gap:16px}.detail-section.features .features-list .feature-item[data-v-85eab78f]{display:flex;gap:12px;padding:16px;background:#f8f9fa;border-radius:8px;transition:all .3s}.detail-section.features .features-list .feature-item[data-v-85eab78f]:active{background:#f2f3f5}.detail-section.features .features-list .feature-item .feature-icon[data-v-85eab78f]{color:var(--el-color-primary);font-size:20px}.detail-section.features .features-list .feature-item .feature-content[data-v-85eab78f]{flex:1}.detail-section.features .features-list .feature-item .feature-content .feature-title[data-v-85eab78f]{font-size:15px;font-weight:500;color:#333;margin-bottom:4px}.detail-section.features .features-list .feature-item .feature-content .feature-description[data-v-85eab78f]{font-size:13px;color:#666;line-height:1.6}.detail-section.schedule .schedule-container[data-v-85eab78f]{display:flex;margin:0 -20px;position:relative}.detail-section.schedule .schedule-days-nav[data-v-85eab78f]{position:sticky;top:calc(env(safe-area-inset-top) + 48px);left:0;width:80px;height:fit-content;background:#f8fafc;padding:12px 0;z-index:2;border-right:1px solid var(--el-border-color-lighter)}.detail-section.schedule .schedule-days-nav .day-nav-item[data-v-85eab78f]{padding:12px 8px;text-align:center;cursor:pointer;transition:all .3s ease}.detail-section.schedule .schedule-days-nav .day-nav-item.active[data-v-85eab78f]{background:white;color:var(--el-color-primary);position:relative}.detail-section.schedule .schedule-days-nav .day-nav-item.active[data-v-85eab78f]:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:var(--el-color-primary);border-radius:0 2px 2px 0}.detail-section.schedule .schedule-days-nav .day-nav-item.active .day-num[data-v-85eab78f]{color:var(--el-color-primary)}.detail-section.schedule .schedule-days-nav .day-nav-item .day-num[data-v-85eab78f]{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--el-text-color-primary)}.detail-section.schedule .schedule-days-nav .day-nav-item .day-title[data-v-85eab78f]{font-size:12px;color:var(--el-text-color-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.detail-section.schedule .schedule-days-nav .day-nav-item[data-v-85eab78f]:hover{background:#f0f2f5}.detail-section.schedule .schedule-days-nav .day-nav-item[data-v-85eab78f]:active{transform:scale(.98)}.detail-section.schedule .schedule-content[data-v-85eab78f]{flex:1;padding:0 20px;background:white;min-height:300px}.detail-section.schedule .schedule-day[data-v-85eab78f]{scroll-margin-top:calc(44px + env(safe-area-inset-top))}.detail-section.schedule .schedule-day[data-v-85eab78f]:not(:last-child){margin-bottom:24px;padding-bottom:24px;border-bottom:1px dashed rgba(0,0,0,.06)}.detail-section.schedule .schedule-day .schedule-card h3[data-v-85eab78f]{font-size:16px;font-weight:600;color:#333;margin-bottom:16px;display:flex;align-items:center;gap:8px}.detail-section.schedule .schedule-day .schedule-card h3[data-v-85eab78f]:before{content:"";width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item[data-v-85eab78f]{margin-bottom:20px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item[data-v-85eab78f]:last-child{margin-bottom:0}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-header[data-v-85eab78f]{margin-bottom:12px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-header .schedule-item-title[data-v-85eab78f]{display:flex;align-items:center;gap:8px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-header .schedule-item-title .time-badge[data-v-85eab78f]{padding:4px 8px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:4px;font-size:12px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-header .schedule-item-title h4[data-v-85eab78f]{font-size:15px;font-weight:500;color:#333;margin:0}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-content p[data-v-85eab78f]{font-size:14px;color:#666;line-height:1.6;margin:0 0 12px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-content .images-wrapper[data-v-85eab78f]{margin:0 -4px;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-content .images-wrapper[data-v-85eab78f]::-webkit-scrollbar{display:none}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-content .images-wrapper .image-item[data-v-85eab78f]{flex:0 0 140px;height:105px;margin:0 4px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.detail-section.schedule .schedule-day .schedule-card .schedule-items .schedule-item .schedule-item-content .images-wrapper .image-item .schedule-image[data-v-85eab78f]{width:100%;height:100%;object-fit:cover}.detail-section.hotels .hotels-list[data-v-85eab78f]{display:grid;gap:16px}.detail-section.hotels .hotels-list .hotel-item[data-v-85eab78f]{background:#f8f9fa;border-radius:12px;overflow:hidden}.detail-section.hotels .hotels-list .hotel-item .hotel-image[data-v-85eab78f]{height:160px;overflow:hidden}.detail-section.hotels .hotels-list .hotel-item .hotel-image img[data-v-85eab78f]{width:100%;height:100%;object-fit:cover}.detail-section.hotels .hotels-list .hotel-item .hotel-info[data-v-85eab78f]{padding:16px}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-name[data-v-85eab78f]{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-rating[data-v-85eab78f]{margin-bottom:12px}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-location[data-v-85eab78f]{display:flex;align-items:center;gap:4px;font-size:13px;color:#666;margin-bottom:12px}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-location .el-icon[data-v-85eab78f]{color:var(--el-color-primary)}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-facilities[data-v-85eab78f]{display:flex;flex-wrap:wrap;gap:8px}.detail-section.hotels .hotels-list .hotel-item .hotel-info .hotel-facilities .facility-tag[data-v-85eab78f]{padding:4px 8px;background:white;border-radius:4px;font-size:12px;color:#666}.detail-section.cost-info .sub-title[data-v-85eab78f]{font-size:16px;font-weight:600;color:#333;margin:20px 0 12px;display:flex;align-items:center;gap:8px}.detail-section.cost-info .sub-title[data-v-85eab78f]:before{content:"";width:4px;height:16px;background:var(--el-color-primary);border-radius:2px}.detail-section.cost-info .sub-title[data-v-85eab78f]:first-child{margin-top:0}.detail-section.cost-info .cost-list[data-v-85eab78f]{margin:0;padding-left:20px}.detail-section.cost-info .cost-list li[data-v-85eab78f]{font-size:14px;color:#666;line-height:1.6;margin-bottom:8px;position:relative}.detail-section.cost-info .cost-list li[data-v-85eab78f]::marker{color:var(--el-color-primary)}.detail-section.cost-info .cost-list li[data-v-85eab78f]:last-child{margin-bottom:0}.detail-section.travel-notice .notes-list[data-v-85eab78f]{display:flex;flex-direction:column;gap:12px;padding:0 2px}.detail-section.travel-notice .note-item[data-v-85eab78f]{position:relative;transition:all .3s ease}.detail-section.travel-notice .note-item[data-v-85eab78f]:not(:last-child){margin-bottom:4px}.detail-section.travel-notice .note-content[data-v-85eab78f]{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f8fafc;border-radius:8px;transition:all .3s ease}.detail-section.travel-notice .note-content .note-number[data-v-85eab78f]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);font-size:14px;font-weight:600;border-radius:12px;flex-shrink:0}.detail-section.travel-notice .note-content p[data-v-85eab78f]{margin:0;color:var(--el-text-color-regular);font-size:14px;line-height:1.6;flex:1}.detail-section.travel-notice .note-content[data-v-85eab78f]:active{background:var(--el-color-primary-light-9);transform:scale(.99)}.bottom-bar[data-v-85eab78f]{position:fixed;left:0;right:0;bottom:0;padding:8px 16px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;box-shadow:0 -1px 2px #0000000d;z-index:100}.bottom-bar .action-btns[data-v-85eab78f]{flex:1}.bottom-bar .action-btns .el-button[data-v-85eab78f]{width:100%;height:44px;font-size:16px;font-weight:500;border-radius:22px}[data-v-85eab78f] .custom-dialog .el-dialog__body{padding:0}.dialog-container[data-v-85eab78f]{height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.dialog-container .dialog-header[data-v-85eab78f]{position:relative;height:48px;background:white;display:flex;align-items:center;justify-content:center;padding:0 16px;box-shadow:0 1px 2px #0000000d}.dialog-container .dialog-header .dialog-close[data-v-85eab78f]{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f7fa;color:#333;cursor:pointer;transition:all .3s;border:1px solid #dcdfe6}.dialog-container .dialog-header .dialog-close .el-icon[data-v-85eab78f]{font-size:20px}.dialog-container .dialog-header .dialog-close[data-v-85eab78f]:active{background:#e4e7ed;transform:translateY(-50%) scale(.95)}.dialog-container .dialog-header .dialog-title[data-v-85eab78f]{font-size:17px;font-weight:600;color:#333}.dialog-content[data-v-85eab78f]{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(60px + env(safe-area-inset-bottom))}.dialog-content .travel-info[data-v-85eab78f]{background:white;padding:16px;margin-bottom:12px;display:flex;gap:12px}.dialog-content .travel-info .travel-image[data-v-85eab78f]{width:80px;height:80px;border-radius:8px;object-fit:cover}.dialog-content .travel-info .travel-brief[data-v-85eab78f]{flex:1;display:flex;flex-direction:column;justify-content:space-between}.dialog-content .travel-info .travel-brief .travel-title[data-v-85eab78f]{font-size:15px;font-weight:500;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dialog-content .travel-info .travel-brief .travel-price .price-amount[data-v-85eab78f]{font-size:18px;font-weight:600;color:var(--el-color-danger)}.dialog-content .travel-info .travel-brief .travel-price .price-unit[data-v-85eab78f]{font-size:13px;color:#999;margin-left:2px}.dialog-content .custom-form[data-v-85eab78f]{background:white;padding:20px 16px}.dialog-content .custom-form .el-form-item[data-v-85eab78f]{margin-bottom:20px}.dialog-content .custom-form .el-form-item[data-v-85eab78f]:last-child{margin-bottom:0}.dialog-content .custom-form .el-form-item .el-form-item__label[data-v-85eab78f]{padding-bottom:8px;font-size:15px;font-weight:500;color:#333}.dialog-content .custom-form .el-form-item .el-input__wrapper[data-v-85eab78f],.dialog-content .custom-form .el-form-item .el-input-number[data-v-85eab78f],.dialog-content .custom-form .el-form-item .el-date-editor[data-v-85eab78f]{box-shadow:0 0 0 1px #dcdfe6;border-radius:8px}.dialog-content .custom-form .el-form-item .el-input__wrapper[data-v-85eab78f]:hover,.dialog-content .custom-form .el-form-item .el-input-number[data-v-85eab78f]:hover,.dialog-content .custom-form .el-form-item .el-date-editor[data-v-85eab78f]:hover{box-shadow:0 0 0 1px #c0c4cc}.dialog-content .custom-form .el-form-item .el-input__wrapper.is-focus[data-v-85eab78f],.dialog-content .custom-form .el-form-item .el-input-number.is-focus[data-v-85eab78f],.dialog-content .custom-form .el-form-item .el-date-editor.is-focus[data-v-85eab78f]{box-shadow:0 0 0 1px var(--el-color-primary)}.dialog-content .custom-form .el-form-item .el-input__inner[data-v-85eab78f]{height:44px;font-size:15px}.dialog-content .custom-form .el-form-item .el-textarea__inner[data-v-85eab78f]{min-height:80px;font-size:15px;border-radius:8px}.dialog-footer[data-v-85eab78f]{position:fixed;left:0;right:0;bottom:0;padding:8px 16px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--el-border-color-lighter);display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-footer .price-info .total-label[data-v-85eab78f]{font-size:13px;color:#666;margin-bottom:2px}.dialog-footer .price-info .total-amount[data-v-85eab78f]{font-size:20px;font-weight:600;color:var(--el-color-danger)}.dialog-footer .el-button[data-v-85eab78f]{flex:1;height:44px;font-size:16px;font-weight:500;border-radius:22px}[data-v-85eab78f] .el-image-viewer__wrapper .image-preview-info{position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px;color:#fff;z-index:1}[data-v-85eab78f] .el-image-viewer__wrapper .image-preview-info .preview-title{font-size:14px;color:var(--el-color-primary);margin-bottom:8px}[data-v-85eab78f] .el-image-viewer__wrapper .image-preview-info .preview-desc{font-size:16px;font-weight:500;line-height:1.4}.mobile-cases[data-v-2a55b021]{padding-top:60px;min-height:100vh;background:#f5f5f5}.mobile-nav[data-v-2a55b021]{position:fixed;top:0;left:0;right:0;height:60px;background:#fff;display:flex;align-items:center;padding:0 15px;box-shadow:0 2px 4px #0000001a;z-index:100}.back-btn[data-v-2a55b021],.filter-btn[data-v-2a55b021]{font-size:24px;padding:8px;cursor:pointer}.page-title[data-v-2a55b021]{flex:1;text-align:center;font-size:18px;font-weight:500}.search-bar[data-v-2a55b021]{padding:15px;background:#fff;position:sticky;top:60px;z-index:99}.filter-content[data-v-2a55b021]{padding:20px}.filter-group[data-v-2a55b021]{margin-bottom:20px}.filter-label[data-v-2a55b021]{font-size:16px;font-weight:500;margin-bottom:10px}.filter-options[data-v-2a55b021]{display:flex;flex-wrap:wrap;gap:10px}.filter-tag[data-v-2a55b021]{cursor:pointer;-webkit-user-select:none;user-select:none}.filter-tag.active[data-v-2a55b021]{background-color:var(--el-color-primary);color:#fff;border-color:var(--el-color-primary)}.filter-actions[data-v-2a55b021]{position:fixed;bottom:0;left:0;right:0;padding:15px;background:#fff;box-shadow:0 -2px 4px #0000001a;display:flex;gap:10px}.filter-actions .el-button[data-v-2a55b021]{flex:1}.cases-list[data-v-2a55b021]{padding:15px}.case-card[data-v-2a55b021]{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 2px 4px #0000001a}.case-image[data-v-2a55b021]{position:relative;padding-top:60%}.case-image img[data-v-2a55b021]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.case-tag[data-v-2a55b021]{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);color:#fff;padding:2px 6px;border-radius:4px;font-size:12px}.case-content[data-v-2a55b021]{padding:15px}.case-content h3[data-v-2a55b021]{font-size:16px;margin:0 0 10px}.case-meta[data-v-2a55b021]{display:flex;gap:15px;margin-bottom:10px}.meta-item[data-v-2a55b021]{display:flex;align-items:center;gap:4px;color:#666;font-size:12px}.case-desc[data-v-2a55b021]{font-size:14px;color:#666;margin:0 0 10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.case-tags[data-v-2a55b021]{display:flex;flex-wrap:wrap;gap:6px}.tag-item[data-v-2a55b021]{font-size:12px}.pagination[data-v-2a55b021]{padding:15px;display:flex;justify-content:center}.mobile-case-detail[data-v-869ece1e]{padding-bottom:60px}.mobile-nav[data-v-869ece1e]{position:fixed;top:0;left:0;right:0;height:60px;background:#fff;display:flex;align-items:center;padding:0 15px;box-shadow:0 2px 4px #0000001a;z-index:100}.back-btn[data-v-869ece1e],.share-btn[data-v-869ece1e]{font-size:24px;padding:8px;cursor:pointer}.page-title[data-v-869ece1e]{flex:1;text-align:center;font-size:18px;font-weight:500}.hero-section[data-v-869ece1e]{margin-top:60px;background:#fff}.carousel-image[data-v-869ece1e]{width:100%;height:100%;background-size:cover;background-position:center}.case-info[data-v-869ece1e]{padding:20px 15px}.tag[data-v-869ece1e]{display:inline-block;padding:2px 8px;background:var(--el-color-primary-light-9);color:var(--el-color-primary);border-radius:4px;font-size:12px;margin-bottom:10px}h1[data-v-869ece1e]{font-size:20px;margin:0 0 15px}.meta[data-v-869ece1e]{display:flex;gap:20px}.meta-item[data-v-869ece1e]{display:flex;align-items:center;gap:4px;color:#666;font-size:14px}.anchor-nav[data-v-869ece1e]{position:sticky;top:60px;display:flex;background:#fff;border-bottom:1px solid #eee;z-index:99;overflow-x:auto;-webkit-overflow-scrolling:touch}.nav-item[data-v-869ece1e]{padding:12px 20px;font-size:14px;white-space:nowrap;cursor:pointer}.nav-item.active[data-v-869ece1e]{color:var(--el-color-primary);position:relative}.nav-item.active[data-v-869ece1e]:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:var(--el-color-primary)}.section[data-v-869ece1e]{padding:20px 15px;background:#fff;margin-bottom:10px}.section h2[data-v-869ece1e]{font-size:18px;margin:0 0 15px;padding-left:10px;border-left:3px solid var(--el-color-primary)}.overview-content[data-v-869ece1e]{font-size:14px;line-height:1.6;color:#333;margin-bottom:15px}.overview-tags[data-v-869ece1e]{display:flex;flex-wrap:wrap;gap:6px}.tag-item[data-v-869ece1e]{font-size:12px}.highlights-list[data-v-869ece1e]{display:flex;flex-direction:column;gap:15px}.highlight-item[data-v-869ece1e]{display:flex;gap:10px}.highlight-icon[data-v-869ece1e]{color:var(--el-color-primary);font-size:20px}.highlight-title[data-v-869ece1e]{font-size:16px;font-weight:500;margin-bottom:5px}.highlight-description[data-v-869ece1e]{font-size:14px;color:#666}.process-list[data-v-869ece1e]{display:flex;flex-direction:column;gap:20px}.process-item[data-v-869ece1e]{background:#f9f9f9;border-radius:8px;padding:15px}.process-header[data-v-869ece1e]{display:flex;align-items:center;gap:10px;margin-bottom:10px}.step-number[data-v-869ece1e]{width:24px;height:24px;background:var(--el-color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.process-header h3[data-v-869ece1e]{font-size:16px;margin:0}.process-content p[data-v-869ece1e]{font-size:14px;color:#666;margin:0 0 10px}.images-wrapper[data-v-869ece1e]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.image-item[data-v-869ece1e]{position:relative;padding-top:100%}.process-image[data-v-869ece1e]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:4px}.feedback-content[data-v-869ece1e]{background:#f9f9f9;border-radius:8px;padding:20px}.feedback-quote[data-v-869ece1e]{font-size:14px;line-height:1.6;color:#333;margin-bottom:20px;position:relative;padding:0 20px}.feedback-quote[data-v-869ece1e] .el-icon{color:#ddd;font-size:20px;position:absolute}.feedback-quote[data-v-869ece1e] .el-icon:first-child{left:-5px;top:-5px}.feedback-quote[data-v-869ece1e] .el-icon:last-child{right:-5px;bottom:-5px}.feedback-author[data-v-869ece1e]{display:flex;align-items:center;gap:10px}.author-avatar[data-v-869ece1e]{width:40px;height:40px;border-radius:50%;overflow:hidden}.author-avatar img[data-v-869ece1e]{width:100%;height:100%;object-fit:cover}.author-name[data-v-869ece1e]{font-size:14px;font-weight:500}.author-title[data-v-869ece1e]{font-size:12px;color:#666}.bottom-bar[data-v-869ece1e]{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;display:flex;align-items:center;padding:0 15px;box-shadow:0 -2px 4px #0000001a;z-index:100}.contact-btn[data-v-869ece1e]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;color:#666;font-size:12px}.contact-btn .el-icon[data-v-869ece1e]{font-size:24px;margin-bottom:2px}.action-btns[data-v-869ece1e]{flex:1;display:flex;justify-content:flex-end;gap:10px}.mobile-about[data-v-7c8340ae]{min-height:100vh;background:#f5f5f5}.section[data-v-7c8340ae]{margin:15px;padding:20px;background:#fff;border-radius:12px}.section h2[data-v-7c8340ae]{font-size:18px;margin:0 0 20px;padding-left:10px;border-left:3px solid var(--el-color-primary)}.company-intro[data-v-7c8340ae]{text-align:center}.intro-image[data-v-7c8340ae]{width:100%;height:200px;margin-bottom:20px;border-radius:8px;overflow:hidden}.intro-image img[data-v-7c8340ae]{width:100%;height:100%;object-fit:cover}.intro-content[data-v-7c8340ae]{font-size:14px;line-height:1.8;color:#666;text-align:justify;text-indent:2em}.advantages-grid[data-v-7c8340ae]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.advantage-item[data-v-7c8340ae]{background:#f9f9f9;border-radius:8px;padding:15px;text-align:center}.advantage-icon[data-v-7c8340ae]{font-size:32px;color:var(--el-color-primary);margin-bottom:10px}.advantage-content h3[data-v-7c8340ae]{font-size:16px;margin:0 0 8px;color:#333}.advantage-content p[data-v-7c8340ae]{font-size:13px;color:#666;margin:0;line-height:1.4}.contact-list[data-v-7c8340ae]{display:flex;flex-direction:column;gap:15px}.contact-item[data-v-7c8340ae]{display:flex;align-items:flex-start;gap:12px;padding:15px;background:#f9f9f9;border-radius:8px;text-decoration:none;color:inherit}.contact-item[data-v-7c8340ae]:active{background:#f0f0f0}.contact-item .el-icon[data-v-7c8340ae]{font-size:24px;color:var(--el-color-primary);margin-top:3px}.contact-content h3[data-v-7c8340ae]{font-size:14px;margin:0 0 5px;color:#333}.contact-content p[data-v-7c8340ae]{font-size:14px;color:#666;margin:0;line-height:1.4}.loading-wrapper[data-v-7c8340ae]{padding:20px}.mobile-layout[data-v-88ba47f1]{min-height:100vh;background:#f5f7fa;padding-bottom:50px}:root{--el-color-primary: var(--primary);--el-color-primary-light-3: var(--primary-light);--el-color-primary-light-5: #8CC63F;--el-color-primary-light-7: #B5DB5E;--el-color-primary-light-8: rgba(90, 143, 31, .2);--el-color-primary-light-9: rgba(90, 143, 31, .1);--el-color-primary-dark-2: var(--primary-dark);--el-color-success: var(--success);--el-color-success-light-3: var(--primary-light);--el-color-success-light-5: #8CC63F;--el-color-success-light-7: #B5DB5E;--el-color-success-light-8: rgba(90, 143, 31, .2);--el-color-success-light-9: rgba(90, 143, 31, .1);--el-color-success-dark-2: var(--primary-dark);--el-text-color-primary: #1F2937;--el-text-color-regular: #4B5563;--el-text-color-secondary: #6B7280;--el-text-color-placeholder: #9CA3AF;--el-border-color: var(--border);--el-border-color-light: var(--border-light);--el-border-color-lighter: #F4F7F2;--el-border-color-extra-light: #F8FAF6;--el-bg-color: var(--background);--el-bg-color-page: #F8FAF6;--el-bg-color-overlay: var(--surface)}.el-button--primary{background:var(--gradient-primary);border:none;color:#fff}.el-button--primary:hover,.el-button--primary:focus{background:var(--gradient-hover);border:none;color:#fff}.el-button--primary .el-icon{color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:hover,.el-button--primary.is-disabled:focus{color:#fff;opacity:.6}.el-button--primary.is-disabled .el-icon,.el-button--primary.is-disabled:hover .el-icon,.el-button--primary.is-disabled:focus .el-icon{color:#fff}.el-tag--primary{background-color:var(--primary-bg);border-color:var(--primary);color:var(--primary)}.el-menu--horizontal>.el-menu-item.is-active{color:var(--primary);border-bottom-color:var(--primary)}.el-menu-item:hover{background-color:var(--primary-bg)}.el-pagination.is-background .el-pager li:not(.disabled).active{background:var(--gradient-primary);color:#fff}.el-input__wrapper.is-focus,.el-textarea__wrapper.is-focus,.el-select .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--primary) inset}.el-switch.is-checked .el-switch__core{background:var(--gradient-primary)}.el-switch.is-checked .el-switch__core .el-switch__action{background-color:#fff}.el-upload:hover{border-color:var(--primary);color:var(--primary)}.el-table th.el-table__cell{background-color:var(--primary-bg)}.el-dialog__header{border-bottom:1px solid var(--border)}.el-tabs__item.is-active{color:var(--primary)}.el-tabs__active-bar{background-color:var(--primary)}.el-button--primary.search-btn,.el-button--primary.el-button--search{color:#fff}.el-button--primary.search-btn:hover,.el-button--primary.search-btn:focus,.el-button--primary.el-button--search:hover,.el-button--primary.el-button--search:focus{color:#fff}.el-button--primary.search-btn .el-icon,.el-button--primary.el-button--search .el-icon{color:#fff}:root{--primary: #55AF53;--primary-light: #7BC379;--primary-dark: #458E43;--primary-bg: rgba(85, 175, 83, .08);--primary-hover: #458E43;--primary-active: rgba(85, 175, 83, .2);--secondary: #3C8C3F;--accent: #83C681;--accent-light: #A5D7A3;--accent-dark: #66B364;--success: #55AF53;--success-light: #d1fae5;--success-bg: rgba(85, 175, 83, .1);--warning: #E8B60F;--warning-light: #fcd34d;--warning-bg: rgba(245, 158, 11, .1);--error: #D64B3C;--error-light: #fca5a5;--error-bg: rgba(239, 68, 68, .1);--background: #FFFFFF;--surface: #ffffff;--text: #1F2937;--text-light: #6B7280;--text-secondary: #4B5563;--border: #E8F3E8;--border-light: #F5FAF5;--border-dark: #cbd5e1;--card-shadow: 0 4px 20px rgba(0, 0, 0, .08);--hover-shadow: 0 8px 30px rgba(0, 0, 0, .12);--focus-shadow: 0 0 0 3px rgba(16, 185, 129, .2);--card-radius: 12px;--btn-radius: 8px;--input-radius: 8px;--transition-smooth: all .3s ease;--gradient-primary: linear-gradient(135deg, #55AF53, #7BC379);--gradient-hover: linear-gradient(135deg, #458E43, #55AF53);--gradient-bg: linear-gradient(135deg, #f6f8fc 0%, #eef2f9 100%);--gradient-success: linear-gradient(45deg, var(--success), var(--success-light));--gradient-warning: linear-gradient(45deg, var(--warning), var(--warning-light));--gradient-error: linear-gradient(45deg, var(--error), var(--error-light));--shadow-sm: 0 2px 4px rgba(85, 175, 83, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(85, 175, 83, .12);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--header-height: 64px;--footer-height: 60px;--sidebar-width: 240px;--container-width: 1200px;--container-padding: 20px;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-size-4xl: 36px;--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-linear: linear;--banner-height: 600px;--banner-mobile-height: 400px;--section-padding: 80px;--section-mobile-padding: 40px;--category-gap: 30px;--card-gap: 24px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}::-webkit-scrollbar-track{background:#f5f7fa}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-ellipsis-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
