.order-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.order-card__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.order-card__header-left{display:flex;flex-direction:column;gap:4px}.order-card__header-right{display:flex;align-items:center}.order-card__order-id{font-size:14px;font-weight:500;color:#333}.order-card__time{font-size:12px;color:#999}.order-card__products{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.order-card__product{display:flex;gap:12px;padding:12px;background:#fafafa;border-radius:6px;text-decoration:none;transition:background .2s}.order-card__product:hover{background:#f5f5f5}.order-card__product-image{flex-shrink:0}.order-card__product-info{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.order-card__product-name{font-size:14px;color:#333;line-height:1.5;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.order-card__product-attr{font-size:12px;color:#999;margin-bottom:8px}.order-card__product-price{display:flex;align-items:baseline;gap:4px;font-size:14px;color:#d40032}.order-card__product-price-symbol{font-size:12px}.order-card__product-price-value{font-size:16px;font-weight:600}.order-card__product-price-num{margin-left:auto;font-size:12px;color:#999}.order-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0}.order-card__footer-left{display:flex;align-items:baseline;gap:4px}.order-card__footer-right{display:flex;gap:8px}.order-card__total-text{font-size:14px;color:#666}.order-card__total-price{display:flex;align-items:baseline;gap:2px;color:#d40032;font-weight:600}.order-card__total-price-symbol{font-size:14px}.order-card__total-price-value{font-size:20px}.order-list-page{min-height:calc(100vh - 200px);padding:20px 0}.order-list-page__header{margin-bottom:20px}.order-list-page__header h1{font-size:24px;font-weight:600;color:#333;margin:0}.order-list-page__tabs .ant-tabs-tab{font-size:16px;padding:12px 20px}.order-list-page__content{padding:20px 0}.order-list-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.order-list-page__list{display:flex;flex-direction:column;gap:16px}