.body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px 0;
}

/*-------------------------------------------- 
      Main List 
  --------------------------------------------*/

.main {
  display: flex;
  flex-flow: column nowrap;
  width: 860px;
}

.filters {
  padding: 28px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
  font-size: 14px;
}

.filters .categories {
  padding: 10px 0;
}

.filters .categories .category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.filters .categories .category .title {
  width: 70px;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  margin: 0 20px 0 0;
  color: #8b8b8b;
}

.filters .categories .category .items {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 30px;
  overflow: hidden;
}

.filters .categories .category.active .items {
  height: auto;
}

.filters .categories .category .items .item {
  height: 24px;
  line-height: 24px;
  margin: 0 10px 6px;
  padding: 0;
  border: 1px solid transparent;
  cursor: pointer;
}

.filters .categories .category .items .item.active {
  padding: 0 10px;
  color: #2681f6;
  border: 1px solid #2681f6;
}

.filters .categories .category .items .item:hover {
  color: #2681f6;
}

.filters .categories .category .more,
.filters .categories .category .less {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 70px;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 20px;
  padding: 0 8px;
  background: rgba(38, 129, 246, 0.15);
  border: 1px solid rgba(38, 129, 246, 0.15);
  color: #2681f6;
  cursor: pointer;
}

.filters .categories .category .more img,
.filters .categories .category .less img {
  height: 14px;
  width: auto;
  margin: 0 0 0 3px;
}

.filters .categories .category .more,
.filters .categories .category.active .less {
  display: flex;
}

.filters .categories .category .less,
.filters .categories .category.active .more {
  display: none;
}

.filters .slider {
  display: flex;
  flex-flow: row-reverse nowrap;
}

.filters .slider .show,
.filters .slider .collapse {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters .slider .show img,
.filters .slider .collapse img {
  position: relative;
  top: -1px;
  height: 16px;
  width: auto;
  margin: 0 0 0 5px;
}

.filters.collapsed {
  padding-top: 30px;
}

.filters .slider .show,
.filters.collapsed .slider .collapse,
.filters.collapsed .categories {
  display: none;
}

.filters.collapsed .slider .show,
.filters .slider .collapse {
  display: flex;
}

/*-------------------------------------------- 
      Main List 
  --------------------------------------------*/

.list {
  flex-grow: 1;
}

.list .empty {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: #ffffff;
}

.list .empty .empty-tip {
  width: 90px;
  height: 90px;
}

.list .empty .text {
  line-height: 32px;
  font-size: 14px;
  color: #9c9c9c;
}

/*-------------------------------------------- 
      Side List 
  --------------------------------------------*/

.side {
  width: 320px;
}
