/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.xui-ant__search-head--position {
  position: relative;
}
.xui-ant__search-head--position .ant-input-affix-wrapper {
  -webkit-transition: none;
  transition: none;
}
.xui-ant__search-head--position .xui-ant__search-head {
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #fff;
}
.xui-ant__search-head--position .xui-ant__search-head--iconfont {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #999;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
}
.xui-ant__search-head--position .xui-ant__search-head--iconfont:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.xui-ant__search-head--position .xui-ant__search-head--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
.xui-ant__search-head--position .xui-ant__search-head--col--title {
  padding-right: 6px;
  white-space: nowrap;
  text-align: right;
}
.xui-ant__search-head--position .xui-ant__search-head--col--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin-right: 20px;
}
.xui-ant__search-head--position .xui-ant__search-head--col--content--segmentation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 1px;
  margin: 0 5px;
  background-color: #333;
}
.xui-ant__search-head--position .xui-ant__search-head--col--content .ant-select-selector {
  width: 100%;
}
.xui-ant__search-head--position .xui-ant__search-head--col--isSearch {
  border-color: #1890ff;
}
.xui-ant__search-head--position .xui-ant__search-head--col--isSearch .ant-select-selector {
  border-color: #1890ff;
}
.xui-ant__search-head--position .xui-ant__search-head--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xui-ant__search-head--position .xui-ant__search-head--btn button {
  height: 30px;
  line-height: 1;
}
.xui-ant__search-head--position .xui-ant__search-head--btn button:first-child {
  margin-right: 10px;
}
.xui-ant__search-head--position .xui-ant__search-head--popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  padding: 16px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--col {
  margin-bottom: 16px;
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--col--title {
  width: 100px;
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--col--content {
  margin-right: 0;
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--col--content .ant-select-selector {
  width: 100%;
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.xui-ant__search-head--position .xui-ant__search-head--popup .xui-ant__search-head--btn button:first-child {
  margin-right: 10px;
}
.xui-ant__search-head--position .xui-ant__search-head--show {
  display: block;
}
