.send-page {
  min-height: 100vh;
  padding-bottom: calc(1.56rem + env(safe-area-inset-bottom));
  background: #f2f3f8;
}

.send-scroll {
  min-height: calc(100vh - 1.56rem - env(safe-area-inset-bottom));
  padding: 0.24rem 0.2rem 3rem;
}

.send-address-card,
.send-form-card,
.send-pay-card {
  width: 7.1rem;
  margin: 0 auto;
  border-radius: 0.16rem;
  background: #ffffff;
}

.send-address-card {
  position: relative;
  height: 3.28rem;
  padding: 0.4rem;
}

.send-address-card.filled {
  height: 3.64rem;
}

.send-address-line {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 0.82rem;
  padding-left: 0.68rem;
}

.send-address-line.receiver {
  margin-top: 0.84rem;
}

.send-address-card.filled .send-address-line.receiver {
  margin-top: 0.44rem;
}

.send-address-left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  max-width: 4.62rem;
}

.send-badge {
  position: absolute;
  left: 0.4rem;
  display: flex;
  width: 0.48rem;
  height: 0.48rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.send-badge.sender {
  top: 0.4rem;
  background: #000000;
}

.send-badge.receiver {
  top: 2.06rem;
  background: #409eff;
}

.send-address-card.filled .send-badge.receiver {
  top: 2.06rem;
}

.send-address-info {
  min-width: 0;
}

.send-address-title {
  display: block;
  color: #000000;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.send-address-placeholder {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.12rem;
  color: #898888;
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.send-address-book-wrap {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 1.36rem;
  height: 0.82rem;
  align-items: center;
  justify-content: flex-end;
}

.send-address-book-wrap::before {
  content: "";
  position: absolute;
  top: 0.21rem;
  left: 0.2rem;
  width: 0.01rem;
  height: 0.4rem;
  background: #d8d8d8;
}

.send-address-book {
  display: flex;
  width: 0.96rem;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #e4f1ff;
  color: #409eff;
  font-size: 0.24rem;
  font-weight: 500;
}

.send-address-divider {
  position: absolute;
  top: 1.62rem;
  right: 0.4rem;
  left: 1.06rem;
  height: 0.01rem;
  background: #e8e8e8;
}

.send-address-dash {
  position: absolute;
  left: 0.63rem;
  width: 0.02rem;
  background: repeating-linear-gradient(
    to bottom,
    #c9c9c9 0,
    #c9c9c9 0.06rem,
    transparent 0.06rem,
    transparent 0.14rem
  );
}

.send-address-dash.dash-top {
  top: 0.96rem;
  height: 0.27rem;
}

.send-address-dash.dash-bottom {
  top: 1.82rem;
  height: 0.27rem;
}

.send-swap {
  position: absolute;
  top: 1.26rem;
  left: 0.4rem;
  display: flex;
  width: 0.48rem;
  height: 0.48rem;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #e4e4e4;
  border-radius: 50%;
  background: #ffffff;
}

.send-swap-icon {
  width: 0.27rem;
  height: 0.24rem;
}

.send-form-card {
  height: 3.48rem;
  margin-top: 0.24rem;
  padding: 0.24rem 0.35rem;
}

.send-pay-card {
  margin-top: 0.24rem;
  padding: 0.24rem 0.35rem;
}

.send-row {
  display: flex;
  width: 100%;
  min-height: 1rem;
  align-items: center;
  justify-content: space-between;
  border-top: 0.01rem solid #eef0f5;
}

.send-row:first-child {
  border-top: 0;
}

.send-label-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}

.send-label {
  color: #000000;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.send-time-tag,
.send-required-tag {
  display: inline-flex;
  height: 0.29rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.14rem;
  padding: 0 0.16rem;
  border-radius: 0.15rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
}

.send-time-tag {
  background: #fffbd9;
  color: #ff7607;
}

.send-required-tag {
  border: 0.01rem solid #ff4b4b;
  color: #ff4b4b;
}

.send-value-group {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: 0.24rem;
}

.send-value {
  color: #898888;
  font-size: 0.28rem;
  line-height: 0.36rem;
}

.send-value.dark {
  color: #000000;
}

.send-goods-value-group {
  align-items: center;
}

.send-goods-summary {
  display: flex;
  max-width: 3.1rem;
  min-width: 0;
  flex-direction: column;
  color: #000000;
  font-size: 0.28rem;
  line-height: 0.36rem;
  text-align: right;
}

.send-goods-name,
.send-goods-detail {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.send-arrow {
  margin-left: 0.22rem;
  color: #898888;
  font-size: 0.52rem;
  font-weight: 300;
  line-height: 0.44rem;
}

.send-goods-arrow {
  display: flex;
  width: 0.64rem;
  height: 0.64rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 0.64rem;
  margin-left: 0;
}

.send-pay-icon {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.2rem;
}

.send-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: flex;
  width: 7.5rem;
  min-height: calc(1.56rem + env(safe-area-inset-bottom));
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.22rem 0.16rem calc(0.12rem + env(safe-area-inset-bottom));
  background: #ffffff;
}

.send-price-area {
  width: 4.3rem;
  min-width: 0;
}

.send-price-line,
.send-detail,
.send-agreement {
  display: flex;
  align-items: center;
}

.send-price-label {
  color: #000000;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.48rem;
}

.send-price {
  margin-left: 0.24rem;
  color: #ea4d00;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 0.48rem;
}

.send-old-price {
  margin-left: 0;
  color: #929292;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.36rem;
}

.send-detail {
  position: relative;
  height: 0.4rem;
  margin-left: 0.08rem;
  padding-left: 0.16rem;
  color: #ea4d00;
  font-size: 0.26rem;
  line-height: 0.48rem;
}

.send-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.01rem;
  height: 0.4rem;
  background: #d8d8d8;
}

.send-detail-caret {
  margin-left: 0.04rem;
  font-size: 0.2rem;
  line-height: 0.48rem;
}

.send-agreement {
  margin-top: 0.02rem;
  color: #929292;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.send-agreement-text {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #929292;
  white-space: nowrap;
}

.send-agreement-link {
  color: #1683ff;
}

.send-submit {
  display: flex;
  width: 2.6rem;
  height: 0.88rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.44rem;
  background: #2678ff;
  color: #ffffff;
  font-size: 0.32rem;
}

.service-agreement-mask {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.78);
}

