* {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
  list-style: none;
}
a{
  color: #020202;
  text-decoration: none;
}
.shop_list {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e8e8e8;
  padding: 20px 20px 10px 20px;
  position: relative;
  box-sizing: border-box;
}
.shop_list .num {
  height: 18px;
  font-size: 12px;
  color: #999;
  position: absolute;
  padding: 0 5px;
  background: #eee;
  top: 0;
  left: 0;
  border-radius: 0 10px 10px 0;
}
/* top1样式 */
.back_primary {
  background: #ef6c00!important;
  color: #fff!important;
}
/* top2样式 */
.back_two {
  background: #f17123!important;
  color: #fff!important;
}
/* top3样式 */
.back_three {
  background: #ffb400!important;
  color: #fff!important;
}
.shop_list .shop_container {
  display: flex;
  flex-direction: row;
  margin-left: -12px;
  margin-right: -12px;
}
.shop_list .shop_container .shop_info {
  width: 33%;
  padding: 0 12px;
  margin-left: 50px;
  box-sizing: border-box;
}
.shop_list .shop_container .shop_info .shop_item {
  font-size: 12px;
  color: #020202;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.shop_list .shop_container .shop_info .last_item {
  border-bottom: 1px dashed #fff
}
.shop_list .shop_container .shop_info .shop_item p {
  height: 26px;
  line-height: 26px;
}
.shop_list .shop_container .shop_info .shop_item p>span:first-child {
  color: #999;
}
.shop_list .shop_container .shop_info .shop_item .title {
  font-size: 14px;
  font-weight: bold;
}
.shop_list .shop_container .shop_info .operate_btn {
  display: flex;
  flex-direction: row;
}
.shop_list .shop_container .shop_info .operate_btn a {
  display: block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-color: #f7d7a9;
  border-radius: 4px;
  background: #fff5ec;
  font-size: 12px;
  color: #ef6c00;
  margin-right: 20px;
}
.shop_list .shop_container .shop_goods {
  width: 57%;
  padding: 0 12px;
  margin-left: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.shop_list .shop_container .shop_goods .good_card {
  width: 30.3%;
  color: #333;
  text-align: left;
  padding: 16px 15px 0;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
}
.shop_list .shop_container .shop_goods .change {
  padding: 2px;
  border: 1px solid #e8e8e8;
}
.shop_list .shop_container .shop_goods .change:hover {
  padding: 1px;
  border: 2px solid #ef6c00;
}
.shop_list .shop_container .shop_goods .shop {
  padding: 2px;
  margin-bottom: 15px;
}
.shop_list .shop_container .shop_goods .good_card .show-image {
  width: 198px;
  height: 200px;
}
.shop_list .shop_container .shop_goods .good_card .show-image img {
  width: 100%;
  height: 100%;
}
.shop_list .shop_container .shop_goods .good_card .good_info {
  border-top: 1px solid #f5f5f5;
  padding: 0 6px;
  font-size: 12px;
  color: #333;
}
.shop_list .shop_container .shop_goods .good_card .good_title {
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.shop_list .shop_container .shop_goods .good_card .price {
  font-size: 14px;
  color: #ef6c00;
  margin: 4px 0;
  font-weight: bold;
}
.shop_list .shop_container .shop_goods .good_card .collect {
  margin-bottom: 5px;
}
.shop_list .shop_container .shop_goods .good_card .collect p:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shop_list .shop_container .shop_goods .good_card .collect p:last-child img {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.category_label{
  padding: 2px 5px;
  border: 1px solid #2d8cf0;
  border-radius: 3px;
  color: #2d8cf0;
}
.my_breadcrumb {
  font-size: 12px;
  text-align: left;
  margin: 10px;
}
.my_breadcrumb .right_icon {
  margin: 0 8px;
  color: #dcdee2;
}
.my_breadcrumb span:last-child {
  font-weight: bold;
}