*{margin:0;padding:0}.app{margin:0 auto;width:100%;max-width:1000px;display:flex}.sidebar{width:300px;padding:10px}.filter-list .filter-item{padding:10px 0}

.filter-item-inner[data-v-7b4f69fa] {
  position: relative;
}
.search-suggestions[data-v-7b4f69fa] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 4px;
  max-height: 300px;
  overflow-y: auto;
}
.suggestion-item[data-v-7b4f69fa] {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}
.suggestion-item[data-v-7b4f69fa]:hover {
  background-color: #f5f5f5;
}
.uk-text-muted[data-v-7b4f69fa] {
  color: #999;
}


.select-dropdown_item {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}
.make-meta{
  color: #606266;
  font-size: 14px;
}
.select-dropdown_item img{
   width: 80px;
   padding: 5px;
}
.model-body-select{
  min-width: 350px;
  max-width: 450px!important;
  border-radius: 15px
}
.li-disabled{
  opacity: 0.4;
}
.item-make .el-checkbox.make-logo-active {
  border: 1px solid #a2a2a2;
  box-shadow: 0 0 0 1px rgba(5,43,79,.21),0 1px 2px rgba(0,0,0,.02),0 2px 4px rgba(0,0,0,.02),0 6px 14px rgba(0,0,0,.02);
}
.make-logo-active .make-logo-img {
filter: none;
}

