/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.center_point[data-v-7ad89dc7] {
  position: absolute;
  top: 53%;
  left: 46%;
  height: 0.8rem;
  width: 0.8rem;
}
.wrap_map[data-v-7ad89dc7],
.map[data-v-7ad89dc7] {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.addr_inf[data-v-7ad89dc7] {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
}
.addr_inf h3[data-v-7ad89dc7] {
  font-weight: bold;
  font-size: 0.4rem;
}
.addr_inf .btn[data-v-7ad89dc7] {
  display: block;
  width: 25%;
  margin: 0.725rem auto;
  line-height: 1.35rem;
  text-align: center;
  background-color: #dc3b40;
  color: #fff;
  border-radius: 0.2rem;
}
.sample[data-v-7ad89dc7] {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1PX solid #0c89e1;
  background: rgba(255, 255, 255, 0.7);
}
.sample .point[data-v-7ad89dc7] {
  position: absolute;
  top: 1.0625rem;
  left: 1.0625rem;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 50%;
  background: #0c89e1;
}

