_tableView.sectionIndexBackgroundColor = [UIColor clearColor];
    _tableView.sectionIndexColor = kRedColor;
05-11 17:14