/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.header-options > i[data-v-2e655ea4] {
  margin-left: 0.25rem;
  font-size: 0.6rem;
  transition: all 0.3s linear;
}
.header-options > i.show[data-v-2e655ea4] {
  transform: rotate(180deg);
}
.order-type[data-v-2e655ea4] {
  width: 100%;
  background-color: #fff;
}
.order-type p[data-v-2e655ea4] {
  height: 2rem;
  border-bottom: 1PX solid #eee;
  padding: 0 0.75rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 2rem;
}
.order-type p.head_active[data-v-2e655ea4] {
  color: #b30404;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-type p.head_active[data-v-2e655ea4]::after {
  content: "\e7d9";
  color: #b30404;
}
.nav_list[data-v-2e655ea4] {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  overflow: auto;
  background: #fff;
  border-bottom: 1PX solid #eee;
}
.nav_list li[data-v-2e655ea4] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  color: #999;
}
.nav_list li.active[data-v-2e655ea4] {
  color: #fbd131;
}
.nav_list li.active[data-v-2e655ea4]::after {
  content: "";
  width: 70%;
  height: 0.1rem;
  background-color: #fbd131;
  position: absolute;
  bottom: 0.125rem;
  left: 15%;
}
.list[data-v-2e655ea4] {
  padding-top: 0.5rem;
}
.list li[data-v-2e655ea4] {
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.list li .code[data-v-2e655ea4] {
  height: 1.825rem;
  line-height: 1.825rem;
  display: flex;
  padding: 0 0.75rem;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #666;
  border-bottom: 1PX solid #eee;
}
.list li .code span[data-v-2e655ea4] {
  color: #b30404;
}
.list li .goods[data-v-2e655ea4] {
  width: 100%;
  padding: 0 0.75rem;
  font-size: 0.65rem;
}
.list li .total[data-v-2e655ea4] {
  font-size: 0.65rem;
  height: 2.25rem;
  border-bottom: 1PX solid #eee;
  padding: 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list li .total span[data-v-2e655ea4] {
  width: 2.5rem;
  height: 100%;
  line-height: 2.25rem;
  text-align: center;
}
.list li .total p[data-v-2e655ea4] {
  flex: 1;
  text-align: right;
}
.list li .total p em[data-v-2e655ea4] {
  color: #b30404;
}
.list li .btns[data-v-2e655ea4] {
  width: 100%;
  padding: 0 0.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.list li .btns button[data-v-2e655ea4] {
  width: 4.05rem;
  height: 1.35rem;
  margin: 0.45rem 0;
  font-size: 0.6rem;
  border: 1PX solid #eee;
  margin-left: 0.625rem;
  background: #fff;
  border-radius: 0.675rem;
  color: #444;
}
.list li .btns button[data-v-2e655ea4]:last-child {
  border-color: #b30404;
  color: #b30404;
}
.get_person_box[data-v-2e655ea4] {
  background-color: #fff;
  padding-bottom: 0.25rem;
}
.get_person_box .title[data-v-2e655ea4] {
  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-2e655ea4] {
  font-size: 0.7rem;
}
.get_person_box .title span[data-v-2e655ea4] {
  font-size: 0.65rem;
  color: #999;
}
.get_person_box .list[data-v-2e655ea4] {
  width: 100%;
  max-height: 65vh;
  overflow: auto;
}
.get_person_box .list li[data-v-2e655ea4] {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  border-bottom: 1PX solid #eee;
  padding-left: 0.75rem;
}
.get_person_box .list li .check[data-v-2e655ea4] {
  width: 2.25rem;
  display: flex;
  justify-content: center;
}
.get_person_box .list li .check[data-v-2e655ea4] i {
  font-size: 0.75rem;
}
.get_person_box .list li .person[data-v-2e655ea4] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.get_person_box .list li .person span[data-v-2e655ea4] {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.get_person_box .list li .person p[data-v-2e655ea4] {
  color: #999;
  font-size: 0.65rem;
}
.get_person_box .list li .distance[data-v-2e655ea4] {
  width: 3rem;
  text-align: center;
  color: #999;
  font-size: 0.65rem;
}
.get_person_box button[data-v-2e655ea4] {
  width: 17rem;
  height: 2rem;
  display: block;
  margin: 1rem auto 0;
  border-radius: 0.25rem;
  color: #fff;
  background: linear-gradient(to right, #e7476e 0%, #9332ba 100%);
}

