
/*supermarket*/
#dz_market {
  /*fillter*/
  background:#f5f5f5;
  margin-bottom:18px;
  padding-bottom:30px;
}
#dz_market .filter-container {
  overflow: visible;
}
#dz_market .filterResults {
  height: 65px;
  line-height: 65px;
  margin-bottom: 20px;
}
#dz_market .filterResults .bread {
  float: left;
  color: #666;
}
#dz_market .filterResults .ul_filter {
  float: left;
}
#dz_market .filterResults .ul_filter ul.list {
  margin-left: 10px;
}
#dz_market .filterResults .ul_filter ul.list li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  height: 32px;
  line-height: 32px;
  margin-right: 15px;
  position: relative;
  margin-top: 15px;
}
#dz_market .filterResults .ul_filter ul.list li p {
  padding: 0 12px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #000;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 13px;
}
#dz_market .filterResults .ul_filter ul.list li p em {
  font-size: 12px;
  color: #000;
}
#dz_market .filterResults .ul_filter ul.list li a {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 12px;
}
#dz_market .filterResults .ul_filter ul.list li a i {
  color: #d2d1d1;
}
#dz_market .filterResults .ul_filter ul.list li a i:hover {
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#dz_market .filterResults .ul_filter .reset_selected {
  position: absolute;
  right: 0;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 70px;
  text-align: center;
  background: #8e8e8e;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  top: 15px;
}
#dz_market .filterResults .ul_filter .reset_selected:hover {
  background-color: #ca1c28;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.4s;
  /* Safari and Chrome */
  -o-transition: background-color 0.4s;
  /* Opera */
  background: #c81622;
}
#dz_market .filterResults .ul_filter .multiple_query {
  position: absolute;
  right: 90px;
  height: 30px;
  line-height: 30px;
  display: block;
  width: 70px;
  text-align: center;
  background: #8e8e8e;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  top: 15px;
  cursor: pointer;
}
#dz_market .filterResults .ul_filter .multiple_query:hover {
  background-color: #ca1c28;
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  /* Firefox 4 */
  -webkit-transition: background-color 0.4s;
  /* Safari and Chrome */
  -o-transition: background-color 0.4s;
  /* Opera */
  background: #c81622;
}
#dz_market .filterResults .container {
  position: relative;
}
#dz_market .filterlist {
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#dz_market .filterlist .filter {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  background: #f0f0f0;
}
#dz_market .filterlist .filter span {
  float: left;
  width: 140px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  background: #f0f0f0;
  font-size: 13px;
  color: #666;
  height: 48px;
  line-height: 48px;
}
#dz_market .filterlist .filter ul {
  float: right;
  width: 1057px;
  height: 48px;
  line-height: 48px;
  overflow:hidden;
  background: #fff;
}
#dz_market .filterlist .filter ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin-left: 12px;
}
#dz_market .filterlist .filter ul li a {
  font-size: 14px;
  color: #999;
  padding: 4px 5px;
  border: 1px solid #fff; 
}
#dz_market .filterlist .filter ul li a.selected {
  background: #ff4e52;
  border-color: #ff4e52;
  color: #fff;
}
#dz_market .filterlist .filter ul li a.selected:hover{
	color:#fff;
}
#dz_market .filterlist .filter ul li a:hover {
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#dz_market .filterlist .filter select{
    color: #999;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
}
#dz_market .filterlist .filter .sb_filter {
  overflow: hidden;
  position: relative;
  display:inline-block;
  width:1004px;
}
#dz_market .filterlist .filter .sb_fifter_all{
	display:inline-block;
	vertical-align:top;
	height:26px;
	line-height:26px;
	width:36px;
	margin-left: 12px;
    margin-top: 4px;
	text-align:center;
}
#dz_market .filterlist .filter .sb_fifter_all.selected{
	background: #ff4e52;
    color: #fff;
}
#dz_market .filterlist .filter.bgb{
	background:#fff;
}
#dz_market .filterlist .filter .sb_filter{
	line-height:35px;
}
#dz_market .filterlist .filter .sb_filter li {
  width: 100px;
  overflow: hidden;
}
#dz_market .filterlist .filter .sb_filter .button {
  position: absolute;
  right: 10px;
  top: 0;
}
#dz_market .filterlist .filter .sb_filter .button a {
  padding: 5px 12px;
  background: #bdbdbd;
  border: 1px solid #bdbdbd;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
