.promoter_bg {background: #3e98fc;}
.apply_box .promoter_logo {
	width: 4.48rem;
	margin-bottom: 1.18rem;
}
.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: #a2cdfc;
	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;
}

.tg_process_box {
	padding: .8rem;
}
.tg_process_item {
	display: -webkit-flex;
	display: flex;
	/*align-items: center;*/
	justify-content: space-around;
	margin-top: .6rem;
}
.tg_process_item .process_lf,
.tg_process_item .process_rt {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tg_process_item > img {
	width: .42rem;
	height: .3rem;
	margin-top: .45rem;
}
.process_lf img,
.process_rt img {
	width: 1.2rem;
	height: 1.2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}
.tg_process_item h2 {
	font-size: .24rem;
	color: #333;
	margin-top: .3rem;
	margin-bottom: 0;
}