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