#main {
	height: 500px;
}

.tipH3 {
	font-size: 16px;
	color: #286fcb;
	line-height: 28px;
	border-bottom: 2px solid #286fcb;
	margin-bottom: 10px;
}

.tipP {
	color: #767676;
	font-size: 14px;
	font-family: "宋体";
	width: 100%;
	height: auto;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	line-height: 1.5;
}

.echarts-tooltip.zr-element {
	filter: alpha(opacity=100) !important;
}