
* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 37.5px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; color: #333; background: #e9edf2; -webkit-font-smoothing: antialiased;
}
.app { max-width: 480px; margin: 0 auto; min-height: 100vh; background: #fafafa; overflow-x: hidden; }
.goods-tabs { width: 100%; background: #fff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #eee; }
.goods-tabs__list { height: 50px; display: flex; align-items: center; justify-content: center; }
.goods-tabs__item { font-size: 18px; color: #999; margin: 0 12px; cursor: pointer; position: relative; padding-bottom: 8px; }
.goods-tabs__item.is-active { color: #000; font-weight: 700; }
.goods-tabs__item.is-active::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 36px; height: 3px; background: #fa5d28; border-radius: 2px;
}
.status-tabs { display: flex; background: #fff; font-size: 14px; color: #666; }
.status-tabs__item { padding: 0.32rem 0.45333rem 0.13333rem; position: relative; cursor: pointer; }
.status-tabs__item i {
  font-style: normal; font-size: 0.32rem; transform: scale(0.75); color: #fff; background: #ef4949;
  border-radius: 0.37333rem; position: absolute; padding: 0.02667rem 0.08rem; top: 0.05333rem; right: 0.08rem;
}
.status-tabs__item.is-active { color: #ff6100; }
.status-tabs__item.is-active::after {
  content: ""; margin: 0.08rem auto 0; display: block;
  width: 0.42667rem; height: 0.08rem; border-radius: 0.05333rem; background-color: #fa5d28;
}
.child-tabs { display: flex; background: #fff; border-top: 1px solid #eee; padding: 0.26667rem; }
.child-tabs__item {
  height: 0.74667rem; line-height: 0.74667rem; text-align: center; background: #e7e7e7;
  border-radius: 0.42667rem; margin-right: 0.32rem; font-size: 0.37333rem; padding: 0 0.32rem;
  color: #666; cursor: pointer;
}
.child-tabs__item.is-active { color: #fff; background: #FF620A; }
.filter-bar {
  display: flex; justify-content: flex-end; align-items: center; gap: 0.08rem;
  padding: 0.32rem 0.53333rem 0; background: #fafafa; color: #666; font-size: 14px;
}
.list { padding: 0 0.32rem 0.64rem; background: #fafafa; }

.card {
  box-shadow: 0.05333rem 0.05333rem 0.10667rem 0 rgba(241,241,241,0.7), -0.05333rem 0 0.10667rem 0 rgba(241,241,241,0.65);
  border-radius: 0.32rem; padding: 0.32rem 0.26667rem; margin-top: 0.21333rem; background: #fff;
}
.card__title { display: flex; justify-content: space-between; gap: 8px; font-size: 0.42667rem; color: #030303; margin-bottom: 0.21333rem; }
.card__status { color: #FF620A; flex-shrink: 0; font-size: 0.37333rem; }
.card__status.is-fail { color: #999; }
.card__mode {
  display: inline-block; margin-bottom: 0.21333rem; padding: 0 0.16rem; height: 0.48rem; line-height: 0.48rem;
  background: #FFF0E6; color: #FB6E0F; border-radius: 0.08rem; font-size: 0.32rem;
}
.card__box { display: flex; flex-wrap: wrap; }
.card__row { width: calc(50% - 0.13333rem); margin-right: 0.26667rem; line-height: 0.69333rem; color: #666; font-size: 0.37333rem; }
.card__row:nth-child(2n) { margin-right: 0; }
.card__row--full { width: 100%; margin-right: 0; }
.card__val { color: #333; }
.card__unit { color: #FF620A; font-style: normal; }
.card__time { width: 100%; margin-top: 0.08rem; color: #999; font-size: 0.34667rem; }
.child-tabs__item { text-decoration: none; display: inline-block; }
.card__status.is-pending { color: #FF8618; }
.card__status.is-partial { color: #E6A700; }
.card__note {
  width: 100%; margin-top: 0.16rem; padding: 0.16rem 0.21333rem;
  background: #FFF8F2; border-radius: 0.10667rem; color: #B85A1A;
  font-size: 0.34667rem; line-height: 1.4;
}
.card__links {
  width: 100%; margin-top: 0.21333rem; display: flex; flex-wrap: wrap; gap: 0.32rem;
}
.card__links a {
  color: #468DF1; font-size: 0.37333rem; text-decoration: none;
}
