<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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 &gt; [class*=" el-icon-"], [class^=el-icon-] {
    color: #ffffff !important;
}

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


.wrapper &gt; .header {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 325px;
    z-index: 800;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrapper &gt; .header .header-logo &gt; img {
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer;
}

.wrapper &gt; .header .header-desc {
    margin-left: 5px;
}

.wrapper &gt; .header .header-desc &gt; .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;
    font-size: 10px;
    margin-top: 0;
    float: left;
}

.wrapper &gt; .right-button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 800;
}

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

.wrapper &gt; .right-button div.fullscreen {
    background: url(../../../images/default/vr/full-screen.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.fullscreen.off {
    background: url(../../../images/default/vr/full-stop.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.vr {
    background: url(../../../images/default/vr/vrmode.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.gyro {
    background: url(../../../images/default/vr/gyro-open.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.gyro.off {
    background: url(../../../images/default/vr/gyro-close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.music {
    background: url(../../../images/default/vr/bgmusic-open.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.music.off {
    background: url(../../../images/default/vr/bgmusic-close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.commentary {
    background: url(../../../images/default/vr/music-open.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.commentary.off {
    background: url(../../../images/default/vr/music-close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.sandbox {
    background: url(../../../images/default/vr/radar-open.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.sandbox.off {
    background: url(../../../images/default/vr/radar-close.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

.wrapper &gt; .right-button div.clear-screen {
    background: url(../../../images/default/vr/clear_screen.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
}

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

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

.wrapper &gt; .bottom-left-button .bottom-common-div.scene-chose-button {
    width: 40px;
}

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

.wrapper &gt; .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 &gt; .bottom-center-button {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper &gt; .bottom-center-button &gt; .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 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.wrapper &gt; .bottom-center-button &gt; .btn &gt; img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

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

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

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

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

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

.wrapper &gt; .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 &gt; .mobile-or-pc &gt; .category-scenes &gt; .tags {
    position: fixed;
    right: 0;
    bottom: 165px;
    z-index: 1000;
    display: flex;
}

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

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

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

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

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

.wrapper &gt; .mobile-or-pc &gt; .category-scenes &gt; .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 &gt; .mobile-or-pc &gt; .category-scenes &gt; .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 &gt; .mobile-or-pc &gt; .category-scenes &gt; .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 &gt; .mobile-or-pc &gt; .category-scenes &gt; .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 &gt; .mobile-or-pc &gt; .category-scenes &gt; .scenes .scene-div .scene-div-content .scene-div-main {
    width: 339px;
    margin: 0 auto;
    float: none;
    overflow-x: auto;
    height: 89px;
    overflow: hidden;
    position: relative;
}

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

.wrapper &gt; .mobile-or-pc &gt; .category-scenes &gt; .scenes .scene-div .scene-div-content .scene-div-main ul li {
    float: left;
    width: 57px;
    height: 57px;
    margin-left: 13px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    border: transparent 1px solid;
}

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

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

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

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

.wrapper &gt; .mobile-or-pc &gt; .category-scenes &gt; .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 &gt; div {
    position: relative;
}

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

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

.sandbox-image {
    position: absolute;
    top: 80px;
    right: 45px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    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: 30px;
    height: 30px;
    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: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

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

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

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

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

.module-dialog .el-dialog {
    width: calc(100% - 20px);
}

.module-dialog .el-dialog .el-dialog__header {
    padding: 10px 10px 5px;
}

.module-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 10px;
    right: 10px;
}

.module-dialog .el-dialog .el-dialog__body {
    padding: 10px;
}

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

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

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

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

.tips .tips-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    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;
}

.no-login-tips {
    width: 100% !important;
}

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

.meituan.header.back {
    background-image: url("../../../images/meituan/back.png");
    background-size: 13px 22px;
    width: 13px;
    height: 22px;
    top: 30px;
    left: 30px;
    background-repeat: no-repeat;
}

.meituan.location-scene-title {
    position: absolute;
    left: 30px;
    bottom: 24px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.meituan.location-scene-title .icon {
    background-image: url("../../../images/meituan/location.png");
    background-size: 11px 17.5px;
    width: 11px;
    height: 17.5px;
    background-repeat: no-repeat;
}

.meituan.location-scene-title .title {
    margin-left: 10px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

.meituan.bottom-center-tips {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    font-size: 14px;
    color: #FFFFFF;
}

.meituan.menu {
    width: 148px;
    height: 60px;
    position: fixed;
    left: 60px;
    top: 16px;
    z-index: 10000;
    list-style: none;
    background: #00000020;
    box-sizing: border-box;
    border-radius: 6px;
    display: block;
    padding-left: 0;
    overflow-y: auto;
}

.meituan.menu li {
    height: 30px;
    line-height: 30px;
    border-bottom: 0.5px solid #cccccc80;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.meituan.menu li.active {
    background: #007bff;
}

.meituan.menu::-webkit-scrollbar {
    width: 8px;
    height: 16px;
}

.meituan.menu::-webkit-scrollbar-thumb {
    border-radius: 10px; /*æ»šåŠ¨æ¡çš„åœ†è§’*/
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background-color: #cccccc; /*æ»šåŠ¨æ¡çš„èƒŒæ™¯é¢œè‰²*/
}

.meituan.icon {
    position: fixed;
    left: 14px;
    top: 14px;
    display: flex;
    z-index: 10000;
}

.meituan.icon .button.scene {
    background-image: url(../../../images/default/vr/vr-btn-scene.png);
    width: 34px;
    height: 34px;
    background-size: cover;
}

.meituan.icon .button.scene.close {
    background-image: url("../../../images/default/vr/vr-btn-scene.png");
}

.cover {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    background-color: #FFFFFF;
    overflow: hidden;
}

.cover .cover-picture {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.cover .cover-picture img {
    width: 100vw;
    height: 100vh;
}

.cover .option-button-groups {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -20px);
    text-align: center;
    width: 168px;
}

.cover .option-button-groups button {
    width: 100%;
}

.cover .option-button-groups button:last-child {
    margin-top: 20px;
    margin-left: 0;
}

.cover video {
    width: 100vw;
    background-color: #00000070;
}</pre></body></html>