.navWrap .layui-icon {	
font-size: 22px;
width: 22px;
}
.navWrap p {	
font-size: 16px;
}
.wrap1 {	
margin-top: 10px;
}
.helpTit{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.helpTit i{
	width: 20px;
	height: 20px;
	
}
.helpIcon1{
	background-image: url("../img/common/helpIcon1.png");
}
.helpIcon2{
	background-image: url("../img/common/helpIcon2.png");
}
.helpIcon3{
	background-image: url("../img/common/helpIcon3.png");
}
.helpIcon4{
	background-image: url("../img/common/helpIcon4.png");
}
.helpItem{
	justify-content: space-between;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #f5f6f8;
}
.wrap1 .helpItem:last-child{
	border-bottom: none;
	margin-bottom: 0;
}