* {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0 !important;
    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;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.wrapper > .header .header-desc {

}

.wrapper > .header .header-desc > .logo-title:first-child {
    margin-top: 0;
}

.wrapper > .header .header-desc > .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/default/vr/full-screen.png) no-repeat;
    background-size: 40px;
}

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

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

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

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

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

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

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

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

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

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

.wrapper > .right-button div.music.off {
    background: url(../../../images/default/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-center-button {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper > .bottom-center-button > .btn {
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.wrapper > .bottom-center-button > .btn > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wrapper > .bottom-center-button > .btn:last-child {
    margin-right: 0;
}

.wrapper > .bottom-center-button > .btn.cancel-clear-screen {
    display: none;
}

.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: 1000;
    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: 1000;
    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/default/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/default/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/default/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/default/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;
    box-sizing: border-box;
    border: transparent 1px solid;
}

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

.wrapper > .mobile-or-pc > .category-scenes > .scenes .scene-div .scene-div-content .scene-div-main ul li img {
    width: 110px;
    height: 110px;
    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%;
}

.hotspot-rich-text-show img {
    max-width: 100%;
}

.sandbox-image {
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 10px;
    background-color: #00000060;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.sandbox-image .sandbox-image-container {
    position: relative;
    background-color: #ddd;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sandbox-image .sandbox-image-content {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    cursor: -webkit-grab;
    cursor: grab;
}

.radar-control {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 40%;
    left: 40%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.radar-control-img {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.radar-circle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    background: url("../../../../../krpano/common/images/radar-back.png") no-repeat;
}

.radar-circle.active {
    display: block;
}

.radar-point {
    position: absolute;
    left: 20px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: url("../../../../../krpano/common/images/radar-out.png") no-repeat;
}

.radar-center-point {
    position: absolute;
    left: 18px;
    top: 18px;
    width: 24px;
    height: 24px;
    cursor: move;
    background: url("../../../../../krpano/common/images/radar-center.png") no-repeat;
}

.common-share-show .el-dialog {
    width: 300px;
}

.common-share-show .el-dialog .el-dialog__body img {
    max-width: 100%;
}

.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;
}

.tips {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.tips .tips-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
}

.tips .tips-content img {
    width: 100%;
}

.register-dialog-box .el-dialog__body,
.login-dialog-box .el-dialog__body {
    padding: 10px 20px;
}

.hotspot-video-show .el-dialog {
    width: 600px;
}

.hotspot-video-show .el-dialog__body video {
    width: 100%;
}

.hotspot-audio-show .el-dialog {
    width: 300px;
}

.hotspot-audio-show .el-dialog__body audio {
    width: 100%;
}

.settled-enterprises-company .el-dialog__body iframe {
    width: 100%;
    height: calc(100vh - 105px );
}

.picture-show {

}

.picture-show .count {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.picture-show .el-image-viewer__close {
    top: 9px;
    right: 10px;
    font-size: 42px;
}

.picture-show .el-image-viewer__next,
.picture-show .el-image-viewer__prev {
    width: 44px;
    height: 44px;
    font-size: 24px;
}
