@-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% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.bili-share-aimation {
  -webkit-transition: all 0.3s;
  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;
  -webkit-transform: translateY(100%);
  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 {
  -webkit-transform: translateX(0);
  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 {
  -webkit-transition: all 0.2s linear;
  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 {
  -webkit-transition: all 0.2s linear;
  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;
  -webkit-transition: all 0.3s ease;
  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;
}

*{padding:0;margin: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.hidden{display:none}.bili-share-wrap .hidden{display:none}.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.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 .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:1px 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}.share-box-list{text-align:left;letter-spacing:-.34em}@media only screen and (max-width: 500px){.share-box-list li{width:25%}}@media only screen and (min-width: 500px){.share-box-list li{width:20%}}.share-box-list li{display:inline-block;text-align:center;letter-spacing:normal}.share-box-list li:nth-child(1){-webkit-animation-delay:0.05s;animation-delay:0.05s}.share-box-list li:nth-child(2){-webkit-animation-delay:0.1s;animation-delay:0.1s}.share-box-list li:nth-child(3){-webkit-animation-delay:0.15s;animation-delay:0.15s}.share-box-list li:nth-child(4){-webkit-animation-delay:0.2s;animation-delay:0.2s}.share-box-list li:nth-child(5){-webkit-animation-delay:0.25s;animation-delay:0.25s}.share-box-list li:nth-child(6){-webkit-animation-delay:0.3s;animation-delay:0.3s}.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%}.share-box-list .share-box-item span{color:#333;font-size:0.29em;line-height:2em;display:block}.share-box-list .icon{display:block;width:100%;height:1em;margin:0 auto}.share-box-list .icon_weibo{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv74.png") no-repeat center;background-size:contain}.share-box-list .icon_weixin{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/z4pomkzq83.png") no-repeat center;background-size:contain}.share-box-list .icon_weixin_moments{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/p6z0152pl0.png") no-repeat center;background-size:contain}.share-box-list .icon_qq{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/890oj1pxm9.png") no-repeat center;background-size:contain}.share-box-list .icon_qzone{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/q015284qj6.png") no-repeat center;background-size:contain}.share-box-list .icon_baidu_tieba{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20180102/dfa73b898f143877cbf8ecf001cd9e89/images/q0y9zl5689.png") no-repeat center;background-size:contain}.share-box-list .icon_bili{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/29m4yw3zxn.png") no-repeat center;background-size:contain}.share-box-list .icon_more{background:url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/x6nmk2zoqo.png") no-repeat center;background-size:contain}@-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)}}.share-dynamic-dialog{transition:all 0.2s linear;background-color:#fff;position:fixed;z-index:10055}.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:1px solid #e5e9ef}.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.mobile .sdd-body-wrap{padding:0.24em 0.24em 0}.share-dynamic-dialog .sdd-input{width:100%;margin-bottom:0.24em;color:#222;font-size:0.28em;line-height:1em;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-action-bar{height:1em;border-top:1px 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;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}.center-toast{width:100%;height:1px;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-toast-container[data-v-45809e9f] {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: none;
}
#bili-toast-container .bili-toast-content[data-v-45809e9f] {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.16rem 0.2rem;
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  max-width: 60%;
  border-radius: 0.08rem;
}
#bili-toast-container.top[data-v-45809e9f] {
  top: 20%;
}
#bili-toast-container.bili-toast-enter[data-v-45809e9f],
#bili-toast-container.bili-toast-leave-to[data-v-45809e9f] {
  opacity: 0;
}
#bili-toast-container.bili-toast-enter-active[data-v-45809e9f],
#bili-toast-container.bili-toast-leave-active[data-v-45809e9f] {
  transition: all 0.3s;
}
#bili-toast-container.bili-toast-enter-to[data-v-45809e9f],
#bili-toast-container.bili-toast-leave[data-v-45809e9f] {
  opacity: 1;
}
.lottery-result[data-v-9a8b822a] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5cdf7f64e7ec89013908842fbbd527755fa0ee21.png");
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lottery-result-title[data-v-9a8b822a] {
  width: 7.33rem;
  height: 0.93rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ad104cb0cc5a34062b0b0eea2c299840f5f2427a.png");
}
.lottery-result-close[data-v-9a8b822a] {
  padding: 0.2rem;
  position: absolute;
  right: 0.24rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.lottery-result-close[data-v-9a8b822a]::before {
  content: '';
  width: 0.65rem;
  height: 0.53rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/64483bca1bb373650900ad4fc9e4d64276e941a2.png");
}
.lottery-result-cards[data-v-9a8b822a] {
  overflow-y: auto;
  flex: 1 1;
}
.lottery-result-cards-scroll[data-v-9a8b822a] {
  height: auto;
}
.lottery-result-cards-line[data-v-9a8b822a] {
  width: 100%;
  height: 2.04rem;
  margin-top: 0.48rem;
  padding: 0 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lottery-result-cards-line-code[data-v-9a8b822a] {
  width: 1.1rem;
  height: 0.17rem;
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
}
.lottery-result-cards-line-item[data-v-9a8b822a] {
  width: 1.46rem;
  height: 2.04rem;
  background-size: 100% 100%;
}
.lottery-result-bottom[data-v-9a8b822a] {
  width: 7.08rem;
  height: 0.6rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5403208cbe0bfb6b7c460658e1778da566827e34.png");
  position: absolute;
  bottom: 0.38rem;
  left: 0.21rem;
}
.lottery-result-bottom-page[data-v-9a8b822a] {
  height: 0.27rem;
  font-size: 0.27rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #434343;
  line-height: 0.32rem;
  position: absolute;
  left: 1.54rem;
  bottom: 0.2rem;
}
.lottery-result-bottom-pre[data-v-9a8b822a] {
  width: 1.18rem;
  height: 0.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/d33c50e2956de4516066fd06abd4db160d7caed4.png");
  position: absolute;
  left: 4.08rem;
  bottom: 0.1rem;
}
.lottery-result-bottom-pre.gray[data-v-9a8b822a] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1828639ae8a0915021b60a404f85180baf878013.png");
}
.lottery-result-bottom-next[data-v-9a8b822a] {
  width: 1.18rem;
  height: 0.39rem;
  position: absolute;
  left: 5.68rem;
  bottom: 0.1rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1293d770e185e61cc3f53517ea011381d4bab560.png");
}
.lottery-result-bottom-next.gray[data-v-9a8b822a] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1828639ae8a0915021b60a404f85180baf878013.png");
}
.lottery-result .holder[data-v-9a8b822a] {
  height: 0.98rem;
  width: 100%;
}
@-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;
}
.task-list-content {
  width: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Semibold, sans-serif;
  font-weight: 700;
  background-color: #333333;
}
.task-list-content .task-list {
  display: flex;
  flex-direction: column;
}
.task-list-content .task-list .task-item {
  width: 7.5rem;
  height: 1.38rem;
  margin-bottom: 0.2rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.task-list-content .task-list .task-item:last-child {
  margin-bottom: 0;
}
.task-list-content .task-list .task-item-title {
  width: 7.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.6rem;
  line-height: 0.84rem;
  position: absolute;
  top: 0.04rem;
  left: 1.44rem;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-memo {
  position: absolute;
  font-size: 0.52rem;
  line-height: 0.74rem;
  top: 0.41rem;
  left: 1.44rem;
  width: 7.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-prize {
  position: absolute;
  width: 3.86rem;
  height: 0.5rem;
  top: 0.79rem;
  left: 1.47rem;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.task-list-content .task-list .task-item-prize .prize-text {
  position: absolute;
  width: 5.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0.06rem;
  left: 1.28rem;
  font-size: 0.52rem;
  line-height: 0.74rem;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item .task-item-btn {
  position: absolute;
  width: 3.36rem;
  height: 1.12rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0.39rem;
  left: 5.6rem;
  font-size: 0.68rem;
  line-height: 1.12rem;
  text-align: center;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-car {
  width: 100%;
  height: 2.4rem;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.task-list-content .task-list .task-item-car .task-item-title {
  position: absolute;
  top: 0.33rem;
  left: 0.65rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: PingFangSC-Regular, sans-serif;
}
.task-list-content .task-list .task-item-car .task-item-memo {
  position: absolute;
  display: flex;
  font-size: 0.24rem;
  height: 0.3rem;
  align-items: center;
  top: 0.76rem;
  left: 0.65rem;
  color: #1bd5f6;
}
.task-list-content .task-list .task-item-car .task-item-btn {
  position: absolute;
  width: 3rem;
  height: 1.4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
}
.task-list-content .task-list .task-item-car .task-passenger {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  top: 1.22rem;
}
.task-list-content .task-list .task-item-car .task-passenger.no {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/2a23fb899d4e4bf7e8513b849ffa3bfa3942a119.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-passenger.has img {
  width: 100%;
  height: 100%;
  display: block;
}
.task-list-content .task-list .task-item-car .task-passenger.has::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/6c4f47b4c01b447b27285973c765a4a7a2176190.png) top left/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-passenger .new {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/012d06b20c1ff70b9359cd4819d4bc6c341c17ca.png) center/contain no-repeat;
  z-index: 2;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-1 {
  left: 0.66rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-2 {
  left: 1.46rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-3 {
  left: 2.26rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-4 {
  left: 3.06rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-5 {
  left: 3.86rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-6 {
  left: 4.66rem;
}
.task-list-content .task-list .task-item-car .task-tickets {
  position: absolute;
  width: 1.5rem;
  height: 0.9rem;
  top: 1.1rem;
  left: 5.37rem;
}
.task-list-content .task-list .task-item-car .task-tickets.off {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/ba2752649a5bd56ea69c6c113d5611b80f45455c.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-tickets.on {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/e519e93c0cb912a0775ea60cc85bff6e4053325c.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-tickets .task-tickets-num {
  width: 0.38rem;
  height: 0.42rem;
  display: flex;
  position: absolute;
  left: 1.2rem;
  top: 0.48rem;
  font-size: 0.22rem;
  color: #ffe052;
  font-family: PingFangSC-Semibold, sans-serif;
  justify-content: center;
  align-items: center;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/f9db361a079bae29e6640539e5f2db5630c20e70.png) center/contain no-repeat;
}
.task-list-content .task-success {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0,0,0,0.8);
}
.task-list-content .task-success .task-success-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.task-list-content .task-success .task-success-content .task-success-content-img {
  width: 1.5rem;
}
.task-list-content .task-success .task-success-content .task-success-content-img img {
  width: 100%;
  display: block;
}
.task-list-content .task-success .task-success-content .task-success-content-text {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #1bd5f6;
  text-align: center;
  white-space: nowrap;
}
.task-list-content .task-success .task-success-content .task-success-content-text span {
  color: #ffe052;
}
.lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
}
.lock .lock-memo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lock .lock-memo .icon {
  width: 0.45rem;
  height: 0.58rem;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/219ffe99e776b8ef38f0aea4693e6fb69aa2982c.png) top left/100% 100% no-repeat;
}
.lock .lock-memo .text {
  margin-left: 0.16rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  font-family: PingFangSC-Semibold, sans-serif;
  font-weight: 700;
}
.task-toast {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
.task-toast-content {
  width: 75%;
  border-radius: 0.16rem;
  padding-top: 0.84rem;
  padding-bottom: 0.32rem;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.task-toast-content-close {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  top: 0.16rem;
  right: 0.16rem;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/3c647f7b08b0842dddee1d952ee70d7340f959b1.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.task-toast-content-line {
  font-family: PingFangSC-Medium;
  font-size: 0.32rem;
  color: #212121;
  text-align: center;
  line-height: 0.4rem;
  padding: 0 0.4rem;
  word-break: break-all;
}
.task-toast-content-btn {
  height: 0.68rem;
  border-radius: 0.68rem;
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: #FEFEFE;
  text-align: center;
  line-height: 0.68rem;
  background: #FB7299;
  margin: 0.48rem 0.32rem 0;
}
.share-wait {
  position: fixed;
  width: 60%;
  text-align: center;
  color: #fff;
  padding: 0.4rem 0;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  background: rgba(0,0,0,0.8);
  bottom: 1.4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lock-container[data-v-2964abc9] {
  position: relative;
}
.lock-container-mask[data-v-2964abc9] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000007d;
  z-index: 9;
}
.lock-container-lock[data-v-2964abc9] {
  position: absolute;
  width: 0.64rem;
  height: 0.98rem;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 11;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/386fd2e744debab9f6159c16ae9754344fd6e4a4.png");
}
.lock-container .join-empty[data-v-2964abc9] {
  width: 7.5rem;
  height: 3.84rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ca8e9afb401d594c205e6a2da84e27234a34d0dd.png");
  position: relative;
}
.lottery-container[data-v-2964abc9] {
  width: 7.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}
.lottery-invatite-mask[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.8;
  z-index: 99;
  top: 0;
  left: 0;
}
.lottery-invatite-dialog[data-v-2964abc9] {
  position: absolute;
  z-index: 100;
  width: 5.2rem;
  height: 4.6rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/0e9abe908a9f082c0e48a903d0f91ccdbe2ea75f.png");
  top: 3rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lottery-invatite-dialog-btn[data-v-2964abc9] {
  position: absolute;
  right: 0.92rem;
  bottom: 0.23rem;
  width: 3.24rem;
  height: 0.78rem;
}
.lottery-invatite-dialog-txt[data-v-2964abc9] {
  position: absolute;
  right: 1.25rem;
  bottom: 0.42rem;
  color: #54524c;
  font-size: 0.35rem;
}
.lottery-goods[data-v-2964abc9] {
  width: 7.5rem;
  height: 7.29rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/b0c3738ad10fccd04eb0458c3021dff6b744bac4.png");
  position: relative;
}
.lottery-goods-pic[data-v-2964abc9] {
  width: 3.6rem;
  height: 3.6rem;
  background-size: 100% 100%;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lottery-goods-btn[data-v-2964abc9] {
  width: 7.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  position: absolute;
  top: 6.42rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-size: 100% 100%;
}
.lottery-goods-btn-nostart[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/599b93295b267f3fc10fff5d97e50bf8aa63a6ed.png");
  font-size: 0.37rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #0a6090;
  text-align: center;
}
.lottery-goods-btn-zhuli[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/8fe56b9957bc379a4181c097b84f10c0cd72d728.png");
}
.lottery-goods-btn-confirm[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/a7b803f35e6b3dd0cb2d9d31cff54e90db6d0c9b.png");
}
.lottery-goods-count[data-v-2964abc9] {
  position: absolute;
  left: 0.04rem;
  top: 1.42rem;
  width: 2.3rem;
  height: 0.51rem;
  line-height: 0.51rem;
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.lottery-goods-count span[data-v-2964abc9] {
  color: #4cf4ff;
}
.lottery-goods-name[data-v-2964abc9] {
  position: absolute;
  top: 5.9rem;
  width: 7.5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.34rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #eaecff;
  text-align: center;
}
.lottery-goods-joined[data-v-2964abc9] {
  position: absolute;
  top: 6.62rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 6.88rem;
  height: 0.61rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4bf4ff;
  line-height: 0.61rem;
  text-align: center;
  background: url("//i0.hdslb.com/bfs/kfptfe/floor/7040ce323c7d5fc0557b7d8733d2b04e47ced731.png");
  background-size: 100% 100%;
}
.lottery-goods-status[data-v-2964abc9] {
  position: absolute;
  top: 6.48rem;
  width: 7.5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4cf4ff;
  text-align: center;
}
.lottery-goods-rule[data-v-2964abc9] {
  width: 1.2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.lottery-notlogin[data-v-2964abc9] {
  width: 7.5rem;
  height: 1.4rem;
  background-color: #596075;
  position: relative;
}
.lottery-notlogin-btn[data-v-2964abc9] {
  width: 7.5rem;
  height: 0.95rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/a0650344cd33d378fe98f64bce56f048660aa916.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lottery-cards[data-v-2964abc9] {
  width: 7.5rem;
}
.lottery-cards-title[data-v-2964abc9] {
  width: 100%;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/e0ab9a97004d58e439478984bb971d9c9cda2306.png");
}
.lottery-cards-top[data-v-2964abc9] {
  width: 7.5rem;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/e31e2c9c3c84966e11258b3542e4b974e1d66972.png");
  position: relative;
}
.lottery-cards-top-date[data-v-2964abc9] {
  width: 100%;
  height: 0.29rem;
  line-height: 0.29rem;
  text-align: center;
  font-size: 0.3rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #434343;
  line-height: 0.3rem;
  position: absolute;
  top: 0.36rem;
}
.lottery-cards-top-more[data-v-2964abc9] {
  width: 1.94rem;
  height: 0.5rem;
  position: absolute;
  right: 0.23rem;
  top: 0.26rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bbb7d6f8969f0c7a1d369f23172bc2fc42f4a89d.png");
}
.lottery-cards-top-notjoin[data-v-2964abc9] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ac216b2922ca120abad3802e916a371b5ac4e04f.png");
}
.lottery-cards-top-success[data-v-2964abc9] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/51c4b56d448b4f85129383d11790fdc718ffd282.png");
}
.lottery-cards-top-fail[data-v-2964abc9] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ee74faa23397d029b00e9283f3af77a1fa3c1995.png");
}
.lottery-cards-props[data-v-2964abc9] {
  width: 7.5rem;
  height: 0.41rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/406edda4b8222c7e350488ddab0e76e2469a4739.png");
}
.lottery-cards-line[data-v-2964abc9] {
  width: 7.5rem;
  height: 2.38rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/4cda57692ae9011f3aa2a2b11a7324135bb4390e.png");
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.56rem;
  box-sizing: border-box;
  position: relative;
}
.lottery-cards-line-item[data-v-2964abc9] {
  width: 1.46rem;
  height: 2.04rem;
  background-size: 100% 100%;
}
.lottery-cards-line-tag[data-v-2964abc9] {
  width: 1.22rem;
  height: 0.97rem;
  position: absolute;
  top: 0;
  right: 0.3rem;
  background-size: 100% 100%;
  z-index: 5;
}
.lottery-cards-line.noresult .lottery-cards-line-tag[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/363c0929bb128edc7508f01353729a510c2be515.png");
}
.lottery-cards-line.success .lottery-cards-line-tag[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/623d2ae381b9762a6f32dc99943486b74cb30923.png");
}
.lottery-cards-line.fail .lottery-cards-line-tag[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/84dcecaa953bc07e68b82d7cacb87a83e534486b.png");
}
.lottery-cards-bottom[data-v-2964abc9] {
  width: 100%;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/cf975e2782fe5aadca1fc3e0fef8f2fe35a82d38.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-cards-bottom.empty[data-v-2964abc9] {
  height: 0.78rem;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/deed88b39709132ff610927da3d7bec6713c50f4.png");
}
.lottery-cards-bottom-arrow[data-v-2964abc9] {
  width: 0.4rem;
  height: 0.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/02c3eb4e6e61a241d4cb566cf2c13299b7ea688a.png");
}
.lottery-invitate[data-v-2964abc9] {
  width: 7.5rem;
  height: 4.03rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bdc5be1f52445de8b573143b0c7d0c84424e675b.png");
  position: relative;
}
.lottery-invitate-list[data-v-2964abc9] {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0.54rem;
  position: absolute;
  top: 0.74rem;
}
.lottery-invitate-list-item[data-v-2964abc9] {
  width: 1.01rem;
  height: 1.21rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/f2d6ac2530f97bf1863a2d7c10c055f3a8ac6b4d.png");
  text-align: center;
  padding-top: 0.2rem;
  position: relative;
}
.lottery-invitate-list-item-friends[data-v-2964abc9] {
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #434343;
  line-height: 0.24rem;
}
.lottery-invitate-list-item-count[data-v-2964abc9] {
  font-size: 0.18rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ece8ff;
  line-height: 0.18rem;
  position: absolute;
  width: 100%;
  bottom: 0.06rem;
  left: 0;
  white-space: nowrap;
}
.lottery-invitate-tip[data-v-2964abc9] {
  width: 100%;
  height: 0.24rem;
  font-size: 0.25rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.29rem;
  text-align: center;
  position: absolute;
  top: 2.25rem;
}
.lottery-invitate-tip .part[data-v-2964abc9] {
  margin-left: 0.28rem;
}
.lottery-invitate-tip .red[data-v-2964abc9] {
  color: #ff0000;
}
.lottery-invitate-btn[data-v-2964abc9] {
  width: 7.5rem;
  height: 0.92rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/c8fc79aabd868004e5e067fb020d170b7f4eb227.png");
  position: absolute;
  top: 2.6rem;
}
.lottery-rule[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lottery-rule-top[data-v-2964abc9] {
  width: 100%;
  height: 1.92rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/c8846ec0edd08ee9a8000e17885cd7b608de658f.jpg");
  position: relative;
}
.lottery-rule-middle[data-v-2964abc9] {
  width: 100%;
  flex: 1 1;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/fd0e3d9508c6277e47e8ae99008c7a0c25ad7563.jpg");
  margin-top: -0.02rem;
}
.lottery-rule-middle-content[data-v-2964abc9] {
  width: 100%;
  height: 100vh;
  font-size: 0.22rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  word-break: break-all;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
}
.lottery-rule-middle-content-top[data-v-2964abc9] {
  width: 100%;
  height: 2rem;
  position: relative;
}
.lottery-rule-middle-content-top-close[data-v-2964abc9] {
  position: absolute;
  top: 0.44rem;
  right: 0.29rem;
  width: 0.65rem;
  height: 0.55rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/718b04a192ef690405c29baf173373311c23ed3e.png");
}
.lottery-rule-middle-content-scroll[data-v-2964abc9] {
  flex: 1 1;
  padding: 0 0.62rem 0.62rem 0.62rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.lottery-rule-bottom[data-v-2964abc9] {
  width: 100%;
  height: 0.37rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/f7f2c19710a741ebc533ecdfa60aa2a4479be291.jpg");
  margin-top: -0.02rem;
}
.lottery-share[data-v-2964abc9] {
  position: relative;
}
.lottery-share-preview[data-v-2964abc9] {
  width: 5.48rem;
  height: 8.03rem;
  background-size: 100% 100%;
  position: fixed;
  top: 0.71rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 99;
}
.lottery-share-pic[data-v-2964abc9] {
  width: 4.22rem;
  height: 4.22rem;
  background-size: 100% 100%;
  position: absolute;
  top: 3.31rem;
  left: 2rem;
}
.lottery-share-mask[data-v-2964abc9] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.8;
  overflow: hidden;
}
body,
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
* {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.space {
  width: 1em;
  display: inline-block;
}

#bili-toast-container[data-v-1ff54171] {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: none;
}
#bili-toast-container .bili-toast-content[data-v-1ff54171] {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.16rem 0.2rem;
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.36rem;
  max-width: 60%;
  border-radius: 0.08rem;
}
#bili-toast-container.top[data-v-1ff54171] {
  top: 20%;
}
#bili-toast-container.bili-toast-enter[data-v-1ff54171],
#bili-toast-container.bili-toast-leave-to[data-v-1ff54171] {
  opacity: 0;
}
#bili-toast-container.bili-toast-enter-active[data-v-1ff54171],
#bili-toast-container.bili-toast-leave-active[data-v-1ff54171] {
  transition: all 0.3s;
}
#bili-toast-container.bili-toast-enter-to[data-v-1ff54171],
#bili-toast-container.bili-toast-leave[data-v-1ff54171] {
  opacity: 1;
}
.lottery-result[data-v-149cf9d9] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5cdf7f64e7ec89013908842fbbd527755fa0ee21.png");
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lottery-result-title[data-v-149cf9d9] {
  width: 7.33rem;
  height: 0.93rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ad104cb0cc5a34062b0b0eea2c299840f5f2427a.png");
}
.lottery-result-close[data-v-149cf9d9] {
  padding: 0.2rem;
  position: absolute;
  right: 0.24rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.lottery-result-close[data-v-149cf9d9]::before {
  content: '';
  width: 0.65rem;
  height: 0.53rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/64483bca1bb373650900ad4fc9e4d64276e941a2.png");
}
.lottery-result-cards[data-v-149cf9d9] {
  overflow-y: auto;
  flex: 1 1;
}
.lottery-result-cards-scroll[data-v-149cf9d9] {
  height: auto;
}
.lottery-result-cards-line[data-v-149cf9d9] {
  width: 100%;
  height: 2.04rem;
  margin-top: 0.48rem;
  padding: 0 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lottery-result-cards-line-code[data-v-149cf9d9] {
  width: 1.1rem;
  height: 0.17rem;
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
}
.lottery-result-cards-line-item[data-v-149cf9d9] {
  width: 1.46rem;
  height: 2.04rem;
  background-size: 100% 100%;
}
.lottery-result-bottom[data-v-149cf9d9] {
  width: 7.08rem;
  height: 0.6rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5403208cbe0bfb6b7c460658e1778da566827e34.png");
  position: absolute;
  bottom: 0.38rem;
  left: 0.21rem;
}
.lottery-result-bottom-page[data-v-149cf9d9] {
  height: 0.27rem;
  font-size: 0.27rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #434343;
  line-height: 0.32rem;
  position: absolute;
  left: 1.54rem;
  bottom: 0.2rem;
}
.lottery-result-bottom-pre[data-v-149cf9d9] {
  width: 1.18rem;
  height: 0.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/d33c50e2956de4516066fd06abd4db160d7caed4.png");
  position: absolute;
  left: 4.08rem;
  bottom: 0.1rem;
}
.lottery-result-bottom-pre.gray[data-v-149cf9d9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1828639ae8a0915021b60a404f85180baf878013.png");
}
.lottery-result-bottom-next[data-v-149cf9d9] {
  width: 1.18rem;
  height: 0.39rem;
  position: absolute;
  left: 5.68rem;
  bottom: 0.1rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1293d770e185e61cc3f53517ea011381d4bab560.png");
}
.lottery-result-bottom-next.gray[data-v-149cf9d9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/1828639ae8a0915021b60a404f85180baf878013.png");
}
.lottery-result .holder[data-v-149cf9d9] {
  height: 0.98rem;
  width: 100%;
}
.task-list-content {
  width: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Semibold, sans-serif;
  font-weight: 700;
  background-color: #333333;
}
.task-list-content .task-list {
  display: flex;
  flex-direction: column;
}
.task-list-content .task-list .task-item {
  width: 7.5rem;
  height: 1.38rem;
  margin-bottom: 0.2rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.task-list-content .task-list .task-item:last-child {
  margin-bottom: 0;
}
.task-list-content .task-list .task-item-title {
  width: 7.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.6rem;
  line-height: 0.84rem;
  position: absolute;
  top: 0.04rem;
  left: 1.44rem;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-memo {
  position: absolute;
  font-size: 0.52rem;
  line-height: 0.74rem;
  top: 0.41rem;
  left: 1.44rem;
  width: 7.72rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-prize {
  position: absolute;
  width: 3.86rem;
  height: 0.5rem;
  top: 0.79rem;
  left: 1.47rem;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.task-list-content .task-list .task-item-prize .prize-text {
  position: absolute;
  width: 5.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0.06rem;
  left: 1.28rem;
  font-size: 0.52rem;
  line-height: 0.74rem;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item .task-item-btn {
  position: absolute;
  width: 3.36rem;
  height: 1.12rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0.39rem;
  left: 5.6rem;
  font-size: 0.68rem;
  line-height: 1.12rem;
  text-align: center;
  transform: scale(0.5) translateZ(0);
  transform-origin: 0 0;
}
.task-list-content .task-list .task-item-car {
  width: 100%;
  height: 2.4rem;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.task-list-content .task-list .task-item-car .task-item-title {
  position: absolute;
  top: 0.33rem;
  left: 0.65rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: PingFangSC-Regular, sans-serif;
}
.task-list-content .task-list .task-item-car .task-item-memo {
  position: absolute;
  display: flex;
  font-size: 0.24rem;
  height: 0.3rem;
  align-items: center;
  top: 0.76rem;
  left: 0.65rem;
  color: #1bd5f6;
}
.task-list-content .task-list .task-item-car .task-item-btn {
  position: absolute;
  width: 3rem;
  height: 1.4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
}
.task-list-content .task-list .task-item-car .task-passenger {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  top: 1.22rem;
}
.task-list-content .task-list .task-item-car .task-passenger.no {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/2a23fb899d4e4bf7e8513b849ffa3bfa3942a119.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-passenger.has img {
  width: 100%;
  height: 100%;
  display: block;
}
.task-list-content .task-list .task-item-car .task-passenger.has::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/6c4f47b4c01b447b27285973c765a4a7a2176190.png) top left/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-passenger .new {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/012d06b20c1ff70b9359cd4819d4bc6c341c17ca.png) center/contain no-repeat;
  z-index: 2;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-1 {
  left: 0.66rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-2 {
  left: 1.46rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-3 {
  left: 2.26rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-4 {
  left: 3.06rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-5 {
  left: 3.86rem;
}
.task-list-content .task-list .task-item-car .task-passenger.pass-6 {
  left: 4.66rem;
}
.task-list-content .task-list .task-item-car .task-tickets {
  position: absolute;
  width: 1.5rem;
  height: 0.9rem;
  top: 1.1rem;
  left: 5.37rem;
}
.task-list-content .task-list .task-item-car .task-tickets.off {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/ba2752649a5bd56ea69c6c113d5611b80f45455c.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-tickets.on {
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/e519e93c0cb912a0775ea60cc85bff6e4053325c.png) center/contain no-repeat;
}
.task-list-content .task-list .task-item-car .task-tickets .task-tickets-num {
  width: 0.38rem;
  height: 0.42rem;
  display: flex;
  position: absolute;
  left: 1.2rem;
  top: 0.48rem;
  font-size: 0.22rem;
  color: #ffe052;
  font-family: PingFangSC-Semibold, sans-serif;
  justify-content: center;
  align-items: center;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/f9db361a079bae29e6640539e5f2db5630c20e70.png) center/contain no-repeat;
}
.task-list-content .task-success {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0,0,0,0.8);
}
.task-list-content .task-success .task-success-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.task-list-content .task-success .task-success-content .task-success-content-img {
  width: 1.5rem;
}
.task-list-content .task-success .task-success-content .task-success-content-img img {
  width: 100%;
  display: block;
}
.task-list-content .task-success .task-success-content .task-success-content-text {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #1bd5f6;
  text-align: center;
  white-space: nowrap;
}
.task-list-content .task-success .task-success-content .task-success-content-text span {
  color: #ffe052;
}
.lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
}
.lock .lock-memo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lock .lock-memo .icon {
  width: 0.45rem;
  height: 0.58rem;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/219ffe99e776b8ef38f0aea4693e6fb69aa2982c.png) top left/100% 100% no-repeat;
}
.lock .lock-memo .text {
  margin-left: 0.16rem;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  font-family: PingFangSC-Semibold, sans-serif;
  font-weight: 700;
}
.task-toast {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
.task-toast-content {
  width: 75%;
  border-radius: 0.16rem;
  padding-top: 0.84rem;
  padding-bottom: 0.32rem;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.task-toast-content-close {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  top: 0.16rem;
  right: 0.16rem;
  background: url(//i0.hdslb.com/bfs/kfptfe/floor/3c647f7b08b0842dddee1d952ee70d7340f959b1.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.task-toast-content-line {
  font-family: PingFangSC-Medium;
  font-size: 0.32rem;
  color: #212121;
  text-align: center;
  line-height: 0.4rem;
  padding: 0 0.4rem;
  word-break: break-all;
}
.task-toast-content-btn {
  height: 0.68rem;
  border-radius: 0.68rem;
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: #FEFEFE;
  text-align: center;
  line-height: 0.68rem;
  background: #FB7299;
  margin: 0.48rem 0.32rem 0;
}
.share-wait {
  position: fixed;
  width: 60%;
  text-align: center;
  color: #fff;
  padding: 0.4rem 0;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  background: rgba(0,0,0,0.8);
  bottom: 1.4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lock-container[data-v-fe71fa92] {
  position: relative;
}
.lock-container-mask[data-v-fe71fa92] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000007d;
  z-index: 9;
}
.lock-container-lock[data-v-fe71fa92] {
  position: absolute;
  width: 0.64rem;
  height: 0.98rem;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 11;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/386fd2e744debab9f6159c16ae9754344fd6e4a4.png");
}
.lock-container .join-empty[data-v-fe71fa92] {
  width: 7.5rem;
  height: 3.84rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ca8e9afb401d594c205e6a2da84e27234a34d0dd.png");
  position: relative;
}
.lottery-container[data-v-fe71fa92] {
  width: 7.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}
.lottery-invatite-mask[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.8;
  z-index: 99;
  top: 0;
  left: 0;
}
.lottery-invatite-dialog[data-v-fe71fa92] {
  position: absolute;
  z-index: 100;
  width: 5.2rem;
  height: 4.6rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/0e9abe908a9f082c0e48a903d0f91ccdbe2ea75f.png");
  top: 3rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lottery-invatite-dialog-btn[data-v-fe71fa92] {
  position: absolute;
  right: 0.92rem;
  bottom: 0.23rem;
  width: 3.24rem;
  height: 0.78rem;
}
.lottery-invatite-dialog-txt[data-v-fe71fa92] {
  position: absolute;
  right: 1.25rem;
  bottom: 0.42rem;
  color: #54524c;
  font-size: 0.35rem;
}
.lottery-goods[data-v-fe71fa92] {
  width: 7.5rem;
  height: 7.29rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/b0c3738ad10fccd04eb0458c3021dff6b744bac4.png");
  position: relative;
}
.lottery-goods-pic[data-v-fe71fa92] {
  width: 3.6rem;
  height: 3.6rem;
  background-size: 100% 100%;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.lottery-goods-btn[data-v-fe71fa92] {
  width: 7.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  position: absolute;
  top: 6.42rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-size: 100% 100%;
}
.lottery-goods-btn-nostart[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/599b93295b267f3fc10fff5d97e50bf8aa63a6ed.png");
  font-size: 0.37rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #0a6090;
  text-align: center;
}
.lottery-goods-btn-zhuli[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/8fe56b9957bc379a4181c097b84f10c0cd72d728.png");
}
.lottery-goods-btn-confirm[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/a7b803f35e6b3dd0cb2d9d31cff54e90db6d0c9b.png");
}
.lottery-goods-count[data-v-fe71fa92] {
  position: absolute;
  left: 0.04rem;
  top: 1.42rem;
  width: 2.3rem;
  height: 0.51rem;
  line-height: 0.51rem;
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.lottery-goods-count span[data-v-fe71fa92] {
  color: #4cf4ff;
}
.lottery-goods-name[data-v-fe71fa92] {
  position: absolute;
  top: 5.9rem;
  width: 7.5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.34rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #eaecff;
  text-align: center;
}
.lottery-goods-joined[data-v-fe71fa92] {
  position: absolute;
  top: 6.62rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 6.88rem;
  height: 0.61rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4bf4ff;
  line-height: 0.61rem;
  text-align: center;
  background: url("//i0.hdslb.com/bfs/kfptfe/floor/7040ce323c7d5fc0557b7d8733d2b04e47ced731.png");
  background-size: 100% 100%;
}
.lottery-goods-status[data-v-fe71fa92] {
  position: absolute;
  top: 6.48rem;
  width: 7.5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4cf4ff;
  text-align: center;
}
.lottery-goods-rule[data-v-fe71fa92] {
  width: 1.2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.lottery-notlogin[data-v-fe71fa92] {
  width: 7.5rem;
  height: 1.4rem;
  background-color: #596075;
  position: relative;
}
.lottery-notlogin-btn[data-v-fe71fa92] {
  width: 7.5rem;
  height: 0.95rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/a0650344cd33d378fe98f64bce56f048660aa916.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.lottery-cards[data-v-fe71fa92] {
  width: 7.5rem;
}
.lottery-cards-title[data-v-fe71fa92] {
  width: 100%;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/e0ab9a97004d58e439478984bb971d9c9cda2306.png");
}
.lottery-cards-top[data-v-fe71fa92] {
  width: 7.5rem;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/e31e2c9c3c84966e11258b3542e4b974e1d66972.png");
  position: relative;
}
.lottery-cards-top-date[data-v-fe71fa92] {
  width: 100%;
  height: 0.29rem;
  line-height: 0.29rem;
  text-align: center;
  font-size: 0.3rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #434343;
  line-height: 0.3rem;
  position: absolute;
  top: 0.36rem;
}
.lottery-cards-top-more[data-v-fe71fa92] {
  width: 1.94rem;
  height: 0.5rem;
  position: absolute;
  right: 0.23rem;
  top: 0.26rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bbb7d6f8969f0c7a1d369f23172bc2fc42f4a89d.png");
}
.lottery-cards-top-notjoin[data-v-fe71fa92] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ac216b2922ca120abad3802e916a371b5ac4e04f.png");
}
.lottery-cards-top-success[data-v-fe71fa92] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/51c4b56d448b4f85129383d11790fdc718ffd282.png");
}
.lottery-cards-top-fail[data-v-fe71fa92] {
  width: 2.76rem;
  height: 0.65rem;
  position: absolute;
  right: 0.23rem;
  top: 0.2rem;
  left: 0.28rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/ee74faa23397d029b00e9283f3af77a1fa3c1995.png");
}
.lottery-cards-props[data-v-fe71fa92] {
  width: 7.5rem;
  height: 0.41rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/406edda4b8222c7e350488ddab0e76e2469a4739.png");
}
.lottery-cards-line[data-v-fe71fa92] {
  width: 7.5rem;
  height: 2.38rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/4cda57692ae9011f3aa2a2b11a7324135bb4390e.png");
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.56rem;
  box-sizing: border-box;
  position: relative;
}
.lottery-cards-line-item[data-v-fe71fa92] {
  width: 1.46rem;
  height: 2.04rem;
  background-size: 100% 100%;
}
.lottery-cards-line-tag[data-v-fe71fa92] {
  width: 1.22rem;
  height: 0.97rem;
  position: absolute;
  top: 0;
  right: 0.3rem;
  background-size: 100% 100%;
  z-index: 5;
}
.lottery-cards-line.noresult .lottery-cards-line-tag[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/363c0929bb128edc7508f01353729a510c2be515.png");
}
.lottery-cards-line.success .lottery-cards-line-tag[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/623d2ae381b9762a6f32dc99943486b74cb30923.png");
}
.lottery-cards-line.fail .lottery-cards-line-tag[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/84dcecaa953bc07e68b82d7cacb87a83e534486b.png");
}
.lottery-cards-bottom[data-v-fe71fa92] {
  width: 100%;
  height: 1.02rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/cf975e2782fe5aadca1fc3e0fef8f2fe35a82d38.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-cards-bottom.empty[data-v-fe71fa92] {
  height: 0.78rem;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/deed88b39709132ff610927da3d7bec6713c50f4.png");
}
.lottery-cards-bottom-arrow[data-v-fe71fa92] {
  width: 0.4rem;
  height: 0.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/02c3eb4e6e61a241d4cb566cf2c13299b7ea688a.png");
}
.lottery-invitate[data-v-fe71fa92] {
  width: 7.5rem;
  height: 4.03rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bdc5be1f52445de8b573143b0c7d0c84424e675b.png");
  position: relative;
}
.lottery-invitate-list[data-v-fe71fa92] {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0.54rem;
  position: absolute;
  top: 0.74rem;
}
.lottery-invitate-list-item[data-v-fe71fa92] {
  width: 1.01rem;
  height: 1.21rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/f2d6ac2530f97bf1863a2d7c10c055f3a8ac6b4d.png");
  text-align: center;
  padding-top: 0.2rem;
  position: relative;
}
.lottery-invitate-list-item-friends[data-v-fe71fa92] {
  font-size: 0.24rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #434343;
  line-height: 0.24rem;
}
.lottery-invitate-list-item-count[data-v-fe71fa92] {
  font-size: 0.18rem;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ece8ff;
  line-height: 0.18rem;
  position: absolute;
  width: 100%;
  bottom: 0.06rem;
  left: 0;
  white-space: nowrap;
}
.lottery-invitate-tip[data-v-fe71fa92] {
  width: 100%;
  height: 0.24rem;
  font-size: 0.25rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.29rem;
  text-align: center;
  position: absolute;
  top: 2.25rem;
}
.lottery-invitate-tip .part[data-v-fe71fa92] {
  margin-left: 0.28rem;
}
.lottery-invitate-tip .red[data-v-fe71fa92] {
  color: #ff0000;
}
.lottery-invitate-btn[data-v-fe71fa92] {
  width: 7.5rem;
  height: 0.92rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/c8fc79aabd868004e5e067fb020d170b7f4eb227.png");
  position: absolute;
  top: 2.6rem;
}
.lottery-rule[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lottery-rule-top[data-v-fe71fa92] {
  width: 100%;
  height: 1.92rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/c8846ec0edd08ee9a8000e17885cd7b608de658f.jpg");
  position: relative;
}
.lottery-rule-middle[data-v-fe71fa92] {
  width: 100%;
  flex: 1 1;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/fd0e3d9508c6277e47e8ae99008c7a0c25ad7563.jpg");
  margin-top: -0.02rem;
}
.lottery-rule-middle-content[data-v-fe71fa92] {
  width: 100%;
  height: 100vh;
  font-size: 0.22rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  word-break: break-all;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
}
.lottery-rule-middle-content-top[data-v-fe71fa92] {
  width: 100%;
  height: 2rem;
  position: relative;
}
.lottery-rule-middle-content-top-close[data-v-fe71fa92] {
  position: absolute;
  top: 0.44rem;
  right: 0.29rem;
  width: 0.65rem;
  height: 0.55rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/718b04a192ef690405c29baf173373311c23ed3e.png");
}
.lottery-rule-middle-content-scroll[data-v-fe71fa92] {
  flex: 1 1;
  padding: 0 0.62rem 0.62rem 0.62rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.lottery-rule-bottom[data-v-fe71fa92] {
  width: 100%;
  height: 0.37rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/f7f2c19710a741ebc533ecdfa60aa2a4479be291.jpg");
  margin-top: -0.02rem;
}
.lottery-share[data-v-fe71fa92] {
  position: relative;
}
.lottery-share-preview[data-v-fe71fa92] {
  width: 5.48rem;
  height: 8.03rem;
  background-size: 100% 100%;
  position: fixed;
  top: 0.71rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 99;
}
.lottery-share-pic[data-v-fe71fa92] {
  width: 4.22rem;
  height: 4.22rem;
  background-size: 100% 100%;
  position: absolute;
  top: 3.31rem;
  left: 2rem;
}
.lottery-share-mask[data-v-fe71fa92] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.8;
  overflow: hidden;
}
body,
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
* {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.space {
  width: 1em;
  display: inline-block;
}

