.orders-page {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding-bottom: calc(1.48rem + env(safe-area-inset-bottom));
}

.orders-list {
  height: calc(100vh - 1.48rem - env(safe-area-inset-bottom));
  overflow-y: auto;
  padding: 0.12rem 0.2rem 2.1rem;
}

.order-card {
  position: relative;
  width: 7.1rem;
  margin-top: 0.24rem;
  overflow: hidden;
  border-radius: 0.16rem;
  background: linear-gradient(90deg, #1983fe 0%, #79b6ff 100%);
  padding-top: 0.2rem;
}

.mail-row,
.order-code-row,
.route-row,
.status-block,
.action-row,
.send-fab,
.tabbar,
.tab {
  display: flex;
  align-items: center;
}

.mail-row {
  width: 6.7rem;
  min-width: 0;
  height: 0.4rem;
  margin: 0 0.2rem;
}

.express-tags {
  display: flex;
  width: 2.7043rem;
  height: 0.4216rem;
  align-items: center;
  gap: 0.09rem;
  margin: 0.08rem 0 0.12rem 0.2rem;
  border-radius: 0.06rem;
  background: #e0f2fe;
}

.express-logo {
  object-fit: contain;
  flex: 0 0 auto;
}

.china-post-logo {
  width: 1.1672rem;
  height: 0.3016rem;
}

.ems-logo {
  width: 0.877rem;
  height: 0.2705rem;
}

.express-type {
  color: #4ca4ed;
  font-size: 0.2295rem;
  font-weight: 500;
  line-height: 0.29rem;
}

.service-tag {
  display: flex;
  width: 0.44rem;
  height: 0.3rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  border-radius: 0.06rem;
  background: #fe9100;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  text-shadow: 0.01rem 0.01rem 0.01rem #ff6700;
}

.mail-no {
  color: #ffffff;
  flex-shrink: 0;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.mail-date {
  margin-left: auto;
  color: #ffffff;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.copy-button {
  display: flex;
  width: 0.4rem;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.04rem;
}

.copy-icon {
  width: 0.4rem;
  height: 0.4rem;
}

.mail-row .copy-icon {
  filter: brightness(0) invert(1);
}

.copy-icon.small {
  width: 0.32rem;
  height: 0.32rem;
}

.order-body {
  width: 7.1rem;
  margin-top: 0.1rem;
  padding: 0.24rem 0.2rem;
  border-radius: 0.16rem;
  background: #ffffff;
}

.order-code-row {
  width: 6.7rem;
  height: 0.4rem;
  min-width: 0;
  padding-left: 0.1rem;
}

.order-code {
  color: #898888;
  flex-shrink: 0;
  font-size: 0.24rem;
  line-height: 0.36rem;
  white-space: nowrap;
}

.order-code-copy {
  width: 0.34rem;
  height: 0.34rem;
}

.waybill-strip {
  width: 2rem;
  height: 0.2rem;
  margin-top: 0.2rem;
}

.route-row {
  position: relative;
  width: 6.7rem;
  height: 1.08rem;
  justify-content: space-between;
  margin-top: 0.16rem;
  padding: 0.1rem 0.2rem;
}

.route-main {
  display: flex;
  width: 5.1rem;
  height: 0.88rem;
  align-items: center;
  justify-content: space-between;
}

.city-block {
  display: flex;
  width: 1.02rem;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.city-name {
  max-width: 1.02rem;
  overflow: hidden;
  color: #000000;
  font-size: 0.34rem;
  font-weight: 600;
  line-height: 0.36rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.person-name {
  margin-top: 0.1rem;
  color: #898888;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.status-block {
  width: 0.96rem;
  min-height: 0.88rem;
  flex-direction: column;
  align-items: center;
  color: #898888;
}

.status-image {
  width: 0.4rem;
  height: 0.4rem;
}

.status-icon {
  position: relative;
  width: 0.32rem;
  height: 0.24rem;
  color: #898888;
}

.status-icon.waiting::before,
.status-icon.signed::before {
  position: absolute;
  top: 0.12rem;
  left: 0.04rem;
  width: 0.22rem;
  height: 0.03rem;
  border-radius: 0.04rem;
  background: currentColor;
  content: "";
}

.status-icon.waiting::after,
.status-icon.signed::after {
  position: absolute;
  top: 0.07rem;
  right: 0.03rem;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.03rem solid currentColor;
  border-right: 0.03rem solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.status-icon.canceled::before,
.status-icon.canceled::after {
  position: absolute;
  top: 0.03rem;
  left: 0.14rem;
  width: 0.03rem;
  height: 0.26rem;
  border-radius: 0.03rem;
  background: currentColor;
  content: "";
}

.status-icon.canceled::before {
  transform: rotate(45deg);
}

.status-icon.canceled::after {
  transform: rotate(-45deg);
}

.status-text {
  margin-top: 0.04rem;
  color: #000000;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.status-block.waiting,
.status-block.transporting {
  color: #0068ea;
}

.route-caret {
  position: absolute;
  top: 0.34rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 300;
  line-height: 0.4rem;
}

.notice-row {
  min-height: 0.72rem;
  margin-top: 0.2rem;
  padding: 0.18rem 0.28rem;
  border-radius: 0.08rem;
  background: #f0f2ff;
  color: #898888;
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.card-divider {
  height: 0.01rem;
  margin-top: 0.16rem;
  background: #e8e8e8;
}

.action-row {
  width: 6.7rem;
  height: 0.64rem;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 0.16rem;
  margin-left: auto;
}

.order-action {
  display: flex;
  min-width: 1.56rem;
  height: 0.64rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  border: 0.03rem solid #dce4ff;
  border-radius: 0.32rem;
  background: #eff3ff;
  color: #2678ff;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.44rem;
  text-align: center;
}

.order-action.with-gap {
  margin-left: 0.24rem;
}

.send-fab {
  position: fixed;
  bottom: calc(1.98rem + env(safe-area-inset-bottom));
  left: calc(50% - 3.35rem);
  z-index: 12;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.56rem;
}

.send-fab-icon {
  width: 1.48rem;
  height: 1.48rem;
}

.send-fab-icon img {
  width: 1.48rem;
  height: 1.48rem;
}
