/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.status[data-v-c77ae448] {
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  color: #dc3b40;
  padding: 0 0.75rem;
  font-size: 0.7rem;
}
.cell[data-v-c77ae448] {
  background-color: #fff;
}
.cell .address[data-v-c77ae448] {
  padding: 0 0.875rem;
}
.cell .cell_item[data-v-c77ae448] {
  width: 100%;
  height: 2.5rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  align-items: center;
  font-size: 0.65rem;
}
.cell .cell_item .label[data-v-c77ae448] {
  width: 5rem;
  padding-left: 0.5rem;
}
.cell .cell_item .label.require[data-v-c77ae448]::before {
  content: "*";
  color: #dc3b40;
}
.cell .cell_item .value[data-v-c77ae448] {
  flex: 1;
}
.cell .cell_item .placeholder[data-v-c77ae448] {
  color: #ccc;
}
.cell .cell_item i[data-v-c77ae448] {
  width: 1.25rem;
  font-size: 0.7rem;
  color: #ccc;
}
.upload[data-v-c77ae448] {
  margin-top: 0.5rem;
  background: #fff;
}
.upload .title[data-v-c77ae448] {
  line-height: 2.5rem;
  font-size: 0.65rem;
  padding-left: 0.75rem;
}
.upload ul[data-v-c77ae448] {
  width: 100%;
  padding: 0 0.625rem;
  display: flex;
  justify-content: space-between;
}
.upload ul li[data-v-c77ae448] {
  width: 5.05rem;
  padding-bottom: 0.625rem;
}
.upload ul li .image[data-v-c77ae448] {
  width: 5.05rem;
  height: 3.575rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1PX solid #eee;
  position: relative;
}
.upload ul li .image input[data-v-c77ae448] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.upload ul li .image img[data-v-c77ae448] {
  width: 3.9rem;
  height: 2.425rem;
}
.upload ul li p[data-v-c77ae448] {
  font-size: 0.65rem;
  line-height: 1.75rem;
  color: #999;
  text-align: center;
}
.disEdit[data-v-c77ae448] {
  position: relative;
}
.disEdit[data-v-c77ae448]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
button[data-v-c77ae448] {
  width: 17rem;
  height: 2rem;
  display: block;
  margin: 0.5rem auto 0;
  border-radius: 0.25rem;
  color: #fff;
  border-bottom: 0.5rem solid transparent;
  line-height: 2rem;
  background: linear-gradient(to right, #e7476e 0%, #9332ba 100%);
}

