@charset "utf-8"; 
.highcharts-credits{
  display: none;
} 
  #container {
    height: 300px;
    /* min-width: 310px; */
    /* max-width: 800px; */
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}
/* 针对整个滚动条 */
::-webkit-scrollbar {
    width: 8px; /* 滚动条的宽度 */
    height: 8px; /* 滚动条的高度 */
} 
/* 滚动槽 */
::-webkit-scrollbar-track {
  /* 滚动条轨道的背景颜色 */
    /* background: rgba(0,0,0,.1);  */
    background: transparent;
}
 
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.1); /* 滚动条滑块的颜色 */
    border-radius: 8px; /* 滚动条滑块的圆角 */
}
 
/* 滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.2); /* 鼠标悬停时的颜色 */
}
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*,
body {
  padding: 0px;
  margin: 0px;
  font-family: "微软雅黑";
}

body {
  color: #fff;
  font-size: 16px;
  background: #033c76 url(../images/bg.png);
}

html,
body {
  min-height: 100%;
}

li {
  list-style-type: none;
}

table {}

i {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

a.active,
a:focus {
  outline: none !important;
  text-decoration: none;
}

ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0
}

a:hover {
  color: #06c;
  text-decoration: none !important
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " "
}

.clearfix:after {
  clear: both
}

.pulll_left {
  float: left;
}

.pulll_right {
  float: right;
}

i {
  font-style: normal;
}

.text-w {
  color: #ffe400
}

.text-d {
  color: #ff0000
}

.text-s {
  color: #14e144
}

.text-b {
  color: #00deff
}

.head {
  position: relative;
  height: 90px;
  background: url(../images/topbg.png) center bottom no-repeat;
  background-size: 100% 100%;
}

.head h1 {
  font-size: 30px;
  text-align: center;
  line-height: 90px;
  color: #daf9ff;
}

.head .time {
  position: absolute;
  left: 40px;
  line-height: 40px;
  top: 0;
  opacity: .7
}

.head .name {
  position: absolute;
  right: 40px;
  line-height: 40px;
  top: 0;
  opacity: .7
}

.mainbox {
  padding: 0px 20px;
  height:calc(100vh - 90px)
}

.nav1 {
  margin-left: -20px;
  margin-right: -20px;
}

.nav1>li {
  padding: 0 20px;
  float: left;
}

.box {
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
  position: relative;
  height: calc((100vh - 120px) / 3);
  display: flex;
  flex-direction: column;
}

.map {
  position: absolute;
  z-index: 10;
  opacity: .8;
  top: 5%;
  width: 60%;
  height: 100%;
  left: 20%;
}

.map1,
.map2,
.map3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map1 {
  z-index: 2;
  animation: myfirst2 15s infinite linear;
  display: flex;
}

.map2 {
  z-index: 3;
  opacity: 0.2;
  animation: myfirst 10s infinite linear;
}

.map3 {
  z-index: 1;
}

.map1 img {
  /* width: 100% */
  width: 85%;
}

.map2 img {
  /* width: 82% */
  width: 72%;
}

.map3 img {
  /* width: 80%; */
  width: 70%;
}

.tit {
  display: flex;
  align-items: flex-end;
}

.tit span {
  background: url(../images/line1.png) no-repeat bottom right;
  /* font-size: 20px; */
  white-space: nowrap;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: clamp(14px, 1.5vw, 20px);
}

.tit p {
  background: url(../images/line2.png) no-repeat bottom right;
  width: 100%;
  height: 13px;
  margin-bottom: 5px;
  opacity: .5
}

.boxnav {
  padding: 10px 0;
  /* height: calc(((100vh - 120px) / 3 - 8.04vh) -  10px); */
  height: calc(100% - 36px);
  box-sizing: border-box;
  flex: 1;
}

.anchorBL,
.BMap_cpyCtrl {
  display: none;
}

#lg-counter {
  display: none;
}



.table1 th {
  border-bottom: 1px solid #407abd;
  font-size: 14px;
  padding: 10px 0;
  color: rgba(255, 255, 255, .8)
}

