@charset "UTF-8";
/* 改变主题色变量 */
[data-v-187c869f]:export {
  menuText: #65686b;
  menuBg: #fff;
  menuHover: #fff;
  subMenuBg: #fff;
  subMenuHoverTxt: #12B48A;
  sideBarWidth: 210px;
}
.flex-box[data-v-187c869f] {
  display: flex;
  height: 50vh;
}
.flex-box .input-box[data-v-187c869f] {
  margin-bottom: 5px;
}
.flex-box .input-box[data-v-187c869f]  .el-input__inner {
  height: 30px;
}
.flex-box .input-box[data-v-187c869f]  .el-input__icon {
  line-height: 30px;
}
.flex-box .left-box[data-v-187c869f] {
  border: 1px solid #eaedf0;
  border-radius: 0px;
  width: 75%;
  padding: 11px 12px;
  margin-right: 10px;
}
.flex-box .left-box .input-box[data-v-187c869f] {
  width: 200px;
  margin-bottom: 15px;
}
.flex-box .left-box .checks-box[data-v-187c869f] {
  height: calc(100% - 35px);
  overflow-y: auto;
  white-space: normal;
}
.flex-box .left-box .checks-box[data-v-187c869f]::-webkit-scrollbar {
  width: 3px;
}
.flex-box .left-box .checks-box[data-v-187c869f]  .el-checkbox {
  margin-bottom: 10px;
}
.flex-box .right-box[data-v-187c869f] {
  width: 25%;
  border: 1px solid #eaedf0;
  border-radius: 0px;
  padding: 11px 4px 11px 11px;
}
.flex-box .right-box .drag-box[data-v-187c869f] {
  padding: 0;
  height: 100%;
  overflow-y: auto;
}
.flex-box .right-box .drag-box[data-v-187c869f]::-webkit-scrollbar {
  width: 3px;
}
.flex-box .right-box .drag-box .item[data-v-187c869f] {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.flex-box .right-box .drag-box .item .item-move[data-v-187c869f] {
  cursor: move;
  font-size: 13px;
  margin-right: 9px;
  opacity: 0.8;
  transform: rotate(90deg);
}
.flex-box .right-box .drag-box .item .item-top[data-v-187c869f] {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  font-size: 12px;
  color: #7a8ca4;
}
.flex-box .right-box .drag-box .item .item-del[data-v-187c869f] {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 13px;
  color: #7a8ca4;
}
.dialog-footer[data-v-187c869f] {
  display: flex;
}
.setting-button[data-v-187c869f] {
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-left: 10px;
  border-radius: 3px;
  background: #f8f8fa;
  border: 1px solid #ebebf0;
  line-height: 32px;
  text-align: center;
}
.setting-button .ofs-icon[data-v-187c869f] {
  color: #909399;
}
.setting-button .ofs-icon .ofs-icon-item[data-v-187c869f] {
  font-size: 16px;
}
.setting-button[data-v-187c869f]:hover {
  background-color: rgba(29, 144, 255, 0.1);
  border-color: #12B48A;
}
.setting-button:hover .ofs-icon[data-v-187c869f] {
  color: #12B48A;
}
@charset "UTF-8";
/* 改变主题色变量 */
[data-v-f92519c4]:export {
  menuText: #65686b;
  menuBg: #fff;
  menuHover: #fff;
  subMenuBg: #fff;
  subMenuHoverTxt: #12B48A;
  sideBarWidth: 210px;
}
.statistics-area[data-v-f92519c4] {
  width: 100%;
  background: #f3f3f3;
  padding-bottom: 10px;
}
.statistics-area .statistics-content[data-v-f92519c4] {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 10px;
}
.statistics-area .statistics-box[data-v-f92519c4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.statistics-area .statistics-box[data-v-f92519c4]:not(:last-child) {
  padding-right: 10px;
}
.statistics-area .statistics-box .box-item[data-v-f92519c4] {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border-radius: 4px;
  background: #f0f5fe;
}
.statistics-area .statistics-box .box-item .box-text[data-v-f92519c4] {
  display: flex;
  flex-direction: column;
}
.statistics-area .statistics-box .box-item .logo-img[data-v-f92519c4] {
  min-width: 50px;
  height: 50px;
  margin-right: 8px;
  margin-top: 10px;
}
.statistics-area .statistics-box .box-item-info[data-v-f92519c4] {
  background: #f0f5fe;
}
.statistics-area .statistics-box .box-item-primary[data-v-f92519c4] {
  background: #ecf9ff;
}
.statistics-area .statistics-box .box-item-success[data-v-f92519c4] {
  background: #e3f8f1;
}
.statistics-area .statistics-box .box-item-warning[data-v-f92519c4] {
  background: #fff6ed;
}
.statistics-area .statistics-box .box-item-error[data-v-f92519c4] {
  background: #ffefef;
}
.statistics-area .statistics-box .box-item-end[data-v-f92519c4] {
  background: #f7f0fe;
}