#dz_market .filterlist .filter .advance {
  float: right;
  width: 1057px;
  line-height: 48px;
  background: #fff;
  padding-left: 18px;
  box-sizing: border-box;
}
#dz_market .filterlist .filter .advance .search {
  border: none;
  height: auto;
  margin: 9px 5px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
#dz_market .filterlist .filter .advance .search span {
  cursor: pointer;
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #999;
  padding: 0 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  float: none;
  display: block;
  width: auto;
}
#dz_market .filterlist .filter .advance .search span i {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 10px;
  height: 5px;
  background: url(../images/arrow_down.png) no-repeat 90% 50%;
  margin-left: 5px;
  margin-top: 12px;
}
#dz_market .filterlist .filter .advance .search.active span {
  background: #bdbdbd;
  color: #fff;
}
#dz_market .filterlist .filter .sub-filter {
  position: absolute;
  top: 48px;
  left: 24px;
}
#dz_market .filterlist .filter .sub-filter .sub-list {
  border: 1px solid rgba(125, 138, 147, 0.2);
  margin-left: 115px;
  background: #fff;
  display: none;
  z-index: 9;
  width: 863px;
  line-height: 45px;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
}
#dz_market .filterlist .filter .sub-filter .sub-list li {
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 15px;
  cursor: pointer;
}
#dz_market .filterlist .filter:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#dz_market .filterlist .add-filter span {
  height: 123px;
  line-height: 123px;
}
#dz_market .filterlist .add-filter .add-filter-ul {
  height: auto;
  float: right;
  background: #fff;
}
#dz_market .filterlist .add-filter .add-filter-ul .multiple_similar {
  height: auto;
  line-height: 34px;
  margin-bottom: 7px;
  float: none;
}
#dz_market .filterlist .add-filter .add-filter-ul li.custom-select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 130px;
  border-radius: 0;
  margin: 0 8px 0 0;
  background: #ffffff url(../images/arrow_down.png) no-repeat 90% 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: 15px;
}
#dz_market .filterlist .add-filter .add-filter-ul li.custom-select select {
  /*padding: 5px 8px;*/  
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  height: 30px;
  border: 1px solid #ccc;
}
#dz_market .filterlist .add-filter .add-filter-ul li.similar_li {
  margin-left: 10px;
}
#dz_market .filterlist .add-filter .add-filter-ul li.similar_li.selected a {
  background: #bdbdbd;
  color: #fff;
}
#dz_market .filterlist .add-filter .add-filter-ul .btn {
  width: 70px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 20px;
  margin-top: 4px;
}
#dz_market .filterlist .add-filter .add-filter-ul .btn.add-btn {
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  margin-bottom: 10px;
}
#dz_market .filterlist .add-filter .add-filter-ul .btn.multiple_reset_btn {
  background: #a9a9a9;
  color: #fff;
  margin-bottom: 10px;
}
#dz_market .filterlist .add-filter .add-filter-ul .btn.search-btn {
  color: #fff;
  background: #529df5;
  margin-bottom: 10px;
}
#dz_market .sb-list-hd {
  height: 44px;
  line-height: 44px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  position: relative;
  background:#fff;
  box-sizing:content-box;
}
#dz_market .sb_all{
	position:absolute;
	right:10px;
	top:0;
}
#dz_market .sb_all em{
	color:#c81622;
}
#dz_market .sb-list-hd li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 80px;
  text-align: center;
  position: relative;
}
#dz_market .sb-list-hd li a {
  font-size: 12px;
  color: #666;
}
#dz_market .sb-list-hd li a:hover {
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
}
#dz_market .sb-list-hd li a i {
  position: absolute;
  background: url(../images/arrow_down.png) no-repeat;
  width: 10px;
  height: 5px;
  right: -2px;
  top: 20px;
}
#dz_market .sb-list-hd li a span{position: absolute;left:60px;top:16px;width:15px;height:15px;background: url(/niaobiao/images/arrow_down.png) no-repeat;}
#dz_market .sb-list-hd li.selected a span.activeasc{position: absolute;left:60px;top:16px;width:15px;height:15px;background: url(/niaobiao/images/arrow_down2.png) no-repeat;}
#dz_market .sb-list-hd li.selected a span.activedesc{position: absolute;left:60px;top:16px;width:15px;height:15px;background: url(/niaobiao/images/arrow_down1.png) no-repeat;}
#dz_market .sb-list-hd li:nth-of-type(1) {
  width: 102px;
  background: #ff4e52;
}
#dz_market .sb-list-hd li:nth-of-type(1) a {
  color: #fff!important;
}
#dz_market .sb-list-hd li.selected a {
  color: #c81622;
}
#dz_market .sb-list-hd li.selected a i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#dz_market .filterMain {
  float: left;
  width: 966px;
}
#dz_market .filterMain .list_pic > li {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  padding: 10px;
      box-sizing: border-box;
}
#dz_market .filterMain .list_pic > li .goods-pic{
	position:relative;
}
#dz_market .filterMain .list_pic > li .goods-pic .goods_price{
	position:absolute;
	background:url(../images/yzr.png) no-repeat -23px top;
	width:130px;
	height:83px;
	right:0;
	bottom:0;
}
#dz_market .filterMain .list_pic > li .goods-info {
  line-height: 25px;
  margin-top: 10px;
}
#dz_market .filterMain .list_pic > li .goods-info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#dz_market .filterMain .list_pic > li .goods-info p .goods_name {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 108px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#dz_market .filterMain .list_pic > li .goods-info p .goods-price {
  float: right;
  font-size: 12px;
}
#dz_market .filterMain .list_pic > li .goods-info p .goods-price a {
  color: #c81622;
  font-weight:bold;
      font-size: 14px;
}
#dz_market .filterMain .list_pic > li .goods-info .botton {
  margin-top: 10px;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .collection {
  width: 84px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  background: url(../images/collection.png) no-repeat 16px center;
  text-align: center;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  position: relative;
  color: #666;
  text-indent: 20px;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .collectionfull {
  width: 84px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  background: url(../images/love_full.png) no-repeat 16px center;
  text-align: center;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  position: relative;
  color: #666;
  text-indent: 20px;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .collection:hover {
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
  border-color: #c81622;
  z-index: 2;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .collection.full {
  background: url(../images/love-full.png) no-repeat 16px center;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .join_buymarket {
  width: 111px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  background: url(../images/join_market.png) no-repeat 10px center;
  text-align: center;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  position: relative;
  color: #666;
  text-indent: 20px;
  margin-left: -1px;
}
#dz_market .filterMain .list_pic > li .goods-info .botton .join_buymarket:hover {
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari and Chrome */
  -o-transition: color 0.4s;
  /* Opera */
  border-color: #c81622;
}
#dz_market .filterMain .list_pic > li:hover {
  border: 1px solid #c81622;
  box-shadow: 3px 4px 7px #ccc;
}
#dz_market .pagination {
  text-align: center;
  margin: 40px 0;
}
#dz_market .pagination li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  text-align: center;
  font-size: 12px;
  background: #fff;
  height: 26px;
  line-height: 26px;
  margin: 0 3px;
}
#dz_market .pagination a{
	line-height:28px;
	height:30px;
	padding:0 10px;
}
#dz_market .pagination span {
  display: block;
  padding: 0 6px;
  border: 1px solid #dddddd;
  line-height:28px;
  height:30px;
}
#dz_market .pagination span.currentpage {
  background: #c81622;
  border: 1px solid #c81622;
  color: #fff;
}
#dz_market .pagination li.form {
  display: none;
}
#dz_market .recommend {
  float: right;
  width: 195px;
  border: 1px solid #e3e3e3;
  padding: 10px;
  box-sizing: border-box;
}
#dz_market .recommend .mt {
  height: 38px;
  line-height: 38px;
  color: #c81622;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}
#dz_market .recommend .mc li {
  margin-bottom: 15px;
}
#dz_market .recommend .mc li .productImg-wrap {
  width: 205px;
  height: 150px;
}
#dz_market .recommend .mc li .productImg-wrap img {
  border: 1px solid #e3e3e3;
  width: 204px;
  height: 150px;
}
#dz_market .recommend .mc li .right_tj_name{
	width:100px;
	overflow: hidden;
    white-space: nowrap;
	display: inline-block;
    text-overflow: ellipsis;
}
#dz_market .recommend .mc li .product-info {
  height: 44px;
  line-height: 44px;
  background: #f1f1f1;
  padding: 0 15px;
}
#dz_market .recommend .mc li .product-info .view_price {
  float: right;
  color: #c81622;
}

