ul.ztree {
    border: 1px solid #bfe9e5;
    background: #b4cdc226; /*#f0f6e4; e9f1e78c*/
    width: 225px;
    height: 450px;
    overflow-y: auto;  /*scroll;*/
    overflow-x: auto;		border-radius: 15px;
}/*滚动条整体样式;高宽分别对应横竖滚动条的尺寸	ul.ztree::-webkit-scrollbar {			width: 10px;     			height: 1px;		}*//*滚动条里面小方块	ul.ztree::-webkit-scrollbar-thumb {			border-radius: 10px;			 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);			background: #535353;		}*//*滚动条里面轨道	ul.ztree::-webkit-scrollbar-track {			-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);			border-radius: 10px;			background: #e2e4dd;		}
*/
ul.log {
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 300px;
    height: 170px;
    overflow: hidden;
}
ul.log.small {
    height: 45px;
}
ul.log li {
    color: #666666;
    list-style: none;
    padding-left: 10px;
}
ul.log li.dark {
    background-color: #E3E3E3;
}

/* ruler */
div.ruler {
    height: 20px;
    width: 220px;
    background-color: #f0f6e4;
    border: 1px solid #333;
    margin-bottom: 5px;
    cursor: pointer
}
div.ruler div.cursor {
    height: 20px;
    width: 30px;
    background-color: #3C6E31;
    color: white;
    text-align: right;
    padding-right: 5px;
    cursor: pointer
}