@charset "UTF-8";
/*
  @component search
  @display Search
  @chinese 搜索
  @family data-display
*/
:root {
  /*
    @desc small-height
    @namespace size/common
    @semantic 高度(小号)
  */
  --search-small-height: var(--s-7);
  /*
    @desc medium-height
    @namespace size/common
    @semantic 高度(中号)
  */
  --search-medium-height: var(--s-9);
  /*
    @desc large-height
    @namespace size/common
    @semantic 高度(大号)
  */
  --search-large-height: var(--s-11);
  /*
    @desc small-icon-size
    @namespace size/icon
    @semantic 图标大小(小号)
  */
  --search-small-icon-size: var(--s-4);
  /*
    @desc medium-icon-size
    @namespace size/icon
    @semantic 图标大小(中号)
  */
  --search-medium-icon-size: var(--s-4);
  /*
    @desc large-icon-size
    @namespace size/icon
    @semantic 图标大小(大号)
  */
  --search-large-icon-size: var(--s-5);
  /*
    @desc  small-cancel-font-size
    @namespace  size/cancel
    @semantic  取消字体大小(小号)
  */
  --search-cancel-small-font-size: var(--p-body-1-font-size);
  /*
    @desc  medium-cancel-font-size
    @namespace  size/cancel
    @semantic  取消字体大小(中号)
  */
  --search-cancel-medium-font-size: var(--p-body-2-font-size);
  /*
    @desc  large-cancel-font-size
    @namespace  size/cancel
    @semantic  取消字体大小(大号)
  */
  --search-cancel-large-font-size: var(--p-subhead-font-size);
  /*
    @desc corner
    @namespace size/common
    @semantic 圆角尺寸
  */
  --search-corner: var(--corner-1);
  /*
    @desc input-font-color
    @namespace style/common
    @semantic 输入框字体色
  */
  --search-input-font-color: var(--color-text1-4);
  /*
    @desc input-small-font-size
    @namespace size/input
    @semantic 输入框字体大小(小号)
  */
  --search-input-small-font-size: var(--p-body-1-font-size);
  /*
    @desc input-medium-font-size
    @namespace size/input
    @semantic 输入框字体大小(中号)
  */
  --search-input-medium-font-size: var(--p-body-2-font-size);
  /*
    @desc input-large-font-size
    @namespace size/input
    @semantic 输入框字体大小(大号)
  */
  --search-input-large-font-size: var(--p-subhead-font-size);
  /*
    @desc input-icon-color
    @namespace style/common
    @semantic 图标色
  */
  --search-input-icon-color: var(--color-text1-2);
  /*
    @desc bg-color
    @namespace style/common
    @semantic 背景色
  */
  --search-bg-color: var(--color-fill1-1);
  /*
    @desc cancel-text-color
    @namespace style/common
    @semantic 取消文字色
  */
  --search-cancel-font-color: var(--color-text1-4);
}