/* ===== 地址 ===== */
.address {
  position: relative;
  width: 86%;
  padding: 4% 10% 4% 4%;
  background: white;
  display: flex;
  align-items: center;
}

.address-head {
  overflow: hidden;
  color: #333;
  display: flex;
  align-items: center;
}

.address-head .address-receiver {
  float: left;
  font-size: 4.267vw; /* 32rpx */
  font-weight: bold;
}

.address-head .address-phone {
  font-size: 3.733vw; /* 28rpx */
  color: #666666;
  margin-left: 4.267vw; /* 32rpx */
}

.address-detail {
  font-size: 3.2vw; /* 24rpx */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 2.667vw; /* 20rpx */
  color: #333;
}

.address .next {
  width: 1.6vw; /* 12rpx */
  height: 2.933vw; /* 22rpx */
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -0.8vw; /* -6rpx */
}

.address .bottom {
  width: 100%;
  height: 1.333vw; /* 10rpx */
  position: absolute;
  bottom: 0;
  left: 0;
}

.no-address {
  width: 100%;
  height: 20.8vw; /* 156rpx */
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-address > img {
  width: 5.867vw; /* 44rpx */
  height: 5.867vw; /* 44rpx */
}

.no-address > view {
  font-size: 3.733vw; /* 28rpx */
  color: #8a8a8a;
  margin-left: 2.667vw; /* 20rpx */
}

.wrap .bottom {
  width: 100%;
  height: 1.333vw; /* 10rpx */
  display: block;
}

/* ===== 兑换商品 ===== */
.z_shouhuo {
  width: 100%;
  box-sizing: border-box;
  padding: 4.267vw; /* 32rpx */
  display: flex;
  flex-direction: column;
}
.z_shouhuo .title {
  font-weight: 600;
  font-size: 4.267vw; /* 32rpx */
  color: #000000;
  margin-bottom: 3.2vw; /* 24rpx */
}
.z_shouhuo .desc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.733vw; /* 28rpx */
}
.z_shouhuo .desc img {
  width: 21.867vw; /* 164rpx */
  height: 21.333vw; /* 160rpx */
  border-radius: 1.067vw; /* 8rpx */
  margin-right: 2.133vw; /* 16rpx */
  object-fit: cover;
  flex-shrink: 0;
}
.z_shouhuo .desc .txt {
  flex: 1;
  min-width: 0;
  font-size: 3.733vw; /* 28rpx */
  color: #333333;
}
.z_shouhuo .desc .txt > div {
  margin-bottom: 2.133vw; /* 16rpx */
}
.z_shouhuo .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.467vw; /* 26rpx */
  font-size: 3.733vw; /* 28rpx */
  color: #333333;
}
.z_shouhuo .tit .a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 21.333vw; /* 160rpx */
  height: 6.4vw; /* 48rpx */
  border-radius: 162.933vw; /* 1222rpx */
  border: 0.267vw solid #9775FA; /* 2rpx */
  font-size: 3.2vw; /* 24rpx */
  color: #9775FA;
  cursor: pointer;
}

/* ===== 物流信息 ===== */
.logistics-con {
  display: flex;
  flex-direction: column;
}

.logistics-star {
  width: 94.667vw; /* 710rpx */
  padding: 4vw 0; /* 30rpx */
  padding-bottom: 0;
  margin: 0 auto 2.667vw; /* 20rpx */
  background: white;
  border-radius: 1.333vw; /* 10rpx */
  box-shadow: 0 0 1.333vw 0 rgba(0, 0, 0, 0.1);
}

.logistics-star .address {
  display: flex;
}
.logistics-star .address .icon {
  width: 15.2vw; /* 114rpx */
  flex-shrink: 0;
}
.logistics-star .address .address-info text {
  position: absolute;
  left: -3.333vw; /* -25rpx */
  top: 0;
  width: 6.8vw; /* 51rpx */
  height: 6.8vw; /* 51rpx */
  border-radius: 50%;
  font-size: 3.733vw; /* 28rpx */
  color: #fff;
  text-align: center;
  line-height: 6.8vw; /* 51rpx */
  display: block;
}
.logistics-star .address .add-info {
  font-size: 3.467vw; /* 26rpx */
  color: #868686;
  margin-left: 4.533vw; /* 34rpx */
  flex: 1;
}

.logistics-star .logistics-company {
  font-size: 3.467vw; /* 26rpx */
  color: #bbb;
  margin-left: 4vw; /* 30rpx */
}

.logistics-star .star-level {
  display: flex;
  align-items: center;
  margin: 5.333vw 0 5.333vw 4vw; /* 40rpx 0 40rpx 30rpx */
}

.logistics-star .star-level > img {
  width: 12vw; /* 90rpx */
  height: 12vw; /* 90rpx */
}

.logistics-star .star-level > view {
  display: flex;
  align-items: center;
  margin-left: 5.867vw; /* 44rpx */
}

.logistics-star .star-level > view img {
  width: 7.2vw; /* 54rpx */
  height: 7.2vw; /* 54rpx */
  margin-right: 3.733vw; /* 28rpx */
}

.logistics-star .express-num {
  font-size: 3.467vw; /* 26rpx */
  line-height: 8.267vw; /* 62rpx */
  padding-left: 4.533vw; /* 34rpx */
  background: #fafafa;
}

/* ===== 物流列表 ===== */
.logistics-info {
  color: #b8b8b8;
  display: flex;
  align-items: center;
}

.logistics-info .date-left {
  float: left;
  width: 15.2vw; /* 114rpx */
  padding: 2.667vw 0; /* 20rpx */
  transform: translate(0, -6.667vw); /* -50rpx */
}

.date-day {
  font-size: 3.2vw; /* 24rpx */
  text-align: center;
}

.date-time {
  font-size: 2.667vw; /* 20rpx */
  text-align: center;
}

.address-info {
  position: relative;
  float: left;
  width: 73.333vw; /* 550rpx */
  font-size: 3.733vw; /* 28rpx */
  border-left: 0.267vw solid #dadada; /* 2rpx */
}

.logistics-info:first-child {
  color: #333;
}

.address .address-info {
  border-left: 0.267vw dashed #b8b8b8;
}

.logistics-info:last-child .address-info {
  border: none;
}

.logistics-info:first-child .date-day {
  font-size: 3.733vw; /* 28rpx */
}

.logistics-info:last-child .address-info::after {
  width: 0.133vw; /* 1rpx */
  height: 50%;
  position: absolute;
  bottom: 0;
  content: '';
  left: -0.133vw;
  background: white;
}

.address-info .circle {
  width: 2.133vw; /* 16rpx */
  height: 2.133vw; /* 16rpx */
  border-radius: 50%;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  top: 1.067vw; /* 8rpx */
  margin-top: -1.067vw;
  margin-left: -1.067vw;
  z-index: 3;
}

.logistics-info:first-child .address-info .circle {
  background: #9775FA;
}

.address-info .detail {
  margin-left: 4.533vw; /* 34rpx */
  padding: 2.667vw 0; /* 20rpx */
  min-height: 13.333vw; /* 100rpx */
}

.address-info .detail > div {
  transform: translate(0, -4.533vw); /* -34rpx */
}

.address .address-info .detail > div {
  transform: translate(0, -1.867vw); /* -14rpx */
  color: #808080;
}

.empty-view {
  height: 50vh;
  padding-bottom: 22.667vw; /* 170rpx */
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-view > div {
  text-align: center;
}
.empty-view > div img {
  width: 30vw;
  height: 30vw;
  display: block;
  margin: 0 auto 4vw;
}
.empty-view > div span {
  font-size: 4vw;
  color: #ccc;
}