.sort-wrap {
  height: 30px;
  line-height: 0;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 4px;
  margin: 20px 0;
}
.sort-wrap .sort-content {
  height: 30px;
  border: none!important;
}
.sort-wrap .sort-content li {
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #666;
  position: relative;
  box-sizing: border-box;
}
.sort-wrap .sort-content li.selected {
  color: #0f91ff;
  border-bottom: 2px solid #1192ff;
}
.sort-wrap .sort-content li .price-sort {
  width: 8px;
  height: 17px;
  position: absolute;
  background: url('../image/icon.png') no-repeat -88px -4px;
  left: 31px;
  top: 10px;
}
.sort-wrap .sort-content li .price-sort.ascending {
  top: 5px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}