.deviceInfo[data-v-6ac6ad86] {
  margin: 10px 10px 0;
  padding: 10px;
  overflow: hidden;
  background: url(../../static/img/device-info@2x.9aaa7e30.png) no-repeat top 10px right 10px #F2FFFD;
  background-size: 70px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.deviceInfo .name[data-v-6ac6ad86] {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
}
.deviceInfo .status[data-v-6ac6ad86] {
  height: 26px;
}
.deviceInfo .status span[data-v-6ac6ad86] {
  vertical-align: middle;
  font-size: 14px;
}
.deviceInfo .status .dian[data-v-6ac6ad86] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.deviceInfo ul li[data-v-6ac6ad86] {
  display: flex;
  padding: 0 0 4px;
}
.deviceInfo ul li .title[data-v-6ac6ad86] {
  width: 80px;
  color: #999;
}
.deviceInfo ul li .content[data-v-6ac6ad86] {
  flex: 1;
}
.status.normal .dian[data-v-6ac6ad86] {
  background: #07c160;
}
.status.normal .text[data-v-6ac6ad86] {
  color: #07c160;
}
.status.offline .dian[data-v-6ac6ad86] {
  background: #8f8f8f;
}
.status.offline .text[data-v-6ac6ad86] {
  color: #8f8f8f;
}
.status.fault .dian[data-v-6ac6ad86] {
  background: #df6c19;
}
.status.fault .text[data-v-6ac6ad86] {
  color: #df6c19;
}
.status.warning .dian[data-v-6ac6ad86] {
  background: #eb1414;
}
.status.warning .text[data-v-6ac6ad86] {
  color: #eb1414;
}
.status.alarm .dian[data-v-6ac6ad86] {
  background: #eb1414;
}
.status.alarm .text[data-v-6ac6ad86] {
  color: #eb1414;
}
.pubContentBox[data-v-6ac6ad86] {
  margin: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.pubContentBox .chart[data-v-6ac6ad86] {
  height: 300px;
}
.pubTitle[data-v-6ac6ad86] {
  display: flex;
  height: 30px;
  line-height: 30px;
  justify-content: space-between;
}
.pubTitle .title span[data-v-6ac6ad86] {
  border-left: 2px solid #017359;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  padding: 0 0 0 8px;
}
.pubTitle ul.tabs[data-v-6ac6ad86] {
  margin: 5px 0 0 0;
}
.pubTitle ul.tabs li[data-v-6ac6ad86] {
  float: left;
  font-size: 12px;
  background: #F7F7F7;
  border-radius: 5px 5px 5px 5px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 0 0 5px;
}
.pubTitle ul.tabs li.active[data-v-6ac6ad86] {
  background: #017359;
  color: #fff;
}
.tableBox[data-v-6ac6ad86] {
  display: table;
  width: 100%;
  margin: 10px 0 0;
}
.tableBox .tableTr[data-v-6ac6ad86] {
  display: table-row;
}
.tableBox .tableTr .tableTh[data-v-6ac6ad86],
.tableBox .tableTr .tableTd[data-v-6ac6ad86] {
  display: table-cell;
  text-align: center;
}
.tableBox .tableTr .tableTh[data-v-6ac6ad86] {
  height: 30px;
  line-height: 30px;
  background: #C8E0DD;
}
.tableBox .tableTr .tableTd[data-v-6ac6ad86] {
  padding: 6px 0;
  border-bottom: 1px solid #C8E0DD;
  vertical-align: middle;
}
.noData[data-v-6ac6ad86] {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
