/*.esri-view .esri-view-surface--inset-outline:focus::after{
  outline:none;
}*/
body,html{
  font-size:12px;
  font-family:"SourceHanSansSC-Medium","微软雅黑";
  width: 100%;
  height: 100%;
  overflow:hidden;
  /*background-color: rgba(38, 55, 76,.9);*/
}
*{
  margin:0;
  padding:0;
}
div{
  box-sizing: border-box;
}
.unselected
{
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.gratipStyle{
	pointer-events: none;
}

.bubblecss,.infotips,.infotips2,.bubblecss2{
  position: absolute;
  width: 150px;
  /*height: 70px;*/
  background-color:rgba(255,255,255,.9);
  text-align: center;
  font-size:14px;
  /*width: 474px;
  height: 74px;
  background:url(../images/tips/billboard_white.png) center center no-repeat;*/
  color:#333;
  font-weight: bold;
  border-radius: 3px;
  z-index: 10;
  pointer-events:none;
  
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.bubblecss2{
  width:auto;
  max-width: 400px;
  background-color:rgba(0,0,0,.5);
  color:#ffffff;
}
.bubble_close{
  position: relative;
    height: 20px;
}
.bubble_close_btn{
  font-size: 18px;
  width: 20px;
  position: absolute;
  height: 100%;
  right: 0px;
  cursor: pointer;
  pointer-events: auto;
}
.bubble_delete{
  pointer-events: auto;
  cursor: pointer;
  width: 60px;
  height: 25px;
  background: #1aadf6;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
}
.infotips{
  width:auto;
  height:auto;
}
.infotips2{
  width:auto;
  height:auto;
  background-color: transparent;
}
.bubblecsscont{
  position: relative;
  padding: 10px;
}
.bubble_trig,.bubble_trig2{
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: calc(50% - 10px);
  vertical-align: middle;
  border-top: 10px dashed rgba(255,255,255,.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: 1px 1px 80px rgba(0,0,0,0.25);
}
.bubble_trig2{
  border-top: 10px dashed rgba(0,0,0,.5);
}
.panovrInfopop,.panovrInfopopviewer{
  position: absolute;
  box-sizing: border-box;
  width:130px;
  height:185px;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
  transform: translate(-65px, -234px);
  border-radius: 3px;
  color:#fff;
  font-size: 12px;
}
.panovrInfopop::before,.panovrInfopopviewer::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 25px 50px rgb(0 0 0 / 20%);
  background: transparent;
  backdrop-filter: blur(10px);
  border-radius: 3px;
}
.panovrInfopop .imgpanel,.panovrInfopopviewer .imgpanel,.panovrInfopop .imgupload{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 83px;
  border-bottom:1px dashed #ffffff;
  overflow:hidden;
}
.panovrInfopop textarea,.popinfotextareaviewer{
  position: absolute;
  top: 85px;
  width: 100%;
  bottom: 0;
  padding: 5px;
  resize: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-family: 微软雅黑;
  font-size: 12px;
}
.popinfotextareaviewer{
  overflow: auto;
}
.panovrInfopop .imgupload .pluscont{
  position: absolute;
  width: 38px;
  height: 38px;
  left: calc(50% - 19px);
  top: calc(50% - 27px);
  line-height: 38px;
  text-align: center;
  border: 1px dashed #979797;
  color: #ffffff;
  cursor: pointer;
}
.panovrInfopop .imgupload .pluscont .addtext{
  position: absolute;
  width: 200%;
  bottom: -21px;
  line-height: 20px;
  left: -50%;
}
.panovrInfopop .imgupload .uploadinput{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.panovrInfopop .imgpanel .imgwrap,.panovrInfopopviewer .imgpanel .imgwrapviewer{
  position: relative;
  width:10000%;
  height:100%;
  transition: all .2s;
}
.panovrInfopop .imgpanel .imgwrap .imgitem,.panovrInfopopviewer .imgpanel .imgwrapviewer .imgitem{
  position: relative;
  float:left;
  width:1%;
  height:100%;
}
.panovrInfopop .imgpanel .imgwrap .imgitem img,.panovrInfopopviewer .imgpanel .imgwrapviewer .imgitem img{
  width:100%;
  height:100%;
}
/*.panovrInfopop::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: calc(50% - 10px);
  vertical-align: middle;
  border-top: 10px dashed rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: 1px 1px 80px rgb(0 0 0 / 25%);
}*/
.panoscrollleft,.panoscrollleftviewer{
  position: absolute;
  width: 15px;
  height: 15px;
  top:34px;
  left:1px;
  cursor: pointer;
  background: url(../images/panovr/left.png) center center / contain no-repeat;
  z-index: 100;
}
.panoscrollright,.panoscrollrightviewer{
  position: absolute;
  width: 15px;
  height: 15px;
  top:34px;
  right:1px;
  cursor: pointer;
  background: url(../images/panovr/right.png) center center / contain no-repeat;
  z-index: 100;
}
.panoimginxbar,.panoimginxbarviewer{
  position: absolute;
  width: 100%;
  height: 15px;
  bottom:-15px;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,.4);
  color:#fff;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  transition: all .2s;
}
.panovrInfopop .imgpanel:hover .panoimginxbar,.panovrInfopopviewer .imgpanel:hover .panoimginxbarviewer{
  bottom: 0;
}
.gratipStyle{
  position:fixed;
  z-index:100;
  left:-10000px;
  pointer-events:none;
}
.gratipcontent
{
  /*position: absolute;*/
  line-height: 25px;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  color: #000000;
  background-color: rgba(255,255,255,0.95);
  border-radius: 4px;
  box-shadow: -1px -1px 10px rgba(0,0,0,0.25),1px 1px 10px rgba(0,0,0,0.25);
}
.gratiptrig{
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: calc(50% - 10px);
  vertical-align: middle;
  border-top: 10px dashed rgba(255,255,255,0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-shadow: 1px 1px 80px rgba(0,0,0,0.25);
}