/***按品牌、价格、级别***/
 
/***幻灯片***/
.swiper-container{ height:275px;}
.swiper-container img{ width: 100%;}
.swiper-container,.swiper-container a{ position: relative;}
.swiper-container em{ position: absolute; bottom: 0; left:0; text-align: center; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.6); color: #FFF; width: 100%; text-align: center;}
#pagenavi{ height:16px; background: rgba(0, 0, 0, 0.6); position: absolute; right: 10px; bottom:6px;z-index:1; padding: 0 2px; border-radius:10px;  }
#pagenavi span{ float: left; padding:2px; border-radius: 10px; background: #74797C; margin: 3px 2px 0; cursor: pointer;}
#pagenavi span.swiper-active-switch{ background: #CC0000;}
 