html,body{
	background: #f3f3f3;
}
.help-block-tit{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
}
.help-block-tit h3{
	font-size: 24px;
}
.help-block-tit p{
	font-size: 16px;
	margin-top: 5px;
}
.help-top-inner{
	padding: 0px 24px;
	margin-top: 30px;
}
.help-top-tit{
	
	padding: 20px 0px;
	font-size: 16px;
}
.help-type{
	font-size: 14px;
	color: #2489ff;
	width: 20%;
	padding: 20px 0px;
}
.help-type-row{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.help-hot{
	width: 33.33%;
	float: left;
}
.help-hot-row{
	padding-bottom: 30px;
	min-height: 110px;
}
.help-hot a{
	font-size: 14px;
	width: 350px;
	display: inline-block;
	margin-left: 5px;
}
.help-hot{
	margin-bottom: 15px;
}
.help-hot a:hover{
	color: #957a59;
}
.help-bot{
	padding-bottom: 40px;
}
.help-bot-tit{
	font-size: 18px;
	margin: 30px 0px;
	padding-left: 24px;
}
.help-lei{
	background: #fff;
	padding-top: 83px;
	padding-bottom: 53px;
}
.help-lei img{
	margin-bottom: 25px;
}
.help-lei  span{
	font-size: 16px;
	font-weight: bold;
}
.help-lei p{
	color: #8c8c8c;
	font-size: 14px;
	margin-top: 10px;
}
.help-lei{
	width: 370px;
	float: left;
	margin-left: 45px;
	margin-bottom: 40px;
	/*height: 250px;*/
}
.help-lei-row a:nth-child(3n+1) .help-lei{
	margin-left: 0px;
}
.help-lei:hover{
	transform: translate(0, -5px);
	box-shadow: 5px 5px 10px #e4e4e4;
}
.help-list-body{
	margin-top: 30px;
	margin-bottom: 180px;
}
.help-left{
	width: 270px;
	min-height: 650px;
}
.help-left-tit{
	margin-top: 40px;
	margin-left: 65px;
}
.help-left-tit span{
	margin-left: 12px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin-top: 4px;
}
.help-list {
	margin-top: 40px;
}
.help-list li{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.help-list li a{
	color: #666;
	border-left:3px solid #fff;
	font-size: 16px;
	padding-left: 5px;
}
.help-list li a.on{
	border-left:3px solid #957a59;
	color: #957a59;
}
.help-list li a:hover{
	border-left:3px solid #957a59;
	color: #957a59;
}
.help-right{
	margin-left: 30px;
	padding: 0px 45px;
	width: 810px;
	padding-bottom: 50px;
	min-height: 600px;
}
.ques-list li{
	border-bottom: 1px solid #eee;
	padding: 20px 22px;
	color: #333;
	font-size: 15px;
	cursor: pointer;
}
.ques{
	background-image: url(../../images/help/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.ques span{
	color: #333;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
}
.ques-box h1{
	font-size: 18px;
	padding: 40px 0px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.slidebox{
	color: #666;
	padding-left: 20px;
	line-height: 23px;
	font-size: 13px;
	margin-top: 15px;
}
.ques-list li.active{
	background: #fafafa;
	
}
.ques-list li.active .ques span{
	color: #957a59;
}
.ques-list li.active .ques{
	background-image: url(../../images/help/arrow-down.png);
}
.loading{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
    height: 110px;
    line-height: 110px;
}
.help-right .loading{
	height: 650px;
	line-height: 650px;
}