.help-content{
	display: flex;
	/*flex-wrap: wrap;*/
	padding-top: 3%;
	padding-bottom: 3%;
	justify-content: space-between;
}
.help-left{
	width: 25%;
	min-width: 300px;
}
.help-right{
	width: 72%;
}
.help-title{
	/*height: 50px;*/
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.help-title h2{
	font-size: 30px;
	padding: 0 5px;
	font-weight: 500;
}
.help-nav > ul > li{
	padding: 10px 18px;
	border-bottom: 1px solid #e5e5e5;
}
.help-nav > ul > li > a{
	padding: 5px 10px;
	display: block;
	font-size: 15px;
	color: #4b4b4b;
	position: relative;
	font-weight: 600;
}
.help-nav > ul > li > a:before{
	content: "";
	position: absolute;
	left: -3px;
	top: 13px;
	background-color: #4b4b4b;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.help-nav > ul > li:first-child > ul{
	display: flex;
	flex-wrap: wrap;
}
.help-nav > ul > li > ul > li > a{
	display: block;
	color: #666666;
	font-size: 14px;
	padding: 5px 11px;
}

.help-row-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 5%;
}
.help-item{
	width: 50%;
	height: 348px;
}
.help-item-title{
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
}
.help-item-title h2{
	font-size: 20px;
	font-weight: 600;
	color: #4b4b4b;
	margin: 0 6px;
}

