/* 顶部 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: 56px;
	color: #FFFFFF;
}

/* 顶部 end ------------------------------------------- */



/* 教程  start -------------------------- */
.help-conter{
	margin-top: 43px;
}
.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: center;
}
.help-da .time{
	padding: 21px 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;
	}
}
