.feed-setting-container{
    .have-border{
        border-bottom: 2px solid #dedede;
    }
    .box-wrap{
        margin-bottom: 10px;
    }
    .channel-setting-item-icon{
        font-size: 12px;
        transform:scale(0.5) rotate(0deg);
        -ms-transform:scale(0.5) rotate(0deg); 	/* IE 9 */
        -moz-transform:scale(0.5) rotate(0deg); 	/* Firefox */
        -webkit-transform:scale(0.5) rotate(0deg); /* Safari 和 Chrome */
        -o-transform:scale(0.5) rotate(0deg); 	/* Opera */
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: inherit;
        cursor: pointer;
    }
    .not-open{
        font-size: 12px;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: inherit;
        cursor: pointer;
        transform:scale(0.5) rotate(90deg);
        -ms-transform:scale(0.5) rotate(90deg); 	/* IE 9 */
        -moz-transform:scale(0.5) rotate(90deg); 	/* Firefox */
        -webkit-transform:scale(0.5) rotate(90deg); /* Safari 和 Chrome */
        -o-transform:scale(0.5) rotate(90deg); 	/* Opera */
    }
    .channel-box-wrap{
        height: 400px;
        overflow: auto;

    }
    // .channel-line-bottom{
    //     background-color: #e6e6e6;
    //     height: 2px;
    // }
}