@-webkit-keyframes activity-toast-show {
  0% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
  }

  75% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
    transform: scale(1.08) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes activity-toast-show {
  0% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
  }

  75% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
    transform: scale(1.08) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes activity-toast-hide {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  25% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
    transform: scale(1.08) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
  }
}

@keyframes activity-toast-hide {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  25% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
    transform: scale(1.08) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
  }
}

.activity-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.08rem;
  border-radius: 0.05rem;
  font-size: 0.14rem;
  color: #fff;
  display: inline-block;
  z-index: 19999;
}

.activity-toast-transition-enter {
  opacity: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.activity-toast-transition-enter-active {
  opacity: 1;
  -webkit-transition: 0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: activity-toast-show 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: activity-toast-show 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activity-toast-transition-exit {
  opacity: 1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.activity-toast-transition-exit-active {
  opacity: 0;
  -webkit-transition: 0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: activity-toast-hide 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: activity-toast-hide 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.act-component-button{width:100%;height:100%;display:block;text-align:center}.act-component-button .act-button-a{display:table;width:100%;height:100%;text-decoration:none;cursor:pointer;outline:'none';background-size:cover;background-repeat:no-repeat;background-position:center;line-height:100%}.act-component-button span{display:table-cell;width:100%;height:100%;vertical-align:middle}


.activity-pendant[data-v-2964abc9] {
  height: 100%;
  margin: 0 auto;
}
.activity-pendant-box[data-v-2964abc9] {
  position: relative;
}
.activity-pendant-button[data-v-2964abc9] {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: .3s opacity ease-in-out;
}
.activity-pendant-button-followed[data-v-2964abc9] {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: .3s opacity ease-in-out;
}
.activity-pendant-followed .activity-pendant-button[data-v-2964abc9] {
  opacity: 0;
}
.activity-pendant-followed .activity-pendant-button-followed[data-v-2964abc9] {
  opacity: 1;
}

.activity-pendant[data-v-fe71fa92] {
  height: 100%;
  margin: 0 auto;
}
.activity-pendant-box[data-v-fe71fa92] {
  position: relative;
}
.activity-pendant-button[data-v-fe71fa92] {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: .3s opacity ease-in-out;
}
.activity-pendant-button-followed[data-v-fe71fa92] {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: .3s opacity ease-in-out;
}
.activity-pendant-followed .activity-pendant-button[data-v-fe71fa92] {
  opacity: 0;
}
.activity-pendant-followed .activity-pendant-button-followed[data-v-fe71fa92] {
  opacity: 1;
}

.activity-follow>a[data-v-2964abc9] {
  text-decoration: none;
  color: #212121;
}
.activity-follow-custom[data-v-2964abc9] {
  width: auto !important;
}
.activity-follow-custom .activity-follow-buttons[data-v-2964abc9] {
  margin: 0 auto;
}
.activity-follow-face[data-v-2964abc9] {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: .04rem solid #fff;
}
.activity-follow-name[data-v-2964abc9] {
  display: block;
}
.activity-follow-buttons[data-v-2964abc9] {
  position: relative;
}
.activity-follow-button[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: .26rem;
}
.activity-follow-button-followed[data-v-2964abc9] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.activity-follow-followed .activity-follow-button-followed[data-v-2964abc9] {
  opacity: 1;
}
.activity-follow-followed .activity-follow-button-default[data-v-2964abc9] {
  opacity: 0;
}
.activity-follow-button-default.dft[data-v-2964abc9] {
  background-color: #fb7299;
  color: #fff;
  border-radius: .08rem;
  text-align: center;
}
.activity-follow-button-followed.dft[data-v-2964abc9] {
  background-color: #e7e7e7;
  color: #999;
  border-radius: .08rem;
  text-align: center;
}
.activity-follow-col-small[data-v-2964abc9] {
  width: 2rem;
  margin: 0 auto;
}
.activity-follow-col-small .activity-follow-face[data-v-2964abc9] {
  width: .96rem;
  height: .96rem;
  margin: 0 auto;
}
.activity-follow-col-small .activity-follow-name[data-v-2964abc9] {
  box-sizing: content-box;
  line-height: 1;
  margin: 0 auto;
  width: 2rem;
  font-size: .24rem;
  height: .34rem;
  padding: .1rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.activity-follow-col-small .activity-follow-buttons[data-v-2964abc9] {
  margin: 0 auto;
  line-height: .48rem;
}
.activity-follow-col-small .activity-follow-buttons.dft[data-v-2964abc9] {
  width: 1.32rem;
  height: .48rem;
}
.activity-follow-col-large[data-v-2964abc9] {
  width: 2.4rem;
  margin: 0 auto;
}
.activity-follow-col-large .activity-follow-face[data-v-2964abc9] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
}
.activity-follow-col-large .activity-follow-name[data-v-2964abc9] {
  box-sizing: content-box;
  padding: .08rem 0 .16rem;
  margin: 0 auto;
  width: 2.4rem;
  font-size: .24rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activity-follow-col-large .activity-follow-buttons[data-v-2964abc9] {
  margin: 0 auto;
  line-height: .48rem;
}
.activity-follow-col-large .activity-follow-buttons.dft[data-v-2964abc9] {
  width: 1.6rem;
  height: .48rem;
}
.activity-follow-row-small[data-v-2964abc9] {
  display: flex;
  align-items: center;
  width: 7.02rem;
  margin: 0 auto;
}
.activity-follow-row-small .activity-follow-face[data-v-2964abc9] {
  width: .6rem;
  height: .6rem;
  margin-right: .2rem;
}
.activity-follow-row-small .activity-follow-name[data-v-2964abc9] {
  line-height: .6rem;
  width: 4.9rem;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.activity-follow-row-small .activity-follow-buttons.dft[data-v-2964abc9] {
  width: 1.32rem;
  height: .48rem;
}
.activity-follow-row-small .activity-follow-button-default.dft[data-v-2964abc9],
.activity-follow-row-small .activity-follow-button-followed.dft[data-v-2964abc9] {
  line-height: .48rem;
  font-size: .26rem;
}
.activity-follow-row-large[data-v-2964abc9] {
  display: flex;
  align-items: center;
  width: 7.02rem;
  margin: 0 auto;
}
.activity-follow-row-large .activity-follow-face[data-v-2964abc9] {
  width: .96rem;
  height: .96rem;
  margin-right: .2rem;
}
.activity-follow-row-large .activity-follow-name[data-v-2964abc9] {
  line-height: .96rem;
  width: 4.24rem;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.activity-follow-row-large .activity-follow-buttons[data-v-2964abc9] {
  line-height: .6rem;
}
.activity-follow-row-large .activity-follow-buttons.dft[data-v-2964abc9] {
  width: 1.6rem;
  height: .6rem;
}

.activity-follow>a[data-v-fe71fa92] {
  text-decoration: none;
  color: #212121;
}
.activity-follow-custom[data-v-fe71fa92] {
  width: auto !important;
}
.activity-follow-custom .activity-follow-buttons[data-v-fe71fa92] {
  margin: 0 auto;
}
.activity-follow-face[data-v-fe71fa92] {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: .04rem solid #fff;
}
.activity-follow-name[data-v-fe71fa92] {
  display: block;
}
.activity-follow-buttons[data-v-fe71fa92] {
  position: relative;
}
.activity-follow-button[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: .26rem;
}
.activity-follow-button-followed[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.activity-follow-followed .activity-follow-button-followed[data-v-fe71fa92] {
  opacity: 1;
}
.activity-follow-followed .activity-follow-button-default[data-v-fe71fa92] {
  opacity: 0;
}
.activity-follow-button-default.dft[data-v-fe71fa92] {
  background-color: #fb7299;
  color: #fff;
  border-radius: .08rem;
  text-align: center;
}
.activity-follow-button-followed.dft[data-v-fe71fa92] {
  background-color: #e7e7e7;
  color: #999;
  border-radius: .08rem;
  text-align: center;
}
.activity-follow-col-small[data-v-fe71fa92] {
  width: 2rem;
  margin: 0 auto;
}
.activity-follow-col-small .activity-follow-face[data-v-fe71fa92] {
  width: .96rem;
  height: .96rem;
  margin: 0 auto;
}
.activity-follow-col-small .activity-follow-name[data-v-fe71fa92] {
  box-sizing: content-box;
  line-height: 1;
  margin: 0 auto;
  width: 2rem;
  font-size: .24rem;
  height: .34rem;
  padding: .1rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.activity-follow-col-small .activity-follow-buttons[data-v-fe71fa92] {
  margin: 0 auto;
  line-height: .48rem;
}
.activity-follow-col-small .activity-follow-buttons.dft[data-v-fe71fa92] {
  width: 1.32rem;
  height: .48rem;
}
.activity-follow-col-large[data-v-fe71fa92] {
  width: 2.4rem;
  margin: 0 auto;
}
.activity-follow-col-large .activity-follow-face[data-v-fe71fa92] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto;
}
.activity-follow-col-large .activity-follow-name[data-v-fe71fa92] {
  box-sizing: content-box;
  padding: .08rem 0 .16rem;
  margin: 0 auto;
  width: 2.4rem;
  font-size: .24rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activity-follow-col-large .activity-follow-buttons[data-v-fe71fa92] {
  margin: 0 auto;
  line-height: .48rem;
}
.activity-follow-col-large .activity-follow-buttons.dft[data-v-fe71fa92] {
  width: 1.6rem;
  height: .48rem;
}
.activity-follow-row-small[data-v-fe71fa92] {
  display: flex;
  align-items: center;
  width: 7.02rem;
  margin: 0 auto;
}
.activity-follow-row-small .activity-follow-face[data-v-fe71fa92] {
  width: .6rem;
  height: .6rem;
  margin-right: .2rem;
}
.activity-follow-row-small .activity-follow-name[data-v-fe71fa92] {
  line-height: .6rem;
  width: 4.9rem;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.activity-follow-row-small .activity-follow-buttons.dft[data-v-fe71fa92] {
  width: 1.32rem;
  height: .48rem;
}
.activity-follow-row-small .activity-follow-button-default.dft[data-v-fe71fa92],
.activity-follow-row-small .activity-follow-button-followed.dft[data-v-fe71fa92] {
  line-height: .48rem;
  font-size: .26rem;
}
.activity-follow-row-large[data-v-fe71fa92] {
  display: flex;
  align-items: center;
  width: 7.02rem;
  margin: 0 auto;
}
.activity-follow-row-large .activity-follow-face[data-v-fe71fa92] {
  width: .96rem;
  height: .96rem;
  margin-right: .2rem;
}
.activity-follow-row-large .activity-follow-name[data-v-fe71fa92] {
  line-height: .96rem;
  width: 4.24rem;
  font-size: .28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.activity-follow-row-large .activity-follow-buttons[data-v-fe71fa92] {
  line-height: .6rem;
}
.activity-follow-row-large .activity-follow-buttons.dft[data-v-fe71fa92] {
  width: 1.6rem;
  height: .6rem;
}

.lottery-apple-item[data-v-3a987beb],
.lottery-apple-item p[data-v-3a987beb] {
  padding: 0;
  margin: 0;
}
.lottery-apple[data-v-3a987beb] {
  position: relative;
  padding: 0;
  height: 100%;
}
.lottery-apple-wrap[data-v-3a987beb] {
  padding: 0.1rem;
  box-sizing: border-box;
  background: #e4e4e4 center / cover no-repeat;
  border-radius: 0.12rem;
}
.lottery-apple-item[data-v-3a987beb] {
  box-sizing: border-box;
  width: 33%;
  height: 33%;
  display: inline-block;
  background: #f7f7f7;
  text-align: center;
  font-size: 0.24rem;
  position: absolute;
  border-radius: 0.24rem;
  overflow: hidden;
}
.lottery-apple-item[data-v-3a987beb]:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: 0.24rem;
  width: 100%;
  height: 100%;
  border: 0.08rem solid rgba(255,255,255,0);
  transition: .2s ease-in-out;
}
.lottery-apple-item-image[data-v-3a987beb] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 100%;
  background-color: #fff;
  border-radius: 0.24rem;
}
.lottery-apple-item p[data-v-3a987beb] {
  color: #a4a4a4;
  line-height: 0.56rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lottery-apple-item-active[data-v-3a987beb]:after {
  border-color: #FB7299;
}
.lottery-apple-wait .lottery-apple-item-active[data-v-3a987beb]:after {
  border-color: rgba(255,255,255,0);
}
.lottery-apple-slotbtn[data-v-3a987beb] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: center / contain no-repeat;
  cursor: pointer;
}
.lottery-apple-slotbtn img[data-v-3a987beb] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lottery-dialog[data-v-68232618] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.7);
}
.lottery-dialog-content[data-v-68232618] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lottery-dialog-close[data-v-68232618] {
  position: absolute;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  top: 0.2rem;
  right: 0.16rem;
  cursor: pointer;
}
.lottery-dialog-close[data-v-68232618]:before,
.lottery-dialog-close[data-v-68232618]:after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #757575;
  position: absolute;
  left: -0.06rem;
  top: 0.16rem;
}
.lottery-dialog-close[data-v-68232618]:before {
  transform: rotate(45deg);
}
.lottery-dialog-close[data-v-68232618]:after {
  transform: rotate(-45deg);
}
.lottery-dialog-b .lottery-dialog-close[data-v-68232618] {
  top: auto;
  right: auto;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 0.02rem solid rgba(255,255,255,0.5);
  width: 0.6rem;
  height: 0.6rem;
}
.lottery-dialog-b .lottery-dialog-close[data-v-68232618]:before,
.lottery-dialog-b .lottery-dialog-close[data-v-68232618]:after {
  background: #fff;
  left: 0.1rem;
  top: 0.28rem;
}
.lottery-gift[data-v-68232618] {
  background: #fff;
  border-radius: 0.24rem;
}
.lottery-gift-list[data-v-68232618] {
  display: flex;
  flex-wrap: wrap;
  max-height: 4.04rem;
  overflow-y: auto;
}
.lottery-gift-list-box[data-v-68232618] {
  padding: 0 0.4rem 0.46rem;
  box-sizing: border-box;
  width: 5.6rem;
  background: #f7f7f7 center / cover no-repeat;
  border-radius: 0.24rem 0.24rem 0 0;
}
.lottery-gift-list-box>h2[data-v-68232618] {
  height: 1.32rem;
  line-height: 1.32rem;
  font-size: 0.36rem;
  color: #212121;
  text-align: center;
}
.lottery-gift-item[data-v-68232618] {
  color: #7a7a7a;
  width: 1.6rem;
  margin-bottom: 0.13rem;
  flex-shrink: 0;
}
.lottery-gift-item>p[data-v-68232618] {
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05rem;
  white-space: nowrap;
  overflow-x: hidden;
}
.lottery-gift-item-image[data-v-68232618] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #fff url("//activity.hdslb.com/blackboard/static/20191120/b8f2b74d0482aed61472c7065dc1ed56/8YQeWiKe.png") center/0.86rem 0.86rem no-repeat;
  border-radius: 0.24rem;
  border: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-gift-panel[data-v-68232618] {
  padding-top: 0.46rem;
  padding-bottom: 0.46rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 0.24rem 0.24rem;
}
.lottery-gift-panel-share[data-v-68232618] {
  width: 2.8rem;
  font-size: 0.32rem;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #fff;
  background: #FB7299;
  border-radius: 0.44rem;
  text-align: center;
  margin: 0 auto 0.46rem;
}
.lottery-gift-panel>p[data-v-68232618] {
  font-size: 0.28rem;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.lottery-gift-panel>p a[data-v-68232618] {
  color: #FB7299;
}
.lottery-gift-single[data-v-68232618] {
  width: 5.6rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.46rem 0;
  text-align: center;
}
.lottery-gift-single-image[data-v-68232618] {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  margin: 0 auto;
}
.lottery-gift-single>h2[data-v-68232618] {
  font-size: 0.32rem;
  color: #212121;
  font-weight: normal;
  margin: 0 0 0.12rem;
}
.lottery-gift-single>p[data-v-68232618] {
  color: #999;
  font-size: 0.26rem;
  line-height: 1.5;
}
.lottery-gift-single>p>b[data-v-68232618] {
  color: #feae5b;
  margin-left: 0.05rem;
}
.lottery-gift-single>a[data-v-68232618] {
  display: block;
  font-size: 0.32rem;
  background: #FB7299;
  width: 2.8rem;
  height: 0.88rem;
  color: #fff;
  line-height: 0.88rem;
  border-radius: 0.44rem;
  text-align: center;
  margin: 0.46rem auto 0;
}
.lottery-record-panel[data-v-3fa7ecd1] {
  font-size: 0.28rem;
  width: 100%;
  height: 0.88rem;
  color: #212121;
  background: #f7f7f7 center / contain no-repeat;
  border-radius: 0.24rem;
  position: relative;
  box-sizing: border-box;
  border: 0.02rem solid rgba(151,151,151,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.26rem;
}
.lottery-record-panel-times[data-v-3fa7ecd1] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-record-panel-times>b[data-v-3fa7ecd1] {
  font-size: 0.48rem;
  color: #fb7299;
  margin: 0 0.12rem;
}
.lottery-dialog[data-v-03c6d9b2] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  overflow-y: auto;
  background: #f4f4f4;
}
.lottery-dialog-content[data-v-03c6d9b2] {
  width: 100%;
  min-height: 100%;
  background: #f4f4f4;
}
.lottery-dialog-close[data-v-03c6d9b2] {
  position: absolute;
  z-index: 2;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  top: 0.29rem;
  left: 0.24rem;
  border: 0.04rem solid #757575;
  border-width: 0 0 0.04rem 0.04rem;
  transform: rotate(45deg);
}
.lottery-history[data-v-03c6d9b2] {
  text-align: center;
  border-radius: 0.12rem;
  color: #212121;
  background: #f4f4f4;
}
.lottery-history-title[data-v-03c6d9b2] {
  background: #fff;
  font-size: 0.32rem;
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 0.01rem solid #f4f4f4;
}
.lottery-history-list[data-v-03c6d9b2] {
  margin: 0;
  padding: 1.2rem 0.24rem 0.32rem;
  box-sizing: border-box;
  list-style: none;
}
.lottery-history-item[data-v-03c6d9b2] {
  height: 1.68rem;
  background: #fff;
  border-radius: 0.24rem;
  border: 0.01rem solid rgba(151,151,151,0.15);
  margin-bottom: 0.2rem;
  position: relative;
  padding: 0.24rem 0.24rem 0.24rem 1.68rem;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
}
.lottery-history-item>p[data-v-03c6d9b2] {
  font-size: 0.26rem;
  margin: 0;
  padding: 0;
}
.lottery-history-item>span[data-v-03c6d9b2] {
  font-size: 0.24rem;
  display: block;
  color: #999;
}
.lottery-history-item-btn[data-v-03c6d9b2] {
  cursor: pointer;
  font-size: 0.26rem;
  position: absolute;
  top: 50%;
  right: 0.24rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  background: #fb7299;
  border-radius: 0.3rem;
  transition: background-color .3s ease-in-out;
}
.lottery-history-item-btn-disable[data-v-03c6d9b2] {
  border: 0.02rem solid #C0C0C0;
  color: #505050;
  background: #fff;
}
.lottery-history-item-image[data-v-03c6d9b2] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff url("//activity.hdslb.com/blackboard/static/20191120/b8f2b74d0482aed61472c7065dc1ed56/8YQeWiKe.png") center/0.86rem 0.86rem no-repeat;
  border-radius: 0.24rem;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-history-item-result[data-v-03c6d9b2] {
  color: #acacac;
}
.lottery-history-item-result>b[data-v-03c6d9b2] {
  font-weight: normal;
  color: #2281b7;
  cursor: pointer;
}
.lottery-history-item-result>b[data-v-03c6d9b2]:hover {
  text-decoration: underline;
}
.lottery-history-hint[data-v-03c6d9b2] {
  color: #999;
  font-size: .24rem;
  line-height: 1.5;
  margin: .24rem 0 0 0;
  padding-bottom: 1.68rem;
}
.lottery-dialog-address-mask[data-v-03c6d9b2] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-dialog-address-content[data-v-03c6d9b2] {
  width: 5.6rem;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.32rem 0 0;
}
.lottery-dialog-address-content>p[data-v-03c6d9b2] {
  font-size: 0.26rem;
  line-height: 1.5;
  padding: 0 0.24rem 0.3rem;
  border-bottom: 0.01rem solid #e7e7e7;
  color: #999;
}
.lottery-dialog-address-content>a[data-v-03c6d9b2] {
  display: block;
  text-align: center;
  height: 0.98rem;
  line-height: 0.98rem;
  font-size: 0.32rem;
  color: #fb7299;
}
.lottery-winner[data-v-1ecd1199] {
  background: #f7f7f7 center / cover no-repeat;
  border-radius: 0.24rem;
  margin-top: 0.46rem;
  border: 0.02rem solid rgba(151,151,151,0.15);
  box-sizing: border-box;
}
.lottery-winner-hasbg .lottery-winner-title[data-v-1ecd1199] {
  background: transparent;
}
.lottery-winner-title[data-v-1ecd1199] {
  position: relative;
  box-sizing: border-box;
  border-radius: 0.24rem 0.24rem 0 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  padding-left: 0.24rem;
  color: #212121;
  background: #fff;
  font-weight: bold;
  border-bottom: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-winner-title>a[data-v-1ecd1199] {
  font-size: 0.26rem;
  padding-right: 0.24rem;
  color: #999;
  position: absolute;
  font-weight: normal;
  top: 0;
  right: 0.3rem;
  cursor: pointer;
  transition: color .3s ease-in-out;
}
.lottery-winner-title>a[data-v-1ecd1199]:hover {
  color: gray;
}
.lottery-winner-title>a[data-v-1ecd1199]:after {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-0.08rem);
  border: 0.02rem solid #999;
  border-width: 0.02rem 0.02rem 0 0;
}
.lottery-winner-content[data-v-1ecd1199] {
  font-size: 0.24rem;
  height: 1.76rem;
  box-sizing: border-box;
  padding: 0.2rem 0.24rem;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 0.24rem 0.24rem;
}
.lottery-winner-list[data-v-1ecd1199] {
  line-height: 0.36rem;
  height: 5.2rem;
  -webkit-animation: 15s activity-lottery-slider-data-v-1ecd1199 linear infinite;
  animation: 15s activity-lottery-slider-data-v-1ecd1199 linear infinite;
  list-style: none;
}
@-webkit-keyframes activity-lottery-slider-data-v-1ecd1199 {
to {
    transform: translateY(-5.2rem);
}
}
@keyframes activity-lottery-slider-data-v-1ecd1199 {
to {
    transform: translateY(-5.2rem);
}
}
.lottery-winner-list>li[data-v-1ecd1199] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lottery-winner-list>li>span[data-v-1ecd1199] {
  color: #a4a4a4;
  padding: 0 0.1rem;
}
@-webkit-keyframes opacity-animation {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes item-animation {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }

  50% {
    transform: translateY(20%);
    opacity: 0;
  }

  70% {
    transform: translateY(-6%);
    opacity: 1;
  }

  85% {
    transform: translateY(4%);
  }

  90% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes item-animation {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }

  50% {
    transform: translateY(20%);
    opacity: 0;
  }

  70% {
    transform: translateY(-6%);
    opacity: 1;
  }

  85% {
    transform: translateY(4%);
  }

  90% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(0);
  }
}

.bili-share-aimation {
  transition: all 0.3s;
}

.bili-share-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10055;
  background-color: transparent;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue', 'Hiragino Sans GB', sans-serif;
}

.bili-share-wrap * {
  padding: 0;
  margin: 0;
}

.bili-share-wrap .hidden {
  display: none;
}

.bili-share-wrap.hidden {
  display: none;
}

.bili-share-wrap.wechat {
  background: rgba(0,0,0,0.5) url("https://static.hdslb.com/mobile/img/wx_guide.png") top center no-repeat;
  background-size: contain;
}

.bili-share-wrap .share-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4em 0;
  transform: translateY(100%);
}

.bili-share-wrap .share-box .share-box-content {
  font-size: 0.32em;
  line-height: 2em;
  text-align: center;
}

.bili-share-wrap .share-box .share-box-content i {
  background: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv64.png") no-repeat center;
  width: 2.4em;
  height: 2em;
  display: inline-block;
  vertical-align: top;
  background-size: 100%;
}

.bili-share-wrap .share-box .share-box-content p {
  font-size: 0.9em;
  color: #999;
  text-align: center;
}

.bili-share-wrap .share-box .share-box-cancel {
  border: 0.01rem solid #ddd;
  border-radius: 0.3em;
  width: 94%;
  display: block;
  line-height: 2.75em;
  color: #999;
  font-size: 0.32em;
  text-align: center;
  margin: 0.16em auto 0;
}

.bili-share-wrap.show-box {
  background-color: rgba(0,0,0,0.5);
}

.bili-share-wrap.show-box .share-box {
  transform: translateX(0);
}

.bili-share-wrap.show-box .share-box .share-box-list {
  -webkit-animation-name: item-animation;
  animation-name: item-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.bili-share-wrap.show-box .share-box .share-box-list li {
  -webkit-animation-name: item-animation;
  animation-name: item-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.bili-share-wrap .share-box-list {
  text-align: left;
  letter-spacing: -.34em;
}

.bili-share-wrap .share-box-list li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
}

.bili-share-wrap .share-box-list li:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.bili-share-wrap .share-box-list li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.bili-share-wrap .share-box-list li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.bili-share-wrap .share-box-list li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.bili-share-wrap .share-box-list li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.bili-share-wrap .share-box-list li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@media only screen and (max-width: 500px) {
  .bili-share-wrap .share-box-list li {
    width: 25%;
  }
}

@media only screen and (min-width: 500px) {
  .bili-share-wrap .share-box-list li {
    width: 20%;
  }
}

.bili-share-wrap .share-box-list .share-box-item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  float: none;
  margin-bottom: 0.3em;
  width: 100%;
}

.bili-share-wrap .share-box-list .share-box-item span {
  color: #333;
  font-size: 0.29em;
  line-height: 2em;
  display: block;
}

.bili-share-wrap .share-box-list .icon {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0 auto;
  background: center/contain no-repeat;
}

.bili-share-wrap .share-box-list .icon.icon_weibo {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv74.png");
}

.bili-share-wrap .share-box-list .icon.icon_weixin {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/z4pomkzq83.png");
}

.bili-share-wrap .share-box-list .icon.icon_weixin_moment {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/p6z0152pl0.png");
}

.bili-share-wrap .share-box-list .icon.icon_qq {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/890oj1pxm9.png");
}

.bili-share-wrap .share-box-list .icon.icon_qzone {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/q015284qj6.png");
}

.bili-share-wrap .share-box-list .icon.icon_baidu_tieba {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20180102/dfa73b898f143877cbf8ecf001cd9e89/images/q0y9zl5689.png");
}

.bili-share-wrap .share-box-list .icon.icon_bili {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/29m4yw3zxn.png");
}

.bili-share-wrap .share-box-list .icon.icon_more {
  background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/x6nmk2zoqo.png");
}

.share-dynamic-dialog {
  transition: all 0.2s linear;
  background-color: #fff;
  position: fixed;
  z-index: 10055;
}

.share-dynamic-dialog * {
  padding: 0;
  margin: 0;
}

.share-dynamic-dialog.mobile {
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 100%;
}

.share-dynamic-dialog.mobile.active {
  top: 0;
}

.share-dynamic-dialog.mobile .sdd-head {
  text-align: center;
  padding: 0;
  height: 2.7em;
  line-height: 2.7em;
  font-size: 0.3em;
  color: #212121;
  border-bottom: 0.01rem solid #e5e9ef;
}

.share-dynamic-dialog.mobile .sdd-body-wrap {
  padding: 0.24em 0.24em 0;
}

.share-dynamic-dialog .sdd-head .sdd-close {
  background: url("https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/90w46pyw2p.png");
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  width: 1em;
  height: 1em;
  background-size: 1em;
  cursor: pointer;
}

.share-dynamic-dialog .sdd-input {
  width: 100%;
  margin-bottom: 0.24em;
  color: #222;
  font-size: 0.28em;
  line-height: 1.4;
  height: 8em;
  box-sizing: border-box;
  border: none;
  resize: none;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue', 'Hiragino Sans GB', sans-serif;
}

.share-dynamic-dialog .sdd-input:focus {
  outline: none;
}

.share-dynamic-dialog .sdd-card {
  background-color: #f4f4f4;
  padding: 0 0.16em 0.16em 0.16em;
  border-radius: 0.16em;
}

.share-dynamic-dialog .sdd-card .name {
  height: 2.7em;
  width: 100%;
  line-height: 2.7em;
  color: #2a68a2;
  font-size: 0.28em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share-dynamic-dialog .sdd-card .sdd-card-content {
  background-color: #fff;
  border-radius: 0.12em;
  overflow: hidden;
  padding-bottom: 0.2em;
  color: #212121;
}

.share-dynamic-dialog .sdd-card .sdd-card-content .pic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 3em;
}

.share-dynamic-dialog .sdd-card .sdd-card-content .title {
  font-size: 0.28em;
  line-height: 1.35em;
  font-weight: bold;
  padding: 0.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.share-dynamic-dialog .sdd-card .sdd-card-content .summary {
  font-size: 0.24em;
  line-height: 1.33em;
  height: 2.67em;
  overflow: hidden;
  padding: 0 0.83em;
  word-wrap: break-word;
  word-break: break-all;
}

.share-dynamic-dialog .sdd-card-pic-wrapper {
  margin-top: 1em;
}

.share-dynamic-dialog .sdd-card-pic-wrapper .pic {
  background: center/contain no-repeat;
  width: 100%;
  height: 3em;
}

.share-dynamic-dialog .sdd-action-bar {
  height: 1em;
  border-top: 0.01rem solid #e7e7e7;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.share-dynamic-dialog .sdd-action-bar .sdd-submit {
  width: 4.29em;
  height: 2.14em;
  line-height: 2.14em;
  text-align: center;
  border-radius: 0.29em;
  font-size: 0.28em;
  float: right;
  margin: 0.71em;
  background-color: #fb7299;
  color: #fff;
  cursor: pointer;
}

.share-dynamic-dialog .sdd-action-bar .sdd-submit.disable {
  background-color: #e7e7e7;
  color: #999;
}

.share-dynamic-dialog .sdd-action-bar .sdd-input-num {
  float: right;
  margin-right: 0.14em;
  color: #c0c0c0;
  font-size: 0.28em;
  height: 3.6em;
  line-height: 3.6em;
}

.share-dynamic-dialog .sdd-action-bar .sdd-input-num.warning {
  color: #fb7299;
}

.share-success-mask {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 5;
}

.share-success-mask.on {
  opacity: 0.5;
}

.share-success-dialog {
  transition: all 0.2s linear;
  width: 6.8em;
  height: 4.9em;
  top: 150%;
  left: 50%;
  margin-left: -3.4em;
  margin-top: -2.4em;
  position: fixed;
  background-color: #fff;
  border-radius: 0.24em;
  text-align: center;
  z-index: 10;
}

.share-success-dialog.mobile.active {
  top: 50%;
}

.share-success-dialog .suc-img {
  width: 4.82em;
  height: 2.8em;
  background-image: url(https://s1.hdslb.com/bfs/static/jinkela/article/suc.png);
  background-size: 100% 100%;
  margin: -0.8em auto 0.34em auto;
}

.share-success-dialog .info {
  font-size: 0.38em;
  line-height: 1.19em;
  color: #212121;
  margin-bottom: 0.25em;
}

.share-success-dialog .hint {
  font-size: 0.26em;
  line-height: 1.54em;
  margin-bottom: 1em;
  color: #757575;
}

.share-success-dialog .dialog-close {
  width: 100%;
  height: 2.75em;
  margin: 0 auto;
  background-color: #fb7299;
  color: #fff;
  font-size: 0.38em;
  line-height: 2.75em;
  cursor: pointer;
  border-bottom-left-radius: 0.24em;
  border-bottom-right-radius: 0.24em;
}

.center-toast {
  width: 100%;
  height: 0.01rem;
  position: fixed;
  top: 50%;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 10060;
}

.center-toast .info {
  display: inline-block;
  color: #fff;
  padding: 0.75em;
  background-color: rgba(34,34,34,0.9);
  border-radius: 0.5em;
  line-height: 1.25em;
  margin-top: -1.25em;
}
.bili-share-wrap {
  z-index: 100000;
}
#common-address {
  position: relative;
  z-index: 100000;
}
.bili-wrap {
  z-index: 100000;
}
div.picker {
  z-index: 100002;
}
.lottery[data-v-2964abc9] {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.lottery-box-display[data-v-2964abc9] {
  border-radius: 0.24rem;
  width: 6.86rem;
  height: 6.86rem;
  margin: 0 auto;
  background: center / cover no-repeat;
}
.lottery-share-btn[data-v-2964abc9] {
  font-size: 0.32rem;
  border-radius: 0.44rem;
  text-align: center;
  line-height: 0.88rem;
  width: 5.6rem;
  height: 0.88rem;
  margin: 0.46rem auto 0;
  color: #fff;
  background: #FB7299;
}
.lottery-buttons[data-v-2964abc9] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.46rem;
}
.lottery-buttons a[data-v-2964abc9] {
  font-size: 0.32rem;
  border-radius: 0.44rem;
  text-align: center;
  line-height: 0.88rem;
  height: 0.88rem;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lottery-button-single[data-v-2964abc9] {
  width: 5.6rem;
  background: #FB7299;
}
.lottery-button-double[data-v-2964abc9] {
  width: 3.28rem;
  background: #FB7299;
  margin: 0 0.15rem;
}
.lottery-button-left[data-v-2964abc9] {
  background: #479FD1;
}

.lottery-apple-item[data-v-1f395086],
.lottery-apple-item p[data-v-1f395086] {
  padding: 0;
  margin: 0;
}
.lottery-apple[data-v-1f395086] {
  position: relative;
  padding: 0;
  height: 100%;
}
.lottery-apple-wrap[data-v-1f395086] {
  padding: 0.1rem;
  box-sizing: border-box;
  background: #e4e4e4 center / cover no-repeat;
  border-radius: 0.12rem;
}
.lottery-apple-item[data-v-1f395086] {
  box-sizing: border-box;
  width: 33%;
  height: 33%;
  display: inline-block;
  background: #f7f7f7;
  text-align: center;
  font-size: 0.24rem;
  position: absolute;
  border-radius: 0.24rem;
  overflow: hidden;
}
.lottery-apple-item[data-v-1f395086]:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: 0.24rem;
  width: 100%;
  height: 100%;
  border: 0.08rem solid rgba(255,255,255,0);
  transition: .2s ease-in-out;
}
.lottery-apple-item-image[data-v-1f395086] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 100%;
  background-color: #fff;
  border-radius: 0.24rem;
}
.lottery-apple-item p[data-v-1f395086] {
  color: #a4a4a4;
  line-height: 0.56rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lottery-apple-item-active[data-v-1f395086]:after {
  border-color: #FB7299;
}
.lottery-apple-wait .lottery-apple-item-active[data-v-1f395086]:after {
  border-color: rgba(255,255,255,0);
}
.lottery-apple-slotbtn[data-v-1f395086] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: center / contain no-repeat;
  cursor: pointer;
}
.lottery-apple-slotbtn img[data-v-1f395086] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lottery-dialog[data-v-38021546] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.7);
}
.lottery-dialog-content[data-v-38021546] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lottery-dialog-close[data-v-38021546] {
  position: absolute;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  top: 0.2rem;
  right: 0.16rem;
  cursor: pointer;
}
.lottery-dialog-close[data-v-38021546]:before,
.lottery-dialog-close[data-v-38021546]:after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #757575;
  position: absolute;
  left: -0.06rem;
  top: 0.16rem;
}
.lottery-dialog-close[data-v-38021546]:before {
  transform: rotate(45deg);
}
.lottery-dialog-close[data-v-38021546]:after {
  transform: rotate(-45deg);
}
.lottery-dialog-b .lottery-dialog-close[data-v-38021546] {
  top: auto;
  right: auto;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 0.02rem solid rgba(255,255,255,0.5);
  width: 0.6rem;
  height: 0.6rem;
}
.lottery-dialog-b .lottery-dialog-close[data-v-38021546]:before,
.lottery-dialog-b .lottery-dialog-close[data-v-38021546]:after {
  background: #fff;
  left: 0.1rem;
  top: 0.28rem;
}
.lottery-gift[data-v-38021546] {
  background: #fff;
  border-radius: 0.24rem;
}
.lottery-gift-list[data-v-38021546] {
  display: flex;
  flex-wrap: wrap;
  max-height: 4.04rem;
  overflow-y: auto;
}
.lottery-gift-list-box[data-v-38021546] {
  padding: 0 0.4rem 0.46rem;
  box-sizing: border-box;
  width: 5.6rem;
  background: #f7f7f7 center / cover no-repeat;
  border-radius: 0.24rem 0.24rem 0 0;
}
.lottery-gift-list-box>h2[data-v-38021546] {
  height: 1.32rem;
  line-height: 1.32rem;
  font-size: 0.36rem;
  color: #212121;
  text-align: center;
}
.lottery-gift-item[data-v-38021546] {
  color: #7a7a7a;
  width: 1.6rem;
  margin-bottom: 0.13rem;
  flex-shrink: 0;
}
.lottery-gift-item>p[data-v-38021546] {
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05rem;
  white-space: nowrap;
  overflow-x: hidden;
}
.lottery-gift-item-image[data-v-38021546] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #fff url("//activity.hdslb.com/blackboard/static/20191120/b8f2b74d0482aed61472c7065dc1ed56/8YQeWiKe.png") center/0.86rem 0.86rem no-repeat;
  border-radius: 0.24rem;
  border: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-gift-panel[data-v-38021546] {
  padding-top: 0.46rem;
  padding-bottom: 0.46rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 0.24rem 0.24rem;
}
.lottery-gift-panel-share[data-v-38021546] {
  width: 2.8rem;
  font-size: 0.32rem;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #fff;
  background: #FB7299;
  border-radius: 0.44rem;
  text-align: center;
  margin: 0 auto 0.46rem;
}
.lottery-gift-panel>p[data-v-38021546] {
  font-size: 0.28rem;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.lottery-gift-panel>p a[data-v-38021546] {
  color: #FB7299;
}
.lottery-gift-single[data-v-38021546] {
  width: 5.6rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  background: #fff;
  padding: 0.46rem 0;
  text-align: center;
}
.lottery-gift-single-image[data-v-38021546] {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  margin: 0 auto;
}
.lottery-gift-single>h2[data-v-38021546] {
  font-size: 0.32rem;
  color: #212121;
  font-weight: normal;
  margin: 0 0 0.12rem;
}
.lottery-gift-single>p[data-v-38021546] {
  color: #999;
  font-size: 0.26rem;
  line-height: 1.5;
}
.lottery-gift-single>p>b[data-v-38021546] {
  color: #feae5b;
  margin-left: 0.05rem;
}
.lottery-gift-single>a[data-v-38021546] {
  display: block;
  font-size: 0.32rem;
  background: #FB7299;
  width: 2.8rem;
  height: 0.88rem;
  color: #fff;
  line-height: 0.88rem;
  border-radius: 0.44rem;
  text-align: center;
  margin: 0.46rem auto 0;
}
.lottery-record-panel[data-v-56094ebf] {
  font-size: 0.28rem;
  width: 100%;
  height: 0.88rem;
  color: #212121;
  background: #f7f7f7 center / contain no-repeat;
  border-radius: 0.24rem;
  position: relative;
  box-sizing: border-box;
  border: 0.02rem solid rgba(151,151,151,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.26rem;
}
.lottery-record-panel-times[data-v-56094ebf] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-record-panel-times>b[data-v-56094ebf] {
  font-size: 0.48rem;
  color: #fb7299;
  margin: 0 0.12rem;
}
.lottery-dialog[data-v-6c9fc279] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  overflow-y: auto;
  background: #f4f4f4;
}
.lottery-dialog-content[data-v-6c9fc279] {
  width: 100%;
  min-height: 100%;
  background: #f4f4f4;
}
.lottery-dialog-close[data-v-6c9fc279] {
  position: absolute;
  z-index: 2;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  top: 0.29rem;
  left: 0.24rem;
  border: 0.04rem solid #757575;
  border-width: 0 0 0.04rem 0.04rem;
  transform: rotate(45deg);
}
.lottery-history[data-v-6c9fc279] {
  text-align: center;
  border-radius: 0.12rem;
  color: #212121;
  background: #f4f4f4;
}
.lottery-history-title[data-v-6c9fc279] {
  background: #fff;
  font-size: 0.32rem;
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 0.01rem solid #f4f4f4;
}
.lottery-history-list[data-v-6c9fc279] {
  margin: 0;
  padding: 1.2rem 0.24rem 0.32rem;
  box-sizing: border-box;
  list-style: none;
}
.lottery-history-item[data-v-6c9fc279] {
  height: 1.68rem;
  background: #fff;
  border-radius: 0.24rem;
  border: 0.01rem solid rgba(151,151,151,0.15);
  margin-bottom: 0.2rem;
  position: relative;
  padding: 0.24rem 0.24rem 0.24rem 1.68rem;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
}
.lottery-history-item>p[data-v-6c9fc279] {
  font-size: 0.26rem;
  margin: 0;
  padding: 0;
}
.lottery-history-item>span[data-v-6c9fc279] {
  font-size: 0.24rem;
  display: block;
  color: #999;
}
.lottery-history-item-btn[data-v-6c9fc279] {
  cursor: pointer;
  font-size: 0.26rem;
  position: absolute;
  top: 50%;
  right: 0.24rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.6rem;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  background: #fb7299;
  border-radius: 0.3rem;
  transition: background-color .3s ease-in-out;
}
.lottery-history-item-btn-disable[data-v-6c9fc279] {
  border: 0.02rem solid #C0C0C0;
  color: #505050;
  background: #fff;
}
.lottery-history-item-image[data-v-6c9fc279] {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff url("//activity.hdslb.com/blackboard/static/20191120/b8f2b74d0482aed61472c7065dc1ed56/8YQeWiKe.png") center/0.86rem 0.86rem no-repeat;
  border-radius: 0.24rem;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-history-item-result[data-v-6c9fc279] {
  color: #acacac;
}
.lottery-history-item-result>b[data-v-6c9fc279] {
  font-weight: normal;
  color: #2281b7;
  cursor: pointer;
}
.lottery-history-item-result>b[data-v-6c9fc279]:hover {
  text-decoration: underline;
}
.lottery-history-hint[data-v-6c9fc279] {
  color: #999;
  font-size: .24rem;
  line-height: 1.5;
  margin: .24rem 0 0 0;
  padding-bottom: 1.68rem;
}
.lottery-dialog-address-mask[data-v-6c9fc279] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery-dialog-address-content[data-v-6c9fc279] {
  width: 5.6rem;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.32rem 0 0;
}
.lottery-dialog-address-content>p[data-v-6c9fc279] {
  font-size: 0.26rem;
  line-height: 1.5;
  padding: 0 0.24rem 0.3rem;
  border-bottom: 0.01rem solid #e7e7e7;
  color: #999;
}
.lottery-dialog-address-content>a[data-v-6c9fc279] {
  display: block;
  text-align: center;
  height: 0.98rem;
  line-height: 0.98rem;
  font-size: 0.32rem;
  color: #fb7299;
}
.lottery-winner[data-v-ea3e8c2a] {
  background: #f7f7f7 center / cover no-repeat;
  border-radius: 0.24rem;
  margin-top: 0.46rem;
  border: 0.02rem solid rgba(151,151,151,0.15);
  box-sizing: border-box;
}
.lottery-winner-hasbg .lottery-winner-title[data-v-ea3e8c2a] {
  background: transparent;
}
.lottery-winner-title[data-v-ea3e8c2a] {
  position: relative;
  box-sizing: border-box;
  border-radius: 0.24rem 0.24rem 0 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  padding-left: 0.24rem;
  color: #212121;
  background: #fff;
  font-weight: bold;
  border-bottom: 0.02rem solid rgba(151,151,151,0.15);
}
.lottery-winner-title>a[data-v-ea3e8c2a] {
  font-size: 0.26rem;
  padding-right: 0.24rem;
  color: #999;
  position: absolute;
  font-weight: normal;
  top: 0;
  right: 0.3rem;
  cursor: pointer;
  transition: color .3s ease-in-out;
}
.lottery-winner-title>a[data-v-ea3e8c2a]:hover {
  color: gray;
}
.lottery-winner-title>a[data-v-ea3e8c2a]:after {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-0.08rem);
  border: 0.02rem solid #999;
  border-width: 0.02rem 0.02rem 0 0;
}
.lottery-winner-content[data-v-ea3e8c2a] {
  font-size: 0.24rem;
  height: 1.76rem;
  box-sizing: border-box;
  padding: 0.2rem 0.24rem;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 0.24rem 0.24rem;
}
.lottery-winner-list[data-v-ea3e8c2a] {
  line-height: 0.36rem;
  height: 5.2rem;
  -webkit-animation: 15s activity-lottery-slider-data-v-ea3e8c2a linear infinite;
  animation: 15s activity-lottery-slider-data-v-ea3e8c2a linear infinite;
  list-style: none;
}
@-webkit-keyframes activity-lottery-slider-data-v-ea3e8c2a {
to {
    transform: translateY(-5.2rem);
}
}
@keyframes activity-lottery-slider-data-v-ea3e8c2a {
to {
    transform: translateY(-5.2rem);
}
}
.lottery-winner-list>li[data-v-ea3e8c2a] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lottery-winner-list>li>span[data-v-ea3e8c2a] {
  color: #a4a4a4;
  padding: 0 0.1rem;
}
.bili-share-wrap {
  z-index: 100000;
}
#common-address {
  position: relative;
  z-index: 100000;
}
.bili-wrap {
  z-index: 100000;
}
div.picker {
  z-index: 100002;
}
.lottery[data-v-fe71fa92] {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.32rem;
}
.lottery-box-display[data-v-fe71fa92] {
  border-radius: 0.24rem;
  width: 6.86rem;
  height: 6.86rem;
  margin: 0 auto;
  background: center / cover no-repeat;
}
.lottery-share-btn[data-v-fe71fa92] {
  font-size: 0.32rem;
  border-radius: 0.44rem;
  text-align: center;
  line-height: 0.88rem;
  width: 5.6rem;
  height: 0.88rem;
  margin: 0.46rem auto 0;
  color: #fff;
  background: #FB7299;
}
.lottery-buttons[data-v-fe71fa92] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.46rem;
}
.lottery-buttons a[data-v-fe71fa92] {
  font-size: 0.32rem;
  border-radius: 0.44rem;
  text-align: center;
  line-height: 0.88rem;
  height: 0.88rem;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lottery-button-single[data-v-fe71fa92] {
  width: 5.6rem;
  background: #FB7299;
}
.lottery-button-double[data-v-fe71fa92] {
  width: 3.28rem;
  background: #FB7299;
  margin: 0 0.15rem;
}
.lottery-button-left[data-v-fe71fa92] {
  background: #479FD1;
}

.activity-navigator {
  height: 100%;
  background: center / 100% auto no-repeat;
}

.activity-navigator-wrapper-show {
  position: fixed;
  display: block;
  z-index: 999;
}

.activity-navigator-wrapper-hide {
  display: none;
}

.activity-navigator-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 750px) {
  .activity-navigator-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.activity-navigator-list-top-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.activity-navigator-item {
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
}

.activity-navigator-item>img {
  height: 100%;
  display: block;
}

.activity-navigator-item-active-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.activity-navigator-item-active .activity-navigator-item-active-image {
  opacity: 1;
}

.activity-navigator-mode-fixed {
  height: auto !important;
}

.activity-navigator-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

.activity-navigator-hide {
  display: none;
}

.activity-navigator-top {
  width: 100%;
}

.activity-navigator-top.activity-navigator-fixed {
  left: 0;
}

.activity-navigator-fixed-baidu {
  top: -0.04rem !important;
}

.activity-navigator-right-top,
.activity-navigator-right-middle,
.activity-navigator-right-bottom {
  position: fixed;
  right: 0;
  left: initial;
  height: auto;
  z-index: 9999;
}

.activity-navigator-right-top .activity-navigator-list,
.activity-navigator-right-middle .activity-navigator-list,
.activity-navigator-right-bottom .activity-navigator-list {
  display: block;
  height: auto;
}

.activity-navigator-right-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activity-navigator-right-bottom {
  top: initial;
}

.activity-navigator {
  height: 100%;
  background: center / 100% auto no-repeat;
}

.activity-navigator-wrapper-show {
  position: fixed;
  display: block;
  z-index: 999;
}

.activity-navigator-wrapper-hide {
  display: none;
}

.activity-navigator-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 750px) {
  .activity-navigator-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.activity-navigator-list-top-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.activity-navigator-item {
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
}

.activity-navigator-item>img {
  height: 100%;
  display: block;
}

.activity-navigator-item-active-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.activity-navigator-item-active .activity-navigator-item-active-image {
  opacity: 1;
}

.activity-navigator-mode-fixed {
  height: auto !important;
}

.activity-navigator-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

.activity-navigator-hide {
  display: none;
}

.activity-navigator-top {
  width: 100%;
}

.activity-navigator-top.activity-navigator-fixed {
  left: 0;
}

.activity-navigator-fixed-baidu {
  top: -0.04rem !important;
}

.activity-navigator-right-top,
.activity-navigator-right-middle,
.activity-navigator-right-bottom {
  position: fixed;
  right: 0;
  left: initial;
  height: auto;
  z-index: 9999;
}

.activity-navigator-right-top .activity-navigator-list,
.activity-navigator-right-middle .activity-navigator-list,
.activity-navigator-right-bottom .activity-navigator-list {
  display: block;
  height: auto;
}

.activity-navigator-right-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activity-navigator-right-bottom {
  top: initial;
}

