@charset "UTF-8";.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:750px;height:50px;background-color:#fff;border-top:1px solid #eeeeee;display:flex;align-items:center;justify-content:space-around;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0)}.tab-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;color:#999;transition:color .2s;-webkit-user-select:none;user-select:none}.tab-bar__item--active{color:#1890ff}.tab-bar__icon{font-size:22px;line-height:1.2}.tab-bar__label{font-size:12px;line-height:1.2;margin-top:2px}.home{background-color:#f5f5f5}.home__search{position:sticky;top:0;z-index:100;padding:12px 16px;background:linear-gradient(135deg,#1890ff,#40a9ff)}.home__search-input{display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;background-color:#fff;border-radius:18px;color:#999;font-size:12px}.home__search-icon{font-size:16px}.home__section-title{padding:16px 16px 8px;font-size:16px;font-weight:600;color:#333}.home__categories{background-color:#fff;margin-bottom:12px}.home__category-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:0 8px 16px;gap:8px}.home__category-item{display:flex;flex-direction:column;align-items:center;padding:8px 0}.home__category-icon{width:48px;height:48px;border-radius:50%;background-color:#e6f7ff;display:flex;align-items:center;justify-content:center;margin-bottom:6px;overflow:hidden}.home__category-icon span{font-size:18px;color:#1890ff;font-weight:600}.home__category-icon img{width:100%;height:100%;object-fit:cover}.home__category-name{font-size:12px;color:#666;max-width:70px;text-align:center}.home__products{background-color:#fff}.home__product-grid{display:grid;grid-template-columns:repeat(2,1fr);padding:0 8px 16px;gap:8px}.home__product-item{background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #eeeeee}.home__product-img{width:100%;aspect-ratio:1;overflow:hidden}.home__product-img img{width:100%;height:100%;object-fit:cover}.home__product-info{padding:8px}.home__product-name{font-size:12px;color:#333;line-height:1.4;height:2.8em;margin-bottom:4px}.home__product-bottom{display:flex;align-items:baseline;justify-content:space-between}.home__product-price{font-size:16px}.home__product-brand{font-size:11px;color:#999;max-width:60px}.category{background-color:#f5f5f5;display:flex;flex-direction:column;height:calc(100vh - 50px)}.category__header{text-align:center;padding:12px 0;font-size:18px;font-weight:600;background-color:#fff;border-bottom:1px solid #eeeeee}.category__body{display:flex;flex:1;overflow:hidden}.category__sidebar{width:90px;background-color:#f7f7f7;overflow-y:auto;flex-shrink:0}.category__sidebar-item{padding:14px 8px;text-align:center;font-size:12px;color:#666;position:relative}.category__sidebar-item--active{background-color:#fff;color:#1890ff;font-weight:600}.category__sidebar-item--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background-color:#1890ff;border-radius:0 2px 2px 0}.category__content{flex:1;background-color:#fff;overflow-y:auto;padding:16px}.category__content-title{font-size:16px;font-weight:600;margin-bottom:12px;color:#333}.category__sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category__sub-item{display:flex;flex-direction:column;align-items:center}.category__sub-icon{width:56px;height:56px;border-radius:8px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden}.category__sub-icon span{font-size:20px;color:#666;font-weight:600}.category__sub-icon img{width:100%;height:100%;object-fit:cover}.category__sub-name{font-size:12px;color:#666;text-align:center}.category__empty{text-align:center;color:#999;font-size:12px;padding:40px 20px}.product-list{background-color:#f5f5f5}.product-list__search{position:sticky;top:0;z-index:100;background-color:#fff;padding:12px 16px;border-bottom:1px solid #eeeeee}.product-list__search-bar{display:flex;gap:8px}.product-list__search-bar input{flex:1;height:36px;padding:0 12px;background-color:#f5f5f5;border-radius:18px;font-size:12px;color:#333}.product-list__search-bar button{padding:0 16px;height:36px;background-color:#1890ff;color:#fff;border-radius:18px;font-size:12px}.product-list__filter{display:flex;gap:8px;padding:8px 16px;background-color:#fff}.product-list__filter select{flex:1;height:32px;padding:0 24px 0 8px;border:1px solid #eeeeee;border-radius:4px;font-size:12px;color:#666;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.product-list__count{padding:8px 16px;font-size:12px;color:#999}.product-list__grid{display:grid;grid-template-columns:repeat(2,1fr);padding:0 8px 16px;gap:8px}.product-list__item{background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #eeeeee}.product-list__img{width:100%;aspect-ratio:1;overflow:hidden}.product-list__img img{width:100%;height:100%;object-fit:cover}.product-list__info{padding:8px}.product-list__name{font-size:12px;color:#333;line-height:1.4;height:2.8em;margin-bottom:6px}.product-list__tags{display:flex;gap:4px;margin-bottom:6px;flex-wrap:wrap}.product-list__brand{font-size:11px;color:#1890ff;background-color:#e6f7ff;padding:1px 6px;border-radius:2px}.product-list__model{font-size:11px;color:#999;background-color:#f5f5f5;padding:1px 6px;border-radius:2px}.product-list__price{font-size:16px}.product-list__no-more{text-align:center;padding:16px 0;color:#999;font-size:12px}.detail{background-color:#fff;padding-bottom:70px}.detail__nav{padding:12px 16px;font-size:16px;color:#333;background-color:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:100}.detail__nav span{cursor:pointer}.detail__images{background-color:#fff}.detail__main-image{width:100%;aspect-ratio:1;background-color:#f5f5f5;overflow:hidden}.detail__main-image img{width:100%;height:100%;object-fit:contain}.detail__image-list{display:flex;gap:8px;padding:8px 16px;overflow-x:auto}.detail__thumb{width:60px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden;border:2px solid transparent}.detail__thumb--active{border-color:#1890ff}.detail__thumb img{width:100%;height:100%;object-fit:cover}.detail__info{padding:16px}.detail__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.detail__original-price{font-size:12px;color:#999;text-decoration:line-through}.detail__unit{font-size:12px;color:#999}.detail__name{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:8px}.detail__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#999}.detail__specs{margin-top:12px;background-color:#fff;border-top:8px solid #f5f5f5;padding:16px}.detail__specs-title,.detail__desc-title{font-size:16px;font-weight:600;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eeeeee}.detail__specs-list{display:flex;flex-direction:column;gap:8px}.detail__spec-row{display:flex;padding:8px 0;border-bottom:1px dashed #eeeeee}.detail__spec-label{width:100px;flex-shrink:0;color:#999;font-size:12px}.detail__spec-value{flex:1;font-size:12px;color:#333}.detail__desc{margin-top:12px;background-color:#fff;border-top:8px solid #f5f5f5;padding:16px}.detail__desc-content{font-size:14px;color:#666;line-height:1.8;white-space:pre-wrap}.detail__footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:750px;display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:#fff;border-top:1px solid #eeeeee;z-index:100;padding-bottom:calc(8px + env(safe-area-inset-bottom,0))}.detail__quantity{display:flex;align-items:center;gap:8px}.detail__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #eeeeee;border-radius:4px;font-size:18px;color:#666;background-color:#f5f5f5}.detail__qty-num{min-width:32px;text-align:center;font-size:16px;font-weight:600}.detail__actions{display:flex;flex:1;gap:8px}.detail__actions .btn{flex:1;height:40px}.cart{background-color:#f5f5f5;padding-bottom:120px}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border-bottom:1px solid #eeeeee}.cart__title{font-size:18px;font-weight:600}.cart__edit{font-size:14px;color:#1890ff}.cart__list{padding:8px}.cart__item{display:flex;align-items:center;gap:8px;padding:12px;background-color:#fff;border-radius:8px;margin-bottom:8px;position:relative}.cart__checkbox{width:22px;height:22px;border-radius:50%;border:2px solid #d9d9d9;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.cart__checkbox span{color:#fff;font-size:12px}.cart__checkbox--checked{background-color:#1890ff;border-color:#1890ff}.cart__item-img{width:80px;height:80px;border-radius:4px;overflow:hidden;flex-shrink:0}.cart__item-img img{width:100%;height:100%;object-fit:cover}.cart__item-info{flex:1;min-width:0}.cart__item-name{font-size:12px;color:#333;line-height:1.4;height:2.8em;margin-bottom:6px}.cart__item-bottom{display:flex;align-items:center;justify-content:space-between}.cart__item-price{font-size:16px}.cart__item-qty{display:flex;align-items:center;gap:4px}.cart__qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #eeeeee;border-radius:4px;font-size:16px;color:#666;background-color:#f5f5f5}.cart__qty-num{min-width:28px;text-align:center;font-size:12px;font-weight:600}.cart__item-delete{position:absolute;top:4px;right:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#999;font-size:16px}.cart__footer{position:fixed;bottom:50px;left:50%;transform:translate(-50%);width:100%;max-width:750px;display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border-top:1px solid #eeeeee;z-index:100}.cart__select-all{font-size:12px;color:#666}.cart__total{flex:1;text-align:right;font-size:12px;color:#666}.cart__checkout-btn{padding:8px 20px;background-color:#ff4d4f;color:#fff;border-radius:4px;font-size:14px;font-weight:600}.cart__checkout-btn:disabled{opacity:.5}.order-confirm{background-color:#f5f5f5;padding-bottom:70px}.order-confirm__nav{padding:12px 16px;font-size:16px;color:#333;background-color:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:100}.order-confirm__nav span{cursor:pointer}.order-confirm__address{display:flex;align-items:center;padding:16px;background-color:#fff;margin-bottom:12px;cursor:pointer}.order-confirm__addr-info{flex:1}.order-confirm__addr-header{display:flex;gap:12px;margin-bottom:6px}.order-confirm__addr-name{font-weight:600;font-size:16px}.order-confirm__addr-phone{color:#666;font-size:14px}.order-confirm__addr-detail{font-size:12px;color:#666;line-height:1.4}.order-confirm__addr-empty{color:#999;font-size:14px}.order-confirm__addr-arrow{font-size:20px;color:#999;margin-left:8px}.order-confirm__goods{background-color:#fff;margin-bottom:12px}.order-confirm__goods-title{padding:12px 16px;font-weight:600;border-bottom:1px solid #eeeeee}.order-confirm__goods-item{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid #eeeeee}.order-confirm__goods-item:last-child{border-bottom:none}.order-confirm__goods-img{width:72px;height:72px;border-radius:4px;overflow:hidden;flex-shrink:0}.order-confirm__goods-img img{width:100%;height:100%;object-fit:cover}.order-confirm__goods-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.order-confirm__goods-name{font-size:12px;color:#333}.order-confirm__goods-bottom{display:flex;align-items:center;justify-content:space-between}.order-confirm__goods-qty{color:#999;font-size:12px}.order-confirm__remark{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#fff}.order-confirm__remark span{flex-shrink:0;font-size:14px;color:#333}.order-confirm__remark input{flex:1;text-align:right;color:#333}.order-confirm__footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:750px;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:8px 16px;background-color:#fff;border-top:1px solid #eeeeee;z-index:100;padding-bottom:calc(8px + env(safe-area-inset-bottom,0))}.order-confirm__total{font-size:12px;color:#666}.order-confirm__submit-btn{padding:10px 24px;background-color:#ff4d4f;color:#fff;border-radius:4px;font-size:14px;font-weight:600}.order-confirm__submit-btn:disabled{opacity:.5}.order-list{background-color:#f5f5f5}.order-list__nav{padding:12px 16px;font-size:16px;color:#333;background-color:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:100}.order-list__nav span{cursor:pointer}.order-list__tabs{display:flex;background-color:#fff;border-bottom:1px solid #eeeeee;overflow-x:auto}.order-list__tab{flex:1;text-align:center;padding:12px 0;font-size:12px;color:#666;position:relative;white-space:nowrap}.order-list__tab--active{color:#1890ff;font-weight:600}.order-list__tab--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:24px;height:2px;background-color:#1890ff;border-radius:1px}.order-list__orders{padding:8px}.order-list__order-card{background-color:#fff;border-radius:8px;margin-bottom:8px;overflow:hidden}.order-list__order-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eeeeee}.order-list__order-no{font-size:12px;color:#999}.order-list__order-status{font-size:12px;font-weight:600}.order-list__order-items{padding:8px 12px}.order-list__order-item{display:flex;gap:8px;padding:8px 0}.order-list__order-item+.order-list__order-item{border-top:1px dashed #eeeeee}.order-list__item-img{width:56px;height:56px;border-radius:4px;overflow:hidden;flex-shrink:0}.order-list__item-img img{width:100%;height:100%;object-fit:cover}.order-list__item-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.order-list__item-name{font-size:12px;color:#333}.order-list__item-bottom{display:flex;align-items:center;justify-content:space-between}.order-list__item-qty{font-size:12px;color:#999}.order-list__order-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 12px;font-size:12px;color:#666}.order-detail{background-color:#f5f5f5}.order-detail__nav{padding:12px 16px;font-size:16px;color:#333;background-color:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:100}.order-detail__nav span{cursor:pointer}.order-detail__status-bar{background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff;padding:24px 16px}.order-detail__status-text{font-size:20px;font-weight:600;display:block;margin-bottom:4px}.order-detail__order-no{font-size:12px;opacity:.8}.order-detail__address{background-color:#fff;padding:16px;margin-bottom:12px}.order-detail__addr-header{display:flex;gap:12px;font-weight:600;margin-bottom:6px}.order-detail__addr-detail{font-size:12px;color:#666;line-height:1.4}.order-detail__goods{background-color:#fff;margin-bottom:12px}.order-detail__goods-title{padding:12px 16px;font-weight:600;border-bottom:1px solid #eeeeee}.order-detail__goods-item{display:flex;gap:12px;padding:12px 16px;cursor:pointer}.order-detail__goods-item+.order-detail__goods-item{border-top:1px dashed #eeeeee}.order-detail__goods-img{width:72px;height:72px;border-radius:4px;overflow:hidden;flex-shrink:0}.order-detail__goods-img img{width:100%;height:100%;object-fit:cover}.order-detail__goods-info{flex:1;min-width:0}.order-detail__goods-name{font-size:12px;color:#333;margin-bottom:4px}.order-detail__goods-code{font-size:12px;color:#999;margin-bottom:6px}.order-detail__goods-bottom{display:flex;justify-content:space-between;align-items:center}.order-detail__goods-qty{color:#999;font-size:12px}.order-detail__info{background-color:#fff;padding:12px 16px;margin-bottom:12px}.order-detail__info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #eeeeee;font-size:12px}.order-detail__info-row span:first-child{color:#999}.order-detail__info-row span:last-child{color:#333}.order-detail__info-row--total{border-bottom:none;font-size:16px;font-weight:600}.order-detail__actions{padding:16px;background-color:#fff}.user{background-color:#f5f5f5}.user__header{display:flex;align-items:center;gap:16px;padding:24px 16px;background:linear-gradient(135deg,#1890ff,#40a9ff);color:#fff}.user__avatar{width:60px;height:60px;border-radius:50%;background-color:#ffffff4d;display:flex;align-items:center;justify-content:center;overflow:hidden}.user__avatar span{font-size:32px}.user__avatar img{width:100%;height:100%;object-fit:cover}.user__name{font-size:20px;font-weight:600}.user__phone{font-size:12px;opacity:.8;margin-top:4px}.user__order-shortcut{background-color:#fff;margin-top:12px;padding:12px 16px}.user__order-all{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;padding-bottom:12px;border-bottom:1px solid #eeeeee}.user__order-icons{display:flex;justify-content:space-around;padding-top:12px}.user__order-icon-item{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:#666}.user__menu{background-color:#fff;margin-top:12px}.user__menu-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eeeeee}.user__menu-item:last-child{border-bottom:none}.user__menu-left{display:flex;align-items:center;gap:12px;font-size:14px;color:#333}.user__menu-icon{font-size:20px}.user__arrow{color:#999;font-size:20px}.address-list{background-color:#f5f5f5}.address-list__nav{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff;border-bottom:1px solid #eeeeee;position:sticky;top:0;z-index:100}.address-list__nav span:first-child{cursor:pointer}.address-list__nav-add{color:#1890ff;font-size:14px}.address-list__items{padding:8px}.address-list__item{background-color:#fff;border-radius:8px;margin-bottom:8px;padding:16px}.address-list__item-content{margin-bottom:8px}.address-list__item-header{display:flex;align-items:center;gap:12px;margin-bottom:6px}.address-list__item-name{font-weight:600;font-size:16px}.address-list__item-phone{color:#666;font-size:14px}.address-list__item-tag{font-size:11px;color:#1890ff;background-color:#e6f7ff;padding:1px 6px;border-radius:2px}.address-list__item-addr{font-size:12px;color:#666;line-height:1.4}.address-list__item-actions{display:flex;justify-content:flex-end;gap:16px;padding-top:8px;border-top:1px dashed #eeeeee}.address-list__action{font-size:12px;color:#1890ff}.address-list__action--danger{color:#ff4d4f}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#333;background-color:#f5f5f5;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{max-width:750px;margin:0 auto;min-height:100vh;background-color:#fff;position:relative}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}input,button,textarea{font-family:inherit;font-size:inherit;border:none;outline:none;background:none}button{cursor:pointer}.price{color:#ff4d4f;font-weight:600}.price:before{content:"¥";font-size:.85em;margin-right:1px}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.page-container{padding-bottom:60px}.page-container--no-tab{padding-bottom:20px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999;font-size:14px}.empty-state .empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.loading-state{display:flex;align-items:center;justify-content:center;padding:40px;color:#999}.product-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e8e8,#f5f5f5);display:flex;align-items:center;justify-content:center;color:#999;font-size:24px;font-weight:600;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:4px;font-size:14px;transition:opacity .2s}.btn:active{opacity:.7}.btn--primary{background-color:#1890ff;color:#fff}.btn--danger{background-color:#ff4d4f;color:#fff}.btn--block{display:flex;width:100%}.btn--disabled{opacity:.5;pointer-events:none}
