/**/
.background-img {
	position: fixed;
	top: 0px;
	right:0px;
	width:100%;
	z-index:-1;
}
.manual-background{
	background-image: url(/assets/default/manual_background.png);
	margin-top: -21px;
	margin-bottom: -30px;

}
.manual-body{
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	margin-top: 40px;
	padding:0 65px;
}
.manual-title{
	text-align: center;
	font-size: 24px;
	color:#238cf6;
	margin-top: 40px;
	margin-bottom: 20px;
}
.manual-tips{
	text-align: center;s
	font-size: 16px;
	color:#79808e;
}
.user-guide{
	margin-bottom: 40px;
	padding-bottom: 50px;
	padding-top: 130px;
}
/**/
.user-info{
	text-align: center;
}
/*底部链接按钮*/
.btn-links{
	display: inline-block;
	width:140px;
	height:44px;
	background-color:#238cf6;
	color:#fff;
	padding-top:10px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.btn-links:hover{
	display: inline-block;
	width:140px;
	height:44px;
	background-color:#207cdf;
	color:#fff;
	padding-top:10px;
	border-radius: 3px;
	margin-bottom: 20px;
}
/*引导提示信息*/
.manual-guide{
	color:#79808e;
	font-size: 14px;
	margin-top:30px;
	margin-bottom:30px;
	display: block;
}
/*使用指南*/
.manual-type-container {
	height: 50px;
	margin-bottom: 40px; 
	background-color: #ffffff;
	line-height:50px;
	font-size: 16px;
	text-align: center;
}
.manual-type a {
	width: 120px;
	margin: 0px auto;
	display: block;
	color: #000000;
}
.manual-type a.active {
	color: #238bf5;
	border-bottom: 2px solid #238bf5;
}
.manual-content-container {
	margin-bottom: -30px;
}
.manual-content-container ul {
	list-style: none;
	padding: 0px;
}
.manual-content {
	display: none;
}
.manual-padding-right {
	padding-right: 100px;
}
.manual-padding-left {
	padding-left: 265px;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #fbfbfb;
}
.manual-padding-left .manual-ul {
	margin-right: -100px;
}
.manual-ul li.manual-img {
	position: relative;
	min-height: 400px;
}
.manual-ul img {
	width: 100%;
}
.manual-intro {
	position: absolute;
	top: 0px;
	left: -265px;
	width: 265px;
	height: auto;
	z-index: 2;
}
.intro-ul {
	padding: 10px 0px;
	font-size: 14px;
}
.intro-ul li {
	height: 30px;
	padding-left: 30px;
	padding-right:20px;
	line-height: 30px;
	cursor: pointer;
}
.manual-menu {
	color: #bbbec5;
}
.intro-ul li.active {
	border-left:2px solid #238bf5;
	font-size: 18px;
	color: #238bf5;
}
.intro-div {
	position: absolute;
	top: 50%;
	left: -265px;
	width: 265px;
	margin-top: 70px;
	padding: 0px 20px 0px 30px;
	color:#79808e;
	z-index: 2;
}
.intro-div a {
	color: #238bf5;
}
.page-div {
	position: absolute;
	bottom: -20px;
	left: -265px;
	width: 265px;
	line-height: 30px;
	font-size: 16px;
	z-index: 2;
}
.page-div a {
	display: block;
	padding: 0px 30px;
}
.page-div a.page-step {
	color: #238bf5;
	cursor: pointer;
}
.page-div a.page-last {
	color: #babec4;
}
