.form_bg {background: #3cafff;}
.apply_box .form_logo {
    width: 4.96rem;
    height: 4.28rem;
    margin-top: .3rem;
    margin-bottom: .8rem;
}

.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_item .form_bg_1 { background: #d8e4fc; }
.channel_item .form_bg_2 { background: #c9f2d9; }
.channel_item .form_bg_3 { background: #f6e0cc; }

.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%);
}
.form_bg_1 img,
.form_bg_3 img {
    width: .92rem;
    height: .92rem;
}
.form_bg_2 img {
    width: .85rem;
    height: .85rem;
}
.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;
}


.features_item img {
    width: 1.74rem;
    height: 1.74rem;
    margin-top: .5rem;
    margin-bottom: 0;
}
.features_item span:last-child {
    text-align: center;
}
