/*场景提示文字信息-*/
.ProductTitle_title_Sy7vUb {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.ProductTitle_title_box_3ZFZMH {
    word-break: break-all;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    z-index: 4000;
    top: 102px;
    left: 0;
    right: 0;
}


/*开场引导图-*/
.wsyindao {
    position: fixed;
    z-index: 9999999;
    display: none
}

.wsyindao .systips {
    display: none
}

.wsyindao .systips:first-child {
    display: inline-block
}

.wsyindao .rotesb_img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    width: 50%;
    max-width: 400px;
}

@media screen and (max-width:750px) {
    .wsyindao .rotesb_img {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
        width: 50%;
        max-width: 400px;
    }
}


/*加载中样式*/
.ajax-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .5s;
    top: 0;
    left: 0;
    display: none;
}

.ajax-loading p {
    width: 100px;
    height: 100px;
    background: url('img/loading2.gif') no-repeat center;
    border-radius: 5px;
    background-color: #F9F9F9;
    color: #fff;
    font-size: 16px;
}


/*全景区域左侧导航栏*/
.leftMenu {
    position: absolute;
    left: 0px;
    height: 100vh;
    width: 275px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    margin-top: 5px;
    margin-left: 0%;
    top: 0;
    display: none;
}

.menuInfo {
    width: 218px;
    height: calc(100vh - 14px);
    display: inline-block;
    background: rgba(128, 25, 37, 0.6);
    border: 1px solid #F9CE85;
    border-top-width: 2px;
    border-bottom-width: 2px;
    backdrop-filter: blur(10px);
    border-top-width: 2px;
    border-bottom-width: 2px;
    overflow-y: auto;
}

.menuBtn {
    width: 55px;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    display: inline-block;
}

.roundBtn {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    background: rgba(128, 25, 37, 0.6);
    backdrop-filter: blur(5px);
    margin-left: -55px;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.roundBtn>div {
    width: 55px;
    display: flex;
    justify-content: center;
    margin: auto 0 auto 55px;
}

.roundBtn>div i {
    margin: auto 0;
    color: #fff !important;
}


.menuMainCon {
    background: url('img/Editor/menuBG.png') top 10px left 0 no-repeat;
    width: calc(100% - 40px);
    padding: 10px 20px 10px;
}

.menuTitle {
    line-height: 50px;
    color: #F9CE85;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.icon_location {
    background: url('img/Editor/icon_location.png') center no-repeat;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-right: 11.5px;
    margin-left: 25.5px;
}

.icon_work {
    background: url('img/Editor/icon_work.png') center no-repeat;
    width: 11px;
    height: 14px;
    display: inline-block;
    margin-right: 11.5px;
    margin-left: 25.5px;
}

.menuCon {
    padding: 0px;
}

.menuCon li {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    list-style: none;
    cursor: pointer;
}

.icon_right {
    background: url('img/Editor/icon_right.png') center no-repeat;
    width: 9px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.icon_left {
    background: url('img/Editor/icon_left.png') center no-repeat;
    width: 9px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}


.roundBtnnew {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    background: rgba(128, 25, 37, 0.6);
    backdrop-filter: blur(5px);
    margin-left: -55px;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    display: none;
}

.roundBtnnew>div {
    width: 55px;
    display: flex;
    justify-content: center;
    margin: auto 0 auto 55px;
}

.roundBtnnew>div i {
    margin: auto 0;
    color: #fff !important;
}