* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#pano {
    z-index: 1
}

#videoBox {
    z-index: 2;
    position: fixed;
    bottom: 0;
    pointer-events: none;
}

#krpanoSWFObject>div>div:nth-child(3) {
    display: none;
}

.startImageBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #FFFFFF;
}

.startImageTime {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
}

.hasVideo canvas {
    pointer-events: all;
}

.bottom_box {
    position: fixed;
    bottom: 90px;
    width: 100%;
    transition: all 0.5s;
    z-index: 2;
}

.thumb_groups {
    width: 100%;
    color: #fff;
    transition: all 0.5s;
}

.thumbBox_bg {
    background-color: rgba(40, 40, 40, 0.65);
}

.foldGroup {
    transform: translateY(300px);
}

.foldBottomBox {
    transform: translateY(150%) !important;
}

.scroll_box {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
}

.van-image-preview {
    width: 600px;
}

.vanImagePreview .van-image-preview__close-icon--top-right,
.vanVideoPreview .van-image-preview__close-icon--top-right {
    position: fixed;
}

.videoPreview {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.videoPreview .videoPreviewBg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.videoPreview .videoPreviewBox {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.videoPreviewClose {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    cursor: pointer;
}

.overlayVideoPreview {
    pointer-events: none;
}

:root {
    --van-cell-border-color: #9f9f9f
}

.groups_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.groups_box_item {
    padding: 3px 20px;
    min-width: 100px;
    line-height: 25px;
    margin: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    background-color: rgba(40, 40, 40, 0.65);
    border-radius: 20px;
}

.groups_box_sub_item {
    padding: 2px 5px 0 5px;
    margin: 0 10px;
    height: 25px;
    cursor: pointer;
    line-height: 18px;
    user-select: none;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
}

.onegroup {
    height: 40px;
    margin-bottom: 12px
}

.current_item {
    background-color: rgba(74, 149, 235, 0.8);
}

.c_group_line {
    position: absolute;
    bottom: -8px;
    width: 0;
    left: 50%;
    height: 2px;
    display: block;
    background: #0099FF;
}

.current_sub_item{
    border-bottom: 3px solid #0099FF;
}

.arrowLeft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arrowRight {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrowRight:hover {
    color: #0099FF;
}

.scroll_box_list {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.scroll_box_list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #0099FF;
}

.scroll_box_list::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #FFFFFF;
}

.thumb_box_item {
    position: relative;
    border-radius: 10px;
    width: 120px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    margin: 0 5px;
    user-select: none;
    cursor: pointer;
}

.thumb_box_item_none {
    height: 98px;
    text-align: center;
    line-height: 98px;
}

.c_scene_line {
    border: 2px solid rgba(74, 149, 235, 1);
}

.thumb_box_item img {
    width: 100%;
    height: 100%;
    user-select: none;
}

.thumb_box_title {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    height: 17px;
    line-height: 17px;
}

@keyframes textMove {
    from {
        transform: translateX(80px);
        color: #ffffff;
    }

    to {
        transform: translateX(-200%);
        color: #ffffff;
    }
}

@-webkit-keyframes textMove {
    from {
        transform: translateX(80px);
        color: #ffffff;
    }

    to {
        transform: translateX(-200%);
        color: #ffffff;
    }
}

.buttons_box {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 3;
    overflow-x: visible;
    display: flex;
    justify-content: center;
    width: 100%;
}

.buttons_box_item {
    position: relative;
    display: inline-block;
    margin: 0 12px;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

.buttons_box_item img {
    width: 36px;
    height: 36px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 4px;
}

@keyframes panoBtnShake {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes panoBtnShake {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes showTips {
    from {
        visibility: visible;
    }

    to {
        display: none;
    }
}

@-webkit-keyframes showTips {
    from {
        visibility: visible;
    }

    to {
        display: none;
    }
}

.createPanoBtn {
    display: none;
}

.createTips::before {
    content: '';
    display: block;
    clear: both;
    margin: -40px;
    position: absolute;
    background: white;
    left: -50%;
    border-radius: 10px;
    padding: 5px 10px;
    visibility: hidden;
    animation: showTips 9.3s ease-in 0.3s none;
}

.createPanoBtn img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

.buttons_box_title {
    font-size: 12px;
    color: #fff;
}

.right_button {
    position: fixed;
    right: 15px;
    top: 10px;
    transition: all 0.5s;
    z-index: 2
}

.foldRightBottomBox {
    transform: translate(150%, -50%);
}

.foldSupportMenuBox {
    transform: translateX(-200%);
}

.right_buttons_item {
    position: relative;
    display: block;
    margin: 12px 0;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

.right_buttons_item img {
    width: 36px;
    height: 36px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 4px;
}

.right_buttons_title {
    font-size: 12px;
    color: #fff;
}

.thumb_scroll_box {
    height: 98px;
    padding: 8px 24px;
}

.richText_page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.richText_page_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 97;
}

.richText_box {
    position: fixed;
    z-index: 98;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 800px;
    padding: 15px;
    height: calc(100% - 100px);
    box-sizing: border-box;
}

.richText_box_head {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.richText_box_body {
    padding-top: 15px;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 50px);
}

.richText_box_body_scroll {
    width: calc(100% + 20px);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.richText_box {
    background-color: #fff;
    border-radius: 5px;
}

.pictures_box {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 100%;
}

.video_box {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 100%;
}

.van-dialog__header {
    /* padding-top:5px !important */
}

.scroll_content_box {
    max-height: 500px;
    width: 100%;
    overflow: hidden;
}

.scroll_content_box_fix {
    max-height: 500px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll_content_w {
    width: calc(100% + 20px);
    padding-right: 20px;
    height: 360px;
    overflow-y: auto;
}

.noticeBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.actionLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.loadingPos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
}

#topBar {
    left: 0;
    min-height: 58px;
    top: 0;
    width: 100%;
    position: fixed;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 1002;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
}

.online_text {
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
}

.online_righg_text {
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    position: fixed;
    right: 20px;
    top: 10px;
}

.topBar-main {
    flex-wrap: nowrap;
    display: flex;
    margin-right: 5px;
    justify-content: start;
    align-items: center;
    display: inline-block;
}

.btnAudioOperate {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url('https://image.brandpano.com/public/plugins/v4/audioOperate.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.audioOperateOff {
    background-position: 0 -24px;
}

.btnActionOperate {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url('https://image.brandpano.com/public/plugins/v4/cationOperate.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.actionOperateOff {
    background-position: 0 -24px;
}

.btnPanOperate {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url('https://image.brandpano.com/public/plugins/v4/panOperate.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.panOperateOff {
    background-position: 0 -24px;
}

.tools-list-item {
    display: inline-block;
    margin: 5px 8px;
}

.tools-list-box {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px
}

.tools-list-item span {
    font-size: 12px;
    color: #fff;
}

#head-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 50px;
    padding: 2px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    min-width: 140px
}

#head-icon-box {
    text-align: center;
}

.user-head-ico-box {
    position: absolute;
    overflow: hidden;
    transition: all 0.5s;
    text-align: center;
    left: 44px;
    top: 2px;
    height: 36px;
}

.user-head-more-btn {
    left: 10px !important
}

.user-head-ico {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px
}

.user-head-ico img {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 153, 255, 0.5)
}

.user-head-text {
    position: relative;
    z-index: 1;
    line-height: 16px;
    display: inline-block;
    padding-top: 2px;
}

#user-list-btn {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 12px;
    right: 0px;
    top: 10px;
    background: #0099FF;
    border-radius: 8px;
    padding: 2px 4px
}

#head-btn-box {
    position: absolute;
    text-align: center;
    padding: 6px 0;
    left: 54px;
    top: 10px;
}

.connect-loading img {
    width: 40px;
}

#tools-list {
    padding: 0;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools-item {
    margin-right: 5px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
    color: #fff
}

.tools-box {
    display: block;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto auto 2px auto;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 7px 7px 6px;
}

#head-right-btn {
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    background: #d06a5e;
    border-radius: 20px;
    display: inline-block;
}

.endBtn {
    background: #1994d0 !important
}

.richText_box_content img {
    max-width: 100%;
    height: auto !important;
}

.moveIn {
    display: block;
}

.moveOut {
    display: none;
}

.panocontent_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 10px 0 10px;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #f1f1f17d;
    border-radius: 5px;
}

.panocontent_title {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    width: calc(100% - 170px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.panocontent_btn {}

.tourPage {
    overflow-y: auto;
    position: fixed;
    background: #fff;
    border-radius: 5px;
    z-index: 98;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-width: 640px;
    padding: 15px;
    height: calc(100% - 100px);
    box-sizing: border-box;
}

.tour-edit-box {
    width: 100%;
    font-size: 14px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tour-edit-content-box {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
}

.tour-edit-tools-box {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: calc(100% - 70px);
    top: 10px;
    width: 110px;
    height: calc(100% - 80px);
    background: #eee;
    padding: 5px
}

.tour-edit-tools {
    width: 60px;
    min-height: 100%;
    background: #eee
}

.tour-edit-content {
    overflow-y: auto;
    position: relative;
    font-size: 14px;
    outline: none;
    padding: 10px 60px 10px 10px;
    margin: 10px 10px 0 10px;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    border: 1px solid #eee;
    border-radius: 4px;
}

.tour-edit-content p {
    margin: 5px 0;
}

.tour-edit-content p img {
    max-width: 100%;
}

.tour-edit-content p a {
    color: #0099FF;
}

.tour-content p {
    margin: 5px 0;
}

.tour-content p img {
    max-width: 100%;
}

.tour-content p a {
    color: #0099FF;
}

.nineImg-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.nineImg-display {
    margin: 0 0 5px 0;
    padding: 5px;
    width: 33%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.business-page {
    position: fixed;
    z-index: 1005;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: #fff;
    width: 100%;
    max-width: 640px;
    padding: 0;
    height: calc(100% - 10px);
    box-sizing: border-box;
}

.tourEditTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.tourEditText {
    font-size: 14px;
}

.tourEditCenter {
    text-align: center;
}

.tourEditLeft {
    text-align: left
}

.tour-content-foldBtn {
    color: #0099FF;
    cursor: pointer;
    display: block;
    margin-top: 15px;
}

.tour-content-moreBtn {
    position: absolute;
    bottom: -16px;
    right: 20px;
}

.tourList-edit-btn {
    position: fixed;
    top: 8px;
    right: 10px;
    z-index: 1001
}

.tourList {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.tour-headImg {
    width: 100%;
    padding: 10px 20px 0 20px;
    position: relative;
}

.tour-content-info {
    position: absolute;
    top: 10px;
    left: 120px
}

.tour-content-info-name {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #1994d0
}

.tour-content-info-time {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.tour-content-like-num {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /*绯荤粺榛樿鑿滃崟琚鐢�*/
    -webkit-user-select: none;
    /*webkit娴忚鍣�*/
    -khtml-user-select: none;
    /*鏃╂湡娴忚鍣�*/
    -moz-user-select: none;
    /*鐏嫄*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

.tour-content-like-box {
    position: relative;
}

.tour-content-like-box::before {
    width: max-content;
    position: absolute;
    right: 110%;
    bottom: 50%;
    font-size: 18px;
    font-style: italic;
    font-weight: bolder;
    transform: translateY(80%);
    opacity: 0;
    transition: .3s linear 0.3s;
    background-image: linear-gradient(#ffCF02, #FF7352);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: attr(data-attr);
;
    visibility: hidden;

}

.tour-content-like-box:active::before {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: .1s;
}

.tour-content-box {
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}

.tour-content {
    overflow: hidden;
    border-top: 1px solid #dfd9f9;
}

.business-shopImg {
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.business-list {
    width: calc(100% + 20px);
    height: calc(100% - 46px);
    overflow-y: auto;
    padding-right: 20px
}

.business-list-swipe {
    text-align: center;
}

.business-list-swipe img {
    height: 100%;
    max-width: 100%;
}

.business-description {
    padding: 10px
}

.business-description img {
    max-width: 100%;
}

.business-list::-webkit-scrollbar {
    width: 0;
    display: none;
}

.business-list-box {
    width: 100%;
}

.business-title {
    font-size: 14px;
    padding: 10px;
}

.businessVanRow {
    padding: 5px 10px
}

.businessVanRow .van-col--12:nth-child(even) {
    padding-left: 8px
}

.businessVanRow .van-col--12:nth-child(odd) {
    padding-right: 8px
}

.business-price {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}

.business-maketprice {
    font-weight: 400;
    color: #747474;
    text-decoration: line-through;
    padding: 0 10px;
}

.business-saleInfo {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: #747474;
    padding: 10px;
}

.business-page .van-tabs {
    height: calc(100% - 46px)
}

.business-page .van-tabs .van-tabs__content {
    height: calc(100% - 44px)
}

.business-page .van-tabs .van-tabs__content .van-tab__panel {
    height: 100%
}

.business-page .van-tabs .van-tabs__content .van-tab__panel .business-list {
    height: 100%
}

.business-page .van-tabs .van-tabs__content .van-tab__panel .business-list .business-list-box {
    padding-bottom: 40px
}

.my-page-top {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    background: url("https://image.brandpano.com/public/plugins/v4/images/my-bg.jpg") center;
    background-size: cover;
}

.my-page-username {
    background: none;
    width: 250px
}

.my-page-username .van-field__button {
    padding: 0 0 5px 0;
    margin-left: 10px
}

.my-page-username input {
    border-radius: 5px;
    border: 1px solid #000;
}

.my-page-m-box {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    background: url("https://image.brandpano.com/public/plugins/v4/images/my-bg2.png") center;
    background-size: 100% 16px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-color: #fff;
    background-position: bottom;
}

.my-page-m-item {
    width: 33%;
    text-align: center;
    font-size: 14px;
}

.my-page-m-title {
    display: block;
    margin-top: 10px
}

.shareBoxLink {
    position: relative;
    width: 100%;
    background: #eee;
}

.shareBoxInput {
    width: calc(100% - 50px);
    background: #eee;
}

.shareBoxInput .van-field__label {
    width: 40px;
    color: #000 !important
}

.shareBoxBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.followWxBox {
    position: fixed;
    top: 50%;
    left: 40px;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 5px;
    width: 120px;
    padding: 10px;
    z-index: 2002
}

.recommendBox {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    transition: all;
}

.recommendIconT {
    display: block;
    font-size: 12px;
    background-color: rgba(0, 153, 255, 1);
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 3px 5px 6px 5px;
    cursor: pointer;
}

.recommendIconB {
    display: block;
    font-size: 12px;
    background-color: rgba(0, 153, 255, 1);
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: 6px 5px 3px 5px;
    cursor: pointer;
}

.fadeIn {
    animation: boxEnter 1s;
}

@keyframes boxEnter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iframeMove {
    animation: iframeMove 1.5s;
    animation-fill-mode: forwards;
}

.iframeMoveStart {
    animation: iframeMove 1.5s reverse;
    animation-fill-mode: forwards;
}

@keyframes iframeMove {
    0% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    5% {
        width: 640px;
        height: 640px;
        border-radius: 50%;
    }

    80% {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        left: 40%;
    }

    100% {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        left: 10px
    }
}

.pano-edit-btn {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0099Ff;
    color: #fff;
    padding: 5px 8px;
    z-index: 9999;
}

.pano-edit-btn-text {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.iframeTip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0099FF;
    color: #fff;
    font-size: 14px;
    padding: 5px 0 0 25px;
    z-index: 9999;
}

.h5iframeBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 10px;
}

.h5PageShow {
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 50%;
}


.support-box {
    position: fixed;
    z-index: 100;
    left: 5px;
    bottom: 300px;
}

.support-box.right-fixed {
    left: auto;
    right: 10px !important;
}

.support-box.right-fixed .bottom {
    left: auto;
    right: 0 !important;
}

.support-box.right-fixed .bottom.hide {
    left: auto;
    right: -56% !important;
}

.support-box.right-fixed .support-box-menu.hide {
    left: auto;
    right: -110% !important;
}

.support-box .bottom {
    height: 60px;
    position: relative;
    transition: all 0.2s;
    left: 0;
}

.support-box .bottom.hide {
    left: -60%
}

.support-box-ico {
    position: absolute;
    left: 50%;
    overflow: hidden;
    opacity: 1;
    cursor: default;
    pointer-events: none;
    background-color: rgba(212, 210, 193, 0.68);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 8px;
    transform: translateX(-50%);
    border: 1px solid #d4d2c1;
}

.support-box-ico .ico {
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    width: 100%;
    transform: scale(1);

}

.support-box-menu {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    left: 0;
}

.support-box-menu.hide {
    left: -130%
}

.support-box-menu .item {
    border-style: solid;
    border-color: rgb(212, 210, 193);
    border-width: 1px;
    border-radius: 30px;
    margin-bottom: 10px;
    background-color:rgba(89, 87, 87, 0.55);
}

.support-box-menu .selected {
    background-color:  rgba(196, 171, 146, 0.55);
}

.support-box-menu .item .title {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    text-size-adjust: none;
    background: none;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 3px 12px;
}

.guid-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.guid-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .8);
}

.guid-1 {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 55%;
    margin-top: 40%;
}

.guid-btn-left {
    background-image: url('https://image.brandpano.com/file/pano_ico/guid-btn-knew.png');
}

.guid-btn-right {
    background-image: url('https://image.brandpano.com/file/pano_ico/guid-btn-to-create.png');
}

.guid-1 div img {
    height: 100%;
}

.guid-title {
    height: 20%;
}

.guid-body {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: end;
    justify-content: space-around;
}

.guid-body span {
    display: inline-block;
    width: 40%;
    height: 50%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.guid-bottom {
    height: 60%;
}

.guid-bottom img {
    display: inline-block;
    position: relative;
    margin-left: 35%;
    margin-top: 10%;
}

@keyframes btnRotate {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    30% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    55% {
        transform: rotate(270deg);
    }

    75% {
        transform: rotate(270deg);
    }

    80% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.buttons_box_mask {
    z-index: 10000;
    display: inline-block;
    padding: 4px 20px 12px 20px;
    white-space: nowrap;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    z-index: 3;
    overflow-x: visible;
    max-width: 100%;
}

.createPanoBtn_Mask img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    animation: btnRotate 5s ease 0s infinite forwards;
}

#gaodeMapBox {
    position: fixed;
    top: 70px;
    right: -50px;
    z-index: 3;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
}

#gaodeCircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0099FF;
}

.gaodeScaleMapBox {
    top: 50% !important;
    left: 50% !important;
    width: 80% !important;
    height: 80% !important;
    right: initial;
}

.gaodeScaleMapBox #gaodeCircle {
    display: none;
}

.gaodeMapBoxClose {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0099FF;
    color: #fff;
    padding: 5px 15px;
    z-index: 9;
    font-size: 14px;
    cursor: pointer;
}

#mapDirection {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
}

.gaodeScaleMapBox #mapDirection {
    display: none;
}

#mapDirection-bei {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#mapDirection-nan {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#mapDirection-dong {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

#mapDirection-xi {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}

#gaodeCanvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.7%;
    height: 66.7%;
    border-radius: 50%;
    border: 1px solid #00ff23;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.gaodeScaleMapBox #gaodeCanvas {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 4px solid #0099FF;
}

.map-content-marker {
    position: relative;
}

.map-current-point {
    display: block;
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.map-view-range {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#gaodeCanvas .amap-logo {
    display: none !important;
}

@media screen and (max-width: 768px) {
    #topBar {
        top: 0
    }

    .groups_box_sub_item {
        margin: 0 6px;
    }

    .thumb_box_item {
        width: 56px;
        height: 56px;
    }

    .thumb_box_item_none {
        height: 74px;
        line-height: 74px;
    }

    .thumb_scroll_box {
        height: 74px
    }

    .richText_box {
        height: calc(100% - 100px) !important
    }

    .richText_box img {
        max-width: 100%;
    }

    .van-image-preview {
        width: 100%;
    }

    .onegroup {
        height: 35px;
        margin-bottom: 0px
    }

    .bottom_box {
        text-align: center;
        bottom: 85px
    }

    .groups_box_item {
        padding: 2px 13px;
        margin: 0 3px;
        line-height: 20px;
        min-width: 80px;
        font-size: 12px;
    }

    .buttons_box {
        left: 50%;
        transform: translateX(-50%);
    }

    .buttons_box_item {
        margin: 0 10px;
    }

    .createPanoBtn {
        display: inline-block;
    }

    .guid-box {
        display: flex;
    }

    .support-box {
        bottom: 250px
    }

    .support-box .bottom {
        height: 30px
    }

    .support-box .item {
        margin-bottom: 6px;
    }

    .support-box-menu {
        margin-bottom: 10px;
    }

    .support-box-ico {
        width: 40px;
        height: 40px;
    }

    .support-box-menu .item .title {
        padding: 3px 12px;
        font-size: 12px;
    }

    .support-box .bottom.hide {
        left: -65%
    }

    #gaodeMapBox {
        width: 100px;
        height: 100px;
        top: 55px;
        right: -45px
    }

    .gaodeScaleMapBox {
        width: 100%;
        height: 100%
    }
}

/* 璁剧疆閬僵灞傜殑浣嶇疆銆佽儗鏅鑹层€侀€忔槑搴﹀拰楂樺害 */
.page-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 璁剧疆鑳屾櫙棰滆壊锛�0琛ㄧず閫忔槑锛�1琛ㄧず瀹屽叏涓嶉€忔槑 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page-mask .mask-body {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-mask .mask-body .intro {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 100px;
}

.page-mask .mask-body .intro img {
    max-width: 100px;
}

.page-mask .mask-body .content {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.page-mask .mask-body .content .tips {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}