/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.number_step[data-v-ce6ae0ac] {
  width: 4.325rem;
  height: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0.125rem;
  overflow: hidden;
  background-color: #fff;
}
.number_step .icon[data-v-ce6ae0ac] {
  width: 1rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_step .icon i[data-v-ce6ae0ac] {
  width: 0.9rem;
  height: 0.9rem;
  border: 1PX solid #d6437e;
  border-radius: 50%;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_step .icon .icon-minus[data-v-ce6ae0ac] {
  color: #d6437e;
}
.number_step .icon .icon-plus[data-v-ce6ae0ac] {
  color: #fff;
  border: 0;
  background: linear-gradient(to right, #e7476e 0%, #9332ba 100%);
}
.number_step .number[data-v-ce6ae0ac] {
  width: 1.25rem;
  height: 100%;
}
.number_step > div[data-v-ce6ae0ac] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_step .disabled[data-v-ce6ae0ac] {
  background: #ccc !important;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.goods_item[data-v-1fd0d368] {
  height: 4.8rem;
  width: 100%;
  display: flex;
  background-color: #fff;
}
.goods_item .img[data-v-1fd0d368] {
  width: 5.275rem;
  height: 4.8rem;
  flex-shrink: 0;
}
.goods_item .detail[data-v-1fd0d368] {
  flex: 1;
  padding: 0 0.375rem;
  width: 1PX;
}
.goods_item .detail h3[data-v-1fd0d368] {
  font-size: 0.65rem;
  line-height: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.goods_item .detail > p[data-v-1fd0d368] {
  line-height: 1.25rem;
  color: #b30404;
  font-size: 0.6rem;
}
.goods_item .detail .price[data-v-1fd0d368] {
  height: 1.675rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.goods_item .detail .price > p[data-v-1fd0d368] {
  font-size: 0.75rem;
  color: #b30404;
}
.goods_item .detail .price > p em[data-v-1fd0d368] {
  color: #999;
  text-decoration: line-through;
  font-size: 0.55rem;
}
.goods_item .detail .price > span[data-v-1fd0d368] {
  color: #999;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-65894155] {
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
}
.container .detail[data-v-65894155] {
  background: #fff;
}
.container .detail .goods_item[data-v-65894155] {
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}
.container .detail .goods_item .check[data-v-65894155] {
  width: 2.25rem;
  display: flex;
  justify-content: center;
}
.container .detail .goods_item .check[data-v-65894155] i {
  font-size: 0.75rem;
}
.container .detail .tip[data-v-65894155] {
  padding: 0 0.75rem;
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.6rem;
  color: #999;
  text-align: right;
}
.container .detail .tip span[data-v-65894155] {
  color: #b30404;
}
.container .cell[data-v-65894155] {
  margin-top: 0.5rem;
  background-color: #fff;
}
.container .cell .cell_item[data-v-65894155] {
  height: 2.5rem;
  width: 100%;
  padding: 0 0.75rem;
  font-size: 0.65rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  border-bottom: 1PX solid #eee;
}
.container .cell .cell_item .label[data-v-65894155] {
  width: 4rem;
}
.container .cell .cell_item .value[data-v-65894155] {
  flex: 1;
  position: relative;
}
.container .cell .cell_item .value span[data-v-65894155] {
  color: #b30404;
}
.container .cell .cell_item .into[data-v-65894155]::after {
  content: "\e71a";
  font-size: 0.7rem;
  color: #ccc;
  position: absolute;
  right: 0;
}
.container .cell .cell_item .placeholder[data-v-65894155] {
  color: #ccc;
}
.container .cell .cell_item input[data-v-65894155] {
  width: 12.5rem;
  height: 1.25rem;
}
.container .cell .upload[data-v-65894155] {
  padding: 0 0.5rem 0.5rem;
  display: flex;
}
.container .cell .upload .img_w[data-v-65894155] {
  position: relative;
  margin-right: 0.375rem;
}
.container .cell .upload .img_w[data-v-65894155]:last-child {
  margin-right: 0;
}
.container .cell .upload .img_w i[data-v-65894155] {
  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;
}
.container .cell .upload .img[data-v-65894155],
.container .cell .upload .input_file[data-v-65894155] {
  width: 4rem;
  height: 4rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.container .cell .upload .input_file[data-v-65894155] {
  border: 1PX dotted #d6d6d6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .cell .upload .input_file i[data-v-65894155] {
  font-size: 0.9rem;
  color: #ddd;
}
.container .cell .upload .input_file input[data-v-65894155] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.container .cell .cell_tip[data-v-65894155] {
  width: 100%;
  height: 1.9rem;
  background-color: #eee;
  color: #999;
  padding: 0 0.75rem;
  line-height: 1.9rem;
}
.submit[data-v-65894155] {
  display: block;
  width: 17rem;
  height: 2.15rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: #fff;
  margin: 1.25rem auto 0;
  background: linear-gradient(to right, #e64770 0%, #9031bc 100%);
}

