/*public*/
div,p,span{
    -webkit-user-select: none;  /* Chrome/Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE10 */
    user-select: none;          /* 标准属性 */
}
.rotate90{
    transform: rotate(90deg);
}
.heightauto{
    height: auto;
}
.flex{
    display: flex;
}
.alignc{
    align-items: center;
}
.jucenter{
    justify-content: center;
}
.juaround{
    justify-content: space-around;
}
.jubetween{
    justify-content: space-between;
}
/**/
.pano-button-nocheck{
    color: #fff;
    background-color: #2A2A2A;
}
.pano-button-nocheck:hover{
    color: #fff;
    background-color: #343434;
}
.h25{
    height: 28px;
    margin: 0 3px;
}
.mapsandbody{
    width: 100%;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: row;
    background-color: #1C1C1C;
}
.mapsand_left{
    position: relative;
    width: calc(100% - 260px);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
#newmapSJ:hover .dingweimap{
    display: block;
}
.bigemapbox{
    position: relative;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f7f7f7 !important;
}
.bigemapbox>div{
    width: 100%;
    height: 100%;
    position: absolute; top: 0; bottom: 0; 
    margin: auto;
    background-color: #f7f7f7 !important;
}
.mapsand_left_bottom{
    padding: 10px 0;
    background-color: #1C1C1C;
    width: 100%;
    min-height: 120px;
    display: flex;
    position: relative;
}
.shapanbox{
    flex: 1;
    overflow-x: auto;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.creatsand{
    cursor: pointer;
    flex: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.creatsand:hover{
    background-color: #343434 !important;
}
.mapsand_right{
    flex: 0 0 230px;
    width: 230px;
    min-width: 230px;
    height: 100%;
    margin: 0 10px;
}
.sandsamemodal{
    padding: 15px 15px 0;
    color: #333;
}
.sandtypemodal_title{
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.sandtypemodal_body{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.sandtypemodal_body>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 420px;
    border-radius: 6px;
    overflow: hidden;
}
.sandtypemodal_body>div{
    background: url('/static/editor/images/bg-mapsand.png') no-repeat;
    background-size: 100% 100%;
}
.mapsand_empty{
    background-image: url(../images/mapBg.png);
    align-items: center;
    justify-content: center;
}
.creadmapsand{
    width: 150px;
    height: 150px;
    background-color: #286EFA;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.creadmapsand:hover{
    background-color: #0055FF;
}
.mapsand_item{
    position: relative;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: url('../images/img-map-sm.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}
.mapsand_item_active{
    border: 2px solid #FA6400;
}
.mapsand_item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin: 5px;
}
.mapsand_itemtoptit{
    width: 26px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    background-color: #286EFA;
}
.mapsand_itemtopsandian{
    cursor: pointer;
    width: 20px;
    height: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.mapsand_itemtopsandian:hover{
    background-color:#286EFA;
}
.mapsand_itemtopsandian:hover svg path{
    fill: #FFFFFF;
}
.mapsand_item-bottom{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: default;
}
.mapsand_tool{
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: -68px;
    left: 0;
    z-index: 10000;
}
.mapsand_tool>p{
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.mapsand_tool>p:hover{
    background-color: #F8F8F8;
}
.addMarktoolbox{
    overflow: hidden;
    width: 230px;
    position: fixed;
    right: 10px;
    top: 145px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
}
.addMarktoolbox div{
    cursor: pointer;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.addMarktoolbox div:hover{
    background-color: #f7f7f7;
}
.rightmorenheight{
    height: calc(100% - 100px);
}
/*折叠box*/
.foldbox_container_item{
    padding: 10px 10px 0;
}
.fold_foldingpanel{
    padding: 10px;
}
.fold_itemtit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
/*切换tab*/
.publicTabChange{
    /* margin: 10px 10px 0; */
    padding: 2px;
    height: 35px;
    display: flex;
    border: 1px solid #666;
    border-radius: 5px;
    position: fixed;
    width: 240px;
    right: 10px;
    top: 50px;
    z-index: 9999;
    background: #2A2A2A;
}
.publicTabChange>div{
    cursor: pointer;
    width: 50%;
    border-radius: 5px;
    color: #9e9e9e;
    text-align: center;
    line-height: 29px;
}
.publicTabChange>div:hover{
    color: #fff;
}
.publicTabChange>div.active{
    background-color: #0057FF;
    color: #fff;
}
/*else*/
.fold_smtitle{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawstep1Start{
    margin: 10px;
    border-radius: 5px;
    background-color: #2A2A2A;
    padding: 15px 10px;
}
.mapsand_typecj_changebox{
    height: 70px;
    background-color: #1C1C1C;
    border: 1px solid #666;
    display: flex;
    align-items: center;
}
.mapsand_typecj_cjbox{
    width: 55px;
    height: 55px;
    background-color: #343434;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapsand_typecj_cjbox>img{
    width: 100%;
    height: 100%;
}
.Newdianbiaoji{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ContentBoxtit{
    position: absolute;
    text-align: center;
    line-height: 58px;
    background-color: #1C1C1C;
}
.bjhideshowbox,.bjtitle_showhidebox{
    display: none;
}
.roateimg{
    position:absolute;
    /* top:0; */
    cursor:ew-resize;
    z-index:-1;
    transition:all 0.2s;
    width: 114px;
    height: 114px;
}
.roateimg>img{
    width: 100%;
    height: 100%;
}
.dbjwarpbox{
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #F36264;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dbjwarpbox>img{
    width: 75%;
    height: 75%;
}
.dbjinnerbox{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #286EFA;
    border: 2px solid #FFFFFF;
}
.dbjtitlebox{
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
}
.biaojiLinebox{
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: relative;
}
.bjdSliderBox{
    margin-top: 15px;
}
.textFontBoxItems{
    cursor: pointer;
    padding: 4px 10px;
}
.minmaxmiaoshu{
    display: flex;
    justify-content: space-between;
    color: #999;
    margin-top: 15px;
    font-size: 12px;
}
.biaojicjsingle{
    width: 120px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    cursor: pointer;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
}
.biaojicjsingle:hover{
    background-color: #0055FF;
}
.biaojizhuandaobei{
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 10px;
    top: 10px;
    color: #fff;
}
.zhengbeideinfo{
    display: none;
    border-radius: 6px;
    padding: 4px;
    font-size: 12px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position:absolute;
    right:25px;
    white-space:nowrap;
}
.zhengbeidediv{
    border-radius: 6px;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.5);
}
.zhengbeidediv:hover{
    background-color:#0055FF;
}
.zhengbeidediv:hover ~ .zhengbeideinfo{
    display: block !important;
}
.markersitem{
    cursor: pointer;
    border: 1px solid #343434;
    background-color: #343434;
    padding: 0 10px;
    margin-top: 10px;
    height: 36px;
}
.markersitem:hover{
    background-color: #414040;
}
.markersitem_jiaohu{
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    flex-shrink:1;
}
.markersitem_name{
    font-size: 13px;
    width: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-left: 5px;*/
}
.markersitem_type_disnone,.disnone{
    display: none;
}
.markersitem_copy{
    margin: 0 5px;
}
.markersitem_copy:hover svg path{
    fill: #FFFFFF;
}
.cjbiaojiduoxuanbox{
    background-color: #1c1c1c;
    color: #aaa;
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    min-height: 70px;
    padding: 6px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.cjbiaojiduoxuanbox p{
    width: 100%;
    text-align: center;
    line-height: 70px;
}
.duocjitem{
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 2px 6px;
}
.duocjitem>div{
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.autosousuo_place{
    display: inline-flex;
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 15px;
}
.sousuo_place{
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    padding: 5px 10px;
    color: #1C1C1C;
    width: 300px;
    height: 30px;
}
.autosousuo_place>div{
    margin-left: 10px;
    width: 125px;
    height: 30px;
    background: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    color: #1C1C1C;
    cursor: pointer;
}
.amap-lib-infowindow-title,.amap-lib-infowindow-content{
    color: #1c1c1c !important;
}
.amap-marker-label{
    color: #1C1C1C !important;
}
.amap-icon{
    width: 100%!important;
    height: 100% !important;
}
.amap-icon>img{
    width: 100%!important;
    height: 100% !important;
}
.amap-marker-label{
    border: none;
    background-color: transparent;
    padding: 0;
}
.TrajectoryMotionn{
    width: 100%;
    height: 135px;
    border: 1px solid #2F2F2F;
    border-radius: 5px;
    background-color: #1C1C1C;
    padding: 8px 8px 0;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}
.TrajectoryMotionn div{
    cursor: pointer;
    width: 25%;
    max-height: 66px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.TrajectoryMotionn div.active{
    border: 2px solid #FA6400;
}
.TrajectoryMotionn div img{
    width: 100%;
    height: 100%;
}
.delmarker_modal{
    display: none;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ef2f2f;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.biaotibili{
    width: 90px;
    height: 32px;
    background-color: #1C1C1C;
    border-radius: 5px;
    position: relative;
}
.biaotibili p{
    flex: 1;
    text-align: center;
}
.biaotibili::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: rgba(204, 204, 204, 0.4);
    top: 7px;
    left: 50%;
}
.mark_plcz_bottom{
    display: none;
    width: 230px;
    position: fixed;
    bottom: 10px;
}
.addjiaohupic{
    width: 100%;
    display: flex;
}
.addjiaohupic a{
    flex: 0 0 70px;
    margin-left: -4px;
}
.addjiaohupic input{
    width: calc(100% - 70px);
    padding-left: 10px;
    color: #333;
}
.picfenzu_item{
    width: 100%;
    border-radius: 5px;
    background: #1c1c1c;
    border: 1px solid #343434;
    margin-top: 10px;
    padding: 5px;
}
.picfenzu_flexbox{
    display: flex;
    flex-wrap: wrap;
}
.picfenzu_item_info{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    font-size: 12px;
    color: #bbb;
}
.picfenzu_item_info>p{
    border-right: 1px solid #333;
}
.samestyle_picfenzu{
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.picfenzu_item_plus{
    width: 30%;
    height: 65px;
    background: #2A2A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.photoItem-containerItem2{
    position: relative;
    width: 30%;
    height: 65px;
    margin-bottom: 10px;
    margin-right: 6px;
    background-color: rgb(44, 44, 44);
}
.photoItem-containerItem2:hover .photoItem-Del{
    display: block;
}
.uploadpdfbox{
    width: 95%;
    background-color: #343434;
    padding: 0 10px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.uploadpdfbox p{
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}
.article_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.article_title{
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;  
    text-overflow: ellipsis;
}
.article_tool{
    margin-left: 10px;
}
.article_tool a{
    color: #d6d0d0;
    cursor: pointer;
}
/* 顶部样式 */
.menuwarp{
    position: relative;
    display: flex;
    height: 50px;
}
.NavbgBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.NavbgBox p{
    cursor: pointer;
    height: 100%;
    flex: 1;
    text-align: center;
    line-height: 50px;
}

.Navcenter-1{
    background-color: #010101;
    color: #fff;
    align-items: end;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.Navcenter-1 p{
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
}
.Navcenter-1 p.active,.Navcenter-1 p:hover{
    background-color: #F72B2A;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.Navcenter-2{
    height: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px #ccc;
}
.Navcenter-2 p{
    border-radius: 20px;
    line-height: 40px;
}
.Navcenter-2 p.active,.Navcenter-2 p:hover{
    color: #fff;
    background-image: linear-gradient(to right, #F2941C, #FF5D53);
}
.Navcenter-3{
    
}
.Navcenter-3 p{
    background: url('/360vr/vrtour/menuskin/nav-center-3.png') no-repeat center;
    background-size: 100% auto;
    color: #000;
}
.Navcenter-3 p.active,.Navcenter-3 p:hover{
    background: url('/360vr/vrtour/menuskin/nav-hover-3.png') no-repeat center;
    background-size: 100% auto;
    color: #fff;
}
.Navcenter-4 p{
    background: url('/360vr/vrtour/menuskin/nav-center-4.png') no-repeat center;
    background-size: 100% auto;
    color: #fff;
}
.Navcenter-4 p.active,.Navcenter-4 p:hover{
    background: url('/360vr/vrtour/menuskin/nav-hover-4.png') no-repeat center;
    background-size: 100% auto;
    color: #DD3600;
}
.Navcenter-5 p{
    background: url('/360vr/vrtour/menuskin/nav-center-5.png') no-repeat center;
    background-size: 100% auto;
    color: #000;
}
.Navcenter-5 p.active,.Navcenter-5 p:hover{
    background: url('/360vr/vrtour/menuskin/nav-hover-5.png') no-repeat center;
    background-size: 100% auto;
    color: #fff;
}