.activity-h5-player[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  position: relative;
}
.activity-h5-player iframe[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.activity-h5-player-jump[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.activity-h5-player[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  position: relative;
}
.activity-h5-player iframe[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.activity-h5-player-jump[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@-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;
}
html,
body,
div,
ul,
li,
h4,
span {
  padding: 0;
  margin: 0;
}

.bili-share-pc {
  border: 0.01rem solid #e8e9eb;
  padding: 0.18rem 0 0.18rem 0.24rem;
  border-radius: 0.05rem;
  position: relative;
  width: 9.8rem;
  height: 0.4rem;
  margin: 0.2rem auto;
  box-sizing: content-box;
}

.bili-share-pc li {
  list-style: none;
}

.bili-share-pc.bili-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bili-share-pc .bili-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bili-share-pc .fl {
  float: left;
}

.bili-share-pc .share {
  display: inline-block;
}

.bili-share-pc .share .icon {
  background: url("https://activity.hdslb.com/blackboard/shareModule/images/12xn9z34xj.png") no-repeat;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.1rem;
  cursor: pointer;
}

.bili-share-pc .share .icon_bili {
  background: url("https://i0.hdslb.com/bfs/activity-plat/static/20180321/dfa73b898f143877cbf8ecf001cd9e89/images/l6oq2p5wy7.png") no-repeat;
  background-position: -3.7rem 0;
}

.bili-share-pc .share .icon_bili:hover {
  background-position: -3.7rem -0.71rem;
}

.bili-share-pc .share .icon_weibo {
  background-position: 0 0;
}

.bili-share-pc .share .icon_weibo:hover {
  background-position: 0 -0.71rem;
}

.bili-share-pc .share .icon_wechat {
  background-position: -0.74rem 0;
  position: relative;
}

.bili-share-pc .share .icon_wechat:hover {
  background-position: -0.74rem -0.71rem;
}

.bili-share-pc .share .icon_qzone {
  background-position: -1.48rem 0;
}

.bili-share-pc .share .icon_qzone:hover {
  background-position: -1.48rem -0.71rem;
}

.bili-share-pc .share .icon_qq {
  background-position: -2.22rem 0;
}

.bili-share-pc .share .icon_qq:hover {
  background-position: -2.22rem -0.71rem;
}

.bili-share-pc .share .icon_baidu {
  background-position: -2.96rem 0;
}

.bili-share-pc .share .icon_baidu:hover {
  background-position: -2.96rem -0.71rem;
}

.bili-share-pc .favourite {
  display: inline-block;
}

.bili-share-pc .title {
  font-size: 0.18rem;
  color: #222;
  display: inline-block;
  padding-right: 0.2rem;
  font-weight: bold;
  line-height: 0.4rem;
}

.bili-share-pc .vertical-line {
  margin: 0.05rem 0.24rem 0.05rem 0.14rem;
  height: 0.3rem;
  display: inline-block;
  border-left: 0.02rem solid #e8e9eb;
}

.bili-share-pc .favourite .icon-fav {
  background: url("https://activity.hdslb.com/blackboard/shareModule/images/79lx82m4lq.jpg");
  width: 0.65rem;
  height: 0.5rem;
  display: inline-block;
  position: absolute;
  top: 0.05rem;
  cursor: pointer;
}

.bili-share-pc .favourite .icon-like {
  background-position: 0 0.05rem;
}

.bili-share-pc .favourite .fav {
  padding-right: 0;
  width: 0.54rem;
}

.bili-share-pc .favourite .icon-like:hover {
  -webkit-animation: likePlay 1s steps(14) infinite;
  animation: likePlay 1s steps(14) infinite;
}

.bili-share-pc .favourite .icon-liked {
  background-position: 0 -0.59rem;
}

@-webkit-keyframes likePlay {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -8.96rem 0.05rem;
  }
}

@keyframes likePlay {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -8.96rem 0.05rem;
  }
}

.bili-share-pc .popTips {
  position: absolute;
  top: -0.15rem;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  padding: 0.06rem;
  border-radius: 0.05rem;
  font-size: 0.12rem;
  opacity: 0;
  -webkit-animation: popTips 1.5s;
  animation: popTips 1.5s;
}

@-webkit-keyframes popTips {
  0% {
    opacity: 0;
    top: 0;
  }

  15% {
    opacity: 1;
    top: -0.15rem;
    transform: scale(1.1, 1.1);
  }

  30% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    top: -0.15rem;
  }

  90% {
    opacity: 1;
    top: -0.15rem;
  }

  100% {
    opacity: 0;
    top: 0;
  }
}

