html,
body {
  width: 100%;
  height: 100%;
  background-color: #0a1130;
  background-size: 100% 100%;
  overflow: hidden;
  min-width: 1280px;
  padding: 0.4%;
}
* {
  box-sizing: border-box;
}
.content {
  width: 100%;
  height: 100%;
  background: url('/BootStrapStyle/img/HiddenDangerSituation/border.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.head {
  width: 100%;
  height: 10%;
}
.head-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 0.4%;
}

.head-time {
  position: relative;
}
.head-time > span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -101px;
  top: 18px;
}
.middle {
  height: 88%;
  margin-top: 0.5%;
}
.middle-left {
  float: left;
  margin-left: 3%;
  height: 97%;
  width: 25%;
  box-sizing: border-box;
}
.middle-left > div {
  width: 100%;
  background: url('/BootStrapStyle/img/HiddenDangerSituation/left-border.png') no-repeat;
  background-size: 100% 100%;
  height: 33%;
  margin-bottom: 1%;
  position: relative;
}
.middle-right {
  float: right;
  margin-right: 3%;
  height: 94%;
  width: 25%;
  box-sizing: border-box;
}
.middle-right > div {
  width: 100%;
  background: url('/BootStrapStyle/img/HiddenDangerSituation/right-border.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 3%;
}
.middle-center {
  margin: 0 29%;
  box-sizing: border-box;
  height: 97%;
}
.middle-left > div span {
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  font-size: 18px;
}
.middle-right-cont {
  position: relative;
  height: 50%;
}
.middle-right-cont > span {
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  font-size: 20px;
}
.centerBg {
  width: 100%;
  height: 100%;
  background: url('/BootStrapStyle/img/HiddenDangerSituation/center-border.png') no-repeat;
  background-size: 100% 100%;
}
.centerBg > div {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.centerBg > div img {
  width: 67%;
  height: 100%;
}
.centerBg > div span {
  display: block;
  color: #fff;
  font-size: 20px;
}
.centerBg > div img {
  display: block;
  margin: 0 auto;
}
.table {
  margin-bottom: 0;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #2f56b9;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px;
}
.table-bordered {
  border: 1px solid #2f56b9;
}
.right-top {
  height: 20%;
  padding: 30px 20px 0;
  box-sizing: border-box;
}
.right-top > div {
  display: inline-block;
  width: 32%;
  text-align: center;
  padding-left: 5px;
  box-sizing: border-box;
}
.right-top > div span {
  color: #fff;
  font-size: 16px;
}
.right-top > div p {
  color: #e1ff01;
  font-size: 16px;
}
#chartsOne,
#chartsTwo,
#chartsThree {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#chartsFour,
#chartsFive {
  width: 100%;
  height: 73%;
}
@media (min-width: 1280px) and (min-height: 500px) {
  .head-title > img {
    width: 20%;
  }
  .head-time > span {
    font-size: 12px;
    top: 12px;
  }
  .middle-left > div span {
    margin-left: -36px;
    font-size: 12px;
  }
  .middle-right-cont > span {
    margin-left: -42px;
    font-size: 14px;
    top: -5px;
  }
  .centerBg > div span {
    font-size: 14px;
  }
  .right-top > div span {
    font-size: 14px;
  }
  .right-top > div p {
    font-size: 14px;
  }
  .right-top {
    padding: 20px 10px 0;
  }
}
@media (min-width: 1280px) and (min-height: 637px) {
  .head-time > span {
    font-size: 12px;
    top: 20px;
  }
  .head-title {
    font-size: 20px;
  }

  .centerBg > div span {
    font-size: 12px;
  }
  .middle-left > div span {
    margin-left: -70px;
    font-size: 12px;
    top: -2%;
  }
  .middle-right-cont > span {
    margin-left: -51px;
    font-size: 12px;
  }
  .right-top > div span {
    font-size: 14px;
  }
  .right-top > div p {
    font-size: 14px;
  }
  .right-top {
    padding: 20px 10px 0;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 2px;
  }
}

@media (min-width: 1600px) {
  .head-title {
    font-size: 24px;
  }

  .head-time > span {
    font-size: 16px;
    top: 21px;
    left: 48%;
  }
  .middle-right-cont > span {
    font-size: 12px;
  }
  .middle-left > div .span_01 {
    margin-left: -66px;
    font-size: 12px;
  }
  .middle-left > div .span_02 {
    margin-left: -77px;
  }
  .middle-left > div .span_03 {
    margin-left: -48px;
  }
  .centerBg > div span {
    font-size: 18px;
  }
  .right-top {
    padding: 30px 10px 0;
  }
}

@media (min-width: 1920px) 
{
  .middle-right-cont > span {
    font-size: 12px;
    top: 0;
  }
  .middle-left > div .span_01 {
    top: 2px;
  }
  .middle-left > div span {
    top: 0%;
  }
  .head-title {
    font-size: 30px;
  }
  .right-top {
    padding: 40px 5px 0;
  }
  .head-time > span {
    top: 33px;
    left: 48.5%;
  }
}
