    .goods_detail_banner {
      height: auto;
      margin: 0 auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      width: 1148px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

   .banner_image_detail{
    display: block;width: 100%!important;margin: 0 auto;;
   }

   .swiper-button-next{
     background-image: url('../images/goodsDetail/next.png')!important;
     margin-right: 160px;
   }
   .swiper-button-prev{
    background-image: url('../images/goodsDetail//pre.png')!important;
    margin-left: 160px;
   }

   .banner{
    height: auto;
    margin: 0 auto;
   }
   .banner img{
    display: block;width: 100%!important;margin: 0 auto;;
   }
   
 
  .goods_detail_main{
    max-width: 1270px;
    height: auto;
    margin: 0 auto;
  }

  .goods_detail_main img{display: block;width: 100%!important;margin: 0 auto;}
