.chartTable {
	padding-top: 114px;
}
.tableHeader{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	height: 2.02em;
	position: relative;
	z-index: 222;
}
.chartTable .hd{width: calc(100vw - 1.02em);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	height: 4em;
}
.chartTable .hd span{ 
	padding: .2em .8em .3em;
	font-size: .9em;
	background: #f8f8f8;
	margin-left: .8em;
	border-radius: 1em;
	color: #999;
	white-space: nowrap;
	display: inline-block;
}


.chartTable .tableCont{padding-top: 18px;}


.chartTable .tableCont .th-head{
	overflow-x: auto;
	pointer-events: none;
}

.chartTable .tableCont .th-head{
	background: #f8f8f8;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	z-index: 22;
	box-shadow: 0 5px 16px -2px #ddd;
	position: relative;
}
.chartTable .tableCont .th-head p { margin:0px;}

.chartTable .tableCont .th-head span{
	display: inline-block;
	text-align: center;
	line-height: 3.5em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	vertical-align: bottom;
	font-size: .8em;
}
.chartTable .tableCont .th-head .leftLine{
	box-shadow: inset -1px 0 0 0 #ebebeb;
}
.chartTable .tableCont .th-head span em{
	color: #666;
}

.chartTable .tableCont .w_4dot5 {
	width: 4.5em;
}
.chartTable .tableCont .w_6 {
	width: 6em;
}
.chartTable .tableCont .w_16 {
	width: 16em;
}
.chartTable .tableCont p{
	line-height: 1.75em;
}
.chartTable .tableCont .sticky-left{
	font-size: .6em;
	width: 4.5em;
	z-index: 2;
	box-shadow: 5px 0 16px -2px #ddd;
}
.table_conBox{
	overflow-x:auto;
}

#chartLinediv table {
    width: 100%;
    color: #999;
	border: 1px solid #e1e3e5;
}

#chartLinediv table thead th,.tj th{
	border: 1px solid #e1e3e5;
}

#trend_table2 tbody {
    position: relative;
}

.table_conBox #chartLinediv table tbody tr td {
    text-align: center;
    height: 1.5rem;
    min-width: 2rem;
}

#chartLinediv table .unOpenNo{
	background: #e9efff !important;
	box-shadow: inset -1px 1px 0 0 #ebebeb;
}
#chartLinediv table tbody tr{
	background-color: #fff;
}

#chartLinediv table tbody tr:nth-child(2n) {
    background-color: #f6f6f6;
}
#chartLinediv table thead,#chartLinediv table tbody .tj{
	background-color: #f9f9f9;
	border: 1px solid #e1e3e5;
}
#chartLinediv table tbody .tj-items{
	background-color: #fff !important;
}

.square{
	display: inline-block;
	color: #fff;
	border-radius: .3em;
	padding:3px;
}
.color-chen{
	background-color: #ff9726;	
}
.color-blue{
	background-color: #5691d7;	
}
.ball-style{
	border-radius: 58%;
	background: #dc3b40;
	line-height: 1em;
	text-align: center;
	color: #fff !important;
	display: inline-block;
	padding: 5px;
	width: 1em;
	height: 1em;
	margin: 0 auto;
	position: relative;
}
.displaynone{
	display:none;
}
.chartTable .tableHeader span.curr{
	background-color: #ffedeb;
	color: #e53333;
}


