* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-family: "微软雅黑";
  
  /* background-color: #383838; */
}


#allmap1 {
  width: 100%;
  height: 100%;
  
  
}
/* #dtnumber {
  float: left;
  width: 45%;
  height: 200px;
} */
#map2_container {
  width: 30%;
  height: 98.1%;
  float: left;
  background-color: #2b2929;
}
.kuang {
  width: 99%;
  height: 43%;
  margin-top: 1.4%;
  padding-top: 1.5%;
  background-color: #494949;
}
.tu {
  width: 96.8%;
  height: 97%;
  border: 1px solid #696969;
  margin-left: 1.4%;
  border-radius: 12px;
  background-color: #424242;
}
.first {
  width: 100%;
  margin-top: 5px;
}
.first span {
  width: 90%;
  margin-left: 10px;
}
#citys {
  color: #ffffff;
}
#diqu {
  /* margin-left: 5px; */
  margin-bottom: 5px;
  height: 30px;
}
.echarts {
  width: 100%;
  height: 98%;
  /* position: relative; */
}
#zxnumber {
  width: 95%;
  height: 95%;
  top: 2%;
  left: 4%;
}
/* #diantishiyong {
  width: 100%;
  margin-top: 48px;
} */
/* .title {
  
  position: relative;
  line-height: 40px;
  text-align: center;
  margin-right: 12px;
} */

/* .txt {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.kaungjia {
  width: 100%;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}
.shuru {
  width: 60%;
  margin-top: 6px;
  height: 36px;
  float: left;
}
.btnselect2 {
  width: 100%;
  float: right;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  background: -webkit-linear-gradient(left, #4f4f4f 0%, #000000 100%);
  margin-top: 5px;
}
.btnselect {
  width: 100%;
  float: right;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  background-color: #20317b;
  border: 1px solid #f8f8f8;
  margin-top: 5px;
} */
.kuang1 {
  width: 99%;
  height: 46.9%;
  margin-top: 1.4%;
  padding-top: 1.5%;
  background-color: #494949;
}
.biao {
  width: 96%;
  height: 97.5%;
  border: 1px solid #696969;
  margin-left: 1.5%;
  border-radius: 12px;
  background-color: #424242;
}
.middle {
  width: 96.6%;
  white-space: nowrap;
  margin-left: 1.8%;
  margin-top: 1.8%;
}
.list1 {
  width: 20%;
}
.table2 {
  /* background-color: #f2f2f2; */
  width: 100%;
  border-spacing: 0px;
  margin-top: 1%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-head {
  border-spacing: 0px;
  width: 97.8%;
  color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  background-color: #383838;
}
.table-body {
  width: 99%;
  height: 393px;
  max-height: 395px;
  overflow-y: scroll;
  table-layout: fixed;
  background-color: #383838;
  /* background-color: rgb(4, 45, 78, 0.9); */
}
/* .table-body:hover {
  overflow-y: auto;
}
.table-body::-webkit-scrollbar {
  width: 0px;
} */
.table-head table,
.table-body table {
  width: 100%;
  border-spacing: 0px;
  table-layout: fixed;
  border-collapse: collapse;
}
.listed1 {
  width: 100%;
  height: 30px;
}

.select {
  width: 100%;
  height: 28px;
}
.table2 th {
  border: 1px solid #d0d0d0;
  border-bottom: 0px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  background-color: #757575;
  font-size: 12px;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #696969;
  /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}
.table1 th a {
  text-decoration: none;
  color: #ffffff;
}
.information td {
  border: 1px solid #d0d0d0;
  height: 28px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
td a {
  color: #ffffff;
  text-decoration: none;
}
.table-body tr:nth-child(even) {
  background-color: #3d3c3cfa;
}
.table-body tr:nth-child(odd) {
  background-color: #4d4848fa;
}
