* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  max-width: 1920px;
  font-size: 14px;
  /* font-family: 'PingFangSC-Regular'; */
  font-family: '微软雅黑';
}

ul li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

/* 头部开始 */

header {
  height: 48px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url('../images/header-bg-fire.png') no-repeat;
  background-size: 100% 100%;
}

header .show-time {
  width: 10%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  text-align: right;
}

header .show-time > span {
  font-size: 14px;
  color: #ffffff;
  /* font-weight: bold; */
}

/* 头部结束 */

/* 左侧开始 */
.main-lt {
  position: fixed;
  top: 78px;
  left: 15px;
}

/* 左侧每项 */
.main-lt > .main-item {
  width: 305px;
  border-top: 3px solid #04dadb;
  padding-top: 3px;
}

.main-lt > .main-item:nth-child(2) {
  margin: 30px auto;
}

/* 标题 */
.main-lt > .main-item > .title {
  display: flex;
  padding-left: 13px;
  align-items: center;
  height: 35px;
  background: url('../images/title-bg.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3px;
}

.title > .title-logo {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.title > .title-txt {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
/* 内容 */
.main-lt > .main-item > .content {
  width: 305px;
  /* height: 197px; */
  border: 2px solid #04dadb;
  background-color: rgba(0,0,0,.1);
}

/* 筛选条件列表 */
.main-lt > .main-item > .filter-content {
  padding: 15px 11px 10px;
}

.main-lt .filter-content > .header-tab {
  height: 26px;
  background-color: #098182;
  margin-bottom: 4px;
}

.main-lt .filter-content > .header-tab > ul {
  display: flex;
}

.main-lt .filter-content > .header-tab li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.main-lt .filter-content > .header-tab li:hover {
  cursor: pointer;
}

.main-lt .filter-content > .header-tab .tab-active {
  background-color: #00f5eb;
}

.main-lt .filter-content > .header-tab .tab-active-a {
  color: #002422;
}

.main-lt .filter-content > .header-tab a {
  line-height: 26px;
  color: #fff;
}

/* 筛选条件列表部分 */
.filter-list .all {
  display: block;
}

.filter-ul {
  display: none;
}

.filter-list li {
  height: 26px;
  background-color: rgba(2, 126, 127, 0.7);
  margin-bottom: 2px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;   
}

.filter-list .ls-active {
  border: 2px solid #00fff4;
}

.filter-list li:hover {
  border: 2px solid #00fff4;
  cursor: pointer;
}

.filter-list li a {
  line-height: 26px;
  color: #00fff4;
  font-size: 12px;
}

.filter-list li > .red-box {
  width: 5px;
  height: 5px;
  background-color: #fa4b40;
  display: none;
}

.filter-list li > .ls-active-a {
  display: inline-block;
}

/* 设备统计 */
.count-warp .content {
  padding: 21px 27px 15px 18px;
  display: flex;
  justify-content: space-between;
}

.count-content-lt {
  width: 133px;
  height: 132px;
  border-left: 2px dotted #0cd8d9;
  border-right: 2px dotted #0cd8d9;
  position: relative;
}

.count-content-lt::before {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 24px;
  height: 22px;
  border-left: 2px solid #04dadb;
  border-top: 2px solid #04dadb;
  content: "";
}

.count-content-lt::after {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 24px;
  height: 22px;
  border-right: 2px solid #04dadb;
  border-top: 2px solid #04dadb;
  content: "";
}

.content-lt-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.content-lt-footer::before {
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 22px;
  height: 24px;
  border-left: 2px solid #04dadb;
  border-bottom: 2px solid #04dadb;
  content: "";
}

.content-lt-footer::after {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 24px;
  border-right: 2px solid #04dadb;
  border-bottom: 2px solid #04dadb;
  content: "";
}

.count-content-rt .content-rt-top {
  margin-bottom: 16px;
  margin-left: 8px;
}

.count-content-rt .content-rt-top .online-box {
  width: 8px;
  height: 8px;
  background-color: #0cd8d9;
  display: inline-block;
}

.count-content-rt .content-rt-top .offline-box {
  width: 8px;
  height: 8px;
  background-color: #ffe103;
  display: inline-block;
}

.count-content-rt .content-rt-top .online-txt, 
.count-content-rt .content-rt-top .offline-txt {
  color: #fff;
  font-size: 14px;
  /* font-weight: bold; */
  /* font-family: 'PingFangSC-Semibold'; */
  font-family: '微软雅黑';
}

.content-rt-footer .total {
  height: 86px;
  width: 87px;
  background: url('../images/round.png') no-repeat;
  background-size: 100% 100%;
}

.content-rt-footer .total {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: '微软雅黑';
  /* font-weight: bold; */
}

.content-rt-footer .total-lt {
  line-height: 10px;
  font-size: 10px;
  color: #16bdaa;
  /* font-family: 'PingFangSC-Semibold'; */
}

.content-rt-footer .total-lt .total-lt-top {
  margin-bottom: 5px;
}

.content-rt-footer .total-rt {
  font-size: 19px;
  color: #16bdaa;
  /* font-family: 'PingFangSC-Semibold'; */
  font-family: '微软雅黑';
  /* font-weight: bold; */
  /* margin-left: 2px; */
}

/* 设备列表 */
.list-warp .content {
  padding: 16px 6px 9px 10px;
  /* height: 239px; */
  overflow: auto;
}

.list-warp .list-header {
  background-color: #077879;
  margin-bottom: 4px;
  
}

.list-warp .list-header ul {
  display: flex;
  align-items: center;
}

.list-warp .list-header li {
  color: #fff;
  flex: 3;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}

.list-warp .list-header li:first-child {
  flex: 2;
}

.list-warp .list-ls .list-item {
  display: flex;
  background-color: #017e7f;
  padding: 5px 0 6px 6px;
  margin-bottom: 2px;
}

.list-warp .list-ls .list-item:hover {
  cursor: pointer;
  border: 1px solid #00fff4;
}

.list-warp .list-ls .list-item > div {
  font-size: 12px;
  text-align: center;
  color: #00fff4;
  flex: 2;
}

.list-warp .list-ls .list-item > div:first-child {
  flex: 1;
  border-right: 2px solid #00fff4;
  margin-right: 8px;
  padding: 0 2px;
}

.list-warp .list-ls .list-item > div:nth-child(2) {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: left;
  flex: 3;
}

.list-warp .list-ls .list-item > div:nth-child(3) {
  text-align: left;
}

.list-warp .list-ls .list-item > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 3;
}

.list-warp .list-ls .list-item .online-box,
.list-warp .list-ls .list-item .offline-box {
  width: 5px;
  height: 5px;
  background-color: #2aee79;
  display: block;
  margin-right: 5px;
}

.list-warp .list-ls .list-item .offline-box {
  background-color: #ffe103;
}

.list-warp .list-ls .list-item .online-txt {
  color: #00fff4;
}

.list-warp .list-ls .list-item .offline-txt {
  color: #ffe103;
}

/* 左侧结束 */

/* 右侧开始 */
.main-rt {
  position: fixed;
  top: 76px;
  right: 15px;
}

.main-rt .main-item {
  width: 303px;
}

.main-rt .details-warp {
  display: none;
}

.main-rt .details-close-btn {
  display: flex;
  justify-content: flex-end ;
  margin-bottom: 2px;
}

.main-rt .close-btn {
  cursor: pointer;
}

.main-rt .details-list {
  border-top: 3px solid #04dadb;
  padding-top: 3px;
}

.main-rt .title {
  display: flex;
  padding-left: 13px;
  align-items: center;
  height: 35px;
  background: url('../images/title-bg.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3px;
}

.main-rt .details-list > .details-content {
  /* opacity: 0.8; */
  background: url('../images/content-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 17px 10px 14px 10px;
}

.main-rt .details-content .real-time {
  color: #fff;
  font-size: 12px;
  /* font-weight: bold; */
  border-left: 2px solid #fff;
  padding-left: 7px;
  margin-bottom: 13px;
}

.main-rt .details-content .alarm-repeot {
  margin-top: 16px;
}

.main-rt .details-content .details-item {
  color: #fff;
  font-size: 12px;
  border: 1px dashed #00fff4;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  /* font-weight: bold; */
  margin-bottom: 4px;
}

.details-content .details-item .is-status{
  color: #02eee5;
}

.details-content .details-item .no-status{
  color: #ffe103;
}

.details-content .details-item .is-keypoint {
  color: #2aee79;
}

.details-content .details-item .no-keypoint {
  color: #ffe103;
}

.details-content .details-item .offline-box,
.details-content .details-item .online-box {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ffe103;
  margin-right: 5px;
}

.details-content .details-item .online-box {
  background-color: #00fff4;
}

.details-content .details-item .offline-txt {
  color: #ffe103;
}

.details-content .details-item .online-txt {
  color: #00fff4;
}
.details-content .alarm-header {
  margin-bottom: 10px;
}

.details-content .alarm-header-ul {
  display: flex;
}

.details-content .alarm-header-ul li {
  flex: 3;
  text-align: center;
  font-size: 12px;
  color: #fff;
  /* font-weight: bold; */
}

.details-content .alarm-header-ul li:first-child {
  flex: 1;
}

.alarm-list {
  /* height: 117px; */
  overflow: auto;
}

.details-content .alarm-ls-ul > li {
  display: flex;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  /* font-family: 'PingFang Light'; */
  font-family: '微软雅黑';
  background-color: #135f64;
  height: 21px;
  margin-bottom: 3px;
}

.details-content .alarm-ls-ul > li > div {
  flex: 3;
  text-align: center;
}

.details-content .alarm-ls-ul > li > div:first-child {
  flex: 1;
}

/* 设备图层 */
.main-rt .layer-warp {
  border-top: 3px solid #04dadb;
  padding-top: 3px;
  margin-bottom: 29px;
}

.main-rt .layer-warp .layer-content {
  border: 2px solid #04dadb;
  background-color: rgba(0,0,0,.1);
  padding: 13px 0 9px 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-rt .layer-content .layer-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.main-rt .layer-content .layer-item:hover {
  cursor: pointer;
}

.main-rt .layer-content .layer-item:last-child {
  margin-bottom: 0;
}

.main-rt .layer-content .layer-item:nth-last-child(2) {
  margin-bottom: 0;
}

.main-rt .layer-content .layer-item > .missed {
  width: 15px;
  height: 14px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}


.main-rt .layer-content .layer-item > .big-box-hit {
  border: 1px solid #00fff4;
}

.main-rt .layer-content .missed > .hit {
  width: 11px;
  height: 10px;
  background-color: #00fff4;
  display: none;
}

.main-rt .layer-content .layer-item-txt {
  font-size: 12px;
  color: #fff;
  /* font-weight: bold; */
}

.main-rt .layer-content .layer-item .layer-txt-hit {
  color: #00fff4;
}

.alarm-ls {
  display: none;
}
/* 右侧结束 */

/* 中间警报提示开始*/
.alarm-warp {
  width: 309px;
  height: 48px;
  border: 1px dashed #fa4b40;
  position: fixed;
  left: 50%;
  top: 73px;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  justify-content: center;
}
/* 45 36 */
.alarm-warp .alarm-prompt {
  width: 298px;
  height: 36px;
  border: 1px solid #8c4345;
  background-color: rgba(50,61,73,.45);
  display: flex;

}

.alarm-warp .alarm-prompt .alarm-logo {
  width: 45px;
  height: 36px;
  border: 1px solid #f04a41;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}

.alarm-warp .alarm-logo img {
  width: 60%;
  /* height: 50%; */
}

.alarm-warp .alarm-prompt .alarm-txt {
  display: flex;
  align-items: center;
}

.alarm-warp .alarm-prompt .alarm-prompt-lt {
  font-size: 14px;
  color: #fff;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/
  width: 140px;
  text-align: center;
}

.alarm-warp .alarm-prompt .alarm-prompt-rt {
  font-size: 16px;
  color: #fa4b40;
  /* font-family: 'PingFangSC-Semibold'; */
  font-family: '微软雅黑';
  /* font-weight: bold; */
}
/* 中间警报提示结束 */

/** 覆盖滚动条样式 */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background: url('../images/plus.png') no-repeat center;
  opacity: 1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  background: url('../images/weak.png') repeat center;
  background-size: 80% 80%;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background: url('../images/plus.png') no-repeat center;
  opacity: 1;
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

/** 覆盖滚动条样式 */
.mCS-dark-4.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 100%;
  background: url('../images/line.png') no-repeat;
  background-size: 100% 100%;
}
.mCS-dark-4.mCSB_scrollTools .mCSB_buttonUp {
  background: url('../images/plus.png') no-repeat center;
  opacity: 1;
}
.mCS-dark-4.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  background: url('../images/weak.png') repeat center;
  background-size: 80% 80%;
}
.mCS-dark-4.mCSB_scrollTools .mCSB_buttonDown {
  background: url('../images/plus.png') no-repeat center;
  opacity: 1;
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}