.manyTable th,
.manyTable td,
.manyTable .cell {
  padding: 0.214rem 0 !important;
}
.manyTable /deep/ .el-table__footer-wrapper td {
  background: #fff !important;
}

.myTable[data-v-0f2cf3a2] {
  font-size: 1rem;
  width: 100%;
  height: calc(100% - 3rem);
  border-collapse: collapse;
  border: 1px solid #88bae8;
}
.myTable tr[data-v-0f2cf3a2]:nth-of-type(2n + 1) {
  background-color: #dfedf6;
}
.myTable td[data-v-0f2cf3a2] {
  border: 1px solid #88bae8;
  text-align: center;
  padding: 0 !important;
  height: 50% !important;
  color: #293846;
}
.myTable .headForm td[data-v-0f2cf3a2] {
  color: #fff !important;
  background-color: #1e90f5 !important;
  height: 25% !important;
  font-weight: bold;
}
.myTable .headForm2 td[data-v-0f2cf3a2] {
  font-weight: normal;
}
.selfWidth .el-select[data-v-0f2cf3a2] {
  width: 200px !important;
}
.selfWidth .el-select[data-v-0f2cf3a2] .el-input__inner {
  width: 200px !important;
}
.setWidth[data-v-0f2cf3a2] {
  width: 240px !important;
}
.mains[data-v-0f2cf3a2] {
  min-height: 750px;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: calc(100% - 10px) !important;
  padding: 0.2rem;
  box-sizing: border-box;
  color: #293846;
}
.blocks[data-v-0f2cf3a2] {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 0.357rem rgba(153, 153, 153, 0.3);
  border-radius: 0.357rem;
  margin-bottom: 0.9rem;
}
.head[data-v-0f2cf3a2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head .search-form-inline[data-v-0f2cf3a2] {
  padding: 0;
}
.head .btns[data-v-0f2cf3a2] {
  padding-top: 0.428rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.head .btns .dbtn[data-v-0f2cf3a2] {
  padding-top: 5px;
}
.head .btns .dbtn span[data-v-0f2cf3a2] {
  cursor: pointer;
  margin: 0 15px 0 0;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.mid[data-v-0f2cf3a2] {
  min-width: 1000px;
  -ms-flex: 5;
      flex: 5;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
}
.mid .mid_left[data-v-0f2cf3a2] {
  -ms-flex: 5;
      flex: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mid .mid_left .mid_item[data-v-0f2cf3a2] {
  min-width: 40%;
  -ms-flex: 1;
      flex: 1;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
  border-radius: 6px;
  margin-bottom: 0.9rem;
  margin-right: 20px;
}
.mid .mid_left .mid_item .mid_item_left[data-v-0f2cf3a2] {
  -ms-flex: 3;
      flex: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mid .mid_left .mid_item .mid_item_left .tag[data-v-0f2cf3a2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.mid .mid_left .mid_item .mid_item_left .tag .tag_i[data-v-0f2cf3a2] {
  width: 28px;
  height: 14px;
  background: #ffa631;
  border-radius: 7px;
  margin-right: 10px;
}
.mid .mid_left .mid_item .mid_item_left .progress_box[data-v-0f2cf3a2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-size: 20px;
  margin-top: 25px;
}
.mid .mid_left .mid_item .mid_item_left .progress_box .progress[data-v-0f2cf3a2] {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  height: 20px;
  background: #f6f5fa;
  border: 1px solid #d8d4e9;
  border-radius: 2px;
  margin-right: 5px;
  overflow: hidden;
}
.mid .mid_left .mid_item .mid_item_left .progress_box .progress .active_Progress[data-v-0f2cf3a2] {
  position: absolute;
  height: 20px;
  background: linear-gradient(90deg, #303ef7 0%, #9d5df5 100%);
  border-radius: 2px;
  top: 0;
  left: 0;
}
.mid .mid_left .mid_item h5[data-v-0f2cf3a2] {
  font-size: 20px;
  color: #757575;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.mid .mid_left .mid_item h5 .icon_q[data-v-0f2cf3a2] {
  width: 20px;
  height: 20px;
  background: cornflowerblue;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.mid .mid_left .mid_item h2[data-v-0f2cf3a2] {
  font-size: 38px;
  color: #293846;
  margin: 10px 0;
}
.mid .mid_left .mid_item h2 b[data-v-0f2cf3a2] {
  font-size: 26px;
  color: #ffb61e;
}
.mid .mid_left .mid_item .mid_item_right[data-v-0f2cf3a2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 2;
      flex: 2;
}
.mid .mid_left .mid_item .mid_item_right .chart[data-v-0f2cf3a2] {
  width: 100%;
  height: 80%;
  max-height: 100%;
}
.mid .mid_right[data-v-0f2cf3a2] {
  -ms-flex: 4;
      flex: 4;
  margin-bottom: 0.9rem;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
  padding: 20px;
  border-radius: 6px;
}
.mid .mid_right #tableChart[data-v-0f2cf3a2] {
  width: 100%;
  height: 90%;
}
.mid .mid_right .tableChart_x[data-v-0f2cf3a2] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px 0 50px;
}
.mid .mid_right .tableChart_x .item_x[data-v-0f2cf3a2] {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.9rem;
}
.mid .mid_right .tableChart_x .item_x img[data-v-0f2cf3a2] {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}
.foot[data-v-0f2cf3a2] {
  -ms-flex: 2;
      flex: 2;
  margin-bottom: 0;
}
.foot .title[data-v-0f2cf3a2] {
  margin-bottom: 1rem;
}
.foot .title h4[data-v-0f2cf3a2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.143rem;
  color: #000;
  margin-right: 2.143rem;
}
.foot .title .tips[data-v-0f2cf3a2] {
  font-size: 0.857rem;
  color: #6d7174;
  line-height: 1.143rem;
}
.foot .title .tips span[data-v-0f2cf3a2] {
  width: 5rem;
  word-break: keep-all;
}
.foot .title .tips .padding20[data-v-0f2cf3a2] {
  padding: 0.1rem 0.5rem;
}
@media screen and (max-width: 1600px) {
.blocks[data-v-0f2cf3a2] {
    padding: 10px;
    margin-bottom: 10px;
}
.mid .mid_left .mid_item[data-v-0f2cf3a2] {
    padding: 10px;
    box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.mid .mid_left .mid_item .mid_item_left .tag[data-v-0f2cf3a2] {
    font-size: 14px;
}
.mid .mid_left .mid_item .mid_item_left .tag .tag_i[data-v-0f2cf3a2] {
    width: 24px;
    height: 12px;
    border-radius: 6px;
    margin-right: 10px;
}
.mid .mid_left .mid_item .mid_item_left .progress_box[data-v-0f2cf3a2] {
    font-size: 16px;
    margin-top: 15px;
}
.mid .mid_left .mid_item h5[data-v-0f2cf3a2] {
    font-size: 18px;
}
.mid .mid_left .mid_item h2[data-v-0f2cf3a2] {
    font-size: 30px;
    margin: 5px 0;
}
.mid .mid_left .mid_item h2 b[data-v-0f2cf3a2] {
    font-size: 24px;
    color: #ffb61e;
}
.mid .mid_right[data-v-0f2cf3a2] {
    margin-bottom: 10px;
    padding: 10px;
}
.mid .mid_right .tableChart_x[data-v-0f2cf3a2] {
    margin: 0 10px 0 50px;
}
.mid .mid_right .tableChart_x .item_x img[data-v-0f2cf3a2] {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.2rem;
}
}

