@charset "UTF-8";

.pendant {
	position: fixed;
	right: 5px;
	bottom: 170px;
	z-index: 1001;
}

pendant .wrap {
	width: 40px;
	margin: 0;
}

.pendant .help-faq:hover {
	background: #58D78C;
}

.pendant .help-faq {
	margin-bottom: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pendant .help-faq {
	padding: 4px 11px;
	position: relative;
	cursor: pointer;
	background: #58D78C;
}

.pendant .faq-foucs {
	width: 18px;
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.pendant .faq-panel {
	width: 260px;
	background: #fff;
	border: 1px solid #E0E0E0;
	padding: 15px 20px;
	position: absolute;
	top: 0;
	right: 40px;
	word-break: break-all;
	word-wrap: break-word;
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.clr {
	zoom: 1;
}

.pendant .faq-panel .panel-main {
	float: left;
	width: 260px;
	padding-right: 9px;
}

.pendant .faq-panel .panel-main .main-hd {
	padding-bottom: 4px;
	font-size: 16px;
}

.pendant .faq-panel .panel-main .main-bd {
	margin-bottom: 5px;
}

ul, ol, li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

.pendant .faq-panel .panel-main .main-bd li {
	line-height: 30px;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.pendant .faq-panel .panel-main .main-bd a {
	color: #333;
}