.service-box {
  width: 12.37rem;
  margin: 1rem auto;
}
.service-box .list {
  margin-top: 0.52rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-box .list .item {
  width: 5.91rem;
  margin-bottom: 0.76rem;
}
.service-box .list .item .img {
  width: 100%;
  height: 4.36rem;
}
.service-box .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-box .list .item .text {
  margin-top: 0.35rem;
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.33rem;
  color: #000000;
}
.service-box .list .item .text span {
  font-size: 0.33rem;
  font-weight: 400;
  margin-right: 0.2rem;
}
.service-box .logistic-box {
  margin-top: 0.3rem;
  background: #EFEFEF;
  padding: 0.3rem;
}
.service-box .logistic-box .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.service-box .logistic-box .item:first-of-type .img {
  width: 5.78rem;
  height: 4.18rem;
}
.service-box .logistic-box .item:first-of-type .des .p {
  margin-top: 0.5rem;
}
.service-box .logistic-box .item:nth-child(2) .img {
  margin-right: 0;
  margin-left: 0.3rem;
}
.service-box .logistic-box .item:nth-child(2) .des {
  order: -1;
}
.service-box .logistic-box .item .img {
  width: 4.17rem;
  height: 2.77rem;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.service-box .logistic-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-box .logistic-box .item .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.72rem;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box .logistic-box .item .img .text p {
  font-family: Calibri, Calibri;
  font-weight: normal;
  font-size: 0.26rem;
  color: #FFFFFF;
}
.service-box .logistic-box .item .img .text img {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.35rem;
}
.service-box .logistic-box .item .des {
  flex: 1;
}
.service-box .logistic-box .item .des .text {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}
.service-box .logistic-box .item .des .p {
  font-family: Calibri, Calibri;
  font-weight: normal;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}
@media only screen and (max-width: 900px) {
  .service-box {
    width: 100%;
    margin: 0.5rem auto;
    padding: 0 0.3rem;
  }
  .service-box .list {
    margin-top: 0.52rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-box .list .item {
    width: 100%;
    margin-bottom: 0.47rem;
  }
  .service-box .list .item .img {
    width: 100%;
    height: 5.09rem;
  }
  .service-box .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-box .list .item .text {
    margin-top: 0.35rem;
    font-family: Calibri, Calibri;
    font-weight: bold;
    font-size: 0.33rem;
    color: #000000;
  }
  .service-box .list .item .text span {
    font-size: 0.33rem;
    font-weight: 400;
    margin-right: 0.2rem;
  }
  .service-box .logistic-box {
    margin-top: 0.3rem;
    background: #EFEFEF;
    padding: 0.3rem;
  }
  .service-box .logistic-box .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.6rem;
  }
  .service-box .logistic-box .item:first-of-type .img {
    margin: 0;
    width: 100%;
  }
  .service-box .logistic-box .item:first-of-type .des .p {
    margin-top: 0.4rem;
  }
  .service-box .logistic-box .item:nth-child(2) .img {
    margin: 0;
  }
  .service-box .logistic-box .item:nth-child(2) .des {
    order: 0;
  }
  .service-box .logistic-box .item .img {
    width: 100%;
    height: auto;
    position: relative;
    flex-shrink: 0;
    margin: 0;
  }
  .service-box .logistic-box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-box .logistic-box .item .img .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.89rem;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-box .logistic-box .item .img .text p {
    font-size: 0.34rem;
  }
  .service-box .logistic-box .item .img .text img {
    width: 0.37rem;
    height: 0.37rem;
    margin-left: 0.15rem;
  }
  .service-box .logistic-box .item .des {
    flex: 1;
    margin-top: 0.3rem;
  }
  .service-box .logistic-box .item .des .text {
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.5rem;
  }
  .service-box .logistic-box .item .des .p {
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.4rem;
    margin-top: 0.4rem;
  }
}
