/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.completion_container[data-v-15a7c190] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.completion-progres[data-v-15a7c190] {
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #eee;
  border-radius: 100%;
  overflow: hidden;
}
.show-progres[data-v-15a7c190] {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
}
.show-progres > div[data-v-15a7c190] {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 87%;
  height: 87%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.show-progres > div p[data-v-15a7c190] {
  font-size: 0.7rem;
  line-height: 0.725rem;
  color: #ffce49;
}
.show-progres > div span[data-v-15a7c190] {
  font-size: 0.45rem;
  line-height: 0.55rem;
  color: #ffce49;
}
.sx1[data-v-15a7c190] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: rotate(0deg);
  clip: rect(0, 1.35rem, 2.7rem, 0);
  /*这个clip属性用来绘制半圆，在clip的rect范围内的内容显示出来，使用clip属性，元素必须是absolute的 */
  border-radius: 50%;
}
.sx2[data-v-15a7c190] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: rotate(0deg);
  clip: rect(0, 1.35rem, 2.7rem, 0);
  /*这个clip属性用来绘制半圆，在clip的rect范围内的内容显示出来，使用clip属性，元素必须是absolute的 */
  border-radius: 50%;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nodata[data-v-c687a0b4] {
  background-position: center 90%;
}
.select-item[data-v-c687a0b4] {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background: #fff;
  color: #999;
  font-size: 0.7rem;
}
.select-item[data-v-c687a0b4]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #bbbbbb;
}
.select-item .tit[data-v-c687a0b4] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 1.75rem;
}
.select-item .tit i[data-v-c687a0b4] {
  font-size: 0.5rem;
  transition: all 0.4s;
  margin-left: 0.175rem;
}
.select-item .tit.open[data-v-c687a0b4] {
  color: #333;
}
.select-item .tit.open i[data-v-c687a0b4] {
  transform: rotateZ(180deg);
}
.date-box[data-v-c687a0b4] {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 1.75rem;
  width: 100%;
  padding: 0.675rem 1.3rem;
  max-height: 12.5rem;
  background: #fff;
  z-index: 102;
}
.date-box .v-modal[data-v-c687a0b4],
.date-box .picker-toolbar[data-v-c687a0b4] {
  display: none !important;
}
.date-box .picker-item.picker-selected[data-v-c687a0b4] {
  color: #dc3b40 !important;
}
.date-box .picker3 .picker-items .picker-slot[data-v-c687a0b4]:nth-child(3) {
  display: none !important;
}
.date-box .btn[data-v-c687a0b4] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}
.date-box .btn .month-choose[data-v-c687a0b4] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1PX solid #ccc;
  width: 5.3rem;
  height: 1.3rem;
  border-radius: 0.7rem;
  color: #999;
  font-size: 0.65rem;
}
.date-box .btn .month-choose i[data-v-c687a0b4] {
  margin-left: 0.25rem;
}
.date-box .btn .yes[data-v-c687a0b4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  color: #fff;
  background-color: #dc3b40;
  font-size: 0.65rem;
}
.date-box .btn .no[data-v-c687a0b4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  border: 1PX solid #ccc;
  color: #999;
  font-size: 0.65rem;
  box-sizing: border-box;
}
.date-box .ri-date[data-v-c687a0b4] {
  color: #999;
  font-size: 0.65rem;
}
.date-box .ri-date .date[data-v-c687a0b4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date-box .ri-date span[data-v-c687a0b4] {
  position: relative;
  flex: 1;
  text-align: center;
  line-height: 1.6rem;
  color: #ccc;
  font-size: 0.75rem;
  border-bottom: 1PX solid #e5e5e5;
}
.date-box .ri-date span.clicked[data-v-c687a0b4] {
  color: #333;
  border-color: #dc3b40;
}
.date-box .ri-date span.hidden[data-v-c687a0b4] {
  color: #fff;
}
.date-box .ri-date span[data-v-c687a0b4]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0.75rem;
  color: #ccc;
}
.date-box .ri-date span[data-v-c687a0b4]:nth-child(1):before {
  content: '开始时间';
}
.date-box .ri-date span[data-v-c687a0b4]:nth-child(2):before {
  content: '结束时间';
}
.date-box .ri-date span.clear[data-v-c687a0b4]:before {
  display: none;
}
.date-box .yue-date[data-v-c687a0b4] {
  color: #999;
  font-size: 0.65rem;
}
.date-box .yue-date .date[data-v-c687a0b4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-box .yue-date span[data-v-c687a0b4] {
  position: relative;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.6rem;
  color: #ccc;
  font-size: 0.75rem;
  border-bottom: 1PX solid #e5e5e5;
}
.date-box .yue-date span.clicked[data-v-c687a0b4] {
  color: #333;
  border-color: #dc3b40;
}
.date-box .yue-date span[data-v-c687a0b4]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '选择月份';
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0.75rem;
  color: #ccc;
}
.date-box .yue-date span.clear[data-v-c687a0b4]:before {
  display: none;
}
.state-box[data-v-c687a0b4] {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 1.75rem;
  width: 100%;
  max-height: 12.5rem;
  background: #fff;
  z-index: 102;
}
.state-box li[data-v-c687a0b4] {
  padding-left: 1.25rem;
  line-height: 2.5rem;
  position: relative;
}
.state-box li[data-v-c687a0b4]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #bbbbbb;
}
.state-box li[data-v-c687a0b4]:first-child::before {
  border: 0;
}
.state-box li i[data-v-c687a0b4] {
  color: #dc3b40;
  font-size: 0.55rem;
  position: absolute;
  right: 0.5rem;
}
.more-box[data-v-c687a0b4] {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 1.75rem;
  width: 100%;
  max-height: 20rem;
  background: #fff;
  z-index: 102;
}
.more-box > div[data-v-c687a0b4] {
  padding: 1.05rem 0 0 1.05rem;
}
.more-box > div[data-v-c687a0b4]:last-child {
  position: relative;
}
.more-box > div[data-v-c687a0b4]:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #bbbbbb;
}
.more-box .caizhong[data-v-c687a0b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-box .caizhong ul[data-v-c687a0b4] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.675rem;
}
.more-box .caizhong li[data-v-c687a0b4] {
  width: 4.25rem;
  height: 1.65rem;
  font-size: 0.65rem;
  margin: 0 0.375rem 0.375rem 0;
  border: 1PX solid #ccc;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 1.65rem;
}
.more-box .caizhong li.checked[data-v-c687a0b4] {
  border-color: #dc3b40;
  color: #dc3b40;
}
.more-box .label[data-v-c687a0b4] {
  width: 3rem;
  color: #333;
  font-size: 0.65rem;
}
.more-box .info[data-v-c687a0b4] {
  padding-right: 1.05rem;
  padding-bottom: 1.05rem;
}
.more-box .info > div[data-v-c687a0b4] {
  display: flex;
  align-items: center;
}
.more-box .info label[data-v-c687a0b4] {
  width: 3rem;
  text-align: center;
  color: #333;
  font-size: 0.65rem;
}
.more-box .info input[data-v-c687a0b4] {
  flex: 1;
  height: 1.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0.5rem;
  border: 1PX solid #ccc;
  border-radius: 0.1rem;
  outline: none;
}
.more-box .btn[data-v-c687a0b4] {
  padding-left: 1.5rem;
  margin-top: 0.75rem;
  display: flex;
}
.more-box .btn span[data-v-c687a0b4] {
  width: 5.75rem;
  height: 1.75rem;
  border-radius: 0.125rem;
  line-height: 1.75rem;
  text-align: center;
  font-size: 0.75rem;
}
.more-box .btn .reset[data-v-c687a0b4] {
  margin-right: 2.5rem;
  border: 1PX solid #ccc;
  color: #999;
}
.more-box .btn .confirm[data-v-c687a0b4] {
  background-color: #dc3b40;
  color: #fff;
}
.mask[data-v-c687a0b4] {
  position: absolute;
  top: 4.375rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.scroll-list[data-v-c687a0b4] {
  width: 100%;
  flex: 1;
  position: relative;
  overflow: auto;
}
.list[data-v-c687a0b4] {
  width: 100%;
}
.list li[data-v-c687a0b4] {
  margin-top: 0.225rem;
  background: #fff;
}
.list li .top[data-v-c687a0b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.5rem;
  padding: 0 0.525rem;
}
.list li .name[data-v-c687a0b4] {
  color: #333;
  font-size: 0.7rem;
}
.list li .name em[data-v-c687a0b4] {
  font-size: 0.6rem;
}
.list li .time[data-v-c687a0b4] {
  color: #ccc;
  font-size: 0.6rem;
}
.list li .time.wait-public[data-v-c687a0b4] {
  color: #dc3b40;
}
.list li .bottom[data-v-c687a0b4] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3.625rem;
  padding-right: 0.75rem;
  position: relative;
}
.list li .bottom[data-v-c687a0b4]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #bbbbbb;
}
.list li .type[data-v-c687a0b4] {
  display: flex;
  width: 3.25rem;
  margin: 0 0.775rem;
  flex-direction: column;
  align-items: center;
}
.list li .type img[data-v-c687a0b4] {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.15rem;
}
.list li .type p[data-v-c687a0b4] {
  color: #333;
  font-size: 0.6rem;
}
.list li .state[data-v-c687a0b4] {
  display: flex;
  flex: 1;
}
.list li .state > div[data-v-c687a0b4] {
  padding-left: 0.625rem;
  position: relative;
}
.list li .state > div[data-v-c687a0b4]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-left: 1PX solid #bbbbbb;
}
.list li .state > div[data-v-c687a0b4]:nth-child(1) {
  width: 3.8rem;
}
.list li .state > div[data-v-c687a0b4]:nth-child(1)::before {
  border: 0;
}
.list li .state > div[data-v-c687a0b4]:nth-child(2) {
  width: 4.05rem;
}
.list li .state > div p[data-v-c687a0b4]:nth-child(1) {
  color: #999;
  font-size: 0.55rem;
}
.list li .state > div p[data-v-c687a0b4]:nth-child(2) {
  color: #333;
  font-size: 0.6rem;
  margin-top: 0.1rem;
}
.list li .state .wait[data-v-c687a0b4] {
  color: #f05a50;
  font-size: 0.7rem;
}
.list li .state .ing[data-v-c687a0b4] {
  color: #333;
  font-size: 0.7rem;
}
.list li .state .already[data-v-c687a0b4] {
  color: #ccc;
  font-size: 0.7rem;
}
.list li .state .time[data-v-c687a0b4] {
  color: #999;
  font-size: 0.6rem;
}
.list li .money[data-v-c687a0b4] {
  text-align: right;
}
.list li .money .money-num[data-v-c687a0b4] {
  font-size: 0.6rem;
}
.list li .money .money-num em[data-v-c687a0b4] {
  color: #f05a50;
  font-style: normal;
}
.list li .money .red-color[data-v-c687a0b4] {
  color: #f05a50;
  font-size: 0.65rem;
}
.list li i[data-v-c687a0b4] {
  width: 0.325rem;
  height: 0.525rem;
  font-size: 0.65rem;
  color: #999;
}
.fade-enter-active[data-v-c687a0b4],
.fade-leave-active[data-v-c687a0b4] {
  transition: opacity 0.4s;
}
.fade-enter[data-v-c687a0b4],
.fade-leave-to[data-v-c687a0b4] {
  opacity: 0;
}
.out-enter-active[data-v-c687a0b4] {
  transition: all 0.4s;
}
.out-enter[data-v-c687a0b4],
.out-leave-to[data-v-c687a0b4] {
  max-height: 0;
}

