@charset "UTF-8";
@-webkit-keyframes ani-ellipsis-data-v-3cc220e6 {
from {
    width: 2px;
}
to {
    width: 20px;
}
}
@keyframes ani-ellipsis-data-v-3cc220e6 {
from {
    width: 2px;
}
to {
    width: 20px;
}
}

/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
/* 三角形 */
.trans-slide-enter[data-v-3cc220e6], .trans-slide-leave-to[data-v-3cc220e6] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-3cc220e6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-3cc220e6] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-3cc220e6], .trans-slide-right-leave-to[data-v-3cc220e6] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-3cc220e6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-3cc220e6] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-3cc220e6], .trans-slide-y-leave-to[data-v-3cc220e6] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-3cc220e6] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-3cc220e6] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-3cc220e6], .trans-slide-y-300-leave-to[data-v-3cc220e6] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-3cc220e6] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-3cc220e6] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-3cc220e6], .trans-fade-leave-to[data-v-3cc220e6] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-3cc220e6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-3cc220e6] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-3cc220e6], .trans-fade-fast-leave-to[data-v-3cc220e6] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-3cc220e6] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-3cc220e6] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-3cc220e6], .trans-bounce-leave-to[data-v-3cc220e6] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-3cc220e6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-3cc220e6] {
  transition: all .3s linear;
}
.praise_[data-v-3cc220e6] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.praise_[data-v-3cc220e6] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.praise_[data-v-3cc220e6] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.card-con-old[data-v-3cc220e6] {
  background: #FFF;
  border-radius: .21rem;
  margin: .24rem;
  padding: .32rem .24rem;
  padding: 0;
  overflow: hidden;
}
.praise_remind_con[data-v-3cc220e6] {
  background: #ffffff;
  padding: 0.32rem 0.24rem 0 0.24rem;
}
.praise_remind_sendTimeTip[data-v-3cc220e6] {
  font-size: 0.24rem;
  color: #999999;
  background: #fff;
  padding: 0.16rem 0.24rem 0.48rem 0.24rem;
}
.praise_remindTime_head[data-v-3cc220e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.praise_remindTime_head__title[data-v-3cc220e6] {
    font-size: 0.28rem;
    font-weight: 600;
    color: #222;
}
.praise_remind_time1[data-v-3cc220e6] {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.fun-tip[data-v-3cc220e6] {
  line-height: 0.4rem;
  color: #999999;
  padding: 0 0.24rem 0.24rem 0.24rem;
  font-size: 0.24rem;
}
.cell-input-con[data-v-3cc220e6] {
  display: flex;
  align-items: center;
  margin-top: 0.16rem;
}
.cell-input-con__input[data-v-3cc220e6] {
    width: 3.04rem;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0.04rem;
    padding: 0.12rem 0.16rem;
    font-size: 0.28rem;
    color: #cccccc;
    box-sizing: border-box;
}
.cell-input-con__link[data-v-3cc220e6] {
    font-size: 0.24rem;
    font-weight: 600;
    color: #ff6a00;
    margin-left: 0.16rem;
}
.cell-input-con__tip[data-v-3cc220e6] {
    top: 0.84rem;
    right: 0.24rem;
}
.sms[data-v-3cc220e6] {
  background: #fff;
}
.orderReminder-img[data-v-3cc220e6] {
  position: absolute;
  top: 0;
  height: 1px;
  width: 1px;
}
.mtShop[data-v-3cc220e6] {
  padding: 0 0.24rem;
}
.mtShop__title[data-v-3cc220e6] {
    font-size: 0.24rem;
    color: #666666;
}
.mtShop__input[data-v-3cc220e6] {
    margin-top: 0.16rem;
    width: 4.18rem;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0.04rem;
    padding: 0.12rem 0.16rem;
    font-size: 0.28rem;
    color: #cccccc;
    box-sizing: border-box;
}
.mtShop__intro[data-v-3cc220e6] {
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
}
.mtShop__intro__tip[data-v-3cc220e6] {
      font-size: 0.24rem;
      font-weight: 600;
      color: #666666;
}
.mtShop__guide[data-v-3cc220e6] {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666666;
}
.mtShop__tip[data-v-3cc220e6] {
    line-height: 0.4rem;
    color: #ff192d;
    background: #f5f6fa;
    border-radius: 0.16rem;
    padding: 0.24rem;
    margin-top: 0.36rem;
    display: flex;
}
.mtShop__tip__content[data-v-3cc220e6] {
      font-size: 0.24rem;
      transform: scale(0.95);
}
.mtShop__tip--weight[data-v-3cc220e6] {
      flex-shrink: 0;
      font-size: 0.24rem;
      font-weight: 600;
}
.card-con[data-v-3cc220e6] {
  background: #FFF;
  border-radius: .21rem;
  margin: .24rem;
  padding: .32rem .24rem;
  margin: 0 0.24rem 0.24rem;
  padding: 0.08rem 0.24rem 0.24rem;
}
.cell-con[data-v-3cc220e6] {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.24rem;
}
.cell[data-v-3cc220e6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.24rem 0;
}
.cell__tit[data-v-3cc220e6] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #222;
    font-weight: 400;
}
.cell__tip[data-v-3cc220e6] {
    color: #999999;
    font-size: 0.24rem;
}
.cell__input[data-v-3cc220e6] {
    padding: 0 0.12rem;
    width: 2rem;
    box-sizing: border-box;
}
.cell-border[data-v-3cc220e6] {
  position: relative;
}
.cell-border[data-v-3cc220e6]::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}
.res[data-v-3cc220e6] {
  margin: 0.32rem 0.24rem;
}
.res__tit[data-v-3cc220e6] {
  font-size: 0.36rem;
  font-weight: 600;
  color: #222222;
}
.res-tab[data-v-3cc220e6] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.24rem;
}
.res-tab__item[data-v-3cc220e6] {
  width: 2.26rem;
  height: 0.64rem;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  color: #222222;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-tab__item--active[data-v-3cc220e6] {
  background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
  font-weight: 600;
}
.res-data[data-v-3cc220e6] {
  margin-top: 0.12rem;
  padding: 0.32rem 0.36rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0.21rem;
}
.res-data-item[data-v-3cc220e6] {
  display: flex;
  flex-direction: column;
  width: 2.04rem;
  color: #222222;
}
.res-data-item__tit[data-v-3cc220e6] {
  font-size: 0.24rem;
}
.res-data-item__cnt[data-v-3cc220e6] {
  font-size: 0.44rem;
}
.reminder[data-v-3cc220e6] {
  padding: 0.7rem 0.24rem;
}
.reminder-item[data-v-3cc220e6] {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0.32rem 0.24rem;
}
.reminder-item__label[data-v-3cc220e6] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #222222;
}
.reminder-item__label__bind[data-v-3cc220e6] {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.16rem;
      font-size: 0.28rem;
}

