@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-0510c787], .trans-slide-leave-to[data-v-0510c787] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-0510c787] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-0510c787] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-0510c787], .trans-slide-right-leave-to[data-v-0510c787] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-0510c787] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-0510c787] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-0510c787], .trans-slide-y-leave-to[data-v-0510c787] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-0510c787] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-0510c787] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-0510c787], .trans-slide-y-300-leave-to[data-v-0510c787] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-0510c787] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-0510c787] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-0510c787], .trans-fade-leave-to[data-v-0510c787] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-0510c787] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-0510c787] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-0510c787], .trans-fade-fast-leave-to[data-v-0510c787] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-0510c787] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-0510c787] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-0510c787], .trans-bounce-leave-to[data-v-0510c787] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-0510c787] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-0510c787] {
  transition: all .3s linear;
}
.mtSellCusSer[data-v-0510c787] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
  padding: .24rem;
  text-align: center;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.mtSellCusSer[data-v-0510c787] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.mtSellCusSer[data-v-0510c787] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.mtSellCusSer__con[data-v-0510c787] {
    background: #FFF;
    border-radius: .21rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: .64rem;
}
.mtSellCusSer__con__tip[data-v-0510c787] {
      margin-top: .48rem;
      font-size: .32rem;
      font-weight: 800;
      color: #222222;
      text-align: center;
}
.mtSellCusSer__con__qrCode-con[data-v-0510c787] {
      margin-top: .32rem;
      text-align: center;
      width: 3.4rem;
      height: 3.4rem;
      border: 1px solid #EEEEEE;
      border-radius: .21rem;
      display: flex;
      align-items: center;
      justify-content: center;
}
.mtSellCusSer__con__qrCode[data-v-0510c787] {
      text-align: center;
      width: 3.2rem;
      height: 3.2rem;
}
.mtSellCusSer__con__info[data-v-0510c787] {
      margin-top: .36rem;
      font-size: .28rem;
      color: #222222;
}
.mtSellCusSer__con__info--bold[data-v-0510c787] {
        color: #222222;
        font-weight: 800;
}

