.logistics-wrap {
  background: #fff;
}
.logistics-banner {
  max-height: 457px;
  position: relative;
  background: url(/static/image/logistics/img1_.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logistics-banner .info {
  color: var(--color-font-4);
  width: 580px;
}
.logistics-banner .info-title {
  font-size: 50px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
  position: relative;
}
.logistics-banner .info-title-t {
  position: relative;
  z-index: 1;
}
.logistics-banner .info-title::after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  left: 357px;
  top: 0;
  z-index: 0;
  background: var(--color-theme-1);
  border-radius: 50%;
}
.logistics-banner .info-cont {
  font-size: 18px;
  line-height: 25px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
}
.logistics-banner .img {
  width: 579px;
  margin-top: 175px;
  margin-left: 40px;
}
.logistics-diversified {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 500px;
  margin: 170px auto 87px;
}
.logistics-diversified .img {
  width: 579px;
}
.logistics-diversified .cont {
  width: 519px;
  padding-top: 40px;
}
.logistics-diversified .cont-title {
  font-size: 28px;
}
.logistics-diversified .cont-list {
  margin-top: 18px;
}
.logistics-diversified .cont-item {
  width: 519px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: 10px;
}
.logistics-diversified .cont-item .icon {
  background: rgba(255, 119, 0, 0.2);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.logistics-diversified .cont-item .iconfont {
  color: var(--color-theme-1);
}
.logistics-diversified .cont-item-main {
  display: flex;
  align-items: center;
  position: relative;
}
.logistics-diversified .cont-item-main .iconbianzu21,
.logistics-diversified .cont-item-main .icon123 {
  position: absolute;
  top: 4px;
  right: -4px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.logistics-diversified .cont-item-title {
  font-size: 18px;
  margin-left: 20px;
}
.logistics-diversified .cont-item-detail {
  color: var(--color-font-2);
  margin-left: 58px;
}
.logistics-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 71px;
}
.logistics-other .img {
  width: 579px;
}
.logistics-other .cont {
  width: 563px;
  font-size: 18px;
}
.logistics-other .cont-title {
  font-size: 28px;
}
.logistics-other .cont-detail {
  line-height: 25px;
  margin-top: 22px;
  color: var(--color-font-2);
}
.logistics-other .cont-link {
  display: block;
  margin-top: 50px;
  color: var(--color-theme-1);
  cursor: pointer;
}
.logistics-other .cont-link .iconjiantou-you {
  font-size: 18px;
  margin-left: 5px;
}
.logistics-other .cont-link:hover {
  color: var(--color-theme-1-1);
}
.logistics-methods {
  width: 1200px;
  height: 450px;
  margin: 0 auto 40px;
}
.logistics-methods-info {
  width: 1037px;
  height: 387px;
  background: #FFF9F4;
  border-radius: 50px;
  margin-top: 62px;
  padding: 92px 60px;
}
.logistics-methods-info .title1,
.logistics-methods-info .title2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 0;
}
.logistics-methods-info .title2 {
  color: var(--color-theme-1);
  display: inline-block;
}
.logistics-methods-info .title2::after {
  content: '•';
  font-size: 20px;
  margin-left: 5px;
}
.logistics-methods-info .cont {
  font-size: 18px;
  width: 548px;
  margin-top: 16px;
}
.logistics-methods-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 579px;
}
.logistics-methods-img img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets.logistics-pagination {
  padding-left: 60px;
  text-align: left;
  bottom: 70px;
}
.logistics-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 4px;
  background: var(--color-theme-1);
  opacity: 0.19;
  border-radius: 2px;
}
.logistics-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
