
.swiper-container-banner .swiper-button-prev,.swiper-container-banner .swiper-button-next {
  background-image: url(http://mgstatic.yzmg.com/static/images/icons.png) !important;
  right: auto;
  width:50px !important;
  height:50px !important;
  background-size:auto !important;
}
.swiper-container-banner .swiper-button-prev{background-position: 0px 0px !important;left: 30px !important;}

.swiper-container-banner .swiper-button-next{background-position: -51px 0px !important;right: 30px !important;}

.discover-title{
  padding: 0 40px;
  height: 56px;
  line-height: 56px;
  background-color: #fff;
  font-size:18px;
  font-weight: 500;
}
.discover-title .more{
  font-size: 14px;
  color: #999;
}
/* 分类排行 */
.ranking-container{
  background-color: #fff;
}
.swiper-slide-ranking{
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.swiper-slide-ranking img{
  margin-bottom: 10px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.ranking-container .swiper-button-next{
  right: 5px;
}
.ranking-container .swiper-button-prev{
  left: 5px;
}
/* 每日新发现 */
.new-discover-list{
  margin-top: 2px;
  padding-top: 13px;
  background-color: #fff;
}
.new-discover-list .ul-col li{
  background-color: #F2F2F2;
}