
/* highcharts-legend-item highcharts-areaspline-series highcharts-color-0 highcharts-series-0 */
/*全局*/
html,body{padding: 0;margin: 0;background-color:rgb(14,41,118);}
.maxWidth{}
.maxHeight{}
ul li{list-style: none;}
.inn-blo{display: inline-block;}
a{text-decoration: none;color:white}
a:hover{color:white;text-decoration: none;}
.colorBlue{color:rgb(30,165,247) ;}
.left{float: left;} .right{float: right;}


::-webkit-scrollbar{width: 5px;height: 5px;			}
::-webkit-scrollbar-thumb{border-radius: 5px;-webkit-box-shadow:inset 0 0 5px rgb(77,89,131);background: rgb(77,89,131);}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgb(27,31,66);border-radius: 5px;background: rgb(27,31,66);}
.tableOverflow{
	scrollbar-face-color:rgb(27,31,66);
	scrollbar-highlight-color:rgb(27,31,66);
    scrollbar-3dlight-color:rgb(27,31,66);
    scrollbar-darkshadow-color:rgb(27,31,66);
    scrollbar-Shadow-color:rgb(27,31,66);
    scrollbar-arrow-color:rgb(27,31,66);/*箭头颜色*/
    scrollbar-track-color:rgb(27,31,66);/*背景颜色*/
}
.tableOverflow .table tr td{font-size: 12px;color:rgb(184,213,227);border-bottom:1px solid rgb(56,106,139)}	
.tableOverflow .table tr th{border-top: none;border-bottom:1px solid rgb(56,106,139);color:rgb(115,124,165)}