@keyframes popTips {
  0% {
    opacity: 0;
    top: 0;
  }

  15% {
    opacity: 1;
    top: -0.15rem;
    transform: scale(1.1, 1.1);
  }

  30% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    top: -0.15rem;
  }

  90% {
    opacity: 1;
    top: -0.15rem;
  }

  100% {
    opacity: 0;
    top: 0;
  }
}

.bili-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: transparent;
  left: 0;
  top: 0;
  display: block;
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}

.bili-share-pc .share .icon_wechat:hover .weixin-hover {
  display: block;
}

.bili-share-pc .weixin-hover {
  position: absolute;
  z-index: -1;
  display: none;
}

.bili-share-pc .weixin-hover .qr-before {
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.3) 0 0.02rem 0.04rem;
  width: 0.5rem;
  height: 0.81rem;
  top: -0.18rem;
  position: absolute;
  left: -0.06rem;
}

.bili-share-pc .share-weixin-qr {
  position: absolute;
  top: 0.62rem;
  left: -0.06rem;
  padding: 0.15rem 0.13rem;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.05rem rgba(0,0,0,0.3);
}

.bili-share-pc .share-weixin-qr h4 {
  text-align: center;
  font-size: 0.16rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 0.15rem;
}

.bili-share-pc .share-weixin-qr .qr-code {
  width: 1.2rem;
  text-align: center;
}

.bili-share-pc .share-weixin-qr .qr-code img {
  display: block;
  width: 100%;
}

.messageTip {
  margin: 0;
  position: absolute;
}

#biliSharePc li {
  list-style: none;
}

#biliSharePc .share {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(.5em * 5 - .1em);
}

#biliSharePc .share .icon {
  background: url("https://i0.hdslb.com/bfs/activity-plat/static/20180321/dfa73b898f143877cbf8ecf001cd9e89/images/l6oq2p5wy7.png") no-repeat;
  width: .4em;
  height: .4em;
  line-height: .4em;
  cursor: pointer;
  background-size: 4.09em;
}

#biliSharePc .share .icon_bili {
  background-position: -3.7em 0;
}

#biliSharePc .share .icon_bili:hover {
  background-position: -3.7em -.71em;
}

#biliSharePc .share .icon_weibo {
  background-position: 0 0;
}

#biliSharePc .share .icon_weibo:hover {
  background-position: 0 -.71em;
}

#biliSharePc .share .icon_wechat {
  background-position: -.74em 0;
  position: relative;
}

#biliSharePc .share .icon_wechat:hover {
  background-position: -.74em -.71em;
}

#biliSharePc .share .icon_qzone {
  background-position: -1.48em 0;
}

#biliSharePc .share .icon_qzone:hover {
  background-position: -1.48em -.71em;
}

#biliSharePc .share .icon_qq {
  background-position: -2.22em 0;
}

#biliSharePc .share .icon_qq:hover {
  background-position: -2.22em -.71em;
}

#biliSharePc .share .icon_baidu_tieba {
  background-position: -2.96em 0;
}

#biliSharePc .share .icon_baidu_tieba:hover {
  background-position: -2.96em -.71em;
}

#biliSharePc .share .icon_wechat:hover .weixin-hover {
  display: block;
}

#biliSharePc .weixin-hover {
  position: absolute;
  display: none;
}

#biliSharePc .weixin-hover .qr-before {
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.3) 0 0.02rem 0.04rem;
  width: 0.5rem;
  height: 0.81rem;
  top: -0.18rem;
  position: absolute;
  left: -0.06rem;
}

#biliSharePc .share-weixin-qr {
  position: absolute;
  top: 0.62rem;
  left: -0.06rem;
  padding: 0.15rem 0.13rem;
  background-color: #fff;
  box-shadow: 0 0.04rem 0.05rem rgba(0,0,0,0.3);
}

