#shopMapContainer[data-v-541b3fde], #shopMapContainerBig[data-v-541b3fde] {
  width: 100%;
  height: 100%;
}
#shopMapContainerBig[data-v-541b3fde] {
  background: #fff;
}
.map-wrapper[data-v-541b3fde] {
  height: 260px;
}
.operate[data-v-541b3fde] {
  text-align: right;
  font-size: 14px;
  color: #267EFF;
  cursor: pointer;
  margin: 10px 0 16px;
}
.operate .hideMap[data-v-541b3fde] {
  position: relative;
  z-index: 99;
}
.overaly-map[data-v-541b3fde] {
  position: absolute;
  width: 100%;
  height: calc(100% - 55px);
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 10px;
  bottom: 0;
  z-index: 9;
  padding: 72px 39px 175px;
  box-sizing: border-box;
}
