body {
    font-family: 'pingfang SC','helvetica neue','arial','hiragino sans gb','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
    font-size: 14px;
    color: #333;
    background-color: #e5e5e5 !important;
}

.w-100 {
    width: 100%;
    background: #000;
    line-height: 62px;
}

/*nav {*/
/*    position: relative !important;*/
/*    max-width: 1200px !important;*/
/*    margin: 0 auto !important;*/
/*}*/
/*nav .nav-link {*/
/*    color: #fff !important;*/
/*}*/
/*a.navbar-brand {*/
/*    float: left;*/
/*}*/
/*.navbar-brand img {*/
/*    height: 30px;*/
/*    margin-top: 20px;*/
/*}*/
.app-nav li ul {
    min-width: 80px;
    text-align: center !important;
}
.app-nav img {
    width: 30px;
    position: absolute;
    left: 0;
}
main {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.sticky main {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.markdown-section {
    max-width: 95%;
}
.content {
    background-color: #fff;
    left: 315px;
    bottom: auto;
}

.sticky .sidebar {
    position: fixed !important;
    left: auto;
}

.close .sidebar {
    display: none;
}

.sidebar-toggle {
    left: auto;
    width: 40px;
    margin-left: 260px;
    top: 0;
    bottom: auto;
}
.close .sidebar-toggle {
    margin-left: 5px;
}
.markdown-section table {
    display: table;
}

.markdown-section output:after, .markdown-section pre:after {
    display: none;
}

/*footer {*/
/*    position: relative;*/
/*    background: #000;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-weight: 400;*/
/*    z-index: 1;*/
/*}*/
/*.footer {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 3rem 0;*/
/*}*/
/*.footer a{*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/
/*.footer span:last-child {*/
/*    margin-left: 1rem;*/
/*}*/
:root {
    /* Reduce the font size */
    --base-font-size: 14px; 
    
    /* Change the theme color hue (0-360) */
    /* --theme-hue: 325; */
    
    /* Add sidebar navigation bullets */
    --sidebar-nav-link-before-content-l1: "😀"; 
    --sidebar-nav-link-before-content-l2: "💩"; 
}

@media (max-width: 768px) {
    header,.sidebar, .sidebar-toggle {
        display: none !important;
    }
}

@media (min-width: 768px) {
    /*footer {*/
    /*    display: none !important;*/
    /*}*/
}

.gotop {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 1056;
}
.gotop-box {
    visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.gotop-box.active {
	visibility: visible;
}
.gotop-box .gotop-btn {
	padding: 5px;
    color: #fff;
    background-color: #42b983;
}
.app-sub-sidebar li:before {
    display: none;
}