.zhny-th-title {
  display: inline-flex;
  flex-direction: column;
  &.zhny-th-title-withtip {
    position: relative;
    padding-right: 20px;
    .iconfont-box {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      .zhnycomp-remark {
        line-height: normal;
        cursor: help;
      }
    }
  }
}
