/*!
 * Font Awesome 4.7.0 - http://fontawesome.io
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 以下是网站中使用的所有Font Awesome图标定义 */
/* 基础图标 */
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-bars:before { content: "\f0c9"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-shield:before { content: "\f132"; }
.fa-bar-chart:before { content: "\f080"; }
.fa-check-circle:before { content: "\f058"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-refresh:before { content: "\f021"; }
.fa-money:before { content: "\f0d6"; }
.fa-history:before { content: "\f1da"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-up:before { content: "\f062"; }

/* 报告相关图标 */
.fa-balance-scale:before { content: "\f24e"; } /* 涉诉风险 */
.fa-exclamation-circle:before { content: "\f06a"; } /* 警告提示 */
.fa-search:before { content: "\f002"; } /* 查询记录 */
.fa-lightbulb-o:before { content: "\f0eb"; } /* 信用建议 */
.fa-angle-right:before { content: "\f105"; } /* 角度右 */

/* 功能相关图标 */
.fa-database:before { content: "\f1c0"; } /* 全面数据源 */
.fa-bolt:before { content: "\f0e7"; } /* 实时查询 */
.fa-lock:before { content: "\f023"; } /* 安全加密 */

/* 状态图标 */
.fa-times:before { content: "\f00d"; } /* 关闭/错误 */
.fa-info-circle:before { content: "\f05a"; } /* 信息提示 */
.fa-arrow-right:before { content: "\f061"; } /* 箭头右 */

/* 社交图标 */
.fa-weibo:before { content: "\f18a"; } /* 微博 */
.fa-wechat:before { content: "\f1d7"; } /* 微信 */
.fa-qq:before { content: "\f1d6"; } /* QQ */