.member_bg { background: #c8a565; }
.apply_box .member_logo {
    width: 5.63rem;
    height: 3.69rem;
    margin-bottom: .5rem;
}
.member_content_1 {
    padding: .8rem .3rem;
}
.hy_cont_1_item .channel_img_1 {
    width: 100%;
    height: 3.14rem;
    margin-top: .8rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0 0.02rem .2rem rgba(177, 140, 77, .4);
    -moz-box-shadow: 0 0.02rem .2rem rgba(177, 140, 77, .4);
    box-shadow: 0 0.02rem .2rem rgba(177, 140, 77, .4);
}
.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;
}
.hy_cont_1_item .channel_txt_box {
    background: none;
}
.hy_cont_1_item .channel_txt_box span {
    margin-bottom: 0;
}

.member_cont_2_item {
    margin-top: .7rem;
    padding: 0 .5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.member_cont_2_item img {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .3rem;
}
.member_cont_2_item h2 {
    margin-top: 0;
    margin-bottom: .15rem;
}
.member_cont_2_item p {
    margin: 0;
}


.features_list .features_item span:last-child {
    text-align: center;
}
