/* 盖掉旧 style.css 过大/过小页头 */
.header-inner { height: auto !important; min-height: 0 !important; padding: 8px 0 !important; }
a.logo img { max-height: 64px !important; height: auto !important; width: auto !important; }
@media (min-width: 1440px) {
  a.logo img { max-height: 72px !important; }
}
