/*
* @Author: xs
* @Date:   2021-11-19 14:39:44
* @Last Modified by:   Administrator
* @Last Modified time: 2022-01-04 10:32:25
*/


/*.vrshow_container_logo,
.vrshow_container_1_min,
.vrshow_radar_btn,
.vrshow_container_2_min,
.vrshow_container_3_min {
    width: 0;
    height: 0;
    overflow: hidden;
}*/



.theme-scenegroup {
    background: rgba(0, 0, 0, 0.3);
    /*height: 141px;*/
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
    color: #fff;
    display: none;
    overflow: hidden;
}

.theme-scenegroup-scene {
    /*height: 100px;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    overflow-y: hidden;
}

.theme-scenegroup-group {
    /*height: 41px;*/
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.theme-scenegroup-group .marquee-wrap {

    /*width: 125px;*/
    /*margin: 6px 0;*/
    box-sizing: border-box;
    display: inline-block;
}

.theme-scenegroup-group .marquee-border-wrap {

    /*margin: 0 20px;*/
    /*height: 28px;*/
    overflow-x: hidden;
    text-align: center;
    cursor: pointer;

}

.overflow-ellipsis {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.theme-scenegroup-group .marquee-border-wrap.active {
    border-bottom: 3px solid #FFAE00;
}

.theme-scenegroup-group .marquee-border-wrap .marquee {
    white-space: nowrap;
    /*width: fit-content;*/
    /*min-width: 100%;*/
    position: relative;
}


.theme-scenegroup-scene .scene-imgwrap {
    /*margin: 7px 0;*/
    /*width: 86px;*/
    /*height: 86px;*/
    box-sizing: border-box;
    /*border: 3px solid #fff;*/
    position: absolute;
    cursor: pointer;
}

.theme-scenegroup-scene .scene-imgwrap.active {
    /*border: 3px solid #FFAE00;*/

}

.theme-scenegroup-scene .scene-imgwrap .panoimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-visited {
    /*width: 14px;*/
    /*height: 14px;*/
    position: absolute;
    /*top: 5px;*/
    /*right: 5px;*/
    display: none;
}

.scene-visited.visited {
    display: inline;
}

.theme-scenegroup-scene .marquee-wrap {
    /*width: 80px;*/
    /*height: 17px;*/
    overflow-x: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    /*left: 3px;*/
    /*top: 73px;*/
}

.swiper-scene {
    height: 100%;
}

.theme-scenegroup-scene .marquee-wrap .marquee {
    white-space: nowrap;
    position: relative;
}


@media screen and (min-width:800px) {
    .theme-btns {
        height: 70px;
    }

    .theme-scenegroup {
        height: 141px;
    }

    .theme-scenegroup-scene {
        height: 100px;
    }

    .theme-scenegroup-group {
        height: 41px;
    }

    .theme-scenegroup-group .marquee-wrap {
        width: 125px;
        margin: 6px 0;
    }

    .theme-scenegroup-group .marquee-border-wrap {
        margin: 0 20px;
        height: 28px;
        font-size: 12px;
    }

    .theme-scenegroup-group .marquee-border-wrap.active {
        border-bottom: 3px solid #FFAE00;
    }

    .theme-scenegroup-scene .scene-imgwrap.active {
        border: 3px solid #FFAE00;

    }

    .theme-scenegroup-scene .scene-imgwrap {
        margin: 7px 0;
        width: 86px;
        height: 86px;
        border: 3px solid #fff;
    }

    .theme-scenegroup-scene .marquee-wrap {
        width: 80px;
        height: 17px;

        left: 3px;
        top: 73px;
    }

    .scene-visited {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
}















@media screen and (max-width:800px) {
    .theme-btns {
        height: 50px;
    }

    .theme-scenegroup {
        height: 101px;
        /*bottom: 75px;*/
        bottom: -150px;


    }

    .theme-scenegroup-scene {
        height: 70px;
    }

    .theme-scenegroup-group {
        height: 31px;
    }

    .theme-scenegroup-group .marquee-wrap {
        width: 75px;
        margin: 3px 0;
    }

    .theme-scenegroup-group .marquee-border-wrap {
        margin: 0 5px;
        height: 20px;
        font-size: 10px;
        line-height: 17px;
    }

    .theme-scenegroup-group .marquee-border-wrap.active {
        border-bottom: 2px solid #FFAE00;
    }

    .theme-scenegroup-scene .scene-imgwrap.active {
        border: 2px solid #FFAE00;

    }

    .theme-scenegroup-scene .scene-imgwrap {
        margin: 4px 0;
        width: 62px;
        height: 62px;
        border: 2px solid #fff;
    }

    .theme-scenegroup-scene .marquee-wrap {
        width: 58px;
        height: 14px;
        overflow-x: hidden;
        white-space: nowrap;
        text-align: center;
        line-height: 13px;
        font-size: 10px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 2px;
        top: 50px;
    }

    .scene-visited {
        width: 11px;
        height: 11px;
        position: absolute;
        top: 3px;
        right: 3px;
    }
}



