 .swiper {
   width: 100%;
   height: 100%;
   /* 设置Swiper风格 */
   --swiper-navigation-color: #327FFA;
   /* 单独设置按钮颜色 */
   --swiper-navigation-size: 30px;
   /* 设置按钮大小 */
 }

 .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   /* Center slide text vertically */
   display: flex;
 }

 /* .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
 } */

 .swiper-button-mybtn {
   width: 52px;
   height: 50px;
   text-align: center;
   line-height: 50px;
   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
   background-color: #ffffff;
 }

 .swiperCspe {
   margin: 0 auto;
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .swiperpl,
 .swiperpl2,
 .swiperpl3 {
   left: -26px;
 }

 .swiperpl1 {
   left: -145px;
 }

 .swiperpr1 {
   right: -145px;
 }

 .swiperpr,
 .swiperpr2,
 .swiperpr3 {
   right: -26px;
 }


 .swiper-button-prev1::after {
   font-size: 22px;
   font-weight: 800;
 }

 .swiper-button-next1::after {
   font-size: 22px;
   font-weight: 800;
 }

 .swiper-button-prev2::after {
   font-size: 22px;
   font-weight: 800;
 }

 .swiper-button-next2::after {
   font-size: 22px;
   font-weight: 800;
 }

 .swiper-button-prev::after {
   font-size: 22px;
   font-weight: 800;
 }

 .swiper-button-next::after {
   font-size: 22px;
   font-weight: 800;
 }


 .swiper-button-disabled::after {
   color: #c4c4c4;
 }

 .slider1 {
   height: calc((100% - 30px) / 2);
   background: none;
   display: flex;
 }

 /* .slider1 {
    justify-content: start;
  }

  .slider1:nth-child(2n) {
     justify-content: end;
  } */

 @media (max-width: 768px) {
   .swiper-button-mybtn {
     width: .52rem
       /* 52/100 */
     ;
     height: .5rem
       /* 50/100 */
     ;
     line-height: .5rem
       /* 50/100 */
     ;
     box-shadow: 0px 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
   }

   .swiper-button-mybtn::after {
     font-size: 0.22rem;
   }

   .swiperpl,
   .swiperpl2,
   .swiperpl3 {
     left: -0.26rem;
   }

   .swiperpl1 {
     left: -1.45rem;
   }

   .swiperpr1 {
     right: -1.45rem;
   }

   .swiperpr,
   .swiperpr2,
   .swiperpr3 {
     right: -0.26rem;
   }

   .slider1 {
     height: 2.35rem
       /* 235/100 */
     ;
     background: none;
     display: flex;
     width: 7rem
       /* 700/100 */
     ;
   }

   .swiper-slide {
     font-size: .18rem
       /* 18/100 */
     ;
   }
 }