.bag_bg { background: #a452d9; }
.apply_box .bag_logo {
	width: 5.02rem;
	height: 4.25rem;
	margin-top: .7rem;
	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.2rem;
	height: 1.2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.features_item span:last-child {
	text-align: center;
}