/*
*组件样式
*/
 .swiper1 {
      width: 100%;
      height: 450px;}
    .swiper-slide img {
      width: 100%;
      height: 450px;
      object-fit: cover;}
    /* 导航按钮和指示器基础样式 */
    .swiper-button-prev, .swiper-button-next {
      color: #fff;
      background: rgba(0,0,0,0.3);
      width: 40px;
      height: 40px;
      border-radius: 50%;}
    .swiper-pagination-bullet-active {
      background: #fff;}
.footer p a{color:#fff;}
