:root {
    --swiper-pagination-color: #666;
    /* --swiper-pagination-top: 40px; */
    /* --swiper-pagination-bottom: -40px; */
}

.solution-article {
    --swiper-pagination-bottom: -40px;
}

.autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 70px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #fff
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: #fff;
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }