*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:#f5f5f5}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home[data-v-6641d645]{padding-bottom:50px;min-height:100vh;background:#f5f5f5}.product-list[data-v-6641d645]{padding:10px}.product-item[data-v-6641d645]{display:flex;background:#fff;border-radius:8px;margin-bottom:10px;padding:10px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-image[data-v-6641d645]{width:120px;height:120px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.product-info[data-v-6641d645]{flex:1;margin-left:10px;display:flex;flex-direction:column;justify-content:space-between}.product-name[data-v-6641d645]{font-size:15px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-desc[data-v-6641d645]{font-size:12px;color:#999;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-footer[data-v-6641d645]{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.price-area[data-v-6641d645]{display:flex;align-items:center;gap:5px}.group-label[data-v-6641d645]{background:linear-gradient(90deg,#ff6034,#ee0a24);color:#fff;font-size:11px;padding:2px 6px;border-radius:3px}.price[data-v-6641d645]{color:#ee0a24;font-size:18px;font-weight:700}.original-price[data-v-6641d645]{color:#999;font-size:12px;text-decoration:line-through}.customer-service[data-v-6641d645]{position:fixed;right:20px;bottom:80px;width:50px;height:50px;background:linear-gradient(135deg,#ff6034,#ee0a24);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(238,10,36,.4);cursor:pointer;z-index:999}.container{max-width:750px;margin:0 auto;background:#fff;min-height:100vh}.page-content{padding-bottom:60px}:root{--primary-color:#e02e24;--price-color:#ff4142;--success-color:#07c160;--warning-color:#ff976a}