.sort-icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 8rpx;
  .icon {
    width: 100%;
    .up {
      width: 0px;
      height: 0px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #dcdcdc;
      font-size: 0px;
      line-height: 0px;
      margin-bottom: 5rpx;
    }
    .down {
      width: 0px;
      height: 0px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #dcdcdc;
      font-size: 0px;
      line-height: 0px;
    }
    .up-actived {
      border-bottom-color: rgb(58, 138, 251);
    }
    .down-actived {
      border-top-color: rgb(58, 138, 251);
    }
  }
}
