@charset "UTF-8";
.multi-selling-point-swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: 100vh;
}
.multi-selling-point-swiper [v-cloak] {
  display: none;
}
.multi-selling-point-swiper .swiper {
  width: 100%;
  height: 100%;
}
.multi-selling-point-swiper .swiper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multi-selling-point-swiper .swiper .bg-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.multi-selling-point-swiper .swiper .bg-img .text-container {
  position: absolute;
  top: 4.1666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.multi-selling-point-swiper .swiper .bg-img .text-container .top-title {
  color: #fff;
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5625vw;
}
.multi-selling-point-swiper .swiper .bg-img .text-container .top-sub-title {
  color: #fff;
  font-size: 0.9375vw;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 768px) {
  .multi-selling-point-swiper .swiper .bg-img .text-container {
    position: absolute;
    top: 19.3023255814vw;
    width: 92%;
    margin: 0 auto;
  }
  .multi-selling-point-swiper .swiper .bg-img .text-container .top-title {
    font-size: 6.976744186vw;
    margin-bottom: 6.511627907vw;
  }
  .multi-selling-point-swiper .swiper .bg-img .text-container .top-sub-title {
    font-size: 3.7209302326vw;
    font-weight: 300;
  }
}
.multi-selling-point-swiper .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  height: 100%;
}
.multi-selling-point-swiper .swiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  text-align: center;
  color: #fff;
}
.multi-selling-point-swiper .swiper .swiper-wrapper .swiper-slide .text .title {
  font-size: 18px;
}
.multi-selling-point-swiper .swiper .swiper-wrapper .swiper-slide .text .sub-title {
  font-size: 14px;
}
.multi-selling-point-swiper .bottom-scroll {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68vw;
  z-index: 99;
}
.multi-selling-point-swiper .bottom-scroll .multi-selling-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0px;
}
.multi-selling-point-swiper .bottom-scroll .list-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / var(--num-columns) - 10px);
          flex: 1 1 calc(100% / var(--num-columns) - 10px); /* 动态列宽度 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 可选样式 */
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.multi-selling-point-swiper .bottom-scroll .list-item-desc {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.multi-selling-point-swiper .swiper-scrollbar {
  height: 1.5px !important;
  width: 68vw;
  bottom: unset !important;
  border-radius: 0;
  background: #fff;
  z-index: 6;
}
.multi-selling-point-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #003397;
  z-index: 7;
  border-radius: 0;
}

@media (max-width: 991px) {
  .text-mob {
    position: absolute;
    bottom: 30vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  .text-mob .title {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .text-mob .sub-title {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
  }
  .text-container {
    position: absolute;
    top: 19.3023255814vw;
    width: 92%;
    margin: 0 auto;
  }
  .text-container .top-title {
    font-size: 6.976744186vw;
    margin-bottom: 6.511627907vw;
  }
  .text-container .top-sub-title {
    font-size: 3.7209302326vw;
  }
  .multi-selling-point-swiper .bottom-scroll {
    bottom: 20vw;
  }
}