* {
  margin: 0;
  padding: 0;
}
html,
body,
#container {
  width: 100vw;
  height: 100vh;
}
.amap-indoormap-floorbar-control.is-mobile .select-dock {
  display: none;
}
.amap-indoormap-floorbar-control.is-mobile .floor-list-box {
  height: unset !important;
}
.amap-indoormap-floorbar-control .floor-list-box {
  max-height: unset !important;
}
.floor-list {
  margin: unset !important;
}
.floor-list .floor-list-item.selected div {
  background: #1890ff;
  color: #fff !important;
}
#button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  gap: 1px;
  border-radius: 6px;
  overflow: hidden;
  width: 17rem;
}
#button > div {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  background: #1890ff;
}
#button .refsh {
  text-align: center;
}
.mark {
  font-size: 0.9rem;
  display: flex;
  text-align: center;
  color: #1b420e;
  flex-direction: column;
}
.mark .aaa {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px #1b420e solid;
}
.dw {
  width: 2.5rem;
}
.amap-indoormap-floorbar-control {
  display: none !important;
}
/*# sourceMappingURL=index.css.map */