#logisticsDetailModel .logistics-list .logistics-item {
  width: 100%;
}
#logisticsDetailModel .logistics-list .logistics-item .logistics-item-content {
  position: relative;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
}
#logisticsDetailModel .logistics-list .img-bg {
  width: 100%;
  height: auto;
}
#logisticsDetailModel .logistics-list .user-pic {
  position: absolute;
  width: 79%;
  height: 100%;
  left: 8%;
  top: -16%;
}
#logisticsDetailModel .logistics-list .user-pic .user-4-3 {
  position: relative;
  width: 100%;
  border-radius: 0 0 36% 0;
  padding-bottom: 125%;
  overflow: hidden;
}
#logisticsDetailModel .logistics-list .user-pic .user-4-3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#logisticsDetailModel .user-name {
  background-image: url('../../../images/user-tag-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.25rem 1.5rem;
  margin-bottom: 1.81rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}
#logisticsDetailModel .org {
  margin-bottom: 0.5rem;
  margin-top: 1.81rem;
}
#logisticsDetailModel .awards-detail-content {
  margin-bottom: 1.5rem;
}
#logisticsDetailModel .awards-detail-content .awards-detail-title {
  width: 100%;
  background-color: #fcf8ec;
  color: var(--web-nav-active-color);
  border-left: 0.31em solid var(--web-nav-active-color);
  font-size: 1.31rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.69rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
#logisticsDetailModel .awards-detail-content p {
  font-size: 1rem;
  line-height: 1.88rem;
  padding-left: 1rem;
}
#logisticsDetailModel .people {
  margin-bottom: 5rem;
}
@media screen and (max-width: 769px) {
  html {
    font-size: clamp(10px, calc(100vw / 30), 30px);
  }
  .people {
    display: block;
    margin-bottom: 3rem;
  }
  .people .logistics-list {
    margin-bottom: 2rem !important;
  }
}
