.card-swiper__container--phone {
  display: none;
}

.card-swiper__container--phone .wrapper {
  height: 300px;
  padding-top: 50px;
  color: #fff
}

.card-swiper__container--phone .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background: #a7a7a7;
}


@media screen and (max-width: 780px) {
  .swiper-pagination-bullet>span {
    display: none;
  }

  .banner .tit h2,
  .card-swiper__container--phone .tit h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 60px
  }

  .banner .tit p,
  .card-swiper__container--phone .tit p {
    line-height: 1.8;
    font-size: 14px;
    margin-left: 10px;
  }

  .banner .tit .tit-sub .iconfont {
    flex-shrink: 0;
    font-size: 14px;
    margin-left: 10px;
  }

  .subnav-box,
  .copyright-link,
  .btn-nav__container,
  .wechat-title__footer,
  .card-swiper__container {
    display: none !important;
  }

  .card-swiper__container--phone {
    display: block;
  }


}