.el-card{--el-card-border-color:var(--el-border-color-light);--el-card-border-radius:4px;--el-card-padding:20px;--el-card-bg-color:var(--el-fill-color-blank);background-color:var(--el-card-bg-color);border:1px solid var(--el-card-border-color);border-radius:var(--el-card-border-radius);color:var(--el-text-color-primary);overflow:hidden;transition:var(--el-transition-duration)}.el-card.is-always-shadow{box-shadow:var(--el-box-shadow-light)}.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{box-shadow:var(--el-box-shadow-light)}.el-card__header{border-bottom:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}.el-card__body{padding:var(--el-card-padding)}.el-card__footer{border-top:1px solid var(--el-card-border-color);box-sizing:border-box;padding:calc(var(--el-card-padding) - 2px) var(--el-card-padding)}
.el-row{box-sizing:border-box;display:flex;flex-wrap:wrap;position:relative}.el-row.is-justify-center{justify-content:center}.el-row.is-justify-end{justify-content:flex-end}.el-row.is-justify-space-between{justify-content:space-between}.el-row.is-justify-space-around{justify-content:space-around}.el-row.is-justify-space-evenly{justify-content:space-evenly}.el-row.is-align-top{align-items:flex-start}.el-row.is-align-middle{align-items:center}.el-row.is-align-bottom{align-items:flex-end}

@charset "UTF-8";
[data-v-47c3b53c]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.headDivData[data-v-47c3b53c] {
  width: 100%;
  height: 140px;
  background-color: white;
}
.headDivData .head_content_data_work[data-v-47c3b53c] {
  margin-top: 10px;
  width: 200px;
}
.bobyDivData[data-v-47c3b53c] {
  width: 100%;
  background-color: white;
}
.statistic-footer[data-v-47c3b53c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--el-text-color-regular);
  margin-top: 10px;
}
.statistic-footer .footer-item[data-v-47c3b53c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.statistic-footer .footer-item span[data-v-47c3b53c]:last-child {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.green[data-v-47c3b53c] {
  color: var(--el-color-success);
}
.red[data-v-47c3b53c] {
  color: var(--el-color-error);
}
.underline-button[data-v-47c3b53c] {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
  /* 移除默认的文本下划线 */
  /* 默认状态样式 */
  color: #333;
  text-decoration: none;
  font-weight: bold;
  /* 鼠标悬停状态样式 */
  /* 按下按钮状态样式 */
}
.underline-button[data-v-47c3b53c]:hover {
  text-decoration: underline;
}
.underline-button[data-v-47c3b53c]:active {
  text-decoration: underline;
}
.underline-selct-button[data-v-47c3b53c] {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
  /* 移除默认的文本下划线 */
  /* 默认状态样式 */
  color: blue;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  /* 鼠标悬停状态样式 */
  /* 按下按钮状态样式 */
}
.underline-selct-button[data-v-47c3b53c]:hover {
  text-decoration: underline;
}
.underline-selct-button[data-v-47c3b53c]:active {
  text-decoration: underline;
}
.demo-tabs-work[data-v-47c3b53c] {
  margin-top: 20px;
}
.demo-tabs-work > .el-tabs__content[data-v-47c3b53c] {
  padding: 32px;
  color: #6b778c;
  font-size: 32px;
  font-weight: 600;
}
.demo-tabs-work .custom-tabs-label .el-icon[data-v-47c3b53c] {
  vertical-align: middle;
}
.demo-tabs-work .custom-tabs-label span[data-v-47c3b53c] {
  vertical-align: middle;
  margin-left: 4px;
}
[data-v-47c3b53c] .el-table .el-table__header th {
  background-color: lightblue;
  /* 设置表头背景色 */
}
