/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.banner[data-v-4f08fe71] {
  width: 100%;
}
.banner img[data-v-4f08fe71] {
  width: 100%;
}
.cell[data-v-4f08fe71] {
  background-color: #fff;
}
.cell .address[data-v-4f08fe71] {
  padding: 0 0.875rem;
}
.cell .cell_item[data-v-4f08fe71] {
  width: 100%;
  min-height: 2.25rem;
  border-bottom: 1PX solid #eee;
  display: flex;
  align-items: center;
  font-size: 0.65rem;
}
.cell .cell_item .label[data-v-4f08fe71] {
  width: 5rem;
  padding-left: 0.5rem;
}
.cell .cell_item .label.require[data-v-4f08fe71]::before {
  content: "*";
  color: #dc3b40;
}
.cell .cell_item .value[data-v-4f08fe71] {
  flex: 1;
}
.cell .cell_item .placeholder[data-v-4f08fe71] {
  color: #ccc;
}
.cell .cell_item i[data-v-4f08fe71] {
  width: 1.25rem;
  font-size: 0.7rem;
  color: #ccc;
}
.cell .cell_item input[data-v-4f08fe71] {
  width: 12.5rem;
}
.cell .goods_des[data-v-4f08fe71] {
  flex-direction: column;
  align-items: flex-start;
}
.cell .goods_des .label[data-v-4f08fe71] {
  width: 8.75rem;
  line-height: 1.5rem;
  padding-top: 0.25rem;
}
.cell .goods_des textarea[data-v-4f08fe71] {
  width: 100%;
  height: 3.75rem;
  padding: 0.25rem 0.75rem;
}
.upload[data-v-4f08fe71] {
  padding: 0 0.5rem 0.5rem;
  display: flex;
}
.upload .img_w[data-v-4f08fe71] {
  position: relative;
  margin-right: 0.375rem;
}
.upload .img_w[data-v-4f08fe71]:last-child {
  margin-right: 0;
}
.upload .img_w i[data-v-4f08fe71] {
  width: 0.8rem;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 1.25rem;
  position: absolute;
  font-size: 0.55rem;
  right: 0.125rem;
  top: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload .img[data-v-4f08fe71],
.upload .input_file[data-v-4f08fe71] {
  width: 4rem;
  height: 4rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.upload .input_file[data-v-4f08fe71] {
  border: 1PX dotted #d6d6d6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload .input_file i[data-v-4f08fe71] {
  font-size: 0.9rem;
  color: #ddd;
}
.upload .input_file input[data-v-4f08fe71] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.btn[data-v-4f08fe71] {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
}
.btn button[data-v-4f08fe71] {
  width: 17rem;
  height: 2.15rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: #fff;
  background: linear-gradient(to right, #03b749 0%, #17a68c 100%);
}

