.logisticsDetail[data-v-9dfac1f4] {
  height: 100vh;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
}
.logisticsDetail .main-box[data-v-9dfac1f4] {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 32vw;
}
.logisticsDetail .main-box .logistics-item[data-v-9dfac1f4] {
  margin: 2.666667vw 3.2vw 0;
  background-color: #fff;
  border-radius: 2.666667vw;
  padding: 3.2vw;
  display: flex;
  flex-wrap: nowrap;
}
.logisticsDetail .main-box .logistics-item .logo-img[data-v-9dfac1f4] {
  height: 18.666667vw;
  border-radius: 1.066667vw;
  margin-right: 2.666667vw;
}
.logisticsDetail .main-box .logistics-item .logo-img[data-v-9dfac1f4] .van-image {
  width: 18.666667vw;
  height: 18.666667vw;
  overflow: hidden;
  border-radius: 1.066667vw;
}
.logisticsDetail .main-box .logistics-item .item-info[data-v-9dfac1f4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 3.2vw;
  color: #999;
}
.logisticsDetail .main-box .logistics-item .item-info .name[data-v-9dfac1f4] {
  font-weight: bold;
  font-size: 4vw;
  line-height: 5.6vw;
  color: #333;
  margin-bottom: 2.666667vw;
}
.logisticsDetail .main-box .logistics-item .item-info .name .number[data-v-9dfac1f4] {
  cursor: pointer;
}
.logisticsDetail .empty[data-v-9dfac1f4] {
  text-align: center;
  font-size: 4.266667vw;
  color: #999;
  padding-top: 21.333333vw;
}
.logisticsDetail .end-wrap[data-v-9dfac1f4] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 21.333333vw;
  background: #fff;
  border-radius: 2.666667vw 2.666667vw 0px 0px;
  z-index: 9;
  box-sizing: border-box;
  padding: 4vw 3.2vw;
}
.logisticsDetail .end-wrap .btn[data-v-9dfac1f4] {
  width: 93.6vw;
  height: 13.333333vw;
  background: #ff2b47;
  border-radius: 16.8vw;
  text-align: center;
  font-weight: bold;
  font-size: 4.533333vw;
  color: #fff;
  line-height: 13.333333vw;
  padding: 0 3.2vw;
  box-sizing: border-box;
}

