* {
  padding: 0;
  margin: 0;
}

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *+height: 1%;
}

ul li {
  list-style: none outside none;
}

#fengMap {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.btn-group-vertical {
  position: absolute;
  left: 2%;
  bottom: 20%;
}

.container-fluid {
  position: absolute;
  left: 2%;
  bottom: 10%;
  line-height: 28px;
}

#prompt {
  position: absolute;
  left: 2%;
  bottom: 2%;
  padding: 10px 25px;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}

#prompt p {
  margin: 0 0 10px;
}

#prompt h3 {
  margin: 0 0 10px;
}

#panel-1 {
  position: absolute;
  left: 2%;
  bottom: 2%;
}

#control-panel {
  position: absolute;
  left: 2%;
  top: 2%;
}

.btns {
  position: absolute;
  left: 2%;
  bottom: 2%;
}

.btns button {
  display: block;
  margin-bottom: 10px;
}

.operating {
  position: absolute;
  left: 2%;
  bottom: 2%;
}

.operating button {
  display: block;
  margin-bottom: 10px;
}

/**
 * 底部搜索
 */

.bottomSearch {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.bottomSearch .dropdown-toggle {
  width: 60%;
  text-align: left;
  position: relative;
}

.bottomSearch .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.bottomSearch .dropup .dropdown-menu {
  left: 20%;
  max-height: calc(100vh - 200px);
  overflow: auto;
  width: 60%;
}

.bottomSearch .buildingInfo {
  overflow: auto;
  max-height: 500px;
}

/**
 * 分类搜素
 */

/* .categoryWrap {
  padding: 0 10px 0 10px;
  position: absolute;
  width: 100%;
  margin-top: 10px;
}

.shortcut-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
}

.shortcut-wrap ul.iconUl li {
  float: left;
  width: 19.8%;
  text-align: center;
  cursor: pointer;
}

.shortcut-wrap ul li:last-child {
  margin-right: 0;
}

.shortcut-wrap ul li .iconStyle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #065EB8;
}

.shortcut-wrap ul li .iconStyle i {
  font-size: 30px;
}

.shortcut-wrap ul li span {
  display: block;
}

.shortcut-wrap ul li span.floorInfo {
  color: #a1a1a1;
  font-size: 12px;
  margin-left: 10px;
  display: inline;
} */

/*文字气泡样式*/

.popover {
  z-index: 0;
}

/* domMarker样式 */
div.domMarker{
  width: auto !important;
  height: auto !important;
}
p.my-popup{
  background-color: rgba(255,255,255,0.9);
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  left: -30%;
  top: -33px;
}
p.my-popup i{
  display: inline-block;
  border-left:transparent solid 10px;
  border-right:transparent solid 10px;
  border-top:rgba(255,255,255,0.9) solid 10px;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
}