.goods-list .sort-nav ul li.active {
  background: #0895e7;
  color: #fff;
}
.goods-list .sort-nav ul li.active a {
  color: #fff;
}
.filter-wrap ul li.active {
  color: #bf2722;
}
.goods-list img.is-hot-img {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 45px;
  height: 39px;
  display: none;
}

.goods-list .discount-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  background: url(/public/hthy/assets/web/common/images/discount_icon_item.png) 50% no-repeat;
  background-size: 35px;
  color: #fff;
  display: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
 /* ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
} */
/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
} */
/*定义滑块 内阴影+圆角*/
/* ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
} */
