* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a{text-decoration: none;color:#afdbe8;}
a:hover, a:visited, a:link, a:active {
	color:#6f9ba8;
}
@font-face {
  font-family: electronicFont;
  //src: url(../font/DS-DIGIT.TTF);
}
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #06164A;
	background-image: url(../images/bg-1.png);
	//background-size: 100%;
    background-size: cover;
    /* 行高是字体1.15倍 */
    line-height: 1.15;
}
header {
  position: relative;
  /* height: 1.25rem; */
  height: 96px;
  background: url(../images/title_06.png) no-repeat top center;
  background-size: 100%;
}
header h1 {
  font-size: 0.475rem;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
header .showTime,header .language,header .help {
  position: absolute;
  top: 0;
  left: 0.375rem;
  line-height: 0.9375rem;
  font-size: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
}
header .language {
	left:unset;
  right: 0.375rem;
}

header .help {
  left:unset;
  cursor: pointer;
  right: 2.375rem;
}
header .info {
  left:unset;
  cursor: pointer;
  right: 3.575rem;
}
header .language span{
  font-size:0.15rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.mainbox {
  min-width: 1024px;
  max-width: 1920px;
  padding: 0.125rem 0.125rem 0;
  display: flex;
  height: calc(100% - 80px);
}
.mainbox .column {
  flex: 3;
  margin:0 0.2rem ;
}
.mainbox .column:nth-child(2) {
  flex: 5;
  margin: 0 0;
  overflow: hidden;
}
.panel {
  position: relative;
  height: 5.575rem;
  //border: 1px solid rgba(25, 186, 139, 0.17);
  //background: rgba(255, 255, 255, 0.04) url(../images/line\(1\).png);
  padding: 0.1rem 0.1875rem 0.5rem;
  margin-bottom: 0.1875rem;
  background: url(../images/panel-bg-2.png) no-repeat top center;
  background-size:100% 100%;
}
.panel-box-center{
  padding: 0.6125rem 0.1875rem 0.5rem;
}
/*.panel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0099ff;
  border-left: 2px solid #0099ff;
  border-radius: 20%;
}
.panel::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  border-radius: 20%;
}*/
.toolbar{
    position: absolute;
    right: 7px;
    top: 2px;
    color: #2f89cf;
    width: 20px;
    height: 20px;
	z-index:20;
}
.toolbar:hover{
    color: #2bc3f2;
}
.toolbar.right-1{
right: 37px;
}
.toolbar.right-2{
right: 67px;
}
.toolbar.right-3{
right: 97px;
}
.toolbar.left{
    right: unset;
	left:4px;
}
.toolbar.right-bottom{
    top: unset;
	bottom:20px;
}
.panel .panel-footer {
  display:none;
  position: absolute;
  left: 45%;
  bottom: 7%;
}
/*.panel .panel-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #0099ff;
  border-left: 2px solid #0099ff;
  border-radius: 20%;
}
.panel .panel-footer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  border-radius: 20%;
}*/
.panel h2 {
  height: 0.4rem;
  //line-height: 0.6rem;
  text-align: center;
  color: #c0e7f8;
  font-size: 0.35rem;
  font-weight: 400;
}
.panel h2 a {
  margin: 0 0.1875rem;
  color: #fff;
  text-decoration: underline;
}
.panel .chart {
  height: 4.65rem;
}
.panel.sort{
 padding-top:0.5rem;
  height: 6.6rem;
  margin-bottom: 0.1rem;
}
.panel.sort .chartdiv {
  height: 4.30rem;
  overflow-y:scroll;
  overflow-x: hidden;
}
.panel.sort .chart.line {
  height: 5.5rem;
}
.panel.sort .years {
  height: 2.2rem;
}
.panel.sort .chartdiv .chart {
  height: 12.30rem;
}

.panel.sort .yeartext {
	position: absolute;
	top:15%;
	left:25%;
	font-size:80px;
	color:rgba(233,233,233,.5);

}
.chartdiv::-webkit-scrollbar   
{  
   width:10px;
   height:10px;     
   background-color:#d0cdc7;
}  
/* scroll轨道背景 */
.chartdiv::-webkit-scrollbar-track       
{  
    -webkit-box-shadow: inset 0 0 6px #d0cdc7;  
    border-radius: 10px; 
    background-color:#041659;    
}

/* 滚动条中能上下移动的小块 */
.chartdiv::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px #a09d9d;  
    background-color:#1462a7;
} 
/*.no {
  background: rgba(101, 132, 226, 0.1);
  padding: 0.1875rem;
  margin-bottom: 4px;
}*/
.no .no-hd {
  position: relative;
  //border: 1px solid rgba(25, 186, 139, 0.17);
  background: url(../images/title_08.png) no-repeat top center;
  background-size: 100% 100%;
}
/*.no .no-hd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  border-top: 2px solid #0099ff;
  border-left: 2px solid #0099ff;
  top: 0;
  left: 0;
}
.no .no-hd::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 10px;
  border-bottom: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  right: 0;
  bottom: 0;
}*/
.no .no-hd ul {
  display: flex;
}
.no .no-hd ul li {
  position: relative;
  flex: 1;
  //margin-left:12px;
  font-size: 0.35rem;
  text-align: center;
  height: 0.7rem;
  line-height: 0.25rem;
  color: #c0e7f8;
  padding: 0.05rem 0;
  //font-family: electronicFont;
  font-weight: bold;
}
/*.no .no-hd ul li:first-child::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 25%;
}*/
.no .no-bd ul {
  display: flex;
}
.no .no-bd ul li {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.225rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.125rem;
}
.map {
  position: relative;
  height: 5.275rem;
}
.map .chart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 5.38rem;
  width: 100%;
}
.map .map1,
.map .map2,
.map .map3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.475rem;
  height: 6.475rem;
  background: url(../images/map.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.3;
}
.map .map2 {
  width: 8.0375rem;
  height: 8.0375rem;
  background-image: url(../images/lbx.png);
  opacity: 0.6;
  /*animation: rotate 15s linear infinite;*/
  z-index: 0;
}
.map .map3 {
  width: 7.075rem;
  height: 7.075rem;
  background-image: url(../images/jt.png);
  animation: rotate1 20s linear infinite;
}

