#helpBox{
	border-top: 1px solid #ededed;
	display: flex;
}
#helpBox #helps{
	width: 1200px;
	margin: 20px auto;
	display: flex;
}
#helps #helpNav{
	width: 188px;
	margin-right: 12px;
}
#helps #helpNav #titles{
	height: 42px;
	background: #ff4200;
	color: #fff;
	font-size: 14px;
	padding-left: 21px;
	box-sizing: border-box;
	line-height: 42px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#helps #helpNav #titles:before{
	content: "";
	background: url(../../imgs/web/help_icon.png) no-repeat 0 0;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 6px;
}
#helps #navList{
	box-sizing: border-box;
	border: 1px solid #eee;
	border-top: 0;
	padding-left: 21px;
}
#helps #navList li{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}
#helps #navList li a{
	color: #666;
}
#helps #navList li a:hover{
	color: #ff4200;
}
#helps #navList .actives a{ 
	color: #ff4200;
}
#helpContent{
	width: 1000px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
#helpContent #names{
	width: 968px;
	margin: 0 16px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
#helpContent #texts{
	width: 968px;
	margin: 20px 16px;
	margin-bottom: 60px;
}
#helpContent #texts b{
	font-size: 14px;
}
#helpContent #paystyles{
	display: flex;
	flex-wrap: wrap;
	width: 968px;
	margin: 0 16px;
}
#helpContent #paystyles #guaranteeBox{
	width: 387px;
	display: flex;
	margin: 0 64px;
}
#helpContent #paystyles #guaranteeBox:nth-child(2n){
	margin-left: 0;
	margin-bottom: 100px;
}
#helpContent #paystyles #guaranteeBox:last-child{
	margin-bottom: 56px;
}
#guaranteeBox #imgs{
	width: 113px;
	margin-right: 20px;
}
#guaranteeBox #returneds{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
#guaranteeBox #returneds b{
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 18px ;
}
#guaranteeBox #returneds em{
	display: flex;
	margin-bottom: 18px;
	line-height: 180%;
}
#guaranteeBox #returneds em:before{
	content: "·";
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
}