.service-agreement-panel {
  position: relative;
  display: flex;
  width: 7.5rem;
  height: 14.6rem;
  max-height: calc(100vh - 0.24rem);
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.16rem 0.16rem 0 0;
  background: #ffffff;
}

.service-agreement-header {
  position: relative;
  flex: 0 0 1.1rem;
}

.service-agreement-header h2 {
  margin: 0;
  padding-top: 0.32rem;
  color: #333333;
  font-size: 0.30rem;
  font-weight: 600;
  line-height: 0.48rem;
  text-align: center;
}

.service-agreement-close {
  position: absolute;
  top: 0.24rem;
  right: 0.32rem;
  width: 0.6rem;
  height: 0.6rem;
  color: #929292;
  font-size: 0.56rem;
  font-weight: 300;
  line-height: 0.56rem;
  text-align: center;
}

.service-agreement-body {
  display: flex;
  min-height: 0;
  flex: 1;
  padding-bottom: 1.62rem;
}

.service-agreement-tabs {
  flex: 0 0 2.18rem;
  background: #f2f3f5;
}

.service-agreement-tab {
  position: relative;
  display: flex;
  width: 100%;
  height: 0.98rem;
  align-items: center;
  padding-left: 0.27rem;
  color: #333333;
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.service-agreement-tab.active {
  background: #ffffff;
  color: var(--button-blue);
}

.service-agreement-tab.active::before {
  content: "";
  position: absolute;
  top: 0.26rem;
  left: 0;
  width: 0.05rem;
  height: 0.34rem;
  border-radius: 0.03rem;
  background: var(--button-blue);
}

.service-agreement-content {
  min-width: 0;
  flex: 1;
  padding: 0 0.3rem 0.2rem 0.2rem;
  overflow-y: auto;
  color: #333333;
  font-size: 0.24rem;
}

.service-agreement-content h3 {
  margin: 0 0 0.4rem;
  color: #000000;
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 0.44rem;
  text-align: center;
}

.service-agreement-date {
  margin: 0 0 0.44rem;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.service-agreement-content p {
  margin: 0 0 0 0;
}

.privacy-statement-content p {
  line-height: 0.4rem;
  text-align: justify;
}

.service-agreement-content strong {
  color: #000000;
  font-weight: 600;
}

.service-history-button {
  display: flex;
  width: 4.92rem;
  height: 0.6rem;
  align-items: center;
  justify-content: center;
  margin: 0.24rem 0 0;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.08);
  color: #929292;
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.service-history-button span {
  margin-left: 0.12rem;
  font-size: 0.42rem;
  line-height: 0.36rem;
}

.service-agreement-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.22rem 0.28rem 0.42rem;
  background: #ffffff;
}

.service-agreement-confirm {
  display: flex;
  width: 100%;
  height: 0.88rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.44rem;
  background: var(--button-blue);
  color: #ffffff;
  font-size: 0.30rem;
  line-height: 0.44rem;
  text-align: center;
}

.pickup-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.78);
}

.pickup-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 8.82rem;
  background: #ffffff;
  border-radius: 0.16rem 0.16rem 0 0;
}

.pickup-title {
  position: absolute;
  top: 0.46rem;
  left: 0.4rem;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.44rem;
}

.pickup-close {
  position: absolute;
  top: 0.34rem;
  right: 0.48rem;
  width: 0.8rem;
  height: 0.8rem;
  color: #929292;
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 0.72rem;
  text-align: center;
}

.pickup-content {
  position: absolute;
  top: 1.48rem;
  right: 0.42rem;
  bottom: 0;
  left: 0.28rem;
  display: flex;
  align-items: flex-start;
}

.pickup-days {
  width: 3rem;
  min-height: 7.34rem;
  background: #f1f4ff;
}

.pickup-day {
  display: flex;
  width: 3rem;
  height: 1.12rem;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 0.32rem;
  line-height: 0.44rem;
}

.pickup-day.active {
  background: #ffffff;
}

.pickup-times {
  width: 3.8rem;
  height: 7.34rem;
  overflow-y: auto;
  background: #ffffff;
}

.pickup-time {
  position: relative;
  display: flex;
  width: 3.8rem;
  height: 0.9rem;
  align-items: center;
  padding-left: 0.4rem;
  color: #000000;
  font-size: 0.32rem;
  line-height: 0.44rem;
}

.pickup-time.active {
  color: #0068ea;
}

.pickup-check {
  position: absolute;
  top: 0.25rem;
  right: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
}

@media (min-width: 750px) {
  .send-footer,
  .pickup-panel {
    right: auto;
    left: 50%;
    width: 750px;
    transform: translateX(-50%);
  }
}
