html,body{
	width: 100%;
	height: 100%;
}
/* 详情页 */
.etf_detail{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.detail_center{
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 1200px;
	margin: 0px auto;
	/*overflow-y: auto;*/
}
.detail_echarts{
	width: 1000px;
	margin: 0 auto;
	height: 2200px;
}
.tab_list{
	flex: 1;
	/*overflow-y: auto;*/
}