/**
 * TMZL v1.0.0 (http://www.tmzl.com.cn/)
 * Copyright 2015-2018 TMZL Team
 
 */
.chartist-tooltip {
	position: absolute;
	z-index: 1;
	display: inline-block;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 3px;
}