.searchBar .el-input{
  width: 326px;
  height: 34px;
  /*padding: 4px 10px;*/
  font-size: 14px;
  /*border: 1px solid #ebebeb;*/
  border-radius: 3px;
  margin-top: 2px;
  color: #1a1a1a;
  transition: .2s ease;
}
.searchBar .el-input .el-input__inner{
  border: none;
  height: 34px;
  background-color: #F6F6F6;
  transition: .3s ease;
}
.searchBar .el-input .el-input__inner::placeholder{
  color: #8590A6;
}
.searchBar .el-input .el-input-group__append{
  border: none;
  background-color: #F6F6F6;
  font-size: 16px;
  color: #8590A6;
  transition: .3s ease;
    /*width: 44px;*/
    /*height: 34px;*/
    padding: 0;
}
.searchBar .el-input .el-input-group__append button{
    padding: 0;
    margin: 0;
    width: 44px;
    height: 34px;
}
.childBar .el-input .el-input-group__append{
  padding: 0;
}

.searchBar > .el-button{
  color: #fff!important;
  background-color: #D82A22!important;
  display: inline-block;
  padding: 0 14px;
  margin-left: 16px;
  height: 34px;
  line-height: 30px;
  margin-top: 2px;
  transition: .2s ease;
}
.searchBar > .el-button:hover{
  background-color: #0074ee;
  color: #fff;
}

.inputClick{
  width: 400px!important;
  transition: width .2s ease;
  border: 1px solid #D82A22!important;
}

.searchBar .inputClick .el-input__inner,
.searchBar .inputClick  .el-input-group__append{
  background-color: #fff;
  transition: .3s ease;
}
.searchBar .inputClick .iconfont{
  color: #D82A22;
  transition: .3s ease;
}

.childBar .el-input{
  width: 216px;
}


.childClickSearchBar{
    border: 1px solid #8590a6;
  /*border-color: #8590a6!important;*/
  background-color: #fff;
}
.childClickSearchBar input,
.childClickSearchBar .el-input-group__append{
  background-color: #fff!important;
}
.el-input-group__append{
  padding: 0;
}

/*热搜+历史搜索*/
/*.my-autocomplete{*/
/*  width: 400px!important;*/
/*}*/
/*.el-autocomplete-suggestion li{*/
/*  color: #1a1a1a!important;*/
/*}*/



.el-dialog{
  width: 590px!important;
  margin-top: 26vh!important;
  /*overflow: auto;*/
  background: #fff;
  border-radius: 2px;
}
.el-dialog__body{
  padding: 10px 24px 32px 30px!important;
  /*margin-top: 24px;*/
}

.tags .el-select .el-input{
  width: 180px;
  /*height: 30px;*/
}
.tags .el-select .el-input input{
  border-radius: 40px;
}
.putQuestionTitle .el-input, .putQuestionTitle .el-autocomplete{
  width: 100%;
}
.putQuestionTitle .el-autocomplete .el-input input{
  width: 100%;
  border: none;
  font-size: 18px;
  color: #1a1a1a;
}
.similarTips{
  font-size: 15px;
  color: #8590a6;
  margin: 0 10px 5px;
}
.similarTipsClose{
  float: right;
  cursor: pointer;
}

.el-dropdown{
  outline: none;
}
.el-dropdown-menu .el-dropdown-menu__item{
  color: #8590a6!important;
}
.el-dropdown-menu .el-dropdown-menu__item:hover{
  background-color: #F6F6F6!important;
  color: #8590a6!important;
}


.putQuestion{
    margin-top: 15vh!important;
    /*height: 666px;*/
    overflow-y: scroll;
    width: 666px!important;
    max-height: 66vh;
}
.v-modal{
    /*position: relative!important;*/
}
