@media screen and (max-width: 768px) {
  .banner .swiper-pagination {
    bottom: 0.54rem;
  }

  .banner .banner_list .banner_list_img img {
    height: 11.47rem;
  }
  .banner .pagination-box {
    max-width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.69rem;
  }

  .swiper-pagination .swiper-pagination-custom {
    display: none;
  }

  .banner .pagination-text {
    display: none;
  }

  .banner .pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner .swiper-pagination-bullet {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 0.13rem !important;
    height: 0.13rem !important;
    background: #ffffff !important;
    opacity: 1 !important;
    font-size: 0;
    margin: 0 0.175rem !important;
    position: relative;
    cursor: pointer;
    border-radius: 50% !important;
    border: none !important;
  }

  .banner .swiper-pagination-bullet-active {
    width: 0.5rem !important;
    height: 0.5rem !important;
    border: 0.03rem solid #fff !important;
    background: transparent !important;
    font-size: 0.2rem !important;
    color: #fff;
    border-radius: 50% !important;
    line-height: 0.44rem;
    text-align: center;
  }

  .banner .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -0.038rem;
    left: -0.0362rem;
    width: 0.46rem;
    height: 0.46rem;
    border: 0.04rem solid #0069d9;
    border-radius: 50%;
    animation: progressLoading 3.6s infinite linear;
  }

  @keyframes progressLoading {
    0% {
      transform: rotate(90deg);
      clip: rect(0, 1rem, 0.2rem, 0);
    }

    100% {
      transform: rotate(360deg);
      clip: rect(0, 1rem, 1rem, 0);
    }
  }
  .banner_list_txt {
    width: 100%;
    bottom: 1.72rem;
  }
  .banner_list_txt span {
    font-size: 0.47rem;

    line-height: 0.7rem;
  }
.sub_banner {
    width: 100%;
    height: 6.45rem;
  }
  .sub_banner .pc_img {
    display: none;
  }

  .sub_banner .m_img {
    width: 100%;
    display: block;
    height: 6.45rem;
  }
  
}
