
.map-page[data-v-ef8037ce] {
  width: 100%;
  height: 100vh;
  position: relative;
}
.map-container[data-v-ef8037ce] {
  width: 100%;
  height: 100%;
}
.mqtt-demo[data-v-ef8037ce] {
  position: absolute;
  bottom: 0.96rem;
  left: 0.8rem;
  right: 0.8rem;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.42667rem;
  border-radius: 0.42667rem;
  box-shadow: 0 0.05333rem 0.26667rem rgba(0,0,0,0.2);
  /* display: none; */
}
.mqtt-demo h3[data-v-ef8037ce] {
  margin: 0 0 0.26667rem 0;
  font-size: 0.42667rem;
}
.mqtt-demo p[data-v-ef8037ce] {
  margin: 0.26667rem 0;
  padding: 0.21333rem;
  background: #f5f5f5;
  border-radius: 0.10667rem;
  word-break: break-all;
}
.mqtt-demo button[data-v-ef8037ce] {
  margin-right: 0.21333rem;
  padding: 0.16rem 0.32rem;
  border: none;
  border-radius: 0.10667rem;
  background: #1890ff;
  color: white;
  cursor: pointer;
}
.mqtt-demo button[data-v-ef8037ce]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.mqtt-demo button[data-v-ef8037ce]:hover:not(:disabled) {
  background: #40a9ff;
}

