/* Font Awesome 6.4.0 */
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css'); */

/* 自定义图标类，映射到Font Awesome图标 */
.iconfont {
  display: inline-block;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 汉堡菜单图标 */
.icon-hamburger::before {
  content: '\f0c9';
}

/* 公司图标 */
.icon-company::before {
  content: '\f1ad';
}

/* 团队图标 */
.icon-team::before {
  content: '\f0c0';
}

/* 客户图标 */
.icon-client::before {
  content: '\f007';
}

/* 专利图标 */
.icon-patent::before {
  content: '\f55f';
}

/* 大数据图标 */
.icon-bigdata::before {
  content: '\f080';
}

/* 右箭头图标 */
.icon-arrow-right::before {
  content: '\f061';
}

/* AI图标 */
.icon-ai::before {
  content: '\f1b3';
}

/* 云图标 */
.icon-cloud::before {
  content: '\f0c2';
}

/* 定制图标 */
.icon-custom::before {
  content: '\f576';
}

/* 咨询图标 */
.icon-consult::before {
  content: '\f5ad';
}

/* 运营图标 */
.icon-operation::before {
  content: '\f085';
}

/* 地址图标 */
.icon-address::before {
  content: '\f3c5';
}

/* 电话图标 */
.icon-phone::before {
  content: '\f095';
}

/* 邮件图标 */
.icon-email::before {
  content: '\f0e0';
}

/* 时间图标 */
.icon-time::before {
  content: '\f017';
}

/* 微信图标 */
.icon-weixin::before {
  content: '\f1d7';
}

/* 微博图标 */
.icon-weibo::before {
  content: '\f18a';
}

/* LinkedIn图标 */
.icon-linkedin::before {
  content: '\f08c';
}

/* GitHub图标 */
.icon-github::before {
  content: '\f09b';
}

/* 向上箭头图标 */
.icon-arrow-up::before {
  content: '\f062';
}

/* 关闭图标 */
.icon-close::before {
  content: '\f00d';
}