@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-2bb14c1e], .trans-slide-leave-to[data-v-2bb14c1e] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-2bb14c1e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-2bb14c1e] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-2bb14c1e], .trans-slide-right-leave-to[data-v-2bb14c1e] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-2bb14c1e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-2bb14c1e] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-2bb14c1e], .trans-slide-y-leave-to[data-v-2bb14c1e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-2bb14c1e] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-2bb14c1e] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-2bb14c1e], .trans-slide-y-300-leave-to[data-v-2bb14c1e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-2bb14c1e] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-2bb14c1e] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-2bb14c1e], .trans-fade-leave-to[data-v-2bb14c1e] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-2bb14c1e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-2bb14c1e] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-2bb14c1e], .trans-fade-fast-leave-to[data-v-2bb14c1e] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-2bb14c1e] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-2bb14c1e] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-2bb14c1e], .trans-bounce-leave-to[data-v-2bb14c1e] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-2bb14c1e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-2bb14c1e] {
  transition: all .3s linear;
}
.vipRecharge[data-v-2bb14c1e] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  padding-top: 1px;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.vipRecharge[data-v-2bb14c1e] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.vipRecharge[data-v-2bb14c1e] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.mdu-title[data-v-2bb14c1e] {
  font-size: 0.32rem;
  font-weight: 800;
  color: #222222;
}
.head[data-v-2bb14c1e] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3.4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: .24rem .24rem 0 .16rem;
  z-index: 0;
  box-sizing: border-box;
}
.head__userInfo[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
}
.head__userInfo__img[data-v-2bb14c1e] {
      margin-left: 0.08rem;
      width: 0.37rem;
      height: 0.37rem;
}
.head__avatar[data-v-2bb14c1e] {
    width: 0.84rem;
    height: 0.84rem;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
}
.head__name[data-v-2bb14c1e] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: .08rem;
    max-width: 5rem;
    font-size: .28rem;
    font-weight: 800;
    color: #222222;
}
.head__vipInfo[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.head__vipInfo__verStr[data-v-2bb14c1e] {
      display: inline-block;
      font-size: .24rem;
      transform: scale(0.86);
      font-weight: 800;
      color: #FF6A00;
      padding: 0 .08rem;
      border: 1px solid #FF6A00;
      border-radius: 4px;
      background: rgba(255, 106, 0, 0.1);
      line-height: 1.3;
}
.head__vipInfo__verStr--blue[data-v-2bb14c1e] {
        color: #1A8CFF;
        border: 1px solid #1A8CFF;
        background-color: rgba(26, 140, 255, 0.1);
}
.head__vipInfo__time[data-v-2bb14c1e] {
      font-size: .24rem;
      color: #222222;
}
.head-con[data-v-2bb14c1e] {
  display: flex;
}
.info-con[data-v-2bb14c1e] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.vipRight-con[data-v-2bb14c1e] {
  position: relative;
  width: 7.02rem;
  background: #FFFFFF;
  border-radius: 0.21rem;
  padding: .24rem;
  box-sizing: border-box;
  margin: .24rem .24rem 0 .24rem;
}
.vip-recharge[data-v-2bb14c1e] {
  position: relative;
  margin: 1.3rem .24rem 0 .24rem;
  background: #FFF;
  border-radius: 0.21rem;
  padding: .24rem;
}
.vip-list[data-v-2bb14c1e] {
  display: flex;
  flex-wrap: wrap;
}
.vip-item[data-v-2bb14c1e] {
  display: flex;
  flex-direction: column;
  width: 3.16rem;
  border-radius: 0.21rem;
  margin-top: .24rem;
}
.vip-item[data-v-2bb14c1e]:nth-child(2n) {
    margin-left: 0.22rem;
}
.vip-item__name[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.56rem;
    background: #FFF8E1;
    border-radius: 0.21rem 0.21rem 0 0;
    font-size: 0.28rem;
    font-weight: 800;
    color: #222222;
}
.vip-item__name--active[data-v-2bb14c1e] {
      background: #FFCC33;
}
.vip-item__give[data-v-2bb14c1e] {
    background: #F5F6FA;
    border-radius: 0.21rem;
    font-size: 0.24rem;
    color: #FF6A00;
    padding: 0.04rem 0.32rem;
}
.vip-item-detail[data-v-2bb14c1e] {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-bottom-left-radius: .21rem;
  border-bottom-right-radius: .21rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: .22rem;
}
.vip-item-detail--active[data-v-2bb14c1e] {
    border-color: #FFCC33;
}
.vip-item-pri[data-v-2bb14c1e] {
  display: flex;
  align-items: center;
  font-size: 0.48rem;
  font-weight: 800;
  color: #222222;
  line-height: 1;
  margin: .24rem 0 .24rem 0;
}
.vip-item-pri__char[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    background: #222222;
    border-radius: 50%;
    font-size: .24rem;
    font-weight: 800;
    color: #FFFFFF;
    flex-shrink: 0;
    transform: scale(0.82);
    margin-right: 0.06rem;
    margin-bottom: 0.02rem;
    align-self: flex-end;
    padding-top: 0.02rem;
}
.vip-item-pri__price[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DIN;
}
.vip-item-pri__detail[data-v-2bb14c1e] {
    display: flex;
    flex-direction: column;
    font-size: .24rem;
    transform: scale(0.83);
    color: #222222;
    font-weight: 400;
}
.vip-item-pri__detail--line[data-v-2bb14c1e] {
      text-decoration: line-through;
      margin-bottom: .04rem;
}
.vipInfo-intro[data-v-2bb14c1e] {
  margin: .24rem .48rem 0;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666666;
}
.table[data-v-2bb14c1e] {
  margin-top: .24rem;
  border: 1px solid #EEEEEE;
}
.table__head[data-v-2bb14c1e] {
    background: #FFF8E1;
    display: flex;
    align-items: center;
    height: 0.84rem;
    border-bottom: 1px solid #EEEEEE;
}
.table__row[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    height: 0.54rem;
    border-bottom: 1px solid #EEEEEE;
}
.table__row[data-v-2bb14c1e]:last-child {
      border-bottom: 0;
}
.table__col[data-v-2bb14c1e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.24rem;
    font-weight: 800;
    color: #222222;
    border-right: 1px solid #EEEEEE;
    height: 100%;
    flex-shrink: 1;
    width: 100%;
}
.table__col[data-v-2bb14c1e]:last-child {
      border-right: 0;
}
.table__col--width[data-v-2bb14c1e] {
      width: 1.94rem;
      flex-shrink: 0;
}
.table__col--font[data-v-2bb14c1e] {
      transform: scale(0.83);
      font-size: 0.24rem;
      color: #222222;
      font-weight: 400;
      line-height: 1;
}
.table__col--font2[data-v-2bb14c1e] {
      transform: scale(0.94);
      font-size: 0.24rem;
      color: #222222;
      line-height: 1;
}
.table__col__img[data-v-2bb14c1e] {
      width: 0.2rem;
}
.table__link[data-v-2bb14c1e] {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.83);
    font-size: 0.24rem;
    font-weight: 400;
    color: #FF6A00;
}

