.list-box[data-v-bdc134a0] {
  background: #ffffff;
  margin-top: 16px;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 28% 0 16px;
  overflow: auto;
}
.list-box .item-box[data-v-bdc134a0] {
  -webkit-box-shadow: inset 0px -1px 0px 0px #d8d8d8;
          box-shadow: inset 0px -1px 0px 0px #d8d8d8;
  padding: 0 16px 16px 16px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-box .item-box .left[data-v-bdc134a0] {
  width: calc(100% - 150px);
}
.list-box .item-box .left .left-item[data-v-bdc134a0] {
  width: calc(100% - 100px);
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a1a1c;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box .item-box .right[data-v-bdc134a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
}
.list-box .item-box .right i[data-v-bdc134a0] {
  cursor: pointer;
}
.list-box .item-box .right .icon-operate[data-v-bdc134a0] {
  margin-right: 24px;
  color: #409eff;
}
.tip-empty[data-v-bdc134a0] {
  text-align: center;
  margin-top: 162px;
  margin-left: 28%;
  color: #999999;
}
[data-v-bdc134a0] .el-switch {
  height: 16px;
  line-height: 16px;
  margin-left: 24px;
}
[data-v-bdc134a0] .el-switch__core {
  height: 16px;
}
[data-v-bdc134a0] .el-switch__core:after {
  width: 12px;
  height: 12px;
}
[data-v-bdc134a0] .el-switch.is-checked .el-switch__core::after {
  margin-left: -13px;
}
.index-box[data-v-0096734c] {
  padding: 6px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
