.searchInputArea {
  display: flex;
  align-items: center;
  // justify-content: flex-end;
  position: relative;
  flex-flow: row wrap;
  .searchInput {
    width: 438px;
    margin-right: 24px;
    :global {
      .next-input.next-medium {
        border: 0 solid #f3f3f3;
        height: 32px;
        input {
          height: 32px;
        }
      }
      .ant-input-group-addon {
        width: 108px !important;
        padding: 0 !important;
        .ant-select.ant-select-single.ant-select-show-arrow {
          width: 100% !important;
        }
      }
    }
  }
  .regionSearchInput {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 410px;
    top: -24px;
    :global {
      .next-input.next-medium {
        border: 0 solid #f3f3f3;
        height: 32px;
        input {
          height: 32px;
        }
      }
      .ant-input-group-addon {
        width: 108px !important;
        padding: 0 !important;
        border-left: 1px solid transparent;
      }
      .ant-select.ant-select-single.ant-select-show-arrow {
        width: 100% !important;
      }
      .ant-input-affix-wrapper {
        border: 1px solid transparent !important;
      }
    }
  }
  .searchListArea {
    position: absolute;
    padding: 8px 0;
    max-height: 240px;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
    background: #fff;
    width: 330px;
    left: 108px;
    z-index: 99;
    .devListItem {
      padding: 0 4px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .devListItem:hover {
      background-color: #f4f6f9;
    }
  }
  :global {
    .ant-select-selector {
      background-color: #fff !important;
    }
    .ant-select-item-option-selected {
      background-color: #f5f5f5 !important;
    }
  }

  .searchItemWrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 24px;
    margin-top: 5px;
    .searchItemName {
      font-family: PingFangSC;
      font-weight: 400;
      font-size: 14px;
      color: #171a1d;
      margin-right: 10px;
    }
    .searchItemInput {
      height: 36px;
      line-height: 36px;
    }
    .searchItemInputWidth,
    .treeSelectWidth {
      width: 160px;
      position: relative;
      :global {
        .ant-select {
          width: 100%;
        }
      }
      .processorListArea {
        position: absolute;
        padding: 8px 0;
        max-height: 240px;
        overflow: auto;
        border-radius: 4px;
        box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
        background: #fff;
        width: 160px;
        z-index: 99;
        .devListItem {
          padding: 0 4px;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
        }
        .devListItem:hover {
          background-color: #f4f6f9;
        }
      }
    }
    .treeSelectWidth {
      width: 372px;
    }
    .processorInput {
      height: 32px !important;
      padding: 6px !important;
      line-height: 32px;
      margin-top: 2px;
    }
  }

  .exportBtnArea {
    margin: 0 0 0 12px;
    .searchItemName {
      margin-right: 0;
    }
    .exportBtn {
      width: 64px;
    }
  }
}

:global {
  .ant-select-item-option-selected {
    background-color: #f5f5f5 !important;
    margin-bottom: 2px;
  }
}
