@charset "UTF-8";
.filter-item .txt {
  color: #07F;
}

#category-list li.active,
#category-list li:hover {
  color: #07F;
}

.dissatisfy p a {
  color: #07F;
}

.rank > div.active > span {
  color: #07F;
}

.rank > div.active[data-sort=up] .sort-up {
  background: url("../images/sort_blue.png") no-repeat center;
}

.rank > div.active[data-sort=down] .sort-down {
  background: url("../images/sort_blue.png") no-repeat center;
}

.result-detail .total,
.result-detail .now-page {
  color: #07F;
}

.gallery-thumbs .swiper-slide-active {
  border-color: #07F;
}

.result-item .actions > a {
  background: #EDEDED;
  color: #07F;
}

.result-item .actions .joincart span {
  background: url("../images/theme_blue/addcart_blue.png") no-repeat left center;
}

.result-item .actions .buy {
  background: #07F;
}

.result-item[data-producttype=货物] > .type {
  background: linear-gradient(180deg, #07F 0%, #247FD9 100%);
}

.result-item[data-producttype=服务] > .type {
  background: linear-gradient(180deg, #26D969 0%, #78E3A0 100%);
}

.result-item[data-producttype=工程] > .type {
  background: linear-gradient(180deg, #34D3F5 0%, #21C7EB 0.01%, #97D8F4 100%);
}

.contrast-box .com-btn {
  background: #07F;
}

.contrast-box .clear-compress {
  border: 1px solid #07F;
  color: #07F;
}