/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.item[data-v-0b83b683] {
  display: flex;
  width: 100%;
  line-height: 1rem;
  font-size: 0.7rem;
  padding: 0 0.75rem;
}
.item[data-v-0b83b683]:not(:last-child) {
  margin-bottom: 0.25rem;
}
.item > span[data-v-0b83b683] {
  width: 5.5em;
  color: #999;
}
.item > em[data-v-0b83b683] {
  flex: 1;
  word-break: break-all;
  color: #444;
}
.item > em button[data-v-0b83b683] {
  font-size: 0.55rem;
  border: 1PX solid #ccc;
  color: #999;
  position: relative;
  top: -1PX;
  background-color: #fff;
}
.info[data-v-0b83b683] {
  position: relative;
  width: 100%;
  padding: 0.75rem 0;
  background-color: #fff;
}
.info > em[data-v-0b83b683] {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  line-height: 1;
  font-size: 0.7rem;
  color: #dc3b40;
}
.page > .picture[data-v-0b83b683] {
  background-color: #fff;
  margin-top: 0.55rem;
  padding: 0.75rem 0;
}
.page > .picture .tip[data-v-0b83b683] {
  color: #dc3b40;
  font-size: 0.6rem;
}
.page > .picture .img_list[data-v-0b83b683] {
  width: 100%;
  overflow: auto;
  margin: 0.5rem 0 1rem 0;
  padding: 0 0.75rem;
}
.page > .picture .img_list ul[data-v-0b83b683] {
  width: auto;
  display: flex;
}
.page > .picture .img_list ul .img[data-v-0b83b683] {
  min-width: 7.175rem;
  width: 7.175rem;
  height: 10rem;
  border-radius: 0.25rem;
  margin-right: 0.375rem;
}
.btn[data-v-0b83b683] {
  width: 100%;
  height: 2.125rem;
  display: flex;
  justify-content: space-around;
  padding: 0 0.5rem;
  position: fixed;
  bottom: 0.65rem;
  left: 0;
}
.btn button[data-v-0b83b683] {
  width: 7.5rem;
  height: 100%;
  border-radius: 0.2rem;
  border: 1PX solid #ccc;
  color: #333752;
  background-color: #fff;
}
.btn button[data-v-0b83b683]:last-child {
  border: 0;
  background-color: #ffd32d;
}
.btn button.long[data-v-0b83b683] {
  width: 16.5rem;
}
.upload-picture[data-v-0b83b683] {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
  transition: height 0.3s;
}
.upload-picture > p[data-v-0b83b683] {
  width: 100%;
  margin: 0.25rem 0 0.75rem 0;
  padding: 0 0.75rem;
  font-size: 0.65rem;
  color: #999;
}
.upload-picture .picture-list[data-v-0b83b683] {
  display: flex;
  width: 100%;
  padding: 0 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.upload-picture .picture-list .empty[data-v-0b83b683],
.upload-picture .picture-list .last[data-v-0b83b683] {
  flex-shrink: 0;
  width: 7.25rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.upload-picture .picture-list .picture[data-v-0b83b683] {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
.upload-picture .picture-list .picture .img[data-v-0b83b683] {
  width: 7.25rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  margin-right: 0.75rem;
  transition: all 0.3s;
  border: 1PX solid #ccc;
}
.upload-picture .picture-list .picture .img .picture[data-v-0b83b683] {
  width: 100%;
  height: 100%;
}
.upload-picture .picture-list .picture .img > img[data-v-0b83b683] {
  z-index: 5;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.25rem;
  right: 0.25rem;
}
.upload-picture .picture-list .picture .picture-list-enter[data-v-0b83b683],
.upload-picture .picture-list .picture .picture-list-leave-to[data-v-0b83b683] {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.upload-picture .picture-list .empty[data-v-0b83b683] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  position: relative;
  border: 1PX dashed #ccc;
  color: #999;
}
.upload-picture .picture-list .empty > input[data-v-0b83b683] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.upload-picture .picture-list .empty > i[data-v-0b83b683] {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
.upload-picture .picture-list .empty > span[data-v-0b83b683] {
  font-size: 0.6rem;
}
.upload-picture .picture-list .last[data-v-0b83b683] {
  width: 0.75rem;
}
.open-enter-active[data-v-0b83b683],
.open-leave-active[data-v-0b83b683] {
  height: 7.5rem;
}
.open-enter[data-v-0b83b683],
.open-leave-active[data-v-0b83b683] {
  height: 0;
}
.prompt-input[data-v-0b83b683] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 3rem;
  padding: 0 0.75rem;
}

