body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#f5f5f5}a{color:#1890ff;text-decoration:none}a:hover{color:#40a9ff}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:10px 20px;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background-color:#1890ff;color:#fff}.btn-primary:hover{background-color:#40a9ff;color:#fff}.btn-secondary{background-color:#fff;color:#1890ff;border:1px solid #1890ff}.btn-secondary:hover{background-color:#f0f8ff}.btn-small{padding:6px 12px;font-size:14px}.btn-large{padding:12px 32px;font-size:18px}.btn-block{display:block;width:100%}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.error-message{background-color:#fff2f0;color:#ff4d4f;padding:10px 16px;border:1px solid #ffccc7;border-radius:4px;margin-bottom:20px;font-size:14px}.form-row{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.form-row .form-group{flex:1;margin-bottom:0;min-width:200px}.form-group.full-width{flex:1}input[type=text],input[type=tel],input[type=email],input[type=password],input[type=number],select,textarea{width:100%;padding:10px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:16px;transition:all .3s ease}input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}textarea{resize:vertical;min-height:100px}@media(max-width:1200px){.container{padding:0 16px}}@media(max-width:992px){.header-content{flex-wrap:wrap;gap:16px}.main-nav ul{gap:24px}.filter-content{flex-direction:column}.filter-sidebar{width:100%}.service-detail-content{flex-direction:column}.booking-sidebar{width:100%}.user-center-content{flex-direction:column}.user-sidebar{width:100%}}@media(max-width:768px){.hero-content h1{font-size:36px}.hero-content p{font-size:18px}.search-bar{flex-direction:column;gap:12px}.services-grid{grid-template-columns:1fr}.advantages-grid{grid-template-columns:repeat(2,1fr)}.process-steps{flex-direction:column;gap:24px}.step-arrow{transform:rotate(90deg);margin:16px 0}.reviews-grid{grid-template-columns:1fr}.checkout-steps{gap:20px}.step-text{font-size:12px}.step-line{width:40px}}@media(max-width:576px){.header-content{flex-direction:column;align-items:flex-start;gap:12px}.main-nav ul,.header-right{flex-wrap:wrap;gap:16px}.hero-content h1{font-size:28px}.advantages-grid{grid-template-columns:1fr}.services-scroll{gap:16px}.service-item{flex:0 0 280px}.order-info-grid,.tips-list{grid-template-columns:1fr}.next-steps-buttons{flex-direction:column;gap:16px}}.login-page{background-color:#f5f5f5;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-container{width:100%;max-width:480px}.login-box{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-header h2{font-size:28px;font-weight:600;margin-bottom:8px;color:#333}.login-header p{font-size:16px;color:#666}.login-form{margin-bottom:24px}.password-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.forgot-password{font-size:14px;color:#1890ff}.forgot-password:hover{color:#40a9ff}.password-input{position:relative}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#1890ff;font-size:14px;cursor:pointer;padding:0;height:auto;width:auto}.code-input-container{display:flex;gap:16px;align-items:flex-start}.code-input{flex:1}.get-code-btn{padding:10px 20px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease;height:44px;margin-top:28px}.get-code-btn:hover:not(.disabled){background-color:#40a9ff}.get-code-btn.disabled{background-color:#d9d9d9;color:#999;cursor:not-allowed}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:14px}.login-method-toggle{cursor:pointer;color:#1890ff}.login-method-toggle:hover{color:#40a9ff}.third-party-login{margin-bottom:24px}.divider{text-align:center;margin-bottom:24px;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background-color:#e8e8e8}.divider:before{left:0}.divider:after{right:0}.divider span{background-color:#fff;padding:0 16px;color:#999;font-size:14px}.social-icons{display:flex;gap:16px;justify-content:center}.social-icon{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#f5f5f5;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:14px;color:#666}.social-icon:hover{background-color:#e6f7ff;border-color:#91d5ff;color:#1890ff}.social-icon img{width:20px;height:20px}.register-link{text-align:center;font-size:14px;color:#666}.register-link .nav-link{color:#1890ff;font-weight:500}.register-link .nav-link:hover{color:#40a9ff}@media(max-width:768px){.login-page{padding:16px}.login-box{padding:32px 24px}.login-header h2{font-size:24px}.code-input-container{flex-direction:column;gap:12px}.get-code-btn{margin-top:0;width:100%}.form-options{flex-direction:column;gap:16px;align-items:flex-start}.social-icons{flex-direction:column}.social-icon{justify-content:center}}.dropdown-item.logout{background:none;border:none;text-align:left;width:100%;cursor:pointer;font-size:14px;padding:8px 16px;color:#333;transition:all .3s ease}.dropdown-item.logout:hover{background-color:#f5f5f5;color:#1890ff}.checkbox-label,.radio-label{display:flex;align-items:center;cursor:pointer;margin-bottom:12px}.checkbox-label input[type=checkbox],.radio-label input[type=radio]{margin-right:8px}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:20px 0;background-color:#f5f5f5}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 0;position:relative}.logo{display:flex;align-items:center;gap:12px}.logo-img{height:40px}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.menu-icon{display:block;width:100%;height:2px;background-color:#333;transition:all .3s ease}.mobile-menu-btn.active .menu-icon:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active .menu-icon:nth-child(2){opacity:0}.mobile-menu-btn.active .menu-icon:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.main-nav{display:block}.main-nav ul{display:flex;gap:32px}.main-nav a{font-size:16px;font-weight:500;color:#333;padding:8px 0;border-bottom:2px solid transparent;transition:all .3s ease}.main-nav a:hover,.main-nav a.active{color:#1890ff;border-bottom-color:#1890ff}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 8px #0000001a;z-index:100}.mobile-nav.open{display:block}.mobile-nav ul{flex-direction:column;gap:0}.mobile-nav li{border-bottom:1px solid #f0f0f0}.mobile-nav a{display:block;padding:16px 20px;font-size:16px;color:#333;border-bottom:none}.mobile-nav a:hover,.mobile-nav a.active{background-color:#f0f8ff;color:#1890ff}@media(max-width:768px){.mobile-menu-btn{display:flex}.main-nav,.header-right{display:none}.mobile-nav{display:block;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.header-right-mobile{display:flex;align-items:center;gap:16px}}.header-right{display:flex;align-items:center;gap:24px}.customer-hotline{font-size:14px;color:#666}.language-switch{display:flex;gap:12px}.language-switch a{font-size:14px;color:#666}.login-register{display:flex;gap:16px;align-items:center}.login-register a{font-size:16px}.user-menu{position:relative;cursor:pointer}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;box-shadow:0 2px 8px #00000026;border-radius:4px;min-width:160px;padding:8px 0;z-index:100;display:none}.user-menu:hover .dropdown-menu{display:block}.dropdown-item{display:block;padding:8px 16px;font-size:14px;color:#333;transition:all .3s ease}.dropdown-item:hover{background-color:#f5f5f5;color:#1890ff}.footer{background-color:#001529;color:#fff;padding:40px 0 20px;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:30px}.footer-section h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#ffffffa6;font-size:14px;transition:all .3s ease}.footer-section ul li a:hover{color:#1890ff}.social-media{display:flex;gap:16px;margin-top:20px}.social-media a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;transition:all .3s ease}.social-media a:hover{background-color:#1890ff}.social-media img{width:20px;height:20px;filter:brightness(0) invert(1)}.app-qr{width:120px;height:120px;background-color:#fff;padding:8px;border-radius:4px;margin-bottom:12px}.app-qr img{width:100%;height:100%}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#ffffffa6}.home-page{background-color:#f5f5f5}.hero-banner{background-color:#1890ff;color:#fff;padding:60px 0;text-align:center;background-image:linear-gradient(to right,#1890ff,#40a9ff)}.hero-content h1{font-size:48px;font-weight:600;margin-bottom:16px}.hero-content p{font-size:20px;margin-bottom:32px;opacity:.9}.search-bar{display:flex;gap:16px;background-color:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:900px;margin:0 auto}.search-item{flex:1}.search-item select,.search-item input[type=text]{border:none;padding:12px;font-size:16px;width:100%;outline:none}.search-item .btn{border-radius:4px}.featured-services{padding:60px 0;background-color:#fff}.featured-services h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.service-card{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:32px;text-align:center;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.service-icon{width:80px;height:80px;margin:0 auto 24px;background-color:#f0f8ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.service-icon img{width:40px;height:40px}.service-card h3{font-size:20px;font-weight:600;margin-bottom:16px}.service-card p{color:#666;margin-bottom:24px;line-height:1.6}.service-advantages{padding:60px 0;background-color:#fafafa}.service-advantages h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;text-align:center}.advantage-item{display:flex;flex-direction:column;align-items:center}.advantage-icon{width:64px;height:64px;margin-bottom:20px;background-color:#e6f7ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.advantage-icon img{width:32px;height:32px}.advantage-item h3{font-size:18px;font-weight:600;margin-bottom:12px}.advantage-item p{color:#666;line-height:1.6}.hot-services{padding:60px 0;background-color:#fff}.hot-services h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.services-scroll{display:flex;gap:24px;overflow-x:auto;padding-bottom:20px;scrollbar-width:thin}.services-scroll::-webkit-scrollbar{height:6px}.services-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.services-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.services-scroll::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.service-item{flex:0 0 300px;background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:all .3s ease}.service-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.service-img{width:100%;height:180px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.service-img img{width:80px;height:80px}.service-info{padding:20px}.service-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}.service-info p{color:#666;margin-bottom:16px;line-height:1.5;height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.service-meta{display:flex;justify-content:space-between;align-items:center}.service-price{font-size:18px;font-weight:600;color:#ff4d4f}.service-rating{display:flex;align-items:center;gap:4px;font-size:14px}.stars{color:gold;font-size:14px}.usage-process{padding:60px 0;background-color:#fafafa}.usage-process h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.process-steps{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.step-item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:200px}.step-number{width:64px;height:64px;background-color:#1890ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;margin-bottom:20px}.step-content h3{font-size:18px;font-weight:600;margin-bottom:12px}.step-content p{color:#666;line-height:1.6}.step-arrow{font-size:24px;color:#d9d9d9;margin:0 20px}.user-reviews{padding:60px 0;background-color:#fff}.user-reviews h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.review-card{background-color:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px;transition:all .3s ease}.review-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.reviewer-info{display:flex;align-items:center;margin-bottom:16px}.reviewer-avatar{width:48px;height:48px;border-radius:50%;background-color:#f0f8ff;display:flex;align-items:center;justify-content:center;margin-right:16px}.reviewer-avatar img{width:24px;height:24px}.reviewer-details h4{font-size:16px;font-weight:600;margin-bottom:4px}.review-content{margin-bottom:16px}.review-content p{color:#666;line-height:1.6}.review-meta{display:flex;justify-content:space-between;font-size:14px;color:#999}.view-all-reviews{text-align:center;margin-top:32px}.view-more-btn{display:inline-block;padding:10px 24px;background-color:#fff;color:#1890ff;border:1px solid #1890ff;border-radius:4px;font-size:16px;transition:all .3s ease}.view-more-btn:hover{background-color:#f0f8ff}.partners{padding:60px 0;background-color:#fafafa}.partners h2{text-align:center;font-size:32px;font-weight:600;margin-bottom:48px}.partners-logos{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;align-items:center}.partners-logos img{height:60px;opacity:.6;transition:all .3s ease}.partners-logos img:hover{opacity:1}.cta-section{padding:60px 0;background-color:#1890ff;color:#fff;text-align:center}.cta-section h2{font-size:32px;font-weight:600;margin-bottom:16px}.cta-section p{font-size:20px;margin-bottom:32px;opacity:.9}.cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.services-page{background-color:#f5f5f5}.page-header{background-color:#fff;padding:32px 0;border-bottom:1px solid #e8e8e8}.page-header h1{font-size:32px;font-weight:600;margin-bottom:8px}.page-header p{color:#666;font-size:16px}.filter-section{padding:32px 0}.filter-content{display:flex;gap:32px;background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #00000017}.filter-sidebar{width:280px;flex-shrink:0}.filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group h4{font-size:16px;font-weight:600;margin-bottom:16px}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:12px}.price-filter{margin-top:16px}.price-filter input[type=range]{width:100%;margin-bottom:16px}.price-inputs{display:flex;align-items:center;gap:12px}.price-inputs input{flex:1;padding:8px;font-size:14px}.filter-buttons{display:flex;gap:12px;margin-top:24px}.services-list{flex:1}.sort-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.sort-label{display:flex;align-items:center;gap:12px}.sort-label select{padding:8px 12px;font-size:14px}.services-count{font-size:14px;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.service-item .service-tags{display:flex;gap:8px;margin-bottom:12px}.service-item .tag{display:inline-block;padding:4px 8px;background-color:#f0f8ff;color:#1890ff;font-size:12px;border-radius:4px}.service-provider{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;color:#666}.provider-level{color:#faad14;font-weight:500}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.pagination-controls{display:flex;gap:8px}.pagination-controls button{padding:8px 16px;border:1px solid #d9d9d9;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease}.pagination-controls button:hover,.pagination-controls button.active{border-color:#1890ff;color:#1890ff}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.page-jump{display:flex;align-items:center;gap:12px;font-size:14px}.service-detail-page{background-color:#f5f5f5}.service-detail{background-color:#fff;padding:32px 0}.service-basic-info{display:flex;gap:32px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e8e8e8}.service-main-img{width:400px;height:300px;background-color:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-main-img img{width:160px;height:160px}.service-basic-details{flex:1}.service-basic-details h1{font-size:28px;font-weight:600;margin-bottom:16px}.service-provider{display:flex;align-items:center;gap:16px;margin-bottom:16px}.service-detail-content{display:flex;gap:32px}.service-tabs{flex:1}.tabs-nav{display:flex;gap:16px;margin-bottom:32px;border-bottom:1px solid #e8e8e8}.tab-btn{padding:12px 24px;background:none;border:none;font-size:16px;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease}.tab-btn:hover,.tab-btn.active{color:#1890ff;border-bottom-color:#1890ff}.tab-pane{display:none}.tab-pane.active{display:block}.tab-pane h3{font-size:20px;font-weight:600;margin-bottom:16px;margin-top:32px}.tab-pane h3:first-child{margin-top:0}.tab-pane p{margin-bottom:16px;line-height:1.6;color:#666}.tab-pane ul,.tab-pane ol{margin-bottom:16px;padding-left:24px;color:#666}.tab-pane li{margin-bottom:8px;line-height:1.6}.price-table{width:100%;border-collapse:collapse;margin-bottom:24px}.price-table th,.price-table td{padding:12px;text-align:left;border-bottom:1px solid #f0f0f0}.price-table th{background-color:#fafafa;font-weight:600}.staff-list{display:flex;gap:24px;flex-wrap:wrap}.staff-item{flex:0 0 calc(50% - 12px);display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .3s ease}.staff-item:hover,.staff-item.selected{border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.staff-avatar{width:64px;height:64px;border-radius:50%;background-color:#f0f8ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.staff-avatar img{width:32px;height:32px}.staff-details h4{font-size:16px;font-weight:600;margin-bottom:8px}.staff-details p{font-size:14px;margin-bottom:4px;color:#666}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.reviews-filter{display:flex;align-items:center;gap:8px}.filter-btn{padding:6px 16px;background-color:#f5f5f5;border:1px solid #d9d9d9;border-radius:20px;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background-color:#1890ff;color:#fff;border-color:#1890ff}.reviews-stats{background-color:#fafafa;padding:24px;border-radius:8px;margin-bottom:24px}.rating-distribution{display:flex;flex-direction:column;gap:16px}.rating-item{display:flex;align-items:center;gap:16px}.rating-item span:first-child{width:40px;font-size:14px;flex-shrink:0}.rating-bar{flex:1;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.rating-fill{height:100%;background-color:#faad14;border-radius:4px}.reviews-pagination{display:flex;gap:8px;margin-top:24px;justify-content:center}.reviews-pagination button{padding:8px 16px;border:1px solid #d9d9d9;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease}.reviews-pagination button:hover,.reviews-pagination button.active{border-color:#1890ff;color:#1890ff}.booking-sidebar{width:320px;flex-shrink:0}.booking-panel{background-color:#fafafa;padding:24px;border-radius:8px;box-shadow:0 2px 8px #00000017;margin-bottom:24px}.booking-panel h3{font-size:20px;font-weight:600;margin-bottom:24px}.booking-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e8e8e8}.booking-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.booking-section h4{font-size:16px;font-weight:600;margin-bottom:16px}.service-selector,.date-picker{margin-bottom:16px}.time-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.time-btn{padding:10px;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:14px}.time-btn:hover,.time-btn.active{border-color:#1890ff;color:#1890ff}.location-input{display:flex;gap:8px;margin-bottom:16px}.location-btn{padding:0 16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;transition:all .3s ease}.location-btn:hover{border-color:#1890ff;color:#1890ff}.address-type{display:flex;gap:16px;margin-bottom:16px}.door-info{margin-top:12px}.price-estimate{margin-top:24px;padding:16px;background-color:#fff;border-radius:4px;border:1px solid #e8e8e8}.price-item{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.price-item:last-child{margin-bottom:0}.price-total{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #f0f0f0;font-size:18px;font-weight:600;margin-top:12px}.login-prompt{text-align:center;margin-top:24px;font-size:14px;color:#666}.related-services{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #00000017}.related-services h2{font-size:18px;font-weight:600;margin-bottom:20px}.checkout-page{background-color:#f5f5f5}.checkout{padding:32px 0}.checkout-steps{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:32px}.step{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:40px;height:40px;background-color:#f0f0f0;color:#999;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:8px;transition:all .3s ease}.step.active .step-number{background-color:#1890ff;color:#fff}.step-text{font-size:14px;color:#666}.step.active .step-text{color:#1890ff;font-weight:500}.step-line{width:80px;height:2px;background-color:#f0f0f0;flex-shrink:0}.checkout-content{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000017}.checkout-section h2{font-size:24px;font-weight:600;margin-bottom:24px}.service-confirmation{background-color:#fafafa;padding:24px;border-radius:8px;margin-bottom:24px}.service-item{display:flex;gap:16px;margin-bottom:24px}.service-item .service-img{width:80px;height:80px;flex-shrink:0}.edit-link{margin-top:16px}.form-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section h3{font-size:18px;font-weight:600;margin-bottom:20px}.coupon-section{margin:32px 0;padding:24px;background-color:#fafafa;border-radius:8px}.coupon-section h3{font-size:18px;font-weight:600;margin-bottom:20px}.coupon-input{display:flex;gap:12px;margin-bottom:24px}.available-coupons h4{font-size:16px;font-weight:600;margin-bottom:16px}.coupon-list{display:flex;flex-direction:column;gap:12px}.coupon-item{display:flex;align-items:center;padding:16px;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .3s ease}.coupon-item:hover,.coupon-item.selected{border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.coupon-info h5{font-size:16px;font-weight:600;margin-bottom:4px}.coupon-info p{font-size:18px;font-weight:600;color:#ff4d4f;margin-bottom:4px}.coupon-info span{font-size:14px;color:#999}.price-summary{margin:32px 0;padding:24px;background-color:#fafafa;border-radius:8px}.price-summary .price-item{font-size:16px}.price-summary .price-item.discount{color:#ff4d4f}.service-guarantee{margin:24px 0;padding:16px;background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;color:#52c41a;font-size:14px}.checkout-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.payment-page{background-color:#f5f5f5}.payment{padding:32px 0}.payment-content{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000017}.order-summary{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.order-info{background-color:#fafafa;padding:24px;border-radius:8px}.order-id{display:flex;align-items:center;gap:12px;margin-bottom:16px}.copy-btn{padding:4px 12px;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.copy-btn:hover{border-color:#1890ff;color:#1890ff}.order-item{display:flex;margin-bottom:12px}.order-item .label{width:120px;color:#666;font-weight:500}.order-total{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #e8e8e8;font-size:18px;font-weight:600}.payment-methods{margin-bottom:32px}.payment-options{display:flex;flex-direction:column;gap:24px}.payment-section{padding:24px;border:1px solid #f0f0f0;border-radius:8px}.payment-section h3{font-size:18px;font-weight:600;margin-bottom:20px}.payment-option{margin-bottom:16px}.payment-option:last-child{margin-bottom:0}.payment-label{display:flex;align-items:center;padding:16px;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-label:hover,.payment-label input[type=radio]:checked+.payment-method-info{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.payment-label input[type=radio]{margin-right:16px}.payment-method-info{display:flex;align-items:center;gap:12px;flex:1}.payment-icon{width:40px;height:40px;background-color:#f0f8ff;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-icon img{width:24px;height:24px}.payment-security{margin-bottom:32px;padding:24px;background-color:#fafafa;border-radius:8px}.payment-security h3{font-size:18px;font-weight:600;margin-bottom:20px}.security-info{display:flex;gap:32px;flex-wrap:wrap}.security-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.security-item img{width:20px;height:20px}.payment-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.order-confirm-page{background-color:#f5f5f5}.order-confirm{padding:60px 0}.success-section{text-align:center;margin-bottom:48px}.success-icon{margin-bottom:24px}.success-section h1{font-size:32px;font-weight:600;margin-bottom:16px;color:#52c41a}.order-id-section{display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;margin-top:24px}.order-id-value{font-weight:600;color:#1890ff}.order-details{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000017;margin-bottom:32px}.order-details h2{font-size:24px;font-weight:600;margin-bottom:24px}.order-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.order-info-item{display:flex;flex-direction:column;gap:8px}.item-label{font-size:14px;color:#666;font-weight:500}.item-value{font-size:16px;color:#333}.item-value.price{font-size:18px;font-weight:600;color:#ff4d4f}.staff-info{display:flex;align-items:center;gap:12px}.staff-name{font-weight:500}.next-steps{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000017;margin-bottom:32px}.next-steps h2{font-size:24px;font-weight:600;margin-bottom:24px;text-align:center}.next-steps-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.tips-section{background-color:#fff;padding:32px;border-radius:8px;box-shadow:0 2px 8px #00000017}.tips-section h2{font-size:24px;font-weight:600;margin-bottom:24px}.tips-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.tip-item{display:flex;gap:16px;padding:24px;background-color:#fafafa;border-radius:8px;border-left:4px solid #1890ff}.tip-icon{flex-shrink:0;display:flex;align-items:flex-start}.tip-content h4{font-size:16px;font-weight:600;margin-bottom:8px}.tip-content p{font-size:14px;color:#666;line-height:1.6}.user-center-page{background-color:#f5f5f5}.user-center{padding:32px 0}.user-center-content{display:flex;gap:32px}.user-sidebar{width:240px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000017;padding:24px;flex-shrink:0}.user-info{display:flex;align-items:center;gap:16px;padding-bottom:24px;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.user-avatar{width:64px;height:64px;border-radius:50%;background-color:#f0f8ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar img{width:32px;height:32px}.user-details h3{font-size:18px;font-weight:600;margin-bottom:4px}.user-level{font-size:14px;color:#faad14}.user-stats{display:flex;gap:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.stat-item{text-align:center;flex:1}.stat-value{font-size:20px;font-weight:600;color:#1890ff;margin-bottom:4px}.stat-label{font-size:14px;color:#666}.user-nav ul{display:flex;flex-direction:column;gap:8px}.user-nav li{margin-bottom:0}.user-nav a{display:block;padding:12px 16px;color:#333;font-size:16px;border-radius:4px;transition:all .3s ease}.user-nav a:hover,.user-nav li.active a{background-color:#f0f8ff;color:#1890ff}.logout-btn{margin-top:32px}.user-main-content{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000017;padding:32px}.orders-tab h2,.addresses-tab h2,.favorites-tab h2,.reviews-tab h2,.coupons-tab h2,.settings-tab h2{font-size:24px;font-weight:600;margin-bottom:24px}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.order-filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.order-filters .filter-btn{padding:8px 16px;background-color:#f5f5f5;border:1px solid #d9d9d9;border-radius:20px;font-size:14px;cursor:pointer;transition:all .3s ease}.order-filters .filter-btn:hover,.order-filters .filter-btn.active{background-color:#1890ff;color:#fff;border-color:#1890ff}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{border:1px solid #f0f0f0;border-radius:8px;padding:20px;transition:all .3s ease}.order-card:hover{box-shadow:0 2px 8px #00000017}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.order-id{font-size:14px;color:#666}.order-status{padding:4px 12px;border-radius:12px;font-size:14px;font-weight:500}.order-status.pending{background-color:#fff7e6;color:#faad14}.order-status.in_progress{background-color:#e6f7ff;color:#1890ff}.order-status.to_review,.order-status.completed{background-color:#f6ffed;color:#52c41a}.order-status.cancelled{background-color:#fff2f0;color:#ff4d4f}.order-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.service-info h4{font-size:16px;font-weight:600;margin-bottom:8px}.service-time{font-size:14px;color:#666}.order-actions{display:flex;justify-content:flex-end;gap:12px}.addresses-list{display:flex;flex-direction:column;gap:16px}.address-card{display:flex;align-items:flex-start;gap:16px;border:1px solid #f0f0f0;border-radius:8px;padding:20px;transition:all .3s ease}.address-card:hover{box-shadow:0 2px 8px #00000017}.address-type{padding:4px 12px;border-radius:4px;font-size:14px;font-weight:500;margin-right:8px;flex-shrink:0}.address-type.home{background-color:#e6f7ff;color:#1890ff}.address-type.work{background-color:#f6ffed;color:#52c41a}.address-type.other{background-color:#fff7e6;color:#faad14}.default-tag{background-color:#fff2f0;color:#ff4d4f;padding:2px 8px;border-radius:4px;font-size:12px;margin-left:8px}.address-info{flex:1}.contact-info{display:flex;gap:16px;margin-bottom:8px;font-size:16px;font-weight:500}.address-detail{font-size:14px;color:#666;line-height:1.6}.address-actions{display:flex;gap:8px;flex-shrink:0}.settings-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section h3{font-size:18px;font-weight:600;margin-bottom:24px}.avatar-upload{display:flex;align-items:center;gap:16px}.avatar-upload img{width:80px;height:80px;border-radius:50%;object-fit:cover}
