/* CSS Document */
#gjx_gnlb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 128px;
    background-color: #ffffff;
    height: calc(100vh - 91px);
    overflow-y: auto
}

#gjx_gnlb a {
    padding: 10px;
    text-decoration: none;
    outline: none;
    width: calc(100% - 20px);
    color: #000000;
    position: relative;
    font-size: 14px;
}

#gjx_gnlb a:hover:before {
    background-color: #0000000a;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#gjx_gnlb a:active:before {
    background-color: #00000014;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}