@charset "UTF-8";
/* //去掉高德地图logo */
[data-v-cb764e1c].amap-logo {
  display: none;
}

/* 去掉高德的版本号 */
[data-v-cb764e1c].amap-copyright {
  opacity: 0;
}
.map-tileLayer[data-v-cb764e1c] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  overflow: hidden;
}
.marker-box[data-v-cb764e1c] {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map[data-v-cb764e1c] {
  position: relative;
  overflow: hidden;
  height: 700px;
}
.container[data-v-cb764e1c] {
  width: 100%;
  height: 100%;
}
.map-handle[data-v-cb764e1c] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  /* background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1); */
}
.map-submit[data-v-cb764e1c] {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 6;
}

