::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 3px;
}
.ztree {
    background: #304156;
    width:100%;
    height:100%;
    overflow: auto;
    padding: 0;
    display: inline-block;
}

.ztree li ul {
    margin: 0;
    padding: 0;
}

.ztree li a {
    padding: 0;
    width: 100%;
    height: 100%;
    color: rgb(191, 203, 217);
    /*border-bottom: 1px solid #ccc;*/
    line-height: 50px;
    font-size: 14px;
}

.ztree li a:hover,
.ztree li a:hover span{
    text-decoration: none;
    background-color: #001528;
    color: white;
}

.ztree li a.curSelectedNode,
.ztree li a.curSelectedNode span{
    background-color: #001528 !important;
    border: none;
    height: 100%;
    color: white;
}

.ztree li a.curSelectedNode:after {
    font-family: "iconfont" !important;
    content: "\e604";
    width: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 1.6em;
}

.ztree li span {
    font-size: 14px;
}

.ztree li span.button.switch {
    height: 12px;
    margin: 8px 5px 0px 14px;
}

.ztree li a.level0 span {
    font-size: 14px;
}

.ztree li span.button {
    background-image: none;
    color: rgb(191, 203, 217);
}

.ztree li span.button.noline_open:before {
    font-family: "iconfont" !important;
    content: "\e716";
}

.ztree li span.button.noline_close:before {
    font-family: "iconfont" !important;
    content: "\e717";
}