.house_bg { background: #f15d45; }
.apply_box .house_logo {
	width: 4.87rem;
	height: 3.91rem;
	margin-top: .58rem;
	margin-bottom: .5rem;
}

.channel_box {
	padding: .8rem .3rem .6rem;
}
.channel_list {
	padding-top: .3rem;
}
.channel_item {
	width: 100%;
	margin-top: .5rem;
}
.channel_item img {
	width: 100%;
	height: 2.57rem;
}
.channel_txt_box {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fafafa;
	padding: 0 .3rem;
}
.channel_txt_box h2 {
	font-size: .3rem;
	color: #333;
	margin-top: .4rem;
	margin-bottom: .2rem;
}
.channel_txt_box span {
	font-size: .24rem;
	color: #999;
	line-height: .4rem;
	margin-bottom: .45rem;
	text-align: center;
}

.features_item img {
	width: 1.74rem;
	height: 1.74rem;
	margin-top: .5rem;
	margin-bottom: 0;
}
.features_item span:last-child {
	text-align: center;
}