@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-3ca8fdad]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-3ca8fdad] .row-class-1 {
  background-color: #f0f9eb;
}
[data-v-3ca8fdad] .row-class-2 {
  background-color: #75886e;
}
.rea_[data-v-3ca8fdad] {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
}
.rea_ > *[data-v-3ca8fdad] {
  flex-grow: 1;
}
.progress-container[data-v-3ca8fdad] {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #e5e9f2;
  margin-top: 2%;
  /* 设置在小屏幕下占用12列的宽度 */
}
.progress-summary[data-v-3ca8fdad] {
  margin-top: 2%;
  width: 100%;
  font-size: 14px;
}
.progress-bar[data-v-3ca8fdad] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #33b5e5;
}
.progress-bar2[data-v-3ca8fdad] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #5cb87a;
}
.progress-bar3[data-v-3ca8fdad] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #5cb87a;
}
.progress-bar4[data-v-3ca8fdad] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #1989fa;
}
.progress-text[data-v-3ca8fdad] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.progress-value[data-v-3ca8fdad] {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.progress-total[data-v-3ca8fdad] {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.percentage[data-v-3ca8fdad] {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.top-title[data-v-3ca8fdad] {
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  color: #F56C6C;
}
.title-left[data-v-3ca8fdad] {
  flex: 1;
  display: flex;
  align-items: center;
}
.title-right[data-v-3ca8fdad] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.chart-container[data-v-3ca8fdad] {
  position: relative;
  height: auto;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3%;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
}

/* 文本放进度条右侧*/
.progress-wrapper[data-v-3ca8fdad] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header[data-v-3ca8fdad] {
  display: flex;
  align-items: center;
  padding-bottom: 1%;
  padding-top: 1%;
}
.child-header[data-v-3ca8fdad] {
  font-size: 15px;
  padding-left: 1%;
}
.header-option[data-v-3ca8fdad] {
  font-size: 10px;
  color: #150a0a;
  margin-right: 20px;
}
.child-header-check[data-v-3ca8fdad] {
  color: #333;
  font-size: 16px;
}
.child-header-one[data-v-3ca8fdad] {
  font-size: 15px;
  padding-left: 1%;
  color: #333;
}
.store-polycontainer[data-v-3ca8fdad] {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.store-polytable-wrapper[data-v-3ca8fdad] {
  flex: 1;
  overflow-y: auto;
}
.store-polypagination-wrapper[data-v-3ca8fdad] {
  padding-top: 0.5%;
  padding-bottom: 1%;
}
.progress-container-table[data-v-3ca8fdad] {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.end-page[data-v-3ca8fdad] {
  padding-bottom: 5%;
  padding-top: 10%;
}
