.cig-search {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 6px;
  .search-form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    .search-item {
      padding-right: 32px;
      box-sizing: border-box;
      .el-form-item__content {
        .item-input {
          width: 100%;
        }
      }
    }
  }
  .search-button {
    padding: 29px 0 0;
    margin-bottom: 18px;
    .el-button + .el-button {
      margin-left: 16px;
    }
  }
}
