/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-credit-card:before {
    content: "\f09d ";
}

/* ===== 品牌图标 ===== */
.fab.fa-youtube:before { content: "\f167"; }
.fab.fa-tiktok:before { content: "\e07b"; }
.fab.fa-weixin:before { content: "\f1d7"; }
.fab.fa-whatsapp:before { content: "\f232"; }

/* 支付图标 */
.fab.fa-cc-visa:before { content: "\f1f0"; }
.fab.fa-cc-mastercard:before { content: "\f1f1"; }
.fab.fa-cc-amex:before { content: "\f1f3"; }
.fab.fa-cc-paypal:before { content: "\f1f4"; }

/* ===== 实心图标 ===== */
/* 基础图标 */
.fas.fa-search:before { content: "\f002"; }
.fas.fa-bars:before { content: "\f0c9"; }
.fas.fa-times:before { content: "\f00d"; }
.fas.fa-chevron-down:before { content: "\f078"; }
.fas.fa-chevron-left:before { content: "\f053"; }
.fas.fa-chevron-right:before { content: "\f054"; }
.fas.fa-arrow-up:before { content: "\f062"; }
.fas.fa-arrow-right:before { content: "\f061"; }

/* 通讯图标 */
.fas.fa-envelope:before { content: "\f0e0"; }
.fas.fa-comment-dots:before { content: "\f4ad"; }
.fas.fa-paper-plane:before { content: "\f1d8"; }
.fas.fa-phone-alt:before { content: "\f879"; }
.fas.fa-map-marker-alt:before { content: "\f3c5"; }
.fas.fa-clock:before { content: "\f017"; }

/* 业务图标 */
.fas.fa-business-time:before { content: "\f64a"; }
.fas.fa-question-circle:before { content: "\f059"; }
.fas.fa-language:before { content: "\f1ab"; }
.fas.fa-globe:before { content: "\f0ac"; }
.fas.fa-share-alt:before { content: "\f1e0"; }

/* 用户图标 */
.fas.fa-user-circle:before { content: "\f2bd"; }

/* 产品相关图标 */
.fas.fa-check:before { content: "\f00c"; }
.fas.fa-feather-alt:before { content: "\f56b"; }
.fas.fa-mountain:before { content: "\f6fc"; }
.fas.fa-cog:before { content: "\f013"; }
.fas.fa-shield-alt:before { content: "\f3ed"; }
.fas.fa-weight-hanging:before { content: "\f5cd"; }
.fas.fa-layer-group:before { content: "\f5fd"; }
.fas.fa-expand-arrows-alt:before { content: "\f31e"; }
.fas.fa-bolt:before { content: "\f0e7"; }
.fas.fa-road:before { content: "\f018"; }
.fas.fa-bicycle:before { content: "\f206"; }

/* 技术图标 */
.fas.fa-flask:before { content: "\f0c3"; }
.fas.fa-paint-brush:before { content: "\f1fc"; }
.fas.fa-ruler:before { content: "\f545"; }

/* 运输/物流图标 */
.fas.fa-truck:before { content: "\f0d1"; }
.fas.fa-undo-alt:before { content: "\f2ea"; }
.fas.fa-tachometer-alt:before { content: "\f3fd"; }

/* 星星图标 */
.fas.fa-star:before { content: "\f005"; }
.fas.fa-star-half-alt:before { content: "\f5c0"; }
.fas.fa-star-half:before { content: "\f089"; }

/* 银行图标 */
.fas.fa-university:before { content: "\f19c"; }

/* ===== 旋转动画 ===== */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 固定宽度 */
.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* ===== 额外补充图标 ===== */
.fas.fa-chart-simple:before {
    content: "\f473";
}

.fas.fa-chart-bar:before {
    content: "\f080";
}

.fas.fa-chart-line:before {
    content: "\f201";
}

.fas.fa-chart-pie:before {
    content: "\f200";
}

.fas.fa-chart-area:before {
    content: "\f1fe";
}

