#vrPageId{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    color: red;
}

.swiVMBox {
    width: 200px;
    box-sizing: border-box;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 120px;
    z-index: 4;
    padding: 0 20px;
    background: url(../img/selBg.png) no-repeat center center / 100% 100%;
}

.swiVMBox .swiChild {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.swiPos{
    position: relative;
}
.swiPos p{
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #fff;
}
.swiMapIcon {
    float: left;
    background: url(../img/swiMapIcon.png) no-repeat center center / 26px 26px;
}
.swiVrIcon{
    float: right;
    background: url(../img/swiVrIcon.png) no-repeat center center / 40px 27px;
}

.isVrCla .swiMapIcon{
    background: url(../img/swiMapIconGray.png) no-repeat center center / 26px 26px;
}
.isVrCla .swiMapIcon p{
    color: tgba(255,255,255,0.5);
}
.isMapCla .swiVrIcon{
    background: url(../img/swiVrIconGray.png) no-repeat center center / 40px 27px;
}
