<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-list-new {
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background-color: #fff;
    display: none;
    z-index: 9999;
    border: 1px solid #eee;
}

.box-list-new a {
    display: block;
    line-height: 26px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080;
}

.posi-rela {
    position: relative;
}


.login-dialog {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.66);
}

#nav-item-more {
    text-align: center;cursor:pointer;
}

#nav-item-less {
    text-align: center;cursor:pointer;display: none;
}

.nav-item-sbli-more{display: none}</pre></body></html>