.voice_bg {background: #ff4b4b;}
.apply_box .voice_logo {
	width: 4.62rem;
	height: 4.46rem;
	margin-bottom: .55rem;
}

.channel_box {
	padding: .8rem .3rem .6rem;
}
.channel_list {
	padding-top: .3rem;
}
.channel_item {
	width: 100%;
	margin-top: .5rem;
}
.channel_item .channel_bg {
	width: 100%;
	height: 2.57rem;
	background: #ff9b9b;
	position: relative;
	text-align: center;
}
.channel_bg img {
	width: 1.55rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.channel_bg .channel_img_3 {
	width: 1.32rem;
}
.channel_txt_box {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fafafa;
}
.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;
}