.data_broken{
	margin-bottom: 30px;
}
.data_bar{
	width:  calc(100% - 20px);
	padding: 5px 10px;
	height: 30px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.data_bar>form,.data_bar>h3{
	float: left;
	height: 100%;
	line-height: 30px;
	font-size: 14px;
}
.data_bar>h3{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.data_bar>form>div{
	float:left;
}
.data_bar .time_range{
	width: 280px;
	margin-left: 100px;
	overflow: hidden;
}
.data_bar .data_theme{
	margin-left: 100px;
}
.data_bar .data_theme select{
	width: 150px;
	height: 100%;
	border: 1px solid #e9e8e8;
}
.data_bar span{
	display: block;
	float: left;
	color: #00A0E8;
	cursor: pointer;
	border-radius: 3px;
}
.data_bar .time_range span{
	width: 70px;
	text-align: center;
}
.data_bar .time_range .time_active{
	color: #fff;
	background-color: #00A0E8;
}
.data_bar .define_range{
	float: right;
}
.data_bar .define_range input{
	display: block;
	width: 98px;
	height: 28px;
	margin-left: 10px;
	float: left;
	border: 1px solid #e9e8e8;
	cursor: pointer;
	padding: 0 10px;
}
.data_bar .define_range span{
	margin-left: 10px;
}