/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-123b3472] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list[data-v-123b3472] {
  flex: 1;
  overflow: auto;
}
.item[data-v-123b3472] {
  width: 100%;
  height: 3.5rem;
  padding-left: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #eee;
}
.item[data-v-123b3472]:first-child {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
.item[data-v-123b3472]:first-child::after {
  content: '';
  width: 100%;
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAKCAMAAADciStFAAAAe1BMVEXvbnKDu+H//////v7z+f3/+/vwdXmTxOXp8/rk8fnZ6vbT5vX98PHD3vGjzemcyef84uOLwOOIvuL5ysz0lpjyi47xfH/vcHT7/f6w1Oz73t/6z9H3trj2rrD0naD6/P7+9PS62e6p0Or85ueFveL609T4u731oqXxgoZyS2gpAAAA+UlEQVRYw+3Xxw7DQAgE0BTbce8lvbf//8Lc7VkspBxAYu/DPLQnFvQLyhV4yZL16hANaUZVyiWCKCZxWmayBxSMat4WMRpSBqMq3RJBFJO4LXT0iILehrdEhoak/bhLtUQQxSSEhYye1yC4LXhL3FG7303KNEsEUUxC/Q8V7XyU3PGWKC5oyGfaplkiiGISykJE+xQFM94SlYeGvEGdYokgiklIizs67FEw5i3xjNCQ1wD69EoEUUxCW9zZBgXDirdFgoY84K2tViKIYpIZizN6+setfUNDrl9YqFUiiGKSOYsr2qILd53zlsjhrd3iRqUSQRSTzP7PD7ebMh3dMOyaAAAAAElFTkSuQmCC);
  background-size: cover;
}
.item .address[data-v-123b3472] {
  flex: 1;
}
.item .address i[data-v-123b3472] {
  font-size: 0.75rem;
  color: #b30404;
  margin-right: 0.5rem;
}
.item .address > div[data-v-123b3472] {
  font-size: 0.65rem;
  height: 1.25rem;
  display: flex;
  padding-right: 0.25rem;
  align-items: center;
}
.item .address > div .label[data-v-123b3472] {
  width: 4.25rem;
  flex-shrink: 0;
}
.item .edit[data-v-123b3472] {
  width: 3rem;
  height: 2.5rem;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}
.item .edit p[data-v-123b3472] {
  line-height: 1.25rem;
}
.item .edit p[data-v-123b3472]:first-child {
  color: #2594e9;
}
.item .edit p[data-v-123b3472]:last-child {
  color: #b30404;
}
.btn[data-v-123b3472] {
  height: 3rem;
  background-color: #fff;
  border-bottom: 1PX solid #eee;
}
.btn button[data-v-123b3472] {
  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%);
}

