

[data-scrolltop=on] .scrolltop{
    opacity: 0.75;
}

.content-h-100 {
    height: calc(100vh - 70px - 15px);
}

@media (min-width: 992px) {
    .top-lg-0 {
        top: 0;
    }

    .position-lg-sticky {
        position: sticky;
    }

    .content-lg-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
        max-height: calc(100vh - 90px - 25px);
        overflow: auto;
    }

    .min-h-lg-100vh {
        min-height: 100vh;
    }

    .content-h-100 {
        height: calc(100vh - 90px - 25px);
    }
}




.list_ul_ab_border_none:before, .list_ul_ab_border_none:after {
    background-color: transparent !important;
}


.max-width-75 {
    max-width: 75% !important;
}


.data-li-box-shadow:hover {
    border: 1px dashed rgba(0,0,0,0.1);
}










/*滚动条轨道背景(默认在PC端设置)*/
.dcscroll-bar::-webkit-scrollbar-track {
    background-color: transparent;
}

/*滚动条轨道宽度 (默认在PC端设置)*/
.dcscroll-bar::-webkit-scrollbar {
    width: 6px;
}

/*滚动条游标 (默认在PC端设置)*/
.dcscroll-bar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;
}

/*滚动条游标鼠标经过的颜色变化 (默认在PC端设置)*/
.dcscroll-bar::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}