/** kitadmin-v2.1.8 MIT License By http://kit.zhengjinfan.cn Author Van Zheng */
#app {
    overflow: hidden
}

.tran {
    transition: all .2s;
    -webkit-transition: all .2s
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: #9ea1a2
}