
.flex-al {
  display: flex;
}
.gooleinfo_box {
  /* width: 280px; */
  height: 160px;
  /* position: absolute; */
  background-color: transparent !important;
  text-align: left;
  position: relative;
}
.baiduinfo_box {
  height: 160px;
  /* position: absolute; */
  background-color: transparent !important;
  text-align: left;
}
.gooleinfo {
  color: #fff;
  /*font-weight: bold;*/
  width: 310px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  background-color: var(--main-bg-color);
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  bottom: 0px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
}
.baiduinfo {
  color: #fff;
  /*font-weight: bold;*/
  width: 280px;
  font-size: 14px;
  background-color: var(--main-bg-color);
  position: absolute;
  bottom: 0px;
  padding: 10px;
  border-radius: 5px;
}
.boldText {
  /*font-weight: bold;*/
  font-size: 16px;
  min-width: 40px;
}
.boldText1 {
  flex: 1;
  display: flex;
  align-items: end;
  white-space: break-spaces;
}
.baiduinfo > div {
  width: 100%;
  line-height: 18px;
  margin-bottom: 2px;
  word-break: break-all;
}
.hint {
  color: #fff;
  font-size: 12px;
  /* word-wrap: break-word;
  word-break: keep-all; */
  white-space: break-spaces;
}
.address {
  color: #303030;
}
.sosjg {
  width: 79px;
  height: 92px;
}
.ckSOS {
  width: 31.5px;
  height: 36px;
}

.warp[data-v-033023bd] {
  height: 100%;
}
.warp .cententbox[data-v-033023bd] {
  padding: 10px 10px 6px 10px;
  height: calc(100% - 30px);
}
.warp .cententbox .persontextbox[data-v-033023bd] {
  height: 42px;
  border-bottom: 1px solid #ddd;
}
.warp .cententbox .persontextbox .persontext[data-v-033023bd] {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  font-size: 15px;
  color: #888;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #fff;
}
.warp .cententbox .disflex[data-v-033023bd] {
  display: flex;
  flex-direction: row;
}
.warp .cententbox .disflex.heaedercl[data-v-033023bd] {
  justify-content: space-between;
  background: #f0f0f0;
  margin: 8px 0;
  padding: 10px 0;
}
.warp .baidu-api[data-v-033023bd] {
  width: 100%;
  height: calc(100% - 110px);
  margin-top: 10px;
}

