@font-face {font-family: "iconfont";
  src: url('../../font/iconfont.eot?t=1597200178632'); /* IE9 */
  src: url('../../font/iconfont.eot?t=1597200178632#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../font/iconfont.ttf?t=1597200178632') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*排序箭头*/
.icon-paixu-5:before {
  content: "\e705";
  content: none;
}
/*---------------自定义----------------*/
/*排序向下降序箭头*/
.desc{
  display:inline-block;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* Internet Explorer */
  -moz-transform:rotate(180deg); /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); /* Opera */
}
/*原来的排序箭头移除，处理hack*/
.txt_top .top_r .active,
.txt_top .top_r .bg_down,
.txt_top .top_r .bg_up,
.number .preview,
.number .download{
  background: none !important;
}
/*排序箭头*/
.iconfont-icon{
  font-size: 20px;
  color: #3b980a;
  font-weight: bold;
}
/*排序箭头左侧文本*/
.xz_sort li .active,.opts-box a.active{
  color:#3b980a;
}
