/* 珲达物流 · 运单跟踪（顺丰风格时间轴） */
.hd-track { position: relative; padding: 4px 0 8px 4px; }
.hd-track-title {
  font-size: 15px; font-weight: 800; color: #e1251b;
  border-left: 3px solid #e1251b; padding: 0 0 0 8px; margin: 0 0 18px;
  letter-spacing: .5px;
}
.hd-track-list { position: relative; padding-left: 22px; }
.hd-track-item { position: relative; padding: 0 0 20px 6px; }
.hd-track-item:last-child { padding-bottom: 2px; }
.hd-track-item::before {
  content: ""; position: absolute; left: -18px; top: 12px; bottom: -8px;
  width: 1px; background: #ebebeb;
}
.hd-track-item:last-child::before { display: none; }
.hd-dot {
  position: absolute; left: -23px; top: 6px; z-index: 1;
  width: 9px; height: 9px; border-radius: 50%;
  background: #d0d0d0; border: 2px solid #fff; box-shadow: 0 0 0 1px #ddd;
}
.hd-track-item.is-now .hd-dot {
  width: 11px; height: 11px; left: -24px; top: 5px;
  background: #e1251b; box-shadow: 0 0 0 3px #fde8e8;
}
.hd-st { font-size: 15px; font-weight: 700; color: #222; line-height: 1.3; }
.hd-track-item.is-now .hd-st { color: #e1251b; }
.hd-tm { font-size: 12px; color: #999; margin: 5px 0 6px; }
.hd-nt { font-size: 13px; color: #666; line-height: 1.75; }
.hd-nt em { font-style: normal; color: #333; font-weight: 600; }
.hd-route { font-size: 12px; color: #64748b; margin: 0 0 14px; line-height: 1.6; }
