/* 顶部 start -------------------------------------------  */
.cs-header{
	background-image: url('../images/header-bg-2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 315px;
}


.hp-top-coneter{
	display: flex;
	justify-content: center;
	padding-top: 181px;
	font-family: YouSheBiaoTiHei;
	font-size: var(--font-size-56);
	color: #FFFFFF;
}
 
/* 顶部 end ------------------------------------------- */



/* 教程  start -------------------------- */
.help-conter{
	margin-top: 43px;
}
.help-wt{
	margin-top: 32px;
	background: #F4F7FA;
	border-radius: 16px;
	border: 1px solid #E9EDF4;
}
.help-wt:first-child{
	margin-top: 0;
}
.help-wt .help-wt-title{
	display: flex;
	align-items: center;
	padding: 17px 15px;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #121E44;
	border-bottom: 1px dashed #DFDFDF;
}
.help-wt .help-wt-title img{
	margin-right: 12px;
	width: 14px;
	height: 17px;
}
.help-wt .help-wt-main{
	margin-bottom: 28px;
	max-height: 300px;
	overflow: auto;
}
.help-wt .help-wt-main p{
	margin-top: 20px;
	padding: 0 20px;
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: 14px;
	color: #252525;
	cursor: pointer;
	line-height: 18px;
}
.help-wt .help-wt-main .active{
	color: #529dfe;
}
.help-da{
	padding: 40px;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #E9EDF4;
}
.help-da .title{
	font-family: 'SourceHanSansCN-Medium';
	font-weight: 500;
	font-size: 22px;
	color: #252525;
	text-align: left;
}
.help-da .time{
	padding: 21px 0 15px 0;
	font-family: 'SourceHanSansCN-Light';
	font-weight: 300;
	font-size: 16px;
	color: #838383;
	text-align: right;
}
/* 教程  end -------------------------- */



@media (max-width: 992px){
	.hp-top-coneter{
		padding-top: 146px;
	}
	.help-da{
		margin-top: 32px;
	}
}

@media (max-width: 768px){
	.hp-top-coneter{
		font-size: 38px;
	}
}


