.btn-guideInfo {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	line-height: 17px;
	border-width: 1px;
	border-style: solid;
	border-color: #8e8e8e;
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
	color: #8e8e8e;
	cursor: pointer;
}
.btn-guideInfo .detail.detail-lg {
	right: 50%;
	width: 540px;
	margin-right: -175px;
	white-space: normal;
	font-size:12px;
	border-radius:10px
}
.btn-guideInfo .detail {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 0;
	padding: 8px;
	white-space: nowrap;
	font-size: 14px;
	border: 3px solid #a7a7a7;
	background-color: #ffffff;
	color: #3e3e3e;
	z-index: 100;
}
.text-left {
	text-align: left;
}
