#navCategory {
    background-color: white;
    position: fixed;
    right: 0;
    top: 100px;
    list-style: none;
    z-index: 99999;
}
 
#navCategory > #mylist {
    position: absolute;
    background-color: white;
    width: 32px;
    left: -40px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0.8;
    padding:5px;
    margin-top:0px;
}
 
#navCategory > #myul {
    height: 600px;
    width: 248px;
    overflow: auto;
}
 
#navCategory ul, #navCategory li {
    list-style: none !important;
    margin: 5px !important;
}

/* 隐藏底部广告信息 */
.under-post-card{
    display:none;
}