.box[data-v-c9ab2054] {
  width: 96%;
  height: calc(100% - 42px);
  padding: 10px 2%;
  display: flex;
  flex-direction: column;
}
.box .top[data-v-c9ab2054] {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box .top .top_todolist[data-v-c9ab2054] {
      width: 60%;
      margin-right: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
      display: flex;
      flex-direction: column;
}
.box .top .top_todolist .top_title_dv[data-v-c9ab2054] {
        height: 35px;
        border-bottom: 1px solid #eee;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px 0 10px;
        z-index: 100;
}
.box .top .top_todolist .top_title_dv .top_title_icon .clock[data-v-c9ab2054] {
          color: #f8ab01;
}
.box .top .top_todolist .top_title_dv .top_more[data-v-c9ab2054] {
          cursor: pointer;
}
.box .top .top_todolist .item_lf[data-v-c9ab2054] {
        flex: 1;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: left;
}
.box .top .top_todolist .item_lf .item_content[data-v-c9ab2054],
        .box .top .top_todolist .item_lf .item_info[data-v-c9ab2054] {
          padding: 0;
          width: 100%;
          height: 25px;
          line-height: 25px;
}
.box .top .top_todolist .item_lf .item_content[data-v-c9ab2054] {
          cursor: pointer;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
}
.box .top .top_todolist .item_lf .item_info span[data-v-c9ab2054] {
          display: inline-block;
          margin-right: 30px;
          width: 33%;
}
.box .top .top_echart[data-v-c9ab2054] {
      flex: 1;
      border: 1px solid #fff;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
      width: 100%;
      display: flex;
      flex-direction: column;
}
.box .top .top_echart .top_echart_dv[data-v-c9ab2054] {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #eee;
        color: #f8ab01;
        padding: 0 10px;
        margin-top: 5px;
}
.box .top .top_echart .top_echart_dv .chart[data-v-c9ab2054] {
          color: #f8ab01;
}
.box .top .top_echart .top_echart_tip[data-v-c9ab2054] {
        text-align: right;
        height: 15px;
        line-height: 15px;
        padding-right: 20px;
        color: #f8ab01;
        padding-bottom: 10px;
}
.box .top .top_echart .myChart[data-v-c9ab2054] {
        width: 100%;
        flex: 1;
}
.box .bottom[data-v-c9ab2054] {
    flex: 1;
    margin: 20px 0 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.box .bottom .chart_info[data-v-c9ab2054] {
      height: 40px;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      border-bottom: 1px solid #eee;
      padding: 5px 10px 0 10px;
}
.box .bottom .chart_info .chart_info_lf[data-v-c9ab2054] {
        height: 40px;
        line-height: 40px;
}
.box .bottom .chart_info .chart_info_lf .data[data-v-c9ab2054] {
          color: #f8ab01;
          font-size: 24px;
}
.box .bottom .chart_info .chart_info_rg[data-v-c9ab2054] {
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
}
.box .bottom .chart_info .chart_info_rg .task[data-v-c9ab2054] {
          margin-right: 30px;
}
.box .bottom .barChart[data-v-c9ab2054] {
      flex: 1;
}


/*# sourceMappingURL=chunk.165.1770345687481.css.map*/