.markdown-body {
    background-color: #fff;
    border-left: #ebebeb 1px solid;
    padding-left: 30px;
}

.sidebar-fixed {
    position: fixed;
    top: 61px;
    bottom: 0;
    z-index: 4;
}

.sidebar {
    float: left;
    background: #f5f5f5;
    width: 260px;
    overflow: auto;
    font-size: 14px;
    padding-top: 8px;
    transition-property: width;
    transition-duration: .2s;
    transition-timing-function: ease;
}

.sidebar h1 {
    color: #666;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 35px;
    font-weight: bold;
    margin-top: 0 !important;
}

.toc {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.toc:hover {
    overflow-y: auto
}

.toc li {
    cursor: pointer
}

.toc .level2 {
    display: none
}

.toc .level3 {
    display: none
}

.toc .level4 {
    display: none
}

.toc .level5 {
    display: none
}

.toc .level6 {
    display: none
}

.toc .level1 li {
    padding: 0 0 0 10px
}

.toc .level2 li {
    padding: 0 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.toc .level3 li {
    padding: 0 0 0 50px
}

.toc .level4 li {
    padding: 0 0 0 70px
}

.toc .level5 li {
    padding: 0 0 0 90px
}

.toc .level6 li {
    padding: 0 0 0 110px
}

.toc .children {
    padding: 0 !important;
    font-size: 0
}

.toc .node, .toc .leaf {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: none;
    background: none
}

.toc .node:hover a, .toc .leaf:hover a {
    color: #108CEE
}

.toc .node:hover a, .toc .leaf:hover a {
    color: #108CEE
}

.leaf.active a, .node.active a {
    color: #108CEE;
}

.toc a {
    color: #333;
    text-decoration: none;
    padding: 0 25px;
    background: url(https://bce.bdstatic.com/portal/img/doc/icons_8948f13d.png) 0 0 no-repeat;
    outline: none
}

.toc a.loading {
    background: url(https://bce.bdstatic.com/portal/img/doc/loading_647b3ac4.gif) 7px 2px no-repeat !important;
    background-position: 7px 2px !important
}

.toc .level1 > .leaf a, .toc .node a {
    background-position: 10px -73px
}

.toc .leaf a {
    background-position: 10px -306px
}

.toc .level1 > .leaf.active a, .toc .level1 > .leaf.active:hover a {
    background-position: 10px -230px
}

.toc .active a, .toc .active:hover a {
    color: #108CEE
}

.toc .node.active a, .toc .node.active:hover a {
    background-position: 10px -230px
}

.toc .leaf.active a, .toc .leaf.active:hover a {
    background-position: 10px -324px
}

.toc .open a, .toc .open:hover a {
    background-position: 10px -106px
}

.toc .open.active a, .toc .open.active:hover a {
    background-position: 10px -281px
}

.hide-aside {
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: center;
}

.arrow-a {
    height: 30px;
    width: 30px;
    line-height: 28px;
    display: inline-block;
    border: #000 1px solid;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.arrow-a:hover {
    color: #108CEE;
    border-color: #108CEE;
}

.rotate-arrow-a {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.side-one-div {
    transition-property: visibility;
    transition-duration: .1s;
    transition-timing-function: ease;
}

.crumb {
    margin-left: -30px;
    padding-left: 10px !important;
    margin-bottom: 0 !important;
    margin-top: -11px !important;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    background: #FFF
}

.crumb .sidebarShow {
    width: 37px;
    height: 51px;
    line-height: 51px;
    margin-top: -6px;
    display: inline-block;
    border-right: 1px solid #ebebeb;
    cursor: pointer
}

.crumb li {
    display: inline;
    zoom: 1;
    padding: 0 5px;
    vertical-align: middle
}

.crumb a {
    color: #0886E9
}

.crumb a:hover {
    text-decoration: none
}

.crumb .active {
    color: #777
}

.crumb .divider {
    color: #666
}


html {
    height: 100%;
    min-width: 1024px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    scrollbar-face-color: #ddd;
    scrollbar-highlight-color: #ddd;
    scrollbar-shadow-color: #ddd;
    scrollbar-3dlight-color: #ddd;
    scrollbar-arrow-color: #797979;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #ddd;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #dbdfe2;
}

body {
    font-family: "PingHei", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif", "Microsoft Yahei", "微软雅黑";
    font-size: 14px;
    line-height: 1.42857143;
    color: #6a6c6f;
    background: #f5f5f5;
    margin: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

#app-navbar {
    min-height: 60px;
    background-color: #2d303b;
}

.navbar-header {
    line-height: 60px;
    height: 60px;
    width: 220px;
    font-size: 28px;
    background-color: #2d303b;
    display: flex;
}

.brand-icon {
    height: 40px;
    width: 40px;
    background: url("../img/logo.png") no-repeat center;
    background-size: 90%;
    margin-left: 20px;
    margin-top: 10px;
}

.brand-name {
    height: 40px;
    width: 100px;
    /* background: url(../img/neptune.png) no-repeat left; */
    background-size: 80%;
    margin-left: 15px;
}

.navbar-menu {
    display: inline-block;
}

.navbar-menu ul {

}

.navbar-menu ul li {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
}

.navbar-menu ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #000;
    transition: all .2s;
}

.navbar-menu ul li:hover:before {
    width: 100%;
    left: 0;
    right: 0;
    background: #488eff;
}

.navbar-menu ul li.active:hover {
    border: none;
}

.navbar-menu ul li.active {
    border-bottom: 4px solid #488eff;
    /*border-bottom: 2px solid transparent;*/
}

#menubar {
    position: absolute;
    top: 60px;
    left: 0;
    height: 100% !important;
    width: 220px;
    background-color: #42485b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    z-index: 1000;
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease;
}

#menubar > ul {
    display: inline-block;
    width: 100%;
}

#menubar .menu-title {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-indent: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #4a5064;
    user-select: none;
}

#menubar .menu-item {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #42485b;
}

