.parentCls {
	height: auto;
	margin: 0 auto;
}

.parentCls ul {
	padding-left: 10px;
	padding-right: 10px;
	width: auto !important;
	background-color: #fff;
}

.auto-tip li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.auto-tip li.hoverBg {
	background: #CEE7FF;
	cursor: pointer;
}

.hidden {
	display: none;
}