.logistics-banner-bg {
  background: url(../images/logistics/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.logistics-find-bg {
  background: rgba(255, 255, 255, .6);
}

.logistics-find-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.90);
  text-align: center;
  margin-bottom: 24px;
}

.logistics-find-desc {
  font-size: 24px;
  line-height: 64px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-bottom: 64px;
}

.logistics-find-img {
  max-width: 667px;
  width: 90%;
}

.logistics-content {
  position: relative;
}

.logistics-wrap-bg {
  position: absolute;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 900px) {
  .index-banner-title {
    font-size: 20px;
  }

  .index-banner-desc {
    font-size: 16px;
  }

  .logistics-find-title {
    font-size: 20px;
    font-weight: 600;
  }

  .logistics-find-desc {
    font-size: 16px;
    line-height: 30px;
  }
}