.report_right {
  width: 986px;
  height: 342px;
  float: left;
  margin: 20px 0 0 20px;
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
}
.report_right_header,
.report_mainboard,
.report_display_card {
  display: flex;
}
.report_right_header span {
  width: 245px;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.report_right_header :nth-child(1) {
  border-radius: 4px 0px 0px 0px;
}
.report_right_header :nth-child(2),
.report_display_card :nth-child(2),
.report_mainboard :nth-child(2) {
  margin: 0 2px;
}
.report_right_header :nth-child(4) {
  border-radius: 0px 4px 0px 0px;
}
.report_display_card :nth-child(4) {
  border-radius: 0px 0px 4px 0px;
}
.report_display_card :nth-child(1) {
  border-radius: 0px 0px 0px 4px;
}
.report_right_header :nth-child(4),
.report_display_card :nth-child(4),
.report_mainboard :nth-child(4) {
  margin-left: 2px;
}
.report_mainboard span {
  width: 245px;
  height: 150px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 150px;
  color: #666;
}
.report_display_card {
  margin-top: 2px;
}
.report_display_card span {
  width: 245px;
  height: 150px;
  background: rgba(238, 247, 255, 1);
  text-align: center;
  line-height: 150px;
  color: #666;
}
