.layui-layer-content video {width: 100%;}
#passWordWarp {width: 100%;height: 100%;overflow: hidden;position: relative;background: #000;z-index: 2;display: none;}
#loading {width: 100%;height: 100%;overflow: hidden;position: relative;}
.layui-layer-content video {z-index: 10}
.layui-layer-setwin .layui-layer-close2 {z-index: 9999;top: -30px;right: -30px;}
.pano-wrapper li.show_scenes {position: fixed;left: 0;bottom: 24px;display: inline-block}
.layui-layer-photos .layui-layer-phimg {position: relative;}
.layui-layer-photos .layui-layer-phimg img { width: 100%;height: auto;}
body .layui-layer-photos {background: transparent;}
body .layui-layer-photos .layui-layer-content {overflow: inherit;}

/* 左侧竖排场景列表 */
.tab-shuffling.scene-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #fff;
    border-right: 1px solid #e8e8e8;
    z-index: 999;
    transform: translateX(0);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tab-shuffling.scene-sidebar.sidebar-hidden {
    transform: translateX(-100%);
}

.tab-shuffling.scene-sidebar .lb {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tab-shuffling.scene-sidebar .scene-search-wrap {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.tab-shuffling.scene-sidebar .scene-search-wrap input {
    width: 100%;
    height: 32px;
    padding: 0 8px 0 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 8px center;
}

.tab-shuffling.scene-sidebar .scene-search-wrap input::placeholder {
    color: #aaa;
}

.tab-shuffling.scene-sidebar .scene-search-wrap input:focus {
    border-color: #999;
}

.tab-shuffling.scene-sidebar .scene-list {
    flex: 1;
    overflow-y: auto;
    padding: 6px 8px 12px;
}

.tab-shuffling.scene-sidebar .scene-item {
    display: flex;
    align-items: center;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s;
}

.tab-shuffling.scene-sidebar .scene-item:hover {
    background: #f5f5f5;
}

.tab-shuffling.scene-sidebar .scene-item.scene-item-active {
    border-color: #EE7700;
    background: #fff8f0;
}

.tab-shuffling.scene-sidebar .scene-item .pic {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-shuffling.scene-sidebar .scene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-shuffling.scene-sidebar .scene-item .model-name {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
    word-break: break-all;
}

.tab-shuffling.scene-sidebar .scene-item.search-hidden {
    display: none !important;
}

.tab-shuffling.scene-sidebar.phone {
    width: 180px;
    bottom: 0;
}

.tab-shuffling.scene-sidebar.phone .scene-item .pic {
    width: 48px;
    height: 48px;
}

.tab-shuffling.scene-sidebar.phone .scene-item .model-name {
    font-size: 12px;
}