.integral_bg { background: #05cadc; }
.apply_box .integral_logo {
	width: 4.7rem;
	height: 4.74rem;
	margin-bottom: .5rem;
}

.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: #a2c0fc;
	position: relative;
	text-align: center;
}
.channel_item .integral_item_1 { background: #a2c0fc; }
.channel_item .integral_item_2 { background: #fca2bb; }
.channel_item .integral_item_3 { background: #70e3a6; }

.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%);
}
.integral_item_1 img {
	width: 1.11rem;
	height: .92rem;
}

.integral_item_2 img {
	width: .98rem;
	height: .91rem;
}

.integral_item_3 img {
	width: .71rem;
	height: .91rem;
}
.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;
}