
.help-content{
	padding:45px 98px 45px 50px;
}
.help-content-title{
	font-size: 26px;
	color:#222;
}
.help-content-text{
	margin-top: 35px;
}
.help-content-text p{
	font-size: 16px;
	line-height: 30px;
	color:#222;
}
.help-content-text img{
	max-width: 100%;
	width:auto;
	height:auto;
	padding:16px 24px;
}
.help-title{
	font-size: 33px;
	color:#f26403;
	width:245px;
	text-align: center;
	position: absolute;
	top:-75px;
}
.help-nav{	
	width:245px;
	background: #fff;
	border-radius: 10px;
}
.help-nav h3{
	height:50px;
	font-size: 20px;
	line-height: 50px;
	background: #f7a920;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#fff;
}
.help-nav ul li{
	float: none;
	line-height: 50px;
	text-align: center;
	margin-bottom: 0;
	color:#000;
	position: relative;
}
.help-nav .first-nav>li{
	border-bottom: 1px solid #eee;	
}
.help-nav ul li>div{
	height:50px;
	width:100%;	
}
.help-nav .first-nav>li>div{
	font-size: 18px;
}
.help-nav .first-nav>li span{
	position: absolute;
	top:21px;
	left:25%;
	width:9px;
	height:8px;
	background: url(../images/icon-jiantou.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.2s;
}
.help-nav .first-nav>li .jiantou-active{
	transform:rotate(180deg);
}
.help-nav .second-nav{
	background: #f6f6f6;
	border-top:1px solid #eee;	
}
.help-nav .second-nav>li>div{
	font-size: 16px;
}
.help-nav .second-nav li em{
	position: absolute;
	top:23px;
	left:25%;
	font-style: normal;
	width:4px;
	height:4px;
	border-radius: 50%;
	background: #7d7d7d;
}
.help-nav ul li>div:hover{
	color:#f7a920;
}
