/* Change the default width of primary sidebar */


    body {
        margin: 0; /* 必须 */
        border: 0;
        height: 100%; /* 必须 */
        overflow-y: auto; /* 必须 */
    }


.bd-sidebar-primary {

    width: 20%;
    /*scroll-auto: False;*/
     overflow: hidden;
}

/*.bd-sidebar {*/
/*    width: 55%;*/
/*}*/

#navbar-center{
    width: 100%;
}

/* Change the default width of secondary sidebar */
.bd-sidebar-secondary {
    width: 15%;
}

/* Maximum the main content */
.bd-main .bd-content .bd-article-container {
    max-width: 100%;
    /* default is 60em */
}

/* Set full page width  */
.bd-page-width {
    max-width: 100%;
    /* default is 88rem */
}


