.wallet_bg { background: #ff5a46; }
.apply_box .wallet_logo {
	width: .5.71rem;
	height: 3.55rem;
	margin-top: .8rem;
	margin-bottom: .9rem;
}

.channel_box {
	padding: .8rem .3rem .6rem;
}
.channel_list {
	padding-top: .3rem;
}
.channel_item {
	width: 100%;
	margin-top: .5rem;
}
.channel_item .channel_bg {
	position: relative;
	width: 100%;
	height: 2.88rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	background: #ff9b9b;
	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_item:nth-child(1) img {
	width: 1.08rem;
	height: 1.08rem;
}
.channel_item:nth-child(2) img {
	width: .98rem;
	height: 1.08rem;
}
.channel_item:nth-child(3) img {
	width: 1rem;
	height: .96rem;
}
.channel_txt_box {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: transparent;
	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;
}