* {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
  list-style: none;
}
a{
  color: #020202;
  text-decoration: none;
}
/* 分类更多样式 */
.more {
  width: 85px;
  height: 26px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.market_list {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.market_list .shop_goods {
  width: 32%;
  margin: 0 8px;
  font-size: 12px;
  color: #999;
  padding: 12px 18px;
  text-align: left;
  margin-bottom: 18px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.market_list .shop_goods:hover {
  padding: 11px 17px;
  border: 2px solid #ef6c00;
}
.market_list .shop_goods .card_title {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.main {
  color: #333;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.primary {
  color: #ef6c00!important;
}
.market_list .shop_goods .flexRow {
  height: 18px;
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: space-between;
}
.market_list .shop_goods .goods_info {
  margin: 5px 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.market_list .shop_goods .goods_info .item {
  width: 33%;
  padding: 0 8px;
}
.market_list .shop_goods .goods_info .item img {
  width: 101px;
  height: 106px;
  margin: 10px 0;
}
.collect {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}