.article_yellow_bg {
	background: #fffef7;
}

.article {
	width: 100%;
}

.download_app {
	background: url(https://cdn-h.gongfudou.com/Leviathan/backend/home/images/family_print_download_bg_zhihui.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 416px;
	overflow: hidden;
}

.content_section {
	width: 1175px;
	text-align: center;
	/* padding: 5rem 0rem 9rem; */
	padding: 60px 0 10px;
	margin: 0 auto;
}

a.download_app {
	display: block;
	font-family: 'SourceHanSansCN-Medium';
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	background: #febd15;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 5px;
	position: absolute;
	top: 5px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.download-block {
	display: flex;
	justify-content: space-around;
}

.download-cont {
	display: flex;
	justify-content: space-between;
	/* width:30%; */
}

.download_app_cont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
	font-weight: bold;
	width: 300px;
}

.download_app_cont .img {
	width: 120px;
	height: 120px;
	margin: 30px 0 10px;
	border-radius: 5px;
}

.download_app_cont .download-button {
	width: 130px;
	height: 34.2px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.download-desc {
	color: #724c17;
	font-size: 14px;
}

.download-desc text {
	font-size: 10px;
}

.border-attr {
	border-left: 1px solid #000;
	display: block;
	content: '';
	width: 2px;
	height: 90px;
	margin-top: 70px;
}

.content_section,
.content_section img {
	margin: 0 auto;
}

.download-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .download-title img {
	display: inline;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 0;
} */