.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

.el-image-viewer__close > [class*=" el-icon-"], [class^=el-icon-] {
    color: #ffffff !important;
}

.wrapper > .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}


.wrapper > .header {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 325px;
    z-index: 800;
    height: 60px;
}

.wrapper > .header > img {
    height: 60px;
    width: 60px;
    float: left;
    cursor: pointer;
}

.wrapper > .header > .logo-title {
    text-shadow: 5px 5px 10px #000;
    -moz-text-shadow: #000 5px 5px 10px;
    -webkit-text-shadow: #000 5px 5px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    width: 255px;
    color: #fff;
    display: inline;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

.wrapper > .right-button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 800;
}

.wrapper > .right-button div {
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    cursor: pointer;
}

.wrapper > .right-button div.fullscreen {
    background: url(../../images/vr/full-screen.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.fullscreen.off {
    background: url(../../images/vr/full-stop.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.vr {
    background: url(../../images/vr/vrmode.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.gyro {
    background: url(../../images/vr/gyro-open.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.gyro.off {
    background: url(../../images/vr/gyro-close.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.music {
    background: url(../../images/vr/bgmusic-open.png) no-repeat;
    background-size: 40px;
}

.wrapper > .right-button div.music.off {
    background: url(../../images/vr/bgmusic-close.png) no-repeat;
    background-size: 40px;
}

.wrapper > .bottom-left-button {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 800;
}

.wrapper > .bottom-left-button .bottom-common-div {
    display: inline-block;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.wrapper > .bottom-left-button .bottom-common-div.scene-chose-button {
    width: 60px;
}

.wrapper > .bottom-left-button .bottom-common-div img {
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    cursor: pointer;
}

.wrapper > .bottom-left-button .bottom-common-div .desc-min {
    width: 100%;
    text-overflow: clip;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}

.wrapper > .bottom-right-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 800;
}

.wrapper > .bottom-right-button .bottom-common-div {
    display: inline-block;
    width: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.wrapper > .bottom-right-button .bottom-common-div img {
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    cursor: pointer;
}

.wrapper > .bottom-right-button .bottom-common-div .desc-min {
    width: 100%;
    text-overflow: clip;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}

.wrapper > .mobile-or-pc > .category-scenes > .tags {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10000;
    display: flex;
}

.wrapper > .mobile-or-pc > .category-scenes > .tags > .tag {
    margin-right: 7px;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(46, 114, 250, .5);
    border-radius: 5px;
    font-size: 10px;
}

.wrapper > .mobile-or-pc > .category-scenes > .tags > .tag.active {
    background-color: #ffffff;
    color: rgba(46, 114, 250, .5);
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 110px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .35);
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div {
    height: 135px;
    margin: 0 auto;
    width: 700px;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content {
    margin-top: 25px;
    overflow: hidden;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-left {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../../images/arrowhead.png') no-repeat left top;
    margin: 44px 5px 0 0;
    cursor: pointer;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-left:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../../images/arrowhead.png') no-repeat left -28px;
    margin: 44px 5px 0 0;
    cursor: pointer;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-right {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../../images/arrowhead.png') no-repeat left -56px;
    margin: 44px 0 0 15px;
    cursor: pointer;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-right:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url('../../images/arrowhead.png') no-repeat left -84px;
    margin: 44px 0 0 15px;
    cursor: pointer;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main {
    float: left;
    width: 630px;
    height: 112px;
    overflow: hidden;
    position: relative;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul {
    position: absolute;
    left: 0;
    top: 0;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li {
    float: left;
    width: 112px;
    height: 112px;
    margin-left: 13px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li.active {
    width: 110px;
    height: 110px;
    border: #0d8ddb 1px solid;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li img {
    width: 112px;
    height: 112px;
    border-radius: 5px;
    cursor: pointer;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li.active img {
    width: 110px;
    height: 110px;
}

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 9px;
    text-align: center;
    background: rgba(46, 114, 250, .4);
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

.vr-show-comment {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    min-height: 100px;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 4300;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.vr-show-comment .row .col-md-12 h4 {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}

.vr-show-comment .row .col-md-12.text-right {
    margin-top: 10px;
    text-align: right;
}

.vr-show-comment .row .col-md-12 .hide-comment {
    display: inline-block;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: white;
    float: left;
    cursor: pointer;
}

.hot_spot_label {
    color: #ffffff;
    background-color: #00000060;
    border-radius: 5px;
    padding: 5px;
}

.scene_comment {
    height: 30px;
    display: flex;
}

.scene_comment:after {
    content: "";
    clear: both;
    zoom: 1;
}

.scene_comment .comments-avatar {
    float: left;
    width: 30px;
    height: 30px;
}

.scene_comment .comments-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.scene_comment .comment-content {
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    background-color: #00000080;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px;
    height: 30px;
    line-height: 20px;
    box-sizing: border-box;
}

.open-alter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.sandbox-show-image {
    position: absolute;
    right: 60px;
    top: 10px;
    background: #00000050;
    width: 200px;
    padding: 15px;
    z-index: 3;
}

.sandbox-show-image .spot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #409eff;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    left: 50%;
}

.sandbox-show-image .spot.active {
    background-color: #fbd14b;
}

.sandbox-show-image > div {
    position: relative;
}

.sandbox-show-image img {
    width: 100%;
}

@media screen and (min-width: 767px) {
    .wrapper > .mobile-or-pc > .category-scenes > .tags {
        width: 700px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 285px;
        cursor: pointer;
        justify-content: flex-end;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .tags > .tag {
        padding: 11px 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .wrapper > .header {
        height: 30px;
    }

    .wrapper > .header > img {
        width: 30px;
        height: 30px;
        float: left;
    }

    .wrapper > .header > .logo-title {
        font-size: 10px;
        margin-top: 0;
        float: left;
    }

    .wrapper > .right-button {
        width: 30px;
    }

    .wrapper > .right-button div {
        width: 30px;
        height: 30px;
        background-size: 30px 30px !important;
    }

    .wrapper > .bottom-left-button .bottom-common-div,
    .wrapper > .bottom-right-button .bottom-common-div {
        width: 30px;
    }

    .wrapper > .bottom-left-button .bottom-common-div img,
    .wrapper > .bottom-right-button .bottom-common-div img {
        width: 30px;
        height: 30px;
    }

    .wrapper > .bottom-left-button .bottom-common-div .desc-min,
    .wrapper > .bottom-right-button .bottom-common-div .desc-min {
        height: 12px;
        line-height: 12px;
        text-shadow: 1.5px 1.5px 1.5px #000;
        font-size: 6px;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .tags {
        bottom: 165px;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div {
        height: 89px;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 70px;
        background-color: rgba(0, 0, 0, .35);
        z-index: 10000;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content {
        margin-top: 0;
        height: 89px;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-left {
        display: none;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .go-right {
        display: none;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main {
        width: 339px;
        margin: 0 auto;
        float: none;
        overflow-x: auto;
        height: 89px;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul {
        list-style: none;
        padding: 15px 0;
        display: flex;
        overflow: auto;
        position: relative;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li {
        margin-left: 11px;
        border: 1px solid transparent;
        position: relative;
        height: 57px;
        width: 57px;
        left: 0;
        transition: all .5s;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li.active {
        width: 57px;
        height: 57px;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li:first-child {
        margin-left: 0;
    }

    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li.active img,
    .wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li img {
        width: 57px;
        height: 57px;
        display: block;
    }

    .vr-show-comment {
        width: 250px;
        margin-left: -125px;
    }

    .sandbox-show-image {
        right: 45px;
        width: 100px;
        padding: 10px;
    }

}


