/**
 *Author: Vance
  *留个版权吧
*/ 
.post-directory .directory-body-warp {
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    right: 120%;
     display: none;
    top: 0;
    width: 180px;
    background: #fff;
    color: #37373a;
    overflow: auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
}
.post-directory-icon img {
    width: 24px;
    height: 24px;
}
.post-directory {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 50%;
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
    padding-bottom: 0;
}


.post-directory .directory-title {
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.post-directory .directory-body-warp .directory-main {
    overflow: auto;
    max-height: 350px;
}
.post-directory .directory-body-warp {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-directory .directory-item[data-mutree] {
    padding: 4px;
    border-radius: 4px;
}
.post-directory .directory-item[data-mutree]:hover {
    background: #3fb7ff38;
}
