.searchBox {
  .link-form-select.el-form-item {
    background-color: rgb(245, 247, 250);
    margin-right: 0;

    .el-input__inner {
      background-color: transparent;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0;
      //border: 1px solid #DCDFE6;
      transition: all 1000ms;
    }

    .el-select .el-input__inner:focus {
      border-color: #409eff;
      box-shadow: 1px 0 0 0 #409eff;
      position: relative;
      z-index: 10;
    }
  }

  .link-form-select + .el-form-item,
  .link-border-left-none {
    .el-input__inner {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .el-form-item--small .el-form-item__content {
    line-height: 30px;
  }

  /**/
  .prepend.small {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    width: 49px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .prepend {
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #dcdfe6;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    vertical-align: middle;
    padding: 0 15px;
    background-color: #f5f7fa;
  }

  .prepend + div {
    vertical-align: middle;
  }

  .el-form-item--medium .prepend {
    height: 34px;
    line-height: 34px;
  }

  .el-form-item--small .prepend {
    height: 30px;
    line-height: 30px;
  }

  .el-form-item--mini .prepend {
    height: 26px;
    line-height: 26px;
  }

  //.el-input.el-input--small .el-input__inner {
  //  height: 32px;
  //  line-height: 32px;
  //}

  .el-form-item__content {
    display: flex;
  }

  .el-input__inner {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .searchBtn {
    padding-bottom: 22px;
  }
}
