/* =========================================================
   GP4900 顶部最终字重版
   导航：深蓝实心，无白边
   .com：红色实心，无白边
   字重略加粗，但不超过 GP4900 主体
   ========================================================= */

/* .com：红色实心，使用同色极细描边增加一点厚度 */
html body .site-top-nav .gp4900-dotcom-like-149-v20260703,
html body .site-top-nav .gp4900-dot-char-v20260703,
html body .site-top-nav .gp4900-com-char-v20260703{
    color:#ed1111!important;
    -webkit-text-fill-color:#ed1111!important;

    /* 同色描边，不是白边，只用于略微加粗 */
    -webkit-text-stroke:.22px #ed1111!important;

    font-family:Arial,"Helvetica Neue","Microsoft YaHei",sans-serif!important;
    font-weight:900!important;

    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
}

/* 导航：深蓝实心，无白边 */
html body .site-top-nav .gp4900-com-c-v20260703
.gp4900-nav-char-like-149-v20260703,

html body .site-top-nav .gp4900-com-m-v20260703
.gp4900-nav-char-like-149-v20260703{
    color:#003b9c!important;
    -webkit-text-fill-color:#003b9c!important;

    /* 同色极细描边，只增加一点厚度，不会出现白框 */
    -webkit-text-stroke:.22px #003b9c!important;

    font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif!important;
    font-weight:900!important;

    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
    visibility:visible!important;

    -webkit-font-smoothing:auto!important;
    text-rendering:auto!important;
}

/* 手机版进一步避免缩放后出现轮廓感 */
@media(max-width:599px){

    html body .site-top-nav .gp4900-dotcom-like-149-v20260703,
    html body .site-top-nav .gp4900-dot-char-v20260703,
    html body .site-top-nav .gp4900-com-char-v20260703{
        -webkit-text-stroke:.18px #ed1111!important;
    }

    html body .site-top-nav .gp4900-com-c-v20260703
    .gp4900-nav-char-like-149-v20260703,

    html body .site-top-nav .gp4900-com-m-v20260703
    .gp4900-nav-char-like-149-v20260703{
        -webkit-text-stroke:.18px #003b9c!important;
    }
}
