/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "Alivfthin";
    /*src: url("//at.alicdn.com/wf/webfont/M3wqurRmLeay/hGtWN3wx20VM.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/M3wqurRmLeay/lpUsytOeWgeT.woff") format("woff");*/
    src: url("../fonts/volgarieregular-gwd3e.ttf") format("truetype");
    font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "AliVFThin2";
    /*src: url("//at.alicdn.com/wf/webfont/M3wqurRmLeay/q9YSRNabnGYt.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/M3wqurRmLeay/TRbFJZzRF1F0.woff") format("woff");*/
    src: url("../fonts/AliVFThin2.ttf") format("truetype"),
         url("../fonts/AliVFThin2.woff2") format("woff2"),
         url("../fonts/AliVFThin2.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "CamarineDrawn";
    src: url("../fonts/CamarineDrawn-Regular.ttf") format("truetype"),
         url("../fonts/CamarineDrawn-Regular.woff2") format("woff2"),
         url("../fonts/CamarineDrawn-Regular.woff") format("woff"),
         url("../fonts/CamarineDrawn-Regular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Miches";
    src: url("../fonts/miches.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Vollkorn2";
    src: url("../fonts/vollkorn2.ttf") format("truetype");
    font-display: swap;
}


body {
    /* 字体 */
    /*font-family: -apple-system, 'Hind Madurai', 'Alivfthin', BlinkMacSystemFont, 'Microsoft YaHei', serif, sans-serif;*/
}

/* 在屏幕宽度大于768像素时应用以下样式 */
@media screen and (min-width: 980px) {
    body, html:not(.popup) .page-title, .product-grid .product-thumb .name a, .main-menu>.j-menu>li>a {
        /* PC端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Vollkorn2', serif !important;*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Hind Madurai', 'Helvetica Neue', BlinkMacSystemFont, 'Miches', 'CamarineDrawn', 'AliVFThin2', Helvetica, Arial, serif !important;*/
    }

    .title, .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
        /* PC端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Vollkorn2', serif !important;*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Hind Madurai', 'Helvetica Neue', BlinkMacSystemFont, 'Miches', 'CamarineDrawn', 'AliVFThin2', Helvetica, Arial, serif !important;*/
    }

    [class|='banner-caption'] span {
        /* PC端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Vollkorn2', serif !important;*/
        /*font-family: -apple-system-body, 'Vollkorn', 'Hind Madurai', 'Helvetica Neue', BlinkMacSystemFont, 'Miches', 'CamarineDrawn', 'AliVFThin2', Helvetica, Arial, serif !important;*/
    }
}



@media screen and (max-width: 768px) {
    body, html:not(.popup) .page-title, .product-grid .product-thumb .name a, .main-menu>.j-menu>li>a {
        /* 移动端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', BlinkMacSystemFont, serif !important;*/
    }

    .title, .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
        /* 移动端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', BlinkMacSystemFont, serif !important;*/
    }

    [class|='banner-caption'] span {
        /* 移动端字体 Helvetica*/
        /*font-family: -apple-system-body, 'Vollkorn', BlinkMacSystemFont, serif !important;*/
    }
}