.logo img
{
    width: 200px;
}


    .logo-text {
       font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #0057FF;
  text-shadow: none;                /* 移除阴影，消除模糊根源 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
    }