/* ===== Join Us页面补充图标 ===== */
.fas.fa-check-circle:before { content: "\f058"; }
.fas.fa-headset:before { content: "\f590"; }
.fas.fa-cube:before { content: "\f1b2"; }
.fas.fa-shipping-fast:before { content: "\f48b"; }
.fas.fa-calendar-alt:before { content: "\f073"; }
/* ===== About页面补充图标 ===== */
.fas.fa-drafting-compass:before { content: "\f568"; }
.fas.fa-cubes:before { content: "\f1b3"; }
.fas.fa-industry:before { content: "\f275"; }
.fas.fa-paint-roller:before { content: "\f5aa"; }
.fas.fa-chart-line:before { content: "\f201"; }
.fas.fa-certificate:before { content: "\f0a3"; }
.fas.fa-globe-americas:before { content: "\f57d"; }
.fas.fa-chart-simple:before { content: "\f473"; }
.fas.fa-microchip:before { content: "\f2db"; }
.fas.fa-palette:before { content: "\f53f"; }
/* ===== 首页补充图标 ===== */
.fas.fa-check-circle:before { content: "\f058"; }
.fas.fa-microchip:before { content: "\f2db"; }
.fas.fa-headset:before { content: "\f590"; }
.fas.fa-play:before { content: "\f04b"; }
.fas.fa-truck-fast:before { content: "\f48b"; }
/* 指南页面需要的图标 */
.fas.fa-info-circle:before { content: "\f05a"; }
.fas.fa-mountain:before { content: "\f6fc"; }
.fas.fa-tachometer-alt:before { content: "\f3fd"; }
.fas.fa-battery-full:before { content: "\f240"; }
.fas.fa-star:before { content: "\f005"; }

/* ===== 首页补充图标 ===== */
.fas.fa-check-circle:before { content: "\f058"; }
.fas.fa-microchip:before { content: "\f2db"; }
.fas.fa-headset:before { content: "\f590"; }
.fas.fa-play:before { content: "\f04b"; }
.fas.fa-truck-fast:before { content: "\f48b"; }
.fas.fa-cogs:before { content: "\f085"; }        /* 齿轮图标 - 用于优势卡片 */
.fas.fa-motorcycle:before { content: "\f21c"; }  /* 摩托车图标 - 用于E-Bike相关产品 */

/* ===== 首页补充图标 ===== */
.fas.fa-check-circle:before { content: "\f058"; }
.fas.fa-microchip:before { content: "\f2db"; }
.fas.fa-headset:before { content: "\f590"; }
.fas.fa-play:before { content: "\f04b"; }
.fas.fa-truck-fast:before { content: "\f48b"; }
.fas.fa-cogs:before { content: "\f085"; }
.fas.fa-motorcycle:before { content: "\f21c"; }

/* ===== 产品分类页面补充图标 ===== */
.fas.fa-th-large:before { content: "\f009"; }      /* 全部产品 - 四宫格图标 */
.fas.fa-tag:before { content: "\f02b"; }           /* 默认分类 - 标签图标 */
.fas.fa-mountain:before { content: "\f6fc"; }      /* 山地/砾石 - 已存在但确认 */
.fas.fa-road:before { content: "\f018"; }          /* 公路 - 已存在但确认 */
.fas.fa-plus:before {
    content: "\f067";
}

/* 品牌图标类 */
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* 品牌图标字符定义 */
.fab.fa-facebook-f:before {
    content: "\f39e";
}

.fab.fa-twitter:before {
    content: "\f099";
}

.fab.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-user-circle:before {
    content: "\f2bd";
}

/* ===== 补充缺失图标 ===== */
.fas.fa-globe-europe:before {
    content: "\f57d";  /* Font Awesome 6 中地球欧洲的编码 */
}

.fas.fa-file-pdf:before {
    content: "\f1c1";  /* PDF文件图标 */
}

.fas.fa-handshake:before {
    content: "\f2b5";
}