#biliSharePc .icon-hover .share-weixin-qr {
  position: absolute;
  top: 0.5rem;
  left: -0.5rem;
  padding: 0.15rem 0.13rem;
  background-color: #fff;
  box-shadow: 0 0 0.05rem rgba(0,0,0,0.3);
}

#biliSharePc .share-weixin-qr h4 {
  text-align: center;
  font-size: 0.16rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 0.15rem;
}

#biliSharePc .share-weixin-qr .qr-code {
  width: 1.2rem;
  text-align: center;
}

#biliSharePc .share-weixin-qr .qr-code img {
  display: block;
  width: 100%;
}
.agile-toast-wrap[data-v-45a9b172] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0 0.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.16rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #32cd32;
  border-radius: 0.05rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-toast-wrap.center[data-v-45a9b172] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-toast-wrap.center.show[data-v-45a9b172] {
  -webkit-animation: toast-center-appear-data-v-45a9b172 0.35s ease-in-out 1 both;
  animation: toast-center-appear-data-v-45a9b172 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.center.hidden[data-v-45a9b172] {
  -webkit-animation: toast-center-disappear-data-v-45a9b172 0.35s ease-in-out 1 both;
  animation: toast-center-disappear-data-v-45a9b172 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.show[data-v-45a9b172] {
  -webkit-animation: toast-appear-data-v-45a9b172 0.35s ease-in-out 1 both;
  animation: toast-appear-data-v-45a9b172 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.hidden[data-v-45a9b172] {
  -webkit-animation: toast-disappear-data-v-45a9b172 0.35s ease-in-out 1 both;
  animation: toast-disappear-data-v-45a9b172 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.error[data-v-45a9b172] {
  background-color: #e36857;
}
.agile-toast-wrap.warning[data-v-45a9b172] {
  background-color: #ff8c00;
}
@-webkit-keyframes toast-appear-data-v-45a9b172 {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear-data-v-45a9b172 {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear-data-v-45a9b172 {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear-data-v-45a9b172 {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear-data-v-45a9b172 {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear-data-v-45a9b172 {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear-data-v-45a9b172 {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear-data-v-45a9b172 {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.subscribe[data-v-2964abc9] {
  display: inline-block;
  width: 3rem;
  height: 1.2rem;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 1.2rem;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}
.pic-mode[data-v-2964abc9] {
  width: 100%;
  height: 100%;
}

.agile-toast-wrap[data-v-630b90b5] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0 0.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.16rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #32cd32;
  border-radius: 0.05rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-toast-wrap.center[data-v-630b90b5] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-toast-wrap.center.show[data-v-630b90b5] {
  -webkit-animation: toast-center-appear-data-v-630b90b5 0.35s ease-in-out 1 both;
  animation: toast-center-appear-data-v-630b90b5 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.center.hidden[data-v-630b90b5] {
  -webkit-animation: toast-center-disappear-data-v-630b90b5 0.35s ease-in-out 1 both;
  animation: toast-center-disappear-data-v-630b90b5 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.show[data-v-630b90b5] {
  -webkit-animation: toast-appear-data-v-630b90b5 0.35s ease-in-out 1 both;
  animation: toast-appear-data-v-630b90b5 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.hidden[data-v-630b90b5] {
  -webkit-animation: toast-disappear-data-v-630b90b5 0.35s ease-in-out 1 both;
  animation: toast-disappear-data-v-630b90b5 0.35s ease-in-out 1 both;
}
.agile-toast-wrap.error[data-v-630b90b5] {
  background-color: #e36857;
}
.agile-toast-wrap.warning[data-v-630b90b5] {
  background-color: #ff8c00;
}
@-webkit-keyframes toast-appear-data-v-630b90b5 {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear-data-v-630b90b5 {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear-data-v-630b90b5 {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear-data-v-630b90b5 {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear-data-v-630b90b5 {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear-data-v-630b90b5 {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear-data-v-630b90b5 {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear-data-v-630b90b5 {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.subscribe[data-v-fe71fa92] {
  display: inline-block;
  width: 3rem;
  height: 1.2rem;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 1.2rem;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
}
.pic-mode[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
}

.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-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;
}

.h5-topic-list[data-v-2964abc9] {
  height: 100%;
  overflow: scroll;
}

