.footer-area a{
  color: #ffffff;
}

/* 平板及以下（小屏幕） */
@media (max-width: 768px) {
  .swiper-container {
    width: 76%;
    margin: 0 auto;
  }
}

