.xm-navbar {
  @include xm-bar(top);
  > .bar-item {
    height: 44px;
    line-height: 44px;
    &[role="left"] {
      left: 16px;
      text-align: left;
    }
    &[role="right"] {
      right: 16px;
      text-align: right;
    }
    &[role="title"] {
      width: 100%;
      text-align: center;
      font-size: 17px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1.5;
      >[role="subtitle"]{
        font-size: 12px;
        line-height: 0.8;
        transform: scale(0.8);
      }
    }
  }
  > a.bar-item {
    position: absolute;
    font-size: 15px;
    color: $link-color;
    > i, > i:before {
      height: inherit;
      line-height: inherit;
      display: inline-block;

    }
    > i {
      font-size: 22px;
    }
    &[role="left"] {
      > i {
        margin-left: -7px;
        margin-right: -1px;
      }
    }
    &[role="right"] {
      > i {
        margin-right: -7px;
        margin-left: -1px;
      }
    }
    > .icon-fenxiang {
      margin-right: -5px !important;
    }
    //返回fix
  }

}
