﻿/*@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"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}*/

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype');
}

.gb-badge-percent::before {
    content: "\f54d"; /* badge-percent图标的Unicode */
    color: #1fc7f5; /* 自定义颜色 */
}

.gb::before {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
}

.gb-alipay::before {
    content: "\f642";
    color: #1fc7f5;
}

.gb-tiktok::before {
    content: "\e07b";
    color: #dbd8d8;
}

.gb-amazon-pay::before {
    content: "\f42d";
    color: #f6a14f;
}

/* 更具体的选择器 */
/*.layui-layer-content:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f642";*/
    /*content: "\f110";*/ /* Font Awesome spinner 图标 */

    /*font-weight: 900;*/ /* 使用solid风格的图标 */
    /*font-size: 48px;
    color: #fff;*/ /* 图标颜色 */
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 0;*/ /* 确保图标在背景上，但在加载的内容之下 */
/*}*/