/* 仅「筛选弹层」使用 screenbg-filter，不影响详情页播放器等 .screenbg */
.screenbg.screenbg-filter {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    height: auto !important;
    bottom: 0 !important;
    max-height: 100dvh !important;
    max-height: 100vh !important;
}

@media (min-width: 769px) {
    .screenbg.screenbg-filter {
        max-height: calc(100dvh - 58px) !important;
        max-height: calc(100vh - 58px) !important;
    }
}

.screenbg.screenbg-filter .screencon {
    padding-bottom: 32px;
}
