.row-title-box[data-v-d990f4f2] {
  margin: 0px 0px 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.row-title[data-v-d990f4f2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: block;
  padding-left: 10px;
  border-left: 3px solid #53a8ff;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
}
.time[data-v-d990f4f2] {
  font-size: 14px;
  color: #999;
  height: 21px;
  line-height: 21px;
  margin-left: 10px;
}
.myrow[data-v-d990f4f2] {
  padding-top: 10px;
}
.myrow-dl[data-v-d990f4f2] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -12px;
}
.myrow-dl dd[data-v-d990f4f2] {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.static-item[data-v-d990f4f2] {
  border-radius: 5px;
  overflow: hidden;
  margin: 0px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  border: 1px solid #ddd;
}
.static-item .text[data-v-d990f4f2] {
    color: #000;
    font-size: 30px;
    position: relative;
}
.static-item .text i[data-v-d990f4f2] {
      position: absolute;
      left: calc(100% + 5px);
      bottom: 7px;
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      white-space: nowrap;
      color: #999;
}
.static-item .name[data-v-d990f4f2] {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}
.brokenLine[data-v-d990f4f2], .pieChart[data-v-d990f4f2] {
  width: 100%;
  height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title[data-v-d990f4f2] {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.screen-box[data-v-d990f4f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-box span[data-v-d990f4f2] {
    display: block;
    margin-left: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
}
.screen-box span.active[data-v-d990f4f2] {
      color: #409EFF;
}
.screen-box span[data-v-d990f4f2]::after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0px;
      width: 0px;
      height: 2px;
      background: #409EFF;
      -webkit-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px);
      -webkit-transition: all 0.4s linear;
      transition: all 0.4s linear;
}
.screen-box span.active[data-v-d990f4f2]::after {
      width: 100%;
}

