a.toolbar-btn:visited {
    color: #ffffff;
}


.wy-nav-content .wy-breadcrumbs-aside {
	display: none;
}

/* JS 加载后隐藏 ::before 伪元素，改用真实 DOM 元素 */
.wy-body-for-nav.custom-header-loaded::before {
    display: none;
}

/* header 容器 - 占满整个顶部栏 */
.custom-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 999;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    width: 100%;
    box-shadow: 0px 3px 4px #02020259;
    font-family: "PingFang SC", "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "Helvetica Neue", "Source Han Sans CN", "sans-serif", "Hiragino Sans GB";
}

/* header 内的可点击标题链接 */
.custom-header-link {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.custom-header-link:hover {
    color: #bb8e4d;
    text-decoration: none;
}

.custom-header a:visited {
    color: #fff;
}
