.dw-taste{
  padding-top:78px;
}
.dw-taste-title{
  width:135px;
  height:48px;
  line-height:48px;
  color:#ffffff;
  background-color: #913537;
  text-align:center;
  display:inline-block;
  font-size: 28px;
}
.dw-taste-swiper{
  margin-top:25px;
  height:300px;
}
.dw-taste .common-column-list-unit{
  width:100%;
}
.dw-taste .common-column-list-unit-img{
  height:calc( (1280px - 20px * 3) / 4 * 9 / 16 );
}
.dw-taste-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 86px;
  height: 7px;
  background-color: #9a9a9a;
  border-radius: 4px;
  opacity:1;
}
.dw-taste-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #913537;
}
.dw-taste-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 7.5px;
}
@media (max-width:1400px){
  .dw-taste-title{
    font-size:1.9vw;
    width: 10vw;
    height: 3.5vw;
    line-height: 3.5vw;
  }
  .dw-taste .common-column-list-unit-img{
    height:calc( (91vw - 20px * 3) / 4 * 9 / 16 );
  }
  .dw-taste-swiper{
    height: 22.5vw;
  }
}
@media (max-width:1099px){
  .dw-taste-title{
    font-size:2.2vw;
  }
  .dw-taste-swiper{
    height: 24vw;
    margin-top:1.8vw;
  }
}
@media (max-width:767px){
  .dw-taste{
    padding-top:8vw;
  }
  .dw-taste-title{
    font-size: 5.33vw;
    width: 25.33vw;
    height: 9.07vw;
    line-height: 9.07vw;
    flex:none;
  }
  .reload-title-box{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
  }
  .dw-taste .common-column-list-unit{
    width: 45.47vw;
  }
  .dw-taste .common-column-list-unit-img{
    height:calc(45.47vw * 9 / 16);
  }
  .dw-taste .reload-list .common-column-list-unit:nth-child(n+5){
    display:none;
  }
  .dw-taste-swiper{
    display:none;
  }
}