.mj-flex[data-v-4b7af2e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mj-flex-direction-row[data-v-4b7af2e8] {
  flex-direction: row;
}
.mj-flex-direction-column[data-v-4b7af2e8] {
  flex-direction: column;
}
.mj-flex-direction-row-reverse[data-v-4b7af2e8] {
  flex-direction: row-reverse;
}
.mj-flex-direction-column-reverse[data-v-4b7af2e8] {
  flex-direction: column-reverse;
}
.mj-justify-content-start[data-v-4b7af2e8] {
  justify-content: flex-start;
}
.mj-justify-content-center[data-v-4b7af2e8] {
  justify-content: center;
}
.mj-justify-content-between[data-v-4b7af2e8] {
  justify-content: space-between;
}
.mj-justify-content-around[data-v-4b7af2e8] {
  justify-content: space-around;
}
.mj-justify-content-start[data-v-4b7af2e8] {
  justify-content: flex-start;
}
.mj-align-items-start[data-v-4b7af2e8] {
  align-items: flex-start;
}
.mj-align-items-center[data-v-4b7af2e8] {
  align-items: center;
}
.mj-align-items-baseline[data-v-4b7af2e8] {
  align-items: baseline;
}
.mj-align-items-end[data-v-4b7af2e8] {
  align-items: flex-start;
}
.mj-align-items-stretch[data-v-4b7af2e8] {
  align-items: stretch;
}
.mj-flex-wrap-wrap[data-v-4b7af2e8] {
  flex-wrap: wrap;
}
.mj-flex-wrap-nowrap[data-v-4b7af2e8] {
  flex-wrap: nowrap;
}
.mj-flex-wrap-nowrap[data-v-4b7af2e8] {
  flex-wrap: wrap-reverse;
}
.mj-align-content-start[data-v-4b7af2e8] {
  align-content: start;
}
.mj-align-content-center[data-v-4b7af2e8] {
  align-content: center;
}
.mj-align-content-between[data-v-4b7af2e8] {
  align-content: space-between;
}
.mj-align-content-stretch[data-v-4b7af2e8] {
  align-content: stretch;
}
.mj-align-content-around[data-v-4b7af2e8] {
  align-content: space-around;
}
.mj-align-content-end[data-v-4b7af2e8] {
  align-content: end;
}
.mj-align-self-baseline[data-v-4b7af2e8] {
  align-self: baseline;
}
.mj-align-self-start[data-v-4b7af2e8] {
  align-self: flex-start;
}
.mj-align-self-center[data-v-4b7af2e8] {
  align-self: center;
}
.mj-align-self-end[data-v-4b7af2e8] {
  align-self: flex-end;
}
i[data-v-4b7af2e8] {
  font-style: normal;
}
li[data-v-4b7af2e8] {
  list-style: none;
}
input[data-v-4b7af2e8]:-webkit-autofill,
input[data-v-4b7af2e8]:-internal-autofill-selected {
  background-color: #fff;
}
.router-view[data-v-4b7af2e8] {
  min-height: 500px;
}
.fontDin[data-v-4b7af2e8] {
  font-family: "Din Bold" !important;
}
[data-v-4b7af2e8] .ivu-page .ivu-page-prev,[data-v-4b7af2e8] .ivu-page .ivu-page-next {
  border: none;
  background: rgba(153, 153, 153, 0.1);
}
[data-v-4b7af2e8] .ivu-page .ivu-page-item {
  background: rgba(153, 153, 153, 0.1);
  border: none;
}
[data-v-4b7af2e8] .ivu-page .ivu-page-item-active {
  background: #E51915;
  border-radius: 2px;
}
[data-v-4b7af2e8] .ivu-page .ivu-page-item-active a {
  color: #ffffff;
}
.leftNav[data-v-4b7af2e8] {
  min-height: 646px;
}
.space-wrap[data-v-4b7af2e8] {
  background-color: #fff;
  padding: 8px;
  width: 170px;
}
.space-wrap .header[data-v-4b7af2e8] {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.88);
  line-height: 20px;
  font-weight: 400;
  padding: 0 12px;
  cursor: pointer;
}
.space-wrap .header .add-icon[data-v-4b7af2e8] {
  width: 20px;
  height: 20px;
  background: url('/images/icon-add.png') no-repeat;
  background-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.space-wrap .list[data-v-4b7af2e8] {
  overflow: auto;
}
.space-wrap .list .item[data-v-4b7af2e8] {
  padding: 0 12px;
  height: 36px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 14px;
  font-weight: 400;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.space-wrap .list .item[data-v-4b7af2e8]:hover {
  background-color: #f1f1f1;
}
.space-wrap .list .item:hover .options[data-v-4b7af2e8] {
  display: block;
}
.space-wrap .list .item.active[data-v-4b7af2e8] {
  font-weight: 500;
  border-radius: 4px;
  background-color: rgba(229, 25, 21, 0.1);
  color: #E51915;
}
.space-wrap .list .text[data-v-4b7af2e8] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100px;
}
.space-wrap .list .options[data-v-4b7af2e8] {
  display: none;
  margin-left: 8px;
}
.space-wrap .listInfo[data-v-4b7af2e8] {
  overflow: auto;
}
.space-wrap .listInfo .item[data-v-4b7af2e8] {
  padding: 0 12px;
  height: 64px;
  border-radius: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 22px;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px solid #ffffff;
  position: relative;
}
.space-wrap .listInfo .item .textTitle[data-v-4b7af2e8] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  font-weight: 600;
}
.space-wrap .listInfo .item .text-price[data-v-4b7af2e8] {
  position: absolute;
  left: 70px;
  color: #E51915;
}
.space-wrap .listInfo .item[data-v-4b7af2e8]:hover {
  background-color: #f1f1f1;
}
.space-wrap .listInfo .item:hover .options[data-v-4b7af2e8] {
  display: block;
}
.space-wrap .listInfo .item.active[data-v-4b7af2e8] {
  background-color: rgba(229, 25, 21, 0.1);
  color: #E51915;
  font-weight: 500;
}
.space-wrap .listInfo .text[data-v-4b7af2e8] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 100px;
}
.space-wrap .listInfo .text .textInfo[data-v-4b7af2e8] {
  font-size: 12px;
}
.space-wrap .listInfo .options[data-v-4b7af2e8] {
  display: none;
  margin-left: 8px;
}
.space-wrap .addSpace[data-v-4b7af2e8] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  height: 32px;
  border: 1px dashed #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: sticky;
  bottom: -8px;
  background: #ffffff;
}
.leftList[data-v-4b7af2e8] {
  width: 199px;
  position: sticky;
  top: 210px;
  z-index: 100;
  margin-top: 12px;
}
.groupInfo[data-v-4b7af2e8] {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}
.space-name[data-v-4b7af2e8] {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 106px;
}
.goods-amount[data-v-4b7af2e8] {
  font-size: 15px;
  color: #888;
  zoom: 0.8;
}
[data-v-4b7af2e8] .input .ivu-input {
  height: 24px;
  border: 1px solid #eee;
  border-radius: 0;
}
.del-icon[data-v-4b7af2e8] {
  font-weight: 600;
  margin-left: 8px;
  cursor: pointer;
}
.modify-icon[data-v-4b7af2e8] {
  cursor: pointer;
}
.wrap[data-v-4b7af2e8] {
  max-height: 80vh;
  overflow: scroll;
}
[data-v-4b7af2e8]::-webkit-scrollbar {
  display: none;
}
.md-create-to[data-v-4b7af2e8] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.list-move[data-v-4b7af2e8] {
  transition: transform 0.3s ease;
}
.no-move[data-v-4b7af2e8] {
  transition: transform 0s;
}
.ghost[data-v-4b7af2e8] {
  opacity: 0.1;
  background: #c8ebfb;
}
.list-group[data-v-4b7af2e8] {
  min-height: 20px;
}
.list-group-item[data-v-4b7af2e8] {
  cursor: move;
}
.list-group-item i[data-v-4b7af2e8] {
  cursor: pointer;
}

