.aos-search-op{
  min-width: 300px;
  width: 100%;
  .el-form-item__label {
    text-align: left;
  }
  .search-input__container {
    display: flex;
    align-items: center;
  }
  .search-input {
    margin-right: 8px;
    width: 280px;
    display: flex;
    align-items: center;
  }
  .base {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    .aos-search-base-form{
      margin-bottom: 0px;
      .aos-search-base-form-item{
        margin-right: 30px;
        margin-bottom: 0px;
        .el-form-item__content{
          width: auto;
        }
      }
      .aos-search-base-form-item:last-child {
        margin-right: 4px;
      }
      .aos-search-base-form-items{
        margin-bottom: 0px;
        margin-right: 30px;
        .el-form-item__content{
          width: auto;
        }
      }
      .aos-search-content{
        width: 300px;
        margin-bottom: 0px;
        margin-right: 0px;
        .el-form-item__content{
          width: 250px;
        }
      }
      .el-input__suffix{
        line-height: 32px;
      }
    }
  }
  .aos-search-icon{
    cursor: pointer;
    line-height: inherit;
    float: right;
    padding-right: 8px; 
  }
  .aos-search-more-button{
    cursor: pointer;
  }
 .el-input-group__append {
   box-sizing: border-box;
   height: 32px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 60px;
 }
  
  .aos-more-search{
    // position: absolute;
    // left: 0;
    border-top: 1px solid #eee;
    margin-top: 8px;
    width: 100%;
    .aos-search-more-form{
      padding-top: 16px;
      .el-date-editor.el-range-editor.el-input__inner {
        width: 250px
      }
      .aos-search-more-form-item{
        margin-right: 30px;
        margin-bottom: 8px;
        display: inline-block;
        .el-form-item__content{
          width: auto;
        }
      }
      .aos-search-more-form-button{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
      }
      .el-form-item__content {
        .el-input--small {
          width: 200px;
        }
      }
    }
    .el-input-group__append {
      display: table-cell;
    }
  }
  .more-search-enter-active .more-search-leave-active {
    transition: opacity .5s
  }
  .more-search-enter .more-search-leave-to {
    opacity: 0;
  }
  .el-input__suffix {
    display: flex;
    align-items: center;
    .el-input__suffix-inner {
      line-height: 32px;
    }
  }
  .el-range-editor.el-input__inner {
    width: 250px
  }
}
// @media only screen and (min-width: 1600px) {
//   .aos-search-form-item {
//       width: 25%;
//   }
// }
// /* Large Devices, Wide Screens */

// @media only screen and (max-width: 1600px) {
//   .aos-search-form-item {
//     width: 33.33%;
//   }
// }

// /* Medium Devices, Desktops */

// @media only screen and (max-width: 992px) {
//   .aos-search-form-item {
//       width: 100%;
//   }
// }

// /* Small Devices, Tablets */

// @media only screen and (max-width: 768px) {
//   .aos-search-form-item {
//       width: 100%;
//   }
// }


// /* Extra Small Devices, Phones */

// @media only screen and (max-width: 480px) {
//   .aos-search-form-item {
//       width: 100%;
//   }
// }


// /* Custom, iPhone Retina */

// @media only screen and (max-width: 320px) {
//   .aos-search-form-item {
//       width: 100%;
//   }
// }