/*幻灯片*/
.box20250720205818151 {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }
.box20250720205818151 .swiper-container {
      width: 100%;
      height: 100%;
    }
.box20250720205818151 .swiper-slide img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
    }
	
.box20250720205818151 .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.box20250720205818151 .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #c5843a;
    background: #f90;    
}
.box20250720205818151 .zoomImage {
    /*padding-bottom: 30% !important;*/
}