html,
body,
#faq {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #f7f7f7;
}

body {
	font-size: 0.25rem;
}

.menu-left {
	height: 100%;
	width: 15%;
	min-width: 100px;
	position: fixed;
	background: #fff;
}
.menu-left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}
.menu-left li {
	color: #999;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #f7f7f7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu-left li.active {
	background: #f7f7f7;
}
.menu-left li:hover {
	background: #f7f7f7;
}
.content {
	margin: 0px 10px 10px 300px;
	padding: 10px;
	background: #fff;
	line-height: 0.5rem;
	position: relative;
}
.content .title {
	border-bottom: 1px solid #f7f7f7;
}
.copyright {
	position: fixed;
	background: #fff;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #999;
}