#menubar .menu-item.active, #menubar .menu-item.active:hover {
    background-color: #488eff;
}

#menubar .menu-item:hover {
    background-color: #646874;
}

#menubar .menu-item a, #menubar .menu-title a {
    position: relative;
    display: block;
    height: 40px;
    margin-left: 5px;
    overflow: hidden;
    color: #fff;
}

#menubar .menu-icon.fa {
    display: inline-block;
    font-size: 15px;
    /*color: #2a3142;*/
}

#menubar .menu-icon {
    display: inline-block;
    float: left;
    width: 50px;
    height: 40px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

#menubar .menu-text {
    display: inline;
    letter-spacing: 1px;
    max-width: 160px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
}

#menubar .switch-aside-icon {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #42485b;
}

#menubar .switch-aside-icon:hover {
    background-color: #488eff;
}

#menubar .switch-aside-icon .index-switch-aside-span {
    background: url(../img/switch.png) no-repeat center;
    background-size: 16px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: transform 0.35s;
}

#menubar .arrow-right-icon {
    position: absolute;
    display: inline-block;
    left: 170px;
    top: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.menubar-mini1 {
    width: 60px !important;
}

.menubar-mini1:hover {
    width: 60px !important;
}

.menubar-mini {
    width: 60px !important;
}

.menubar-mini .index-switch-aside-span {
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
}

.menubar-mini:hover {
    width: 220px !important;
}

.menubar-mini:hover .menu-text {
    display: inline-block;
    opacity: 1;
    transition: opacity ease 0.35s;
}

.menubar-mini .menu-text {
    opacity: 0;
    overflow: hidden;
}

.menubar-mini:hover .arrow-right-icon {
    left: 170px !important;
}

.menubar-mini .arrow-right-icon {
    left: 5px !important;
}

.menubar-mini-zero {
    width: 0 !important;
}

#header-right-navbar {
    padding-right: 5px;
}

#header-right-navbar .dropdown .dropdown-toggle {
    line-height: 34px;
    height: 60px;
}

#header-right-navbar .fa {
    font-size: 18px;
}

.app-main {
    margin-left: 221px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    transition: margin-left 0.3s;
    background-color: #eaedf1;
}

.app-main-max {
    margin-left: 61px !important;
    transition: margin-left 0.35s;
}

.app-main-max-one {
    margin-left: 0 !important;
}

.header {
    font-size: 15px;
    border-bottom: 1px #ddd dotted;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 47px;
    font-weight: bold;
}

.header .fa {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.grid-stack-item[data-gs-width="1"] {
    width: 12.5%;
}

.grid-stack-item[data-gs-width="2"] {
    width: 25%;
}

.grid-stack-item[data-gs-width="3"] {
    width: 37.5%;
}

.grid-stack-item[data-gs-width="4"] {
    width: 50%;
}

.grid-stack-item[data-gs-width="5"] {
    width: 62.5%;
}

.grid-stack-item[data-gs-width="6"] {
    width: 75%;
}

.grid-stack-item[data-gs-width="7"] {
    width: 87.5%;
}

.grid-stack-item[data-gs-width="8"] {
    width: 100%;
}

.grid-stack-item[data-gs-x="1"] {
    left: 12.5%;
}

.grid-stack-item[data-gs-x="2"] {
    left: 25%;
}

.grid-stack-item[data-gs-x="3"] {
    left: 37.5%;
}

.grid-stack-item[data-gs-x="4"] {
    left: 50%;
}

.grid-stack-item[data-gs-x="5"] {
    left: 62.5%;
}

.grid-stack-item[data-gs-x="6"] {
    left: 75%;
}

.grid-stack-item[data-gs-x="7"] {
    left: 87.5%;
}

.box_container {
    margin-bottom: 60px;
}
.dropdown-menu > li > a {
    color: #6a6c6f;
    padding: 15px 30px;
    line-height: 20px;
    border-bottom: 1px solid #f5f7f9;
}

