@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-33eafd62], .trans-slide-leave-to[data-v-33eafd62] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-33eafd62] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-33eafd62] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-33eafd62], .trans-slide-right-leave-to[data-v-33eafd62] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-33eafd62] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-33eafd62] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-33eafd62], .trans-slide-y-leave-to[data-v-33eafd62] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-33eafd62] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-33eafd62] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-33eafd62], .trans-slide-y-300-leave-to[data-v-33eafd62] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-33eafd62] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-33eafd62] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-33eafd62], .trans-fade-leave-to[data-v-33eafd62] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-33eafd62] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-33eafd62] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-33eafd62], .trans-fade-fast-leave-to[data-v-33eafd62] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-33eafd62] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-33eafd62] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-33eafd62], .trans-bounce-leave-to[data-v-33eafd62] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-33eafd62] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-33eafd62] {
  transition: all .3s linear;
}
.dataList[data-v-33eafd62] {
  padding: 0 .24rem;
}
.dataItem[data-v-33eafd62] {
  margin-top: .24rem;
}
.dataItem__head-bar[data-v-33eafd62] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dataItem__head-bar__left[data-v-33eafd62] {
      display: flex;
      align-items: center;
      width: 80%;
}
.dataItem__head-bar__left__text[data-v-33eafd62] {
        font-size: .32rem;
        color: #222222;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.dataItem__head-bar__left__icon[data-v-33eafd62] {
        flex-shrink: 0;
        width: 0.45rem;
        height: 0.45rem;
        margin-left: 0.08rem;
}
.dataItem__head-bar__detail[data-v-33eafd62] {
      display: flex;
      align-items: center;
      font-size: 0.32rem;
      color: #FF6A00;
}
.dataItem__info[data-v-33eafd62] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .24rem;
}
.dataItem__info--bottom[data-v-33eafd62] {
      padding: 0 .24rem;
      margin-bottom: .36rem;
}
.data-info[data-v-33eafd62] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.46rem;
  width: 2.3rem;
  margin-right: .06rem;
  border-radius: .21rem;
  margin-bottom: .1rem;
}
.data-info__shop[data-v-33eafd62] {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid #EEEEEE;
    margin-bottom: 0;
}
.data-info__shop[data-v-33eafd62]:nth-of-type(3n) {
      border-right: 0;
}
.data-info__shop[data-v-33eafd62]:nth-of-type(-n + 3) {
      border-bottom: 1px solid #EEEEEE;
}
.data-info--yellow[data-v-33eafd62] {
    background: rgba(255, 204, 51, 0.1);
}
.data-info[data-v-33eafd62]:nth-of-type(3n) {
    margin-right: 0;
}
.data-info__title[data-v-33eafd62] {
    font-size: .24rem;
    color: #222222;
}
.data-info__value[data-v-33eafd62] {
    font-size: .44rem;
    color: #222222;
    margin-top: .04rem;
}
.unfold[data-v-33eafd62] {
  display: flex;
  justify-content: center;
  margin-top: .22rem;
}
.unfold__btn[data-v-33eafd62] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    font-size: .24rem;
    color: #222222;
    border-radius: 1rem;
    padding: .1rem .36rem;
}
.unfold__btn__icon[data-v-33eafd62] {
      width: .36rem;
      height: .36rem;
}
.unfold__btn__icon--rotate[data-v-33eafd62] {
        transform: rotate(180deg);
        transition: transform 300ms ease;
}
.module-title[data-v-33eafd62] {
  padding: .24rem;
  background: #F5F6FA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-title__title[data-v-33eafd62] {
    font-size: 0.36rem;
    font-weight: 800;
    color: #222222;
}
.module-title__time[data-v-33eafd62] {
    font-size: 0.24rem;
    color: #666666;
}

@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-5122e3fc], .trans-slide-leave-to[data-v-5122e3fc] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-5122e3fc] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-5122e3fc] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-5122e3fc], .trans-slide-right-leave-to[data-v-5122e3fc] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-5122e3fc] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-5122e3fc] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-5122e3fc], .trans-slide-y-leave-to[data-v-5122e3fc] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-5122e3fc] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-5122e3fc] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-5122e3fc], .trans-slide-y-300-leave-to[data-v-5122e3fc] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-5122e3fc] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-5122e3fc] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-5122e3fc], .trans-fade-leave-to[data-v-5122e3fc] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-5122e3fc] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-5122e3fc] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-5122e3fc], .trans-fade-fast-leave-to[data-v-5122e3fc] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-5122e3fc] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-5122e3fc] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-5122e3fc], .trans-bounce-leave-to[data-v-5122e3fc] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-5122e3fc] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-5122e3fc] {
  transition: all .3s linear;
}
.revenue[data-v-5122e3fc] {
  padding-top: 1.84rem;
  padding-bottom: .24rem;
}
.calendar-bar[data-v-5122e3fc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .24rem;
  height: .9rem;
  background: #fff;
}
.calendar-bar__icon[data-v-5122e3fc] {
    height: .44rem;
    width: .44rem;
}
.calendar-bar__text[data-v-5122e3fc] {
    font-size: 0.32rem;
    font-weight: 400;
    color: #222;
}
.list-title[data-v-5122e3fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .24rem;
  background: #F5F6FA;
}
.list-title__left[data-v-5122e3fc] {
    display: flex;
    align-items: center;
}
.list-title__left__word[data-v-5122e3fc] {
      font-size: .32rem;
      font-weight: 800;
      color: #222222;
}
.list-title__time[data-v-5122e3fc] {
    font-size: .24rem;
    color: #666666;
}

