.box[data-v-2ea02165] {
  background: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.box .title[data-v-2ea02165] {
  width: 100%;
  height: 70px;
  padding: 0 36px;
  font-size: 20px;
  color: #252b3c;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.opentc[data-v-56e6fc40] {
  -webkit-animation: open-56e6fc40 1s;
          animation: open-56e6fc40 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.closetc[data-v-56e6fc40] {
  -webkit-animation: close-56e6fc40 1s;
          animation: close-56e6fc40 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.opentc2[data-v-56e6fc40] {
  -webkit-animation: open2-56e6fc40 1s;
          animation: open2-56e6fc40 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.closetc2[data-v-56e6fc40] {
  -webkit-animation: close2-56e6fc40 1s;
          animation: close2-56e6fc40 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes open-56e6fc40 {
from {
    height: 0px;
}
to {
    height: 2350px;
}
}
@keyframes open-56e6fc40 {
from {
    height: 0px;
}
to {
    height: 2350px;
}
}
@-webkit-keyframes close-56e6fc40 {
from {
    height: 2350px;
}
to {
    height: 0px;
}
}
@keyframes close-56e6fc40 {
from {
    height: 2350px;
}
to {
    height: 0px;
}
}
@-webkit-keyframes open2-56e6fc40 {
from {
    height: 0px;
}
to {
    height: 1800px;
}
}
@keyframes open2-56e6fc40 {
from {
    height: 0px;
}
to {
    height: 1800px;
}
}
@-webkit-keyframes close2-56e6fc40 {
from {
    height: 1800px;
}
to {
    height: 0px;
}
}
@keyframes close2-56e6fc40 {
from {
    height: 1800px;
}
to {
    height: 0px;
}
}
.holechart[data-v-56e6fc40] {
  margin-top: 18px;
  width: 1500px;
  height: 284px;
  background: #f4f6fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partchart[data-v-56e6fc40] {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  height: 284px;
}
.partdetail[data-v-56e6fc40] {
  display: inline-block;
  vertical-align: top;
  width: 800px;
  margin-left: 60px;
}
.partdetail li[data-v-56e6fc40] {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin-left: 20px;
  height: 30px;
  margin-bottom: 16px;
  font-size: 16px;
}
.partdetail li .cir-fang[data-v-56e6fc40] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 10px;
}
.partdetail li .name[data-v-56e6fc40] {
  width: 180px;
  margin-right: 20px;
  display: inline-block;
}
.partdetail li .stavale[data-v-56e6fc40] {
  display: inline-block;
  margin-right: 20px;
}
.top-con[data-v-56e6fc40] {
  height: 2350px;
  overflow: hidden;
}
.main-con[data-v-56e6fc40] {
  width: 100%;
  height: 300px;
}
.reportName[data-v-56e6fc40] {
  width: 100%;
  height: 70px;
  padding: 0 36px;
  font-size: 20px;
  color: #252b3c;
  line-height: 70px;
  background-color: #fff;
}
.reportName img[data-v-56e6fc40] {
  position: relative;
  top: 20px;
}
.tableList[data-v-56e6fc40] {
  height: 290px;
  overflow: auto;
}
.reportDetailPage[data-v-56e6fc40] {
  margin-bottom: 36px;
}
.reportDetailPage_bar[data-v-56e6fc40] {
  width: 100%;
  height: 80px;
  background: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px;
  margin-bottom: 12px;
}
.reportDetailPage_bar__left[data-v-56e6fc40] {
  font-size: 18px;
  color: #252b3c;
  font-weight: normal;
}
.reportDetailPage_bar__left i[data-v-56e6fc40] {
  margin-left: 30px;
  color: #7d879f;
  font-size: 14px;
}
.reportDetailPage_bar__right[data-v-56e6fc40] {
  color: #2a62ff;
  font-size: 14px;
  cursor: pointer;
}
.reportDetailPage_bar__right img[data-v-56e6fc40] {
  margin-right: 11px;
  margin-top: 2px;
}
.reportDetailPage .reportDetailPage_context[data-v-56e6fc40] {
  padding: 0px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.reportDetailPage .reportDetailPage_context p[data-v-56e6fc40] {
  width: 100%;
  font-size: 14px;
  color: #252b3c;
  margin: 18px 0;
}
.reportDetailPage .reportDetailPage_context .chart_box i[data-v-56e6fc40] {
  color: #7d879f;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart[data-v-56e6fc40] {
  margin-top: 18px;
  width: 768px;
  height: 284px;
  background: #f4f6fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart p[data-v-56e6fc40] {
  color: #7d879f;
  text-align: center;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar[data-v-56e6fc40] {
  padding: 9px 36px;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar .bar[data-v-56e6fc40] {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar .bar__title[data-v-56e6fc40] {
  padding: 5px 0;
  background: rgba(140, 140, 140, 0.1);
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar .bar__title h3[data-v-56e6fc40] {
  color: #000;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar .bar__title i[data-v-56e6fc40] {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.reportDetailPage .reportDetailPage_context .chart_box .chart__bar .bar__btm .bar__color[data-v-56e6fc40] {
  width: 15px;
  min-height: 115px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 10px auto 0;
}
.reportDetailPage .dns_box[data-v-56e6fc40] {
  padding: 0px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.reportDetailPage .dns_box .chart_box[data-v-56e6fc40] {
  width: 768px;
}
.reportDetailPage .dns_box .chart_box .chart[data-v-56e6fc40] {
  height: 284px;
}
.reportDetailPage .dns_box .chart_box .chart .noData[data-v-56e6fc40] {
  height: 100%;
  color: #7d879f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reportDetailPage .dns_box .chart_box .chart .noData p[data-v-56e6fc40] {
  border: none;
}
.reportDetailPage .dns_box .chart_box p[data-v-56e6fc40] {
  margin: 24px 0;
  padding-left: 14px;
  border-left: #2a62ff 2px solid;
}
.reportDetailPage .dns_box .chart_box .tableList[data-v-56e6fc40] {
  height: 290px;
  overflow: auto;
}
.reportDetailPage .bottom__box .bottom__body[data-v-56e6fc40] {
  padding: 0 36px 18px;
}
.reportDetailPage .bottom__box .bottom__body p[data-v-56e6fc40] {
  margin: 16px 0;
}
.reportDetailPage .bottom__box .bottom__body .btTableList[data-v-56e6fc40] {
  height: 360px;
  overflow-y: auto;
}
.reportDetailPage .bottom__box .bottom__body .btTableList .tableList[data-v-56e6fc40] {
  margin-top: 16px;
}
.bigtableList[data-v-56e6fc40] {
  width: 1500px;
  padding-bottom: 20px;
  height: 600px;
  overflow: auto;
}
.pom-bar[data-v-56e6fc40] {
  background: #ffffff;
  -webkit-border-radius: 0px 4px 4px 4px;
          border-radius: 0px 4px 4px 4px;
  height: 58px;
  padding: 24px 0 0 36px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #7d879f;
}
.pom-bar .active-bar[data-v-56e6fc40] {
  color: #252b3c;
}
.pom-bar .gray-line[data-v-56e6fc40] {
  margin: 0 6px;
}