.help-item-list-header{
	
}
.help-item-list-header h4{
	font-weight: 400;
}
.help-item-list-header h4 a{
	padding: 10px 30px;
	font-size: 12px;
	color: #212121;
	display: block;
	line-height: 1.5;
}
.help-item-line{
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
	height: 0;
	margin: 0 2%;
}
.help-item-list-header:hover a{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 22px rgb(0 0 0 / 12%);
}
.help-item-pages{
	margin-top: 15px;
	margin-bottom: 15px;
}
.help-item-pages > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.help-item-pages > ul > li{
	line-height: 32px;
}
.help-item-pages > ul > li > a{
	display: block;
	height: 32px;
	width: 32px;
	border: 1px solid #e3e2e8;
	border-left: 0;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.help-item-pages > ul > li > a > em{
	font-family: '黑体';
	font-style: normal;
	/*font-weight: 600;*/
}
.help-item-pages > ul > li:first-child > a{
	border-left: 1px solid #e3e2e8;
}
.help-item-pages > ul > li > span{
	color: #333;
	font-size: 14px;
	margin: 0 10px;
}
.help-item-pages > ul > li:not(.nolink):hover > a{
	color: #4c6aff;
}
.help-item-pages > ul > li.pages-jump > input{
	background-color: transparent;
	border: 1px solid #e3e2e8;
	border-radius: 2px;
	color: #333;
	font-family: 微软雅黑;
	font-size: 14px;
	outline: none;
	padding: 0 8px;
	text-indent: 0;
	text-overflow: ellipsis;
	transition: all .2s;
	width: 24px;
	height: 32px;
	text-align: center;
}
.help-item-pages > ul > li.pages-jump > input:focus{
	border: 1px solid #4c6aff;
}
.help-item-pages > ul > li.nolink a{
	cursor: not-allowed;
}
.help-item-pages > ul > li.current a{
	color: #4c6aff;
}
.pages-btn button{
	background-color: transparent;
	border: 1px solid #e3e2e8;
	border-radius: 2px;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 0;
	outline: 0;
	padding: 0 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.pages-btn button:hover{
	border-color: #4c6aff;
	background-color: #4c6aff;
	color: #ffffff;
}

.help-r-title{
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.help-r-title h2{
	padding: 0 5px;
    font-weight: 500;
    font-size: 18px;
}

.help-r-list{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
}
.help-r-item{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 1.5%;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
	border-radius: 6px;
	background-color: #fff;
}
.help-r-item:nth-child(3n){
	margin-right: 0;
}
.help-r-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.help-r-img{
	height: 130px;
	overflow: hidden;
}
.help-r-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
@media screen and (min-width: 1200px){
	.help-r-item:hover{
		box-shadow: 0 10px 32px rgb(0 0 0 / 15%);
	}
	.help-r-item:hover .help-r-img img{
		transform: scale(1.1);
	}
}
.help-r-item-header{
	margin-top: 20px;
}
.help-r-item-header h3{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-word;
	max-height: none;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
.help-r-item:hover .help-r-item-header h3{
	color: rgba(76, 106, 255, 1);
}

.help-r-item-line{
	margin-top: 20px;
}
.help-r-item-group{
	display: inline-block;
	line-height: 1;
	margin-top: -12px;
	width: calc(100% - 40px);
}
.help-r-item-group a{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #999;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-right: 15px;
	margin-top: 12px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
	word-break: keep-all;
	z-index: 2;
}

.help-r-item-link{
	display: block;
	float: right;
	height: 28px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 40px;
}
.help-r-item-link:before{
	background: url(../images/vbg01.png?v=202201101420) -23px -324px;
	content: "";
	display: inline-block;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .36s ease;
	width: 30px;
}
.help-r-item-link:after {
	background: url(../images/vbg01.png?v=202201101420) -23px -324px;
	content: "";
	display: inline-block;
	height: 28px;
	left: -30px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .36s ease;
	width: 30px;
}
.help-r-item-arrow{
	display: none;
}
.help-r-item:hover .help-r-item-arrow{
	-webkit-animation: newsListArrow .36s ease;
	animation: newsListArrow .36s ease;
}
.help-r-item:hover .help-r-item-link:before{
	left: 30px;
	opacity: 0;
}
.help-r-item:hover .help-r-item-link:after{
	left: 0;
	opacity: 1;
}

.help-detail-title h1{
	font-size: 22px;
	font-weight: 400;
	color: #333;
	line-height: 1.3;
}
.help-deatil-content {
	border-top: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-top: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}
.help-deatil-content *{
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}
.help-deatil-content p{
	font-size: 14px;
	line-height: 1.8;
	color: #666666;
}
.help-deatil-content table{
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}
.help-deatil-content table td{
	padding: 2px 5px;
}
.help-deatil-content img{
	margin-top: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 960px){
	.help-item{
		width: 100%;
		height: auto;
	}
	.help-item-pages > ul > li{
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 768px){
	.help-content{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.help-left{
		width: 100%;
	}
	.help-title{
		display: none;
	}
	.help-nav > ul > li{
		padding-left: 10px;
		padding-right: 10px;
		padding: 0;
	}
	.help-nav > ul > li:first-child > ul{
		display: block;
	}
	.help-nav > ul > li > a{
		padding: 10px 0 10px 15px;
	}
	.help-nav > ul > li > a:before{
		display: none;
	}
	.help-nav > ul > li.help-nav-arrow > a:after{
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #333333;
		border-right: 1px solid #333333;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
		position: absolute;
		right: 14px;
		top: 14px;
		transition: all 0.3s; 
		transform: rotate(45deg);
	}
	.help-nav > ul > li.help-nav-arrow.active > a:after{
		transform: rotate(-45deg);
	}
	.help-nav > ul > li > ul{
		display: none!important;
	}
	.help-nav > ul > li.help-nav-arrow.active > ul{
		display: block!important;
	}
	.help-nav > ul > li > ul > li{
		border-top: 1px solid #e5e5e5;
	}
	.help-nav > ul > li > ul > li > a{
		font-size: 15px;
		color: #4b4b4b;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
	}
	.help-right{
		width: 100%;
	}
	.pages-count{
		display: none;
	}
	.pages-jump{
		display: none;
	}
	.pages-btn{
		display: none;
	}
	.help-r-list{
		justify-content: space-between;
	}
	.help-r-item{
		width: 49%;
		margin-right: 0;
	}
	.help-r-item:nth-child(3n){
		margin-right: 0;
	}
	.help-r-item-group{
		width: 100%;
	}
	.help-r-item-link{
		display: none;
	}
	.help-detail-title h1{
		line-height: 1.5;
	}
	.help-deatil-content{
		border-top: 0;
	}
}