.shop-header-bg {
  background: #eff3f4;
}

.shop-header {
  line-height: 42px;
  height: 42px;
}

.shop-header .like:before{
  content: '关注店铺';
  cursor: pointer;
}

.shop-header .like.liked:before{
  content: '取消关注';
  cursor: pointer;
}

.shop-header span {
  float: right;
  margin-left: 20px;
  color: #363739;
}

.shop-logo {
  height: 130px;
  margin: 25px auto;
  text-align: center;
}

.shop-banner {
  height: 500px;
}

.shop-banner .swiper-container {
  height: 500px;
}

.shop-menu-bg {
  height: 53px;
  line-height: 53px;
  background: #1e1a17;
}

.shop-menu a {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}

.shop_content_left .content {
  padding: 35px 25px;
}

.shop_content_left .content .item {
  line-height: 50px;
}

.shop_category .content {
  padding: 0 15px;
}

.shop_category .content .item {
  border-bottom: 1px dashed #939393;
  padding-left: 15px;
}

.shop_category .content .item:last-child {
  border-bottom: none;
}

.shop_rank .tab_title {
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 0;
  padding: 5px 0 0 15px;
  border-bottom: 1px solid #f6f6f6;
}

.shop_rank .tab_title .tab_title_item {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
}

.shop_rank .tab_title .tab_title_item.active {
  background: #fff;
  cursor: auto;
}

.shop_rank .content .tab_content_item {
  display: none;
  font-size: 0;
}

.shop_rank .content .tab_content_item.active {
  display: block;
}

.shop_rank .content .tab_content_item .item {
  margin-bottom: 20px;
}

.shop_rank .content .tab_content_item .item_left {
  width: 66px;
  height: 66px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.shop_rank .content .tab_content_item .item_right {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 157px;
  line-height: 22px;
}


.shop_content_right {
  border: 1px solid #ededed;
}

.shop_content_right .title {
  line-height: 50px;
  height: 50px;
  font-size: 0;
  background: #f6f6f6;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.shop_content_right .title a {
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 0 15px;

}

.shop_content_right .list {
  font-size: 0;
  padding-bottom: 30px;
}

.shop_content_right .list .item {
  margin-top: 30px;
  margin-left: 30px;
  width: 260px;
  display: inline-block;
  font-size: 14px;
}

.shop_content_right .list .item .image_box .image_preview img {
  width: 260px;
  height: 260px;
}

.shop_content_right .list .item .image_box .image_list {
  margin-top: 12px;
  font-size: 0;
}

.shop_content_right .list .item .image_box .image_list img {
  width: 50px;
  height: 50px;
  margin-right: 2.5px;
  display: inline-block;
}

.shop_content_right .list .item .image_box .image_list img:last-child {
  margin-right: 0;
}

.shop_content_right .list .item .goods_title {
  line-height: 20px;
}

.shop_content_right .list .item .goods_price {
  line-height: 25px;
  color: #d04810;
}

.shop_content_right .list .item .goods_comment_count {
  line-height: 25px;
}

.shop_content_right .list .item .goods_buy {
  line-height: 27px;
  height: 27px;
  display: block;
  background: #d04810;
  color: #fff;
  width: 105px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.shop_content_right .icon {
  font-family: simsun;
  height: 25px;
  line-height: 25px;
  width: 25px;
  display: block;
  background: #dedede;
  color: #858585;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-weight: bold;
}

.shop_content_right a.left, .shop_content_right a.right {
  padding: 0;
  padding-right: 10px;
  padding-top: 12px;
}

.shop_content_right .icon.icon_left {

}
