
body,html{
  overflow: hidden;
}
@font-face {
  font-family:'Aldrich';
  src: url('./Aldrich.ttf');
}
.header {
  color: #00fff0;
  min-height: 13.4rem;
  background: url('../img/title.png') no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  position: relative;
  padding-top: 1.6rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.header span.title {
  display: block;
  text-align: center;
  font-size: 3.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.close {
  position: absolute;
  font-size: 1.6rem;
  left: 2.6rem;
  top: 2rem;
  padding-left: 2rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.close .icon-close {
  display: block;
  width: 1.6rem;
  height: 1.8rem;
  display: inline-block;
  background: url('../img/close.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 0.6rem;
}
.main {
  padding: 0 1.8rem 2.2rem 1.8rem;
  display: flex;
  flex-direction: row;
  color: #fff;
  margin-top: 7.2rem;
  box-sizing: border-box;
  height: calc(100vh - 7.2rem);
}
.main-left {
  display: grid;
  height: 100%;
  width: 26%;
  grid-template-rows: calc(32% - 1.2rem) calc(34% - 1.2rem) 34%;
  row-gap: 1.2rem;
}
.main-right {
  display: grid;
  width: 26%;
  height: 100%;
  grid-template-rows: calc(32% - 1.2rem) calc(36% - 1.2rem) 32%;
  row-gap: 1.2rem;
}
.main-left > div {
  position: relative;
  display: grid;
  grid-template-rows: 4rem calc(100% - 4rem);
}
.main-left > div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 1.5rem;
  height: calc(100% - 1.5rem);
  width: 100%;
  background-color: rgba(0, 63, 173, 0.34);
  border: 1px solid rgba(0, 156, 237, 0.34);
  z-index: -1;
}
h4.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.8rem;
  font-weight: normal;
  text-shadow: 0px 2px 10px rgba(255,255,255,0.3);
  color: #4ceeff;
  line-height: 2.5rem;
  padding: 1.8rem 0 1rem 1.9rem;
  font-family: customize;
  background: url('../img/border-title.png') no-repeat;
  background-size: 100% 200%;
  position: relative;
  z-index: 2;
}
h4.title span{
  text-shadow: 0px 2px 10px rgba(255,255,255,0.3);
}
h4.title i.icon1 {
  width: 2.3rem;
  height: 1.7rem;
  display: inline-block;
  background: url('../img/icon1.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon2 {
  width: 2.3rem;
  height: 1.9rem;
  display: inline-block;
  background: url('../img/icon2.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon3 {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url('../img/icon3.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon4 {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-block;
  background: url('../img/icon4.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon5 {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background: url('../img/icon9.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon6 {
  width: 2rem;
  height: 2.2rem;
  display: inline-block;
  background: url('../img/icon6.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon7 {
  width: 2.1rem;
  height: 2.4rem;
  display: inline-block;
  background: url('../img/icon7.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon8 {
  width: 2rem;
  height: 2.2rem;
  display: inline-block;
  background: url('../img/icon8.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon9 {
  width: 2.3rem;
  height: 2.1rem;
  display: inline-block;
  background: url('../img/icon5.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
h4.title i.icon10 {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  background: url('../img/icon10.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.echart1,
.echart2,
.echart3,
.echart5,
.echart6,
.echart7,
.echart8,
.echart9 {
  width: 100%;
  height: 100%;
}
#echart1,
#echart2,
#echart3,
#echart5,
#echart6,
#echart7,
#echart8,
#echart9 {
  width: 100%;
  height: 100%;
}
.tooltip-div1,
.tooltip-div2 {
  background: #1556df;
  box-shadow: 0px 2px 0px 0px rgba(0, 13, 43, 0.2);
  border-radius: 2px;
  padding: 1rem;
  position: relative;
}
.tooltip-div1{
  min-width: 14.9rem; 
}
.tooltip-div2 {
  min-width: 14.9rem;
}
.tooltip-div1::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8 8 0;
  border-style: solid;
  border-color: #1556df transparent transparent;
  /*黄 透明 透明 */
  position: absolute;
  bottom: -8px;
  left: 39px;
}
.tooltip-div2::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 8 8 0;
  border-style: solid;
  border-color: transparent transparent #1556df;
  /*黄 透明 透明 */
  position: absolute;
  top: -10px;
  left: 2rem;
}
.main-right > div {
  position: relative;
  display: grid;
  grid-template-rows: 4rem calc(100% - 4rem);
}
.main-right > div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 1.5rem;
  height: calc(100% - 1.5rem);
  width: 100%;
  background-color: rgba(0, 63, 173, 0.34);
  border: 1px solid rgba(0, 156, 237, 0.34);
  z-index: -1;
}
.main-center {
  width: 48%;
  padding: 6.3rem 1.5rem 0 1.5rem;
  display: grid;
  height: 100%;
  grid-template-rows: calc(26% - 1.2rem) calc(31% - 1.2rem) 43%;
  row-gap: 1.2rem;
}
.part4 {
  width: 100%;
  height: 100%;
}
.part4 ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.part4 ul li {
  height: 100%;
  width: 25%;
  background: rgba(0, 71, 194, 0.34);
  border: 1px solid rgba(0, 156, 237, 0.34);
  margin-right: 1.4rem;
}
.part4 ul li > div {
  width: 100%;
  height: 100%;
}
.part4 ul li:last-child {
  margin-right: 0;
}
.parts-wraper {
  height: 100%;
  display: grid;
  grid-template-columns: calc(56% - 1.3rem) 44%;
  column-gap: 1.3rem;
}
.parts-wraper > div {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 4rem calc(100% - 4rem);
}
.parts-wraper > div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 1.5rem;
  height: calc(100% - 1.5rem);
  width: 100%;
  background: rgba(0, 71, 194, 0.34);
  border: 1px solid rgba(0, 156, 237, 0.34);
}
.parts-wraper2 {
  height: 100%;
  display: grid;
  grid-template-columns: calc(43% - 1.3rem) 57%;
  column-gap: 1.3rem;
}
.parts-wraper2 > div {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 4rem calc(100% - 4rem);
}
.parts-wraper2 > div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 1.5rem;
  height: calc(100% - 1.5rem);
  width: 100%;
  background: rgba(0, 71, 194, 0.34);
  border: 1px solid rgba(0, 156, 237, 0.34);
  z-index: -1;
}
.echart4{
  padding: 0 2.3rem;
}
.rangeGird .text {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  text-align: left !important;
}
.rangeGird .rangeslider{
  background-color: #001F7C !important;
}
.part2-l{
  padding-bottom: 1.2rem;
}
.part3-l{
  padding-bottom: 1.2rem;
}
.scrollbox,
.scrollbox2 {
  height: calc(100% - 1.2rem);
  overflow-y: auto;
  margin-top: 1.2rem;
  padding:0 1.5rem;
  margin-right: 1rem;
}
.main-left table {
  width: 100% !important;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.main-left table tr:nth-child(1) {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .39);
}
.main-left table.table2 tr:nth-child(1) {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .39);
}
.main-left table th {
  font-size: 0.83333333vw;
  line-height: 2.60416667vw;
  text-align: center;
}
.main-left table td {
  font-size: 0.72916667vw;
  line-height: 2.08333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-left table tr:nth-child(odd) {
  background-color: #334268;
}
 /*滚动条样式*/
 .scrollbox::-webkit-scrollbar {
  width: 4px;    
}
.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #F25C5D;
  background: #F25C5D;
}
.scrollbox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #33426d;
  border-radius: 0;
  background: #33426d;

}
 .scrollbox2::-webkit-scrollbar {
  width: 4px;    
}
.scrollbox2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #009CED;
  background: #009CED;
}
.scrollbox2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #33426d;
  border-radius: 0;
  background: #33426d;

}
.part2-r{
  position: relative;
}
.part3-r{
  position: relative;
}
.select-option{
  position: absolute;
  right: 2.4rem;
  top: 2rem;
  z-index: 3;
}
.select_box {
  font-family: '宋体';
  font-size: 0.625vw;
  color: #999999;
  width: 9.27083333vw;
  line-height: 2.1rem;
  margin: 0 auto;
}
.select_showbox {
  border: 1px solid #b0a296;
  height: 2.1rem;
  padding-left: 5px;
  /*background: url(img/icon.png) no-repeat 156px 0;可以替换成想要的下拉三角*/
  background: #ccc;
}
.select_option {
  border: 1px solid #b0a296;
  border-top: none;
  display: none;
}
.select_option li {
  padding-left: 5px;
}
.select_option li.selected {
  background-color: #f3f3f3;
  color: #999;
}
.select_option li.hover {
  background: #7b6959;
  color: #fff;
}
.select.option {
  display: inline-block;
  width: auto;
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1.04166667vw;
  right: 0.52083333vw; */
  border-radius: 6rem;
  border: 1px solid #19bdce;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding: .5rem 1.1rem;
  background-color: transparent;
  color: #fff;
  font-size: 1.2rem;
  border-color: #19bdce;
  padding-right: 2rem;
  background: url('../img/down.png') no-repeat scroll right center transparent;
  background-position: 93% center;
}
.select.option option {
  background-color: #001443;
}
.selectUser{
  margin-right: 1.2rem;
}