/* =========================================================
   GP4900 顶部文字比例：按 149.com 参考图
   GP4900 主体不动
   .com 缩小
   导航跟随缩小，导对 c，航对 m
   ========================================================= */

/* .com 缩小为 GP4900 主体的约 46% */
html body .site-top-nav .gp4900-dotcom-like-149-v20260703{
    font-size:.46em!important;
    margin-left:1px!important;
    line-height:.84!important;
    -webkit-text-stroke:.95px #ffffff!important;
}

/* . c o m 细一点，避免字太肥太大 */
html body .site-top-nav .gp4900-dot-char-v20260703,
html body .site-top-nav .gp4900-com-char-v20260703{
    -webkit-text-stroke:.95px #ffffff!important;
}

/*
  导、航继续分别在 c / m 正上方。
  中文视觉面积比英文大，因此设为 .com 的 88%，
  效果会接近图二，而不是看起来比 .com 大一圈。
*/
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{
    left:0!important;
    bottom:calc(100% + 0px)!important;
    width:100%!important;

    transform:none!important;
    text-align:center!important;

    color:#145db4!important;
    -webkit-text-fill-color:#145db4!important;
    -webkit-text-stroke:.65px #ffffff!important;

    font-family:"STKaiti","KaiTi","Microsoft YaHei",sans-serif!important;
    font-size:.88em!important;
    font-weight:1000!important;
    line-height:1!important;
    letter-spacing:0!important;

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

/* 手机端白边再细一点，防止缩放后发虚 */
@media(max-width:390px){
    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:.75px #ffffff!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:.55px #ffffff!important;
    }
}
