
.fxm-autosearchinput-wrap {
  background: #fff;
  /* 覆盖antM List的顶横线 */
  .fxm-list-body::before {
    display: none !important;
  }
  /* 覆盖antM 搜索框事件 */
  .fxm-search {
    background: #fff;
    height: 58px;
  }
  .fxm-search-input {
    background: #e2e9f3;
    height: 43px;
  }
  .fxm-search-value {
  }
  .fxm-search-input .fxm-search-clear {
    right: 6px;
  }
  .fxm-search-synthetic-ph {
    text-align: left;
    padding: 0 1.5rem 0 15px;
    height: 43px;
    line-height: 43px;
    color: rgba(0, 0, 0, 0.85);
  }
  .fxm-search-input input[type="search"] {
    font-size: @font-size-base;
    height: 43px;
    color: rgba(0, 0, 0, 0.85);
  }
  .fxm-search-cancel {
    color: #0081ff;
    font-size: 16px;
    padding-left: 10px;
  }
  .fxm-search-input .fxm-search-clear {
    top: 7px;
  }
  /* 自定义标签样式 */
  .fxm-autosearchinput-item-row {
    display: flex;
  }
  .fxm-autosearchinput-item-value {
    flex: 1;
    font-size: @font-size-base;
    // color: rgba(0, 0, 0, .85);
    color: @color-text-base;
  }
  .fxm-autosearchinput-item-extra {
    font-size: @font-size-caption-sm;
    // color: rgba(0, 0, 0, .25);
    color: @color-text-disabled;
  }
}
