/* 全局圆角 */
.md-tabs__link,
.md-nav__link,
.md-search__input,
.md-footer,
.md-typeset .md-button,
.md-typeset .md-tag {
  border-radius: 8px !important;
}
.md-header {
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.md-tabs {
  border-radius: 0 0 12px 12px;
}
/* 侧边栏 */
.md-nav__item {
  border-radius: 8px;
}
/* 搜索框 */
.md-search__form {
  border-radius: 10px !important;
  background: #f5f5f5 !important;
  border: 1px solid #e0e0e0 !important;
}
