.toast-fade-enter-active {
  -webkit-animation: dialog-fade .3s;
  animation: dialog-fade .3s;
}

.toast-warp-vip-buy {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.toast-content {
  width: 4rem;
  display: block;
  font-family: DroidSansFallback;
  font-size: .24rem;
  line-height: .3rem;
  color: #fff;
  background: rgba(0,0,0,.8);
  padding: .1rem .2rem;
  border-radius: 1rem;
  text-align: center;
}

@-webkit-keyframes dialog-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dialog-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.buy-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99997;
  background-color: rgba(0,0,0,.7);
}

.buy-dialog .dialog-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.buy-dialog .dialog-body .title {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.buy-dialog .dialog-body .content {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  word-wrap: break-word;
  word-break: break-all;
}

.buy-dialog .dialog-body .cancel {
  position: absolute;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.buy-dialog .dialog-body .buy {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.buy-dialog .dialog-body .buy span.t {
  position: absolute;
  left: .4rem;
  top: .2rem;
  height: .6rem;
  line-height: .6rem;
  font-size: .42rem;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.buy-dialog .dialog-body .buy span.b {
  position: absolute;
  left: .4rem;
  top: .5rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .26rem;
  font-weight: 500;
}

.buy-dialog .dialog-body .close {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.param-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: rgba(0,0,0,.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.param-dialog .dialog-body {
  width: 5.6rem;
  height: 4.5rem;
  border-radius: .24rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.param-dialog .dialog-body .title {
  font-size: .32rem;
  color: #212121;
  text-align: center;
  display: block;
  margin-top: .4rem;
}

.param-dialog .dialog-body input {
  display: block;
  width: 4.8rem;
  height: .88rem;
  padding: .2rem 0;
  border-radius: .08rem;
  background-color: #f4f4f4;
  box-sizing: border-box;
  border: .01rem solid #f4f4f4;
  font-size: .28rem;
  color: #999;
  text-indent: .8em;
  box-shadow: none;
}

.param-dialog .dialog-body .operation {
  width: 5.6rem;
  height: .92rem;
  line-height: 0;
  box-sizing: border-box;
  border-top: .01rem solid #e7e7e7;
}

.param-dialog .dialog-body .operation .btnn {
  outline: none;
  border: none;
  background: none;
  display: inline-block;
  height: 100%;
  width: 50%;
  line-height: .92rem;
  font-size: .32rem;
  text-align: center;
  box-sizing: border-box;
}

.param-dialog .dialog-body .operation .btnn.cancel {
  color: #999;
  border-right: .01rem solid #e7e7e7;
}

.param-dialog .dialog-body .operation .btnn.confirm {
  color: #212121;
}

body>.picker {
  z-index: 10001;
}

.ogv-vip-buy-base {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease;
}

.ogv-vip-buy-base .license {
  position: absolute;
  word-break: break-all;
  word-wrap: break-word;
  transform-origin: 0 0;
  cursor: pointer;
}

.ogv-vip-buy-base .license .check-box {
  cursor: pointer;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ogv-vip-buy-base .license .license-item {
  text-decoration: none;
}

.ogv-vip-buy-base .btn-active {
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.ogv-vip-buy-base .btn-active.one-line {
  font-size: .26rem;
  text-align: center;
}

.ogv-vip-buy-base .btn-active.one-line span.t,
.ogv-vip-buy-base .btn-active.one-line span.b {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  transform: none;
  height: auto;
  line-height: 1;
  line-height: .4rem;
  font-size: .26rem;
  font-weight: 500;
}

.ogv-vip-buy-base .btn-active span.t {
  position: absolute;
  left: .4rem;
  top: .2rem;
  height: .6rem;
  line-height: .6rem;
  font-size: .42rem;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.ogv-vip-buy-base .btn-active span.b {
  position: absolute;
  left: .4rem;
  top: .5rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .26rem;
  font-weight: 500;
}
