.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;
	justify-content: space-between;
}

.helpTit i {
	width: 20px;
	height: 20px;
}



.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;
}
.helpTit .more{
	font-weight: normal;
	color: #666;
	font-size: 14px;
}
/* license */
.licenceWrap{
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.licenceWrap img{
	width: 100%;
	height: auto;
}