body {
	background: #fff;
	color: #444;
}

img {
	display: block;
	width: 100%;
}

/* 头部 */
.aui-navBar {
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	background-color: #fff;
	border-bottom: 1px solid #B2B2B2;
}

.aui-navBar-item {
	display: block;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 15%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
}

.aui-navBar-item img {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

.aui-center {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 64%;
	height: 44px;
	line-height: 44px;
	margin: 0 3%;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.aui-center p {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.container {
	width: 100%;
	padding-top: 45px;
}

.content-conatiner {
	width: 100%;
	padding: 0 10px 10px 10px;
}

.page-title {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: #fd475a;
}

.general-infomation {
	margin-top: 5px;
}

.detailed-guid-module-container {
	margin-top: 5px;
}

.detailed-guid-module-wrapper {
	margin-top: 10px;
}

h4 {
	font-size: 16px;
	font-weight: 100;
	color: #fd475a;
}

h5 {
	font-size: 14px;
	font-weight: 100;
	color: #333;
}