
// 全局/品牌色
// @brand-primary: #108ee9;
// @brand-primary-tap: #0e80d2;
// @brand-success: #6abf47;
// @brand-warning: #ffc600;
// @brand-error: #f4333c;
// @brand-important: #ff5b05; // 用于小红点
// @brand-wait: #108ee9;

.fxm-textgroup-wrap {
  justify-content: space-between;
  background-color: #fff;
  padding: 1rem 1rem;
  ul li {
    list-style: none;
  }
  .fxm-textgroup-list {
    display: flex;
    padding: 0;
    justify-content: space-around;
    .fxm-textgroup-list-item {
      > span {
        cursor: pointer;
        font-size: @font-size-caption;
        color: @brand-primary;
        &:hover {
          color: #ccc;
        }
      }
    }
  }
  .fxm-textgroup-line {
    height: 100%;
    border-right: 1px solid #ccc;
  }
}