.myselect{
	color:#6bd6eb;
	font-size:14px;
	margin-top: 7px;
	padding-right: 16px;
	background:rgba(4, 18, 50, 0.1) none repeat scroll !important;
	background:#041232; 
	filter:Alpha(opacity=55);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-align-last: left;
	/*border:none;*/
	border-color: #6bd6eb;
    border-radius: 4px;
    padding: 4px 5px;
    padding-right: 18px;
    /*margin-right: 13px;*/
	outline:none;
  font-weight: normal;
}
.myselect.bold{
	font-weight:600;
}
.myselect.lit{
	border-color: #6bd6eb;
	padding-right: 30px;
  font-size: 12px;
}
.myselect option{
	background: #1d69a9;
    color: white;
}
.myselect optgroup{
	background: #1d699a;
    color: #eee;
}

.fa{
	color:#6bd6eb;
	font-size:18px;
	position: relative;
}
.fa.fa-toggle-down{
    left: -28px;
    z-index: -1;
}
.fa.lit{
    top: 2px;
}
.fa.refresh{
	color:#5bc6db;
	font-size:16px;
	position: relative;
    left: 12px;
	display:none;
	cursor: pointer;
    z-index: 999999;
}

.fa.refresh:hover{
	font-size:18px;
    left: 11px;
    top: -1px;
	color:#7be6fb;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 42px !important;
  }
}
@media screen and (min-width: 1920) {
  html {
    font-size: 80px !important;
  }
}


.cpt-dw-dialog-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.div_dialog.no_boxShadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.div_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 240px;
    min-height: 130px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0 3px 10px #aaa;
    -webkit-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
}



