html .app-content-main .app-content-main__container .container__search {
  margin-top: 31px;
  width: 100%;
}
html .app-content-main .app-content-main__container .container__search__line1 {
  display: flex;
}
html .app-content-main .app-content-main__container .container__search__line1 .el-autocomplete{
    position:relative;
    font-size:14px;
    display:inline-block;
    width:100%
}
html .app-content-main .app-content-main__container .container__search__line1 .el-button {
  margin-left: 21px;
  width: 120px;
}
html .app-content-main .app-content-main__container .container__search__line2 {
  margin-top: 20px;
}
html .app-content-main .app-content-main__container .container__search__line2 > span {
  width: 70px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1919;
}
html .app-content-main .app-content-main__container .el-range-separator {
  width: auto;
}
html .app-content-main .app-content-main__container .container__list {
  width: 100%;
}
