

@indexedList: fxm-indexed-list;

.fxm-indexed-list {
  &-section-body.fxm-list-body,
  &-section-body.fxm-list-body .fxm-list-item:last-child .fxm-list-line {
    .hairline-remove('bottom');
  }

  &-section-header {
    &.fxm-list-body,
    &.fxm-list-body .fxm-list-item .fxm-list-line {
      .hairline-remove('bottom');
    }

    .fxm-list-item {
      height: @list-title-height;
      min-height: @list-title-height;
      background-color: @fill-body;

      .fxm-list-line {
        height: @list-title-height;
        min-height: @list-title-height;
      }

      .fxm-list-content {
        font-size: @font-size-base !important;
        color: @color-text-caption !important;
      }
    }
  }

  &-quick-search-bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    color: @color-link;
    font-size: @font-size-caption;
    list-style: none;
    padding: 0;

    li {
      padding: 0 @h-spacing-sm;
    }

    &-over {
      background-color: @fill-mask;
    }
  }

  &-qsindicator {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15 * @hd auto auto -30 * @hd;
    width: 60 * @hd;
    height: 30 * @hd;
    background: transparent;
    opacity: 0.7;
    color: #0af;
    font-size: 20 * @hd;
    border-radius: 30 * @hd;
    z-index: 1999;
    text-align: center;
    line-height: 30 * @hd;

    &-hide {
      display: none;
    }
  }
}
