/* 社交媒体图标本地化样式 */

/* 微信图标 */
.fa-weixin::before {
    content: "\f1d7";
}

/* 抖音图标 */
.fa-tiktok::before {
    content: "\e07b";
}

/* QQ图标 */
.fa-qq::before {
    content: "\f1d6";
}

/* 知乎图标 */
.fa-zhihu::before {
    content: "\e07f";
}

/* Facebook图标 */
.fa-facebook-f::before {
    content: "\f39e";
}

/* Instagram图标 */
.fa-instagram::before {
    content: "\f16d";
}

/* Twitter图标 */
.fa-twitter::before {
    content: "\f099";
}

/* LinkedIn图标 */
.fa-linkedin-in::before {
    content: "\f0e1";
}

/* YouTube图标 */
.fa-youtube::before {
    content: "\f167";
}

/* 邮箱图标 */
.fa-envelope::before {
    content: "\f0e0";
}

/* 地图标记图标 */
.fa-map-marker-alt::before {
    content: "\f3c5";
}

/* 电话图标 */
.fa-phone::before {
    content: "\f095";
}

/* 时钟图标 */
.fa-clock::before {
    content: "\f017";
}

/* 扩音器图标 */
.fa-bullhorn::before {
    content: "\f0a1";
}

/* 视频图标 */
.fa-video::before {
    content: "\f03d";
}

/* 图表图标 */
.fa-chart-bar::before {
    content: "\f080";
}

/* 手机图标 */
.fa-mobile-alt::before {
    content: "\f3cd";
}

/* 调色板图标 */
.fa-palette::before {
    content: "\f53f";
}

/* 地球图标 */
.fa-globe::before {
    content: "\f0ac";
}