.report-box[data-v-905e9864] {
  margin-bottom: 10px;
}
.report-box .report-title[data-v-905e9864] {
  padding: 10px 0;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  position: relative;
}
.report-box .report-title[data-v-905e9864]::before {
  content: "";
  width: 4px;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  background-color: #f60;
}
.report-box .report-flex[data-v-905e9864] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.report-box .report-item[data-v-905e9864] {
  padding: 20px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-right: 30px;
  width: 25%;
  margin-bottom: 20px;
}
.report-box .report-content[data-v-905e9864] {
  color: #999;
  margin-left: 10px;
}
.report-box .report-t[data-v-905e9864] {
  color: #000;
}
.report-box .report-icon[data-v-905e9864] {
  width: 40px;
  height: 40px;
}

