@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-4f74ddad], .trans-slide-leave-to[data-v-4f74ddad] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-4f74ddad] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-4f74ddad] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-4f74ddad], .trans-slide-right-leave-to[data-v-4f74ddad] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-4f74ddad] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-4f74ddad] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-4f74ddad], .trans-slide-y-leave-to[data-v-4f74ddad] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-4f74ddad] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-4f74ddad] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-4f74ddad], .trans-slide-y-300-leave-to[data-v-4f74ddad] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-4f74ddad] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-4f74ddad] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-4f74ddad], .trans-fade-leave-to[data-v-4f74ddad] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-4f74ddad] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-4f74ddad] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-4f74ddad], .trans-fade-fast-leave-to[data-v-4f74ddad] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-4f74ddad] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-4f74ddad] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-4f74ddad], .trans-bounce-leave-to[data-v-4f74ddad] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-4f74ddad] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-4f74ddad] {
  transition: all .3s linear;
}
.lowPriceReminder[data-v-4f74ddad] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0.24rem;
}
.priceCon[data-v-4f74ddad] {
  background: rgba(255, 204, 51, 0.1);
  padding: .24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.priceCon__wordCon[data-v-4f74ddad] {
    width: 100%;
}
.priceCon__wordCon__res[data-v-4f74ddad] {
      font-size: 0.28rem;
      font-weight: 400;
      color: #FF192D;
      padding-bottom: .04rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
}
.priceCon__wordCon__res--green[data-v-4f74ddad] {
        color: #00BF7F;
}
.priceCon__wordCon__tip[data-v-4f74ddad] {
      font-size: 0.24rem;
      font-weight: 400;
      color: #666;
}
.priceCon__btn[data-v-4f74ddad] {
    width: 0.96rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.52rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
}
.priceCon__btn[data-v-4f74ddad] {
      position: relative;
}
.priceCon__btn[data-v-4f74ddad]::before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background-color: #F5F6FA;
      border-color: #F5F6FA;
      border-radius: inherit;
      transform: translate(-50%, -50%);
      opacity: 0;
      content: ' ';
      pointer-events: none;
}
.priceCon__btn[data-v-4f74ddad]:active::before {
      opacity: 0.1;
}
.priceCon__btn--not[data-v-4f74ddad] {
      background: transparent;
      position: relative;
}
.priceCon__btn--not[data-v-4f74ddad]::after {
        pointer-events: none;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 200%;
        height: 200%;
        border: 1px solid #979797;
        transform-origin: 0 0;
        transform: scale(0.5, 0.5);
        border-radius: 0.52rem;
        box-sizing: border-box;
}
.priceCon__btn__text[data-v-4f74ddad] {
      display: inline-block;
      font-size: 0.24rem;
      transform-origin: center center;
      transform: scale(0.83);
      font-weight: 800;
      color: #222;
}
.cellCon[data-v-4f74ddad] {
  padding: 0 .24rem .16rem .24rem;
  background: #FFF;
}
.cellCon_item[data-v-4f74ddad] {
  padding: .24rem 0;
  position: relative;
}
.cellCon_item[data-v-4f74ddad]::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}
.cellCon_item[data-v-4f74ddad]:last-child::after {
    height: 0;
}
.cellCon_item__top[data-v-4f74ddad] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cellCon_item_one[data-v-4f74ddad] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .24rem 0;
    position: relative;
}
.cellCon_item__leftLabel[data-v-4f74ddad] {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 0.28rem;
    font-weight: 800;
    color: #222;
}
.cellCon_item__title[data-v-4f74ddad] {
    font-size: 0.44rem;
    font-weight: 800;
    color: #222;
    padding-left: .24rem;
    display: block;
}
.cellCon_item__inputLabel[data-v-4f74ddad] {
    font-size: 0.28rem;
    font-weight: 800;
    color: #222;
}
.cellCon_item__freeTip[data-v-4f74ddad] {
    line-height: 1;
    margin-left: .16rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #FF6A00;
}
.cellCon_item__right[data-v-4f74ddad] {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #222;
}
.cellCon_item__right__input[data-v-4f74ddad] {
      margin: 0 .08rem;
      width: 1rem;
      height: 0.6rem;
      background: #FFFFFF;
      border: 1px solid #EEEEEE;
      border-radius: 1px;
      text-align: center;
      font-size: 0.32rem;
      font-weight: 800;
      color: #FF6A00;
      padding: .08rem;
      box-sizing: border-box;
}
.cellCon_item__bottom[data-v-4f74ddad] {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: 400;
    color: #666;
    margin-top: .08rem;
}
.cellCon_item__bottom__btn[data-v-4f74ddad] {
      width: 1.2rem;
      height: 0.56rem;
      background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
      border-radius: 0.52rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: .16rem;
      font-size: 0.24rem;
      font-weight: 800;
      color: #222;
}
.com-sms[data-v-4f74ddad] {
  background: #FFF;
}
.question_icon[data-v-4f74ddad] {
  margin-left: .16rem;
}
.fun-tip[data-v-4f74ddad] {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666666;
  padding: 0.12rem 0.24rem .24rem 0.24rem;
}
.cellCon_item_title[data-v-4f74ddad] {
  position: relative;
  padding-right: .24rem;
}