.table1 td {
  border-bottom: 1px dotted#407abd;
  font-size: 14px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 1)
}

.table1 tr:last-child td {
  border: none;
}

.table1 td span {
  font-size: 12px;
  transform: scale(.8);
  display: inline-block;
}

.tqdb {
  height: 100%;
}

.tqdb li {
  height: 50%;
  float: left;
  width: 33.333%;
  text-align: center;
}

.tqdb li div {
  height: calc(100% - 25px);
}

.tqdb li h3 {
  font-size: 13px;
  font-size: clamp(12px, 1.5vw, 13px);
  color: #fff;
}

.jbgc {
  height: 100%;
  position: relative
}

#echart8 {

  height: 100%;
}

/* .jbgc li{ height: 100%; float: right;}

.jbgc li:nth-child(1){ height: 30%; position: absolute; left: 0;} */


.jztxt div {
  padding: 20px 0 0 0;
  line-height: 120%;
}

.jztxt div i {
  font-size: 12px;
  color: #fff;
}

.jztxt div h3 {
  font-size: 20px;
  color: #00deff;
  font-family: electronicFont;
}

.jztxt div span {
  font-size: 13px;
  opacity: .5
}

.jcjg {
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.jcjg li {
  width: 33.33333%;
  height: 100%;
  float: left;
  height: 100%;
  padding: 0 10px;
}

.jcjg h3 {
  background: url(../images/tit1.png) center right no-repeat;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 15px;
}

.jcnav {
  position: relative;
  background: url(../images/bg1.png) no-repeat left center;
  height: 160px;
  width: 100%;
}

.jcnav2 {
  background: url(../images/bg2.png) no-repeat left center;
  height: 200px;
}

.jcnav img {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -24px;
}

.jcnav2 img {
  left: 16px;
  margin-top: -30px;
}

.jcnavp {
  padding-left: 98px;
}

.jcnavp>div {
  border: 1px solid #1070aa;
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 26px;
  height: 36px;
}

.jcnav2 .jcnavp>div {
  margin-bottom: 17px;
}

.jcnavp>div ol {
  white-space: nowrap;
}

.jcnavp>div span {
  padding-left: 10px;
  color: #00e4ff;
  white-space: nowrap;
}

.jcnavp>div i {
  font-size: 12px;
  padding-left: 5px;
}


.ylfw {
  height: 100%;
  margin-left: -5px;
  margin-right: -5px;
}

.ylfw li {
  width: 50%;
  height: 33.33333%;
  float: left;
  padding: 0 5px;
}

.ylfwbox {
  height: 85%;
  border: 1px solid #1070aa;
  padding: 10px 15px;
  position: relative;
}

.fora {
  position: relative;
}

.forb {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.fora:before,
.fora:after,
.forb:before,
.forb:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border: 1px solid #00deff;
  opacity: .8;
  box-shadow: 0 0 5px #00deff;
}

.fora:before,
.forb:before {
  left: -2px;
  top: -2px;
}

.fora:after,
.forb:after {
  right: -2px;
  top: -2px;
}


.ylfwbox p {
  font-size: 13px;
}

.ylfwbox ol {}

.ylfwbox ol i {
  font-size: 12px;
}

.ylfwbox ol em {
  font-size: 14px;
  font-style: normal;
  padding: 0 5px;
}

.ylfwbox ol span {
  font-size: 24px;
  color: #00deff;
  text-shadow: 0 0 5px #00deff;
  font-family: electronicFont;
}

.drqk {
  height: 100%;
}

.drqk li {
  height: 33.33333333%;
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}

@font-face {
  font-family: electronicFont;
  src: url(../font/DS-DIGIT.TTF)
}

.icon {
  background: url(../images/iconbg.png) no-repeat center;
  background-size:80% 80%;
  /* width: 63px;
  height: 63px; */ 
  
  height: calc(((100vh - 120px) / 3 - 36px) / 3);
  width: calc(((100vh - 120px) / 3 - 36px) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex: calc(((100vh - 120px) / 3 - 36px) / 3) 0 0;
}
.icon > img{ 
  max-height:1.6vw;
}

.drqk li span {
  opacity: .5;
  /* font-size: 15px; */
  font-size: clamp(12px, 1.5vw, 15px);
  white-space: nowrap;
}
.drqk li p {
  white-space: nowrap;
}

.drqk li i {
  padding-left: 10px; 
  
  font-size: clamp(12px, 1.5vw, 16px);
}

.drqk li em {
  background: linear-gradient(0deg, #45d3fd, #45d3fd, #61ddb1, #61ddb1);
  font-style: normal;
  background-size: cover;
  font-family: electronicFont;
  /* font-size: 30px;  */
  font-size: clamp(16px, 1.5vw, 30px);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}



@keyframes myfirst2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-359deg);
  }
}



