.wechat_process_sj,.wechat_process_manage_sj,.wechat_process_doc_sj{
	display: none;
}
.wechat_process{
	width: 1324px;
	margin: 0 auto;
	color: #333;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.wechat_process_bj{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wechat_process_bj img{
	min-width:1920px;
}
.wechat_process_main{
	width: 1324px;
}
.wechat_process_main_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.wechat_process_main_title span {
	font-size: 30px;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}
.wechat_process_main_title p {
	font-size: 16px;
	color: #333;
}
.wechat_process_main_content{
	width: 1324px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding-top: 20px;
}


.wechat_process_manage{
	width: 1200px;
	color: #000;
	margin: 0 auto;
	
}
.wechat_process_manage_main{
	width: 1200px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.wechat_process_manage_main_title{
	height: 177px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.wechat_process_manage_main_title span{
	font-size: 30px;
	margin-bottom: 10px;
}
.wechat_process_manage_main_title p{
	font-size: 16px;
}
.wechat_process_manage_main_content{
	width: 1220px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}

.wechat_process_doc{
	width: 1200px;
	color: #000;
	margin: 0 auto;
}
.wechat_process_doc_main{
	width: 1200px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.wechat_process_doc_main_title{
	height: 160px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.wechat_process_doc_main_title span{
	font-size: 30px;
	margin-bottom: 10px;
}
.wechat_process_doc_main_title p{
	font-size: 16px;
}


@media screen and ( max-width:750px ) {
	.wechat_process,.wechat_process_manage,.wechat_process_doc{
		display: none;
	}
	/***********开发流程***********/
	.wechat_process_sj{
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		background-color: #F6F6F6;
	}
	.wechat_process_bj{
		width: 100%;
	}
	.wechat_process_bj img{
		min-width:100%;
	}
	.wechat_process_main{
		width: 100%;
	}
	.wechat_process_main_title{
		width: 100%;
		height: 45px;
	}
	.wechat_process_main_title span {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.wechat_process_main_title p {
		display: none;
	}
	.wechat_process_main_content{
		width: 100%;
		padding: 10px 0;
	}
	.wechat_process_main_content img{
		width: calc(100% - 20px);
	}
	
	
	/***********流程管理***********/
	.wechat_process_manage_sj{
		width: 100%;
		color: #000;
		margin: 0 auto;
		display: block;
	}
	.wechat_process_manage_main{
		width: 100%;
	}
	.wechat_process_manage_main_title{
		height: 45px;
		
	}
	.wechat_process_manage_main_title span{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
		color: #333;
	}
	.wechat_process_manage_main_title p{
		display: none;
	}
	.wechat_process_manage_main_content{
		width: 100%;
		flex-flow: column;
		margin-top: 10px;
	}
	.wechat_process_manage_main_content img{
		width: 88%;
		margin-bottom: 10px;
	}
	
	
	/***********开发文档***********/
	.wechat_process_doc_sj{
		width: 100%;
		color: #000;
		margin: 0 auto;
		display: block;
	}
	.wechat_process_doc_main{
		width: 100%;
	}
	.wechat_process_doc_main_title{
		height: 45px;
		margin-top: 5px;
	}
	.wechat_process_doc_main_title span{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
		color: #333;
	}
	.wechat_process_doc_main_title p{
		display: none;
	}
	.wechat_process_doc_main_content{
		padding: 10px 0;
	}
}




