/* Wap端 Font Awesome 4.7 自定义别名映射（不改HTML，仅补充不规范类名的图标内容） */

/* 我的 -> user */
.fa-my:before { content: "\f007"; }

/* 更多 -> ellipsis-h */
.fa-more:before { content: "\f141"; }

/* 附近/定位 -> map-marker */
.fa-location:before { content: "\f041"; }

/* 关闭/加减（多页面出现） */
.fa-close:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }


