.topBox[data-v-4d336903] {
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.topBox ul.tabs[data-v-4d336903] {
  background: #e5e8e8;
  height: 36px;
  margin: 8px auto;
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 5px;
}
.topBox ul.tabs li[data-v-4d336903] {
  width: 50%;
  height: 30px;
  line-height: 30px;
  margin: 3px;
  border-radius: 3px;
  text-align: center;
}
.topBox ul.tabs li.active[data-v-4d336903] {
  background: #fff;
}
.cardBox[data-v-4d336903] {
  margin: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px #eee;
  padding: 0 12px 10px;
  overflow: hidden;
  position: relative;
}
.cardBox .titleBox[data-v-4d336903] {
  height: 40px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cardBox .titleBox .name[data-v-4d336903] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.cardBox .titleBox .status span[data-v-4d336903] {
  vertical-align: middle;
  font-size: 14px;
}
.cardBox .titleBox .status .dian[data-v-4d336903] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.cardBox ul li[data-v-4d336903] {
  display: flex;
  padding: 0 0 4px;
}
.cardBox ul li .title[data-v-4d336903] {
  width: 80px;
  color: #999;
  flex-shrink: 0;
}
.cardBox ul li .content[data-v-4d336903] {
  flex: 1;
  word-wrap: break-word;
}
.status.normal .dian[data-v-4d336903] {
  background: #07c160;
}
.status.normal .text[data-v-4d336903] {
  color: #07c160;
}
.status.offline .dian[data-v-4d336903] {
  background: #8f8f8f;
}
.status.offline .text[data-v-4d336903] {
  color: #8f8f8f;
}
.status.fault .dian[data-v-4d336903] {
  background: #df6c19;
}
.status.fault .text[data-v-4d336903] {
  color: #df6c19;
}
.status.warning .dian[data-v-4d336903] {
  background: #eb1414;
}
.status.warning .text[data-v-4d336903] {
  color: #eb1414;
}
.status.alarm .dian[data-v-4d336903] {
  background: #eb1414;
}
.status.alarm .text[data-v-4d336903] {
  color: #eb1414;
}
.alarmCardBox[data-v-4d336903] {
  margin: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px #eee;
  padding: 0 12px 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.alarmCardBox.level1[data-v-4d336903] {
  border: 1px solid #eb1414;
}
.alarmCardBox.level1 .status[data-v-4d336903] {
  color: #eb1414;
}
.alarmCardBox.level2[data-v-4d336903] {
  border: 1px solid #df6c19;
}
.alarmCardBox.level2 .status[data-v-4d336903] {
  color: #df6c19;
}
.alarmCardBox.level3[data-v-4d336903] {
  border: 1px solid #fae823;
}
.alarmCardBox.level3 .status[data-v-4d336903] {
  color: #fae823;
}
.alarmCardBox.level4[data-v-4d336903] {
  border: 1px solid #368aff;
}
.alarmCardBox.level4 .status[data-v-4d336903] {
  color: #368aff;
}
.alarmCardBox .titleBox[data-v-4d336903] {
  height: 40px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.alarmCardBox .titleBox .name[data-v-4d336903] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.alarmCardBox .titleBox .status span[data-v-4d336903] {
  vertical-align: middle;
  font-size: 14px;
}
.alarmCardBox .titleBox .status .dian[data-v-4d336903] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.alarmCardBox ul li[data-v-4d336903] {
  display: flex;
  padding: 0 0 4px;
}
.alarmCardBox ul li .title[data-v-4d336903] {
  width: 80px;
  color: #999;
  flex-shrink: 0;
}
.alarmCardBox ul li .content[data-v-4d336903] {
  flex: 1;
  word-wrap: break-word;
}
.alarmCardBox ul li .content img[data-v-4d336903] {
  width: 100px;
}
.alarmCardBox .buttonBox[data-v-4d336903] {
  text-align: center;
}
.jiao[data-v-4d336903] {
  height: 15px;
  line-height: 15px;
  width: 80px;
  text-align: center;
  font-size: 10px;
  background: #ccc;
  position: absolute;
  top: 8px;
  right: -24px;
  transform: rotate(45deg);
  color: #fff;
}
.jiao.orange[data-v-4d336903] {
  background: #ffbb00;
}
.jiao.blue[data-v-4d336903] {
  background: #2779f7;
}
.jiao.green[data-v-4d336903] {
  background: #09d7a8;
}
