.gld-desktop-scrollspy {
    display: none;
    flex-direction: column;
    left:calc(100vw/2 + 570px);
    overflow-y: auto;
    right:5px;
}

.gld-desktop-scrollspy a{
    font-weight:300;
}

.gld-desktop-scrollspy a:nth-child(even){
    background-color:#f8f8f8;
}

.gld-desktop-scrollspy a:lang(en) {
    font-size: .8rem;
}
.gld-desktop-scrollspy a:lang(zh-hk),
.gld-desktop-scrollspy a:lang(zh-cn) {
    font-size: .9rem;
}

.gld-desktop-scrollspy a.current{
    color: #ff6600!important;
}


@media (min-width:1700px) {
    .gld-desktop-scrollspy {
        display: flex;
    }
}

@media print {
    .gld-desktop-scrollspy {
        display: none;
    }
}