.main_bottom {
  width: 100%;
  height: 100%;
}

.main_bottom_top {
  width: 100%;
  /* height: 36.5%; */
  height:100%;
  margin-top: 1.5%;
}

.main_bottom_top_list {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_bottom_top_list:nth-child(1) {
  margin-left: 0;
}

.main_bottom_top_list img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bottom_t_l_title {
  z-index: 80;
  position: relative;
  width: 100%;
  /* padding-top: 1.5vw; */
  /* padding-top:13.5%; */
  padding-top:3.52vh;
  line-height: 4.52vh;
  font-size: .8vw;
  color: white;
  text-indent: 2.2vw;
}

.main_bottom_t_l_chart {
  z-index: 77;
  position: relative;
  width: 90%;
  height: 84%;
  margin: auto;
  margin-top: -5%;
}

.main_bottom_t_l_con {
  z-index: 77;
  position: relative;
  width: 92%;
  /* height: 60%; */
  height: calc(((100vh - 120px) / 3 - 8.04vh) -  10px);
  margin: auto;
  /* margin-top: 3%; */
  overflow: hidden;
}

.main_bottom_t_l_main,
.main_bottom_t_l_main2 {
  width: 100%;
  height: 100%;
}

.main_bottom_t_l_main_list {
  font-size: .7vw;
  /* line-height: 1.6vw; */
  line-height: calc(((100vh - 120px) / 3 - 8.2vh) / 5);
  height: calc(((100vh - 120px) / 3 - 8.2vh) / 5);
  color: white;
}

.main_bottom_t_l_main2 .main_bottom_t_l_main_list {
  font-size: .7vw;
  line-height: 1.6vw;
  height: 1.6vw;
  color: white;
}

.main_bottom_t_list_title {
  float: left;
  width: 70%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_bottom_t_list_time {
  float: left;
  width: 30%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.main_bottom_bottom {
  float: left;
  width: 100%;
  height: 54%;
  margin-top: 1%;
}

.main_bottom_b_left,
.main_bottom_b_right {
  position: relative;
  float: left;
  width: 17.3%;
  height: 100%;
}

.main_bottom_b_left img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bottom_b_middle1,
.main_bottom_b_middle2 {
  position: relative;
  float: left;
  width: 30%;
  height: 100%;
  margin-left: 1.8%;
}

.main_bottom_b_right {
  margin-left: 1.8%;
}

.main_bottom_b_right img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bottom_b_middle1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bottom_b_middle2 img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_bottom_b_title {
  font-size: .8vw;
  text-align: center;
  color: #0EFCFF;
  padding-top: .3vw;
}

.main_bottom_b_con {
  width: 90%;
  height: 75%;
  margin: auto;
  margin-top: 8%;
}

.main_bottom_b_con2 {
  height: 70%;
}


.boxall {
  padding: 15px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  margin-bottom: 10px;
  z-index: 10;
}

.alltitle {
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.alltitle:before {
  width: 5px;
  height: 20px;
  top: 2px;
  position: absolute;
  content: "";
  background: #49bcf7;
  border-radius: 20px;
  left: 0;
}

.navboxall {
  height: calc(100% - 30px);
}

