/* 仅顶部导航条单独变浅15%，Header/内容区完全不变 */
.md-header { background-color: #0a0a0a !important; } /* Header保持纯黑 */
.md-tabs { background-color: #191919 !important; }  /* 导航条浅15% */

/* 顶部导航条 向下移动 18px */
.md-tabs {
  transform: translateY(18px) !important;
}

/* 搜索框背景透明 */
.md-search__form {
  background-color: transparent !important;
}
