.order-page {
  min-height: 100vh;
  padding-bottom: 1rem;
  background: #f5f5f5;
}
.order-page a {
  color: inherit;
}
.order-page a:hover {
  text-decoration: none;
}
.order-page .tabs-page {
  display: flex;
  align-items: center;
  height: 4rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 9;
}
.order-page .tabs-page .tabs-item {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 2rem;
  color: #1f1f1f;
  height: 1.5rem;
  position: relative;
}
.order-page .tabs-page .tabs-item:nth-last-of-type(1) {
  margin-right: 0;
}
.order-page .tabs-page .tabs-item:hover {
  cursor: pointer;
}
.order-page .tabs-page .tabs-item .tabs-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  height: 2px;
  background: #ff468c;
}
.order-page .tabs-page .tabs-actived {
  font-weight: 700 !important;
  color: #ff468c !important;
}
.order-page .order-container {
  gap: 1rem;
}

.order-mch-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.order-mch-item__mch {
  gap: 0 0.625rem;
}
.order-mch-item__mch__logo {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.order-mch-item__goods {
  width: 100%;
  gap: 1rem;
  margin-top: 0.625rem;
}
.order-mch-item__goods__pic {
  width: 5rem;
  height: 5rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.order-mch-item__goods__info {
  flex: 5;
  min-height: 5rem;
  justify-content: space-between;
}
.order-mch-item__goods__num {
  flex: 1;
}

.more-mask {
  width: 100%;
  text-align: center;
  position: relative;
}
.more-mask::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5rem;
  height: 5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.4), #fff);
}

.btn-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1rem;
  gap: 0.625rem;
}

.tag-shop-common {
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0 0.625rem;
  border-radius: 0.25rem;
}
.tag-shop-common img {
  width: 0.75rem;
  height: 0.75rem;
}

.invoice-tag-enable {
  background: #fff0f5;
  color: #ff468c;
}

.invoice-tag-disable {
  background: #f5f5f7;
  color: #999999;
}

.mch-youzhi {
  background: #FF75A8;
  color: #fff;
}

.new-goods-tag {
  background: #65a30d;
  color: #fff;
}

.brand-tag {
  background: linear-gradient(to left, #f70a63, #ff468c);
  color: #fff;
}

.manzeng {
  background: #ff468c;
  color: #fff;
}

.code-image-cu {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.code-pop-page {
  position: fixed;
  z-index: 10;
  left: calc((100vw - 362px) / 2);
  top: calc((100vh - 362px) / 2);
  width: 362px;
  height: 362px;
  padding: 16px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 4px #9f9c9c;
  justify-content: space-between;
  align-items: center;
}
.code-pop-page__title {
  width: 100%;
  text-align: center;
  font-size: 16px;
}/*# sourceMappingURL=order.css.map */