/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-6b92a90f] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.search[data-v-6b92a90f] {
  width: 100%;
  height: 2.625rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.search i[data-v-6b92a90f] {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.5rem;
  position: absolute;
  left: 1.125rem;
  top: 0.525rem;
}
.search input[data-v-6b92a90f] {
  width: 14.75rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  font-size: 0.65rem;
  padding-left: 1.5rem;
}
.search span[data-v-6b92a90f] {
  flex: 1;
  text-align: right;
  font-size: 0.65rem;
  color: #999;
}
.search.city[data-v-6b92a90f] {
  justify-content: space-between;
}
.search.city .address[data-v-6b92a90f] {
  width: 4.25rem;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
}
.search.city .address[data-v-6b92a90f]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.3rem solid #333;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0;
  margin-left: 0.25rem;
}
.search.city i[data-v-6b92a90f] {
  position: relative;
  top: 0;
  left: 0;
}
.list[data-v-6b92a90f] {
  width: 100%;
  overflow: auto;
  flex: 1;
}
.list .no_data[data-v-6b92a90f] {
  text-align: center;
  line-height: 3.75rem;
  color: #999;
}
.list li[data-v-6b92a90f] {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  border-bottom: 1PX solid #eee;
  background-color: #fff;
  padding: 0.375rem 0;
}
.list li[data-v-6b92a90f]:last-child {
  border: 0;
}
.list li .check[data-v-6b92a90f] {
  width: 2.25rem;
  display: flex;
  justify-content: center;
}
.list li .check[data-v-6b92a90f] i {
  font-size: 0.75rem;
}
.list li .person[data-v-6b92a90f] {
  flex: 1;
  font-size: 0.65rem;
}
.list li .person p[data-v-6b92a90f] {
  line-height: 1.35rem;
}
.list li .person span[data-v-6b92a90f] {
  color: #999;
  font-size: 0.65rem;
  line-height: 0.9rem;
}
.list li .distance[data-v-6b92a90f] {
  width: 3.75rem;
  padding-right: 0.5rem;
  text-align: right;
  color: #999;
  font-size: 0.65rem;
}
.btn[data-v-6b92a90f] {
  width: 100%;
  height: 3rem;
  background: #fff;
  border-top: 1PX solid #eee;
}
.btn button[data-v-6b92a90f] {
  width: 17rem;
  height: 2rem;
  display: block;
  margin: 0.5rem auto 0;
  border-radius: 0.25rem;
  color: #fff;
  background: linear-gradient(to right, #e7476e 0%, #9332ba 100%);
}
.get_person_box[data-v-6b92a90f] {
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.get_person_box .title[data-v-6b92a90f] {
  width: 100%;
  height: 2.25rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.75rem;
}
.get_person_box .title p[data-v-6b92a90f] {
  font-size: 0.7rem;
}
.get_person_box .title span[data-v-6b92a90f] {
  font-size: 0.65rem;
  color: #999;
}
.get_person_box .list[data-v-6b92a90f] {
  width: 100%;
  max-height: 65vh;
  overflow: auto;
}
.get_person_box .list li[data-v-6b92a90f] {
  width: 100%;
  height: 2.25rem;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  border-bottom: 1PX solid #eee;
}
.get_person_box .list li .check[data-v-6b92a90f] {
  width: 2.25rem;
  display: flex;
  justify-content: center;
}
.get_person_box .list li .check[data-v-6b92a90f] i {
  font-size: 0.75rem;
}
.get_person_box .list li .person[data-v-6b92a90f] {
  flex: 1;
  display: flex;
}
.get_person_box .list li .person span[data-v-6b92a90f] {
  margin-left: 0.5rem;
  color: #999;
  font-size: 0.65rem;
}
.get_person_box .list li .distance[data-v-6b92a90f] {
  width: 3rem;
  text-align: center;
  color: #999;
  font-size: 0.65rem;
}

