.detail-header {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: $bg_f7f9fc;
  text-align: center;

  i {
    font-size: 22px !important;
  }

  i:nth-of-type(1) {
    float: left;
  }

  i:nth-of-type(2) {
    float: right;
  }


  .herder {
    font-size: 16px;
    color: $color_202426;
  }
}