#app,
.block-box.search-block-box {
  .search-form {
    display: flex;
    flex-wrap: wrap;
    & + * {
      margin-top: 20px;
    }

    .search-item {
      min-width: 352px !important;
      padding-right: 16px;
      padding-bottom: 16px;
      margin-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      margin-top: 0;
      display: flex;
      flex: 0 0 auto;

      .item-label,
      .select-label {
        flex-wrap: 0;
        flex-shrink: 0;
        padding-right: 12px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        text-align: right;
        line-height: 16px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        max-height: 32px;
        overflow: hidden;
      }
      .item-label {
        width: 96px;
        padding-left: 8px;
      }
      .select-label {
        width: 96px;
        margin-right: -1px;
        text-align: right;
        padding-right: 0;

        .is-focus .el-input__inner {
          z-index: 1;
        }
        .el-input__inner {
          position: relative;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          &:focus {
            z-index: 1;
          }
        }
      }

      .item-content,
      .select-content {
        flex-grow: 1;
        & > * {
          width: 100%;
        }
      }
      .select-content {
        height: 32px;
        .input-number-range {
          position: relative;
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
          &.is-focus {
            z-index: 1;
          }
        }
        &:not(> .el-select) {
          .is-focus .el-input__inner {
            z-index: 1;
          }
          .el-input__inner {
            position: relative;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          }
          .el-input__inner:focus {
            z-index: 1;
          }
        }

        .el-input .el-input__inner {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
        }
      }
      .btn-item-content {
        padding-left: 96px;
        width: 100%;
      }
    }
  }

  .hideSidebar {
    .search-form {
      @media screen and (max-width: 1285px) {
        .search-item {
          width: 50%;
        }
      }
      @media screen and (min-width: 1186px) {
        .search-item {
          width: 33.3%;
        }
      }
      @media screen and (min-width: 1538px) {
        .search-item {
          width: 25%;
        }
      }
      @media screen and (min-width: 1890px) {
        .search-item {
          width: 20%;
        }
      }
    }
  }

  .openSidebar {
    .search-form {
      @media screen and (max-width: 1345px) {
        .search-item {
          width: 50%;
        }
      }
      @media screen and (min-width: 1346px) {
        .search-item {
          width: 33.3%;
        }
      }
      @media screen and (min-width: 1698px) {
        .search-item {
          width: 25%;
        }
      }
      @media screen and (min-width: 2050px) {
        .search-item {
          width: 20%;
        }
      }
    }
  }
  .search-form .search-item:last-child {
    width: 100%;
    padding-bottom: 0;
  }
}
