.swiperMain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-container {
    position: relative;
    margin-top: 20px;
    /* width: 1200px; */
    height: 519px;
    overflow: hidden !important;
   
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 923px;
    border-radius: 20px;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide-prev {
    height: 519px !important;
   
}

.swiper-container .swiper-wrapper .swiper-slide-prev img {
    height: 519px !important;
  
}

.swiper-container .swiper-wrapper .swiper-slide-next {
    /* margin-top: 18px; */
    height: 519px !important;
   
}

.swiper-container .swiper-wrapper .swiper-slide-next img {
    height: 519px !important;
    margin:  0 20px !important;
    
}

.swiper-container .swiper-wrapper .swiper-slide-active {
    width: 923px;
    margin:  0 20px !important;
}

.swiper-pagination {
    bottom: -30px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ff1e1e;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 21px;
    height: 12px;
    background: #e75230;
    border-radius: 6px;
}


/* 左右箭头样式 */
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 76px;
    height: 76px;
    margin: auto;
    visibility: hidden;
}
.swiper-container .swiper-button-prev img,
.swiper-container .swiper-button-next img{
    width: 100%;
    height: 100%;
    visibility: visible;
    transform: translateY(-38px);
}

.swiper-container .prevHide{
    display:none
}