.appointment_bg { background: #7e7bff; }
.apply_box .appointment_logo {
	width: 4.86rem;
	height: 3.82rem;
	margin-top: .34rem;
	margin-bottom: 1.1rem;
}
.appointment_list img {
	width: 100%;
	height: 2.57rem;
}

/*应用*/
.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;
}