@-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/a3482b34bb13e0db53f708d4fd7580a0d488ab77.jpg");
  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("//uat-i0.hdslb.com/bfs/kfptfe/floor/f539aa403878138fc917dc4ccd6779a548e4b5ef.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("//uat-i0.hdslb.com/bfs/kfptfe/floor/9386eb561a5a66e1d38999999496dfd7c4586236.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/65ba335828981f7f24d7393dd548b0c087c6b3ab.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: #ffffff;
  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/836bb297b8f4fb8f4ea6d7d4eb62a5296f41940e.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/3901fd7ae1d9ebe87b7355abd0b859c4000fc9ff.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/52a1f689a27592ffc4b21c3e6345cb5d28602fa1.png");
}
.lottery-result-bottom-next.gray[data-v-9a8b822a] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5b8a1dc07780d66f948d31a185987f01e2c7f373.png");
}
.lottery-result .holder[data-v-9a8b822a] {
  height: 0.98rem;
  width: 100%;
}
.lottery-container[data-v-2964abc9] {
  width: 7.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}
.lottery-goods[data-v-2964abc9] {
  width: 7.5rem;
  height: 7.29rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bba6efc2ebb2cfff65b64c643bbcd4f45fdcfaa9.jpg");
  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/cbc3afdb865889ead2d1f353c78c816c3672c43b.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/d9af6b658fb5f88e26253150b923a595f9ce1a30.png");
}
.lottery-goods-btn-confirm[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/139b3b92d73bda2a0c04e572ef4590c0bb00bba8.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: 100%;
  height: 0.28rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4bf4ff;
  line-height: 0.3rem;
  text-align: center;
}
.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.42rem;
  height: 0.68rem;
  position: absolute;
  right: 0;
  top: 1.62rem;
}
.lottery-notlogin[data-v-2964abc9] {
  width: 7.5rem;
  height: 2.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/07dccbe440c9c5bea682bb03407b93b9f3e6eeb0.jpg");
  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/c62f0cd4edd5abbf81c041e843d38d67bffb42e0.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/5c418700f337c8060ed81453ffd99992637f99b8.jpg");
}
.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/71be92e4d53e2d6a59592ed7b83aab592298cd02.jpg");
  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: #ffffff;
  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/9c712ffe73660538523b1b50eadff17b14267cb9.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/70936002992d47990e3495081e10a86d1ebebcd7.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/d537c883fc4c8436dc917b4aab30d17312dde31a.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/a7d5ffc2d3a8c538786e512a98577334b0106697.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/6bec3307d36580c3e97e902643e8fcdfe16073cc.jpg");
}
.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/35635cff62056bd615d2bc78b9ad7e318ab246a9.jpg");
  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/b5e08316b7008bc1e38eef4d0626cb0f7659bd14.png");
}
.lottery-cards-line.success .lottery-cards-line-tag[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/758bf1cb22c0852c7d36bcff8c569ed34ad3c048.png");
}
.lottery-cards-line.fail .lottery-cards-line-tag[data-v-2964abc9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/b1954ecd5151c2ad7adb8c3298a7236b50314ca2.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/9e922d7125b2cb4c11d8a32e79201be8fce2f69c.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-cards-bottom.empty[data-v-2964abc9] {
  height: 0.52rem;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/334ec56261c89119887bf5bcb2ad8f98e476f75b.jpg");
}
.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/4fe56834516e551d1c122114d7f04e72ca387844.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/eb81b37bc4788cca9082b8bdc5c74f5bd236c583.jpg");
  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/0e7a3315a4ee441239fe3429e5d28e59ee05abb8.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: #ffffff;
  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/6563f9030c0d4d78a709ec25270663491d1c1051.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;
}

#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/a3482b34bb13e0db53f708d4fd7580a0d488ab77.jpg");
  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("//uat-i0.hdslb.com/bfs/kfptfe/floor/f539aa403878138fc917dc4ccd6779a548e4b5ef.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("//uat-i0.hdslb.com/bfs/kfptfe/floor/9386eb561a5a66e1d38999999496dfd7c4586236.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/65ba335828981f7f24d7393dd548b0c087c6b3ab.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: #ffffff;
  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/836bb297b8f4fb8f4ea6d7d4eb62a5296f41940e.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/3901fd7ae1d9ebe87b7355abd0b859c4000fc9ff.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/52a1f689a27592ffc4b21c3e6345cb5d28602fa1.png");
}
.lottery-result-bottom-next.gray[data-v-149cf9d9] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/5b8a1dc07780d66f948d31a185987f01e2c7f373.png");
}
.lottery-result .holder[data-v-149cf9d9] {
  height: 0.98rem;
  width: 100%;
}
.lottery-container[data-v-fe71fa92] {
  width: 7.5rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}
.lottery-goods[data-v-fe71fa92] {
  width: 7.5rem;
  height: 7.29rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/bba6efc2ebb2cfff65b64c643bbcd4f45fdcfaa9.jpg");
  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/cbc3afdb865889ead2d1f353c78c816c3672c43b.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/d9af6b658fb5f88e26253150b923a595f9ce1a30.png");
}
.lottery-goods-btn-confirm[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/139b3b92d73bda2a0c04e572ef4590c0bb00bba8.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: 100%;
  height: 0.28rem;
  font-size: 0.28rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4bf4ff;
  line-height: 0.3rem;
  text-align: center;
}
.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.42rem;
  height: 0.68rem;
  position: absolute;
  right: 0;
  top: 1.62rem;
}
.lottery-notlogin[data-v-fe71fa92] {
  width: 7.5rem;
  height: 2.39rem;
  background-size: 100% 100%;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/07dccbe440c9c5bea682bb03407b93b9f3e6eeb0.jpg");
  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/c62f0cd4edd5abbf81c041e843d38d67bffb42e0.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/5c418700f337c8060ed81453ffd99992637f99b8.jpg");
}
.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/71be92e4d53e2d6a59592ed7b83aab592298cd02.jpg");
  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: #ffffff;
  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/9c712ffe73660538523b1b50eadff17b14267cb9.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/70936002992d47990e3495081e10a86d1ebebcd7.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/d537c883fc4c8436dc917b4aab30d17312dde31a.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/a7d5ffc2d3a8c538786e512a98577334b0106697.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/6bec3307d36580c3e97e902643e8fcdfe16073cc.jpg");
}
.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/35635cff62056bd615d2bc78b9ad7e318ab246a9.jpg");
  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/b5e08316b7008bc1e38eef4d0626cb0f7659bd14.png");
}
.lottery-cards-line.success .lottery-cards-line-tag[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/758bf1cb22c0852c7d36bcff8c569ed34ad3c048.png");
}
.lottery-cards-line.fail .lottery-cards-line-tag[data-v-fe71fa92] {
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/b1954ecd5151c2ad7adb8c3298a7236b50314ca2.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/9e922d7125b2cb4c11d8a32e79201be8fce2f69c.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.lottery-cards-bottom.empty[data-v-fe71fa92] {
  height: 0.52rem;
  background-image: url("//i0.hdslb.com/bfs/kfptfe/floor/334ec56261c89119887bf5bcb2ad8f98e476f75b.jpg");
}
.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/4fe56834516e551d1c122114d7f04e72ca387844.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/eb81b37bc4788cca9082b8bdc5c74f5bd236c583.jpg");
  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/0e7a3315a4ee441239fe3429e5d28e59ee05abb8.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: #ffffff;
  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/6563f9030c0d4d78a709ec25270663491d1c1051.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;
}

.comiket-list[data-v-2964abc9] {
  width: 7.5rem;
  box-sizing: border-box;
  padding: 0.2rem;
  font-family: PingFangSC-Medium, sans-serif;
}
.comiket-list .comiket-cards-area[data-v-2964abc9] {
  width: 7.1rem;
  margin: 0 auto;
}
.comiket-list .comiket-cards-area .comiket-card[data-v-2964abc9] {
  height: 3rem;
  overflow: hidden;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-mask[data-v-2964abc9] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 20;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img[data-v-2964abc9] {
  width: 2.25rem;
  position: relative;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img img[data-v-2964abc9] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img .corner-marker[data-v-2964abc9] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content[data-v-2964abc9] {
  flex: 1 1;
  min-width: 0;
  position: relative;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-2964abc9] {
  width: 200%;
  position: absolute;
  transform: scale(0.5);
  left: 0.2rem;
  top: 1.58rem;
  transform-origin: left top;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-2964abc9]::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-one[data-v-2964abc9] {
  padding: 0 0.08rem;
  height: 0.5rem;
  font-size: 0.34rem;
  margin-right: 0.1rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-two[data-v-2964abc9] {
  padding: 0 0.08rem;
  height: 0.5rem;
  font-size: 0.34rem;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-two .tip-two-border[data-v-2964abc9] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 0.02rem solid;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-2964abc9] {
  margin: 0.23rem 0.2rem 0;
  font-size: 0.28rem;
  line-height: 0.32rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-2964abc9] {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-2964abc9] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-2964abc9] {
  height: 0.48rem;
  position: absolute;
  top: 1.96rem;
  left: 0.2rem;
  font-size: 0.2rem;
  display: table;
  table-layout: fixed;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-name[data-v-2964abc9] {
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-tip[data-v-2964abc9] {
  width: 0.26rem;
  display: table-cell;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-tip .price-tip-info[data-v-2964abc9] {
  position: absolute;
  top: 0.2rem;
  left: 0.03rem;
  font-size: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.42rem;
  border-radius: 100%;
  font-style: normal;
  text-align: center;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-num[data-v-2964abc9] {
  font-size: 0.4rem;
  line-height: 0.48rem;
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-start[data-v-2964abc9] {
  margin-left: 0.03rem;
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-2964abc9] {
  position: absolute;
  top: 1.94rem;
  left: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price .price-num[data-v-2964abc9] {
  float: left;
  text-decoration: line-through;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price .price-start[data-v-2964abc9] {
  float: left;
  margin-left: 0.02rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-2964abc9] {
  width: 1.7rem;
  height: 0.7rem;
  position: absolute;
  left: 2.69rem;
  top: 1.67rem;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-2964abc9] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.45rem;
  font-size: 0.22rem;
  line-height: 0.45rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand span[data-v-2964abc9] {
  position: relative;
  z-index: 1;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand .brandBg[data-v-2964abc9] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
}
.comiket-list.comiket-list-two .comiket-cards-area[data-v-2964abc9]:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card[data-v-2964abc9] {
  width: 3.45rem;
  height: 6.7rem;
  float: left;
  flex-direction: column;
  margin-right: 0.2rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card[data-v-2964abc9]:nth-child(2n) {
  margin-right: 0;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-img[data-v-2964abc9] {
  width: 100%;
  height: 4.6rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content[data-v-2964abc9] {
  min-height: 0;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-2964abc9] {
  top: 1.09rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-2964abc9] {
  font-size: 0.25rem;
  line-height: 0.3rem;
  height: 0.56rem;
  margin-top: 0.13rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-2964abc9] {
  top: 0.78rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-2964abc9] {
  font-size: 0.22rem;
  display: none;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-2964abc9]:first-child {
  display: block;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-2964abc9] {
  top: 1.44rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-2964abc9] {
  right: 0.2rem;
  top: 1.42rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-2964abc9] {
  width: 1rem;
  height: 0.6rem;
  top: 1.25rem;
  left: 2.25rem;
  font-size: 0.22rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-2964abc9] {
  display: none;
}
.comiket-list.comiket-list-two-big .comiket-cards-area[data-v-2964abc9]:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card[data-v-2964abc9] {
  width: 3.45rem;
  height: 7rem;
  float: left;
  flex-direction: column;
  margin-right: 0.2rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card[data-v-2964abc9]:nth-child(2n) {
  margin-right: 0;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-img[data-v-2964abc9] {
  width: 100%;
  height: 4.6rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content[data-v-2964abc9] {
  min-height: 0;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-2964abc9] {
  top: 1.09rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-2964abc9] {
  font-size: 0.25rem;
  line-height: 0.3rem;
  height: 0.56rem;
  margin-top: 0.13rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-2964abc9] {
  top: 0.78rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-2964abc9] {
  font-size: 0.22rem;
  display: none;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-2964abc9]:first-child {
  display: block;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-2964abc9] {
  top: 1.44rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-2964abc9] {
  right: 0.2rem;
  top: 1.42rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-2964abc9] {
  width: 1rem;
  height: 0.6rem;
  top: 1.25rem;
  left: 2.25rem;
  font-size: 0.22rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-2964abc9] {
  height: 0.4rem;
  line-height: 0.4rem;
}
.comiket-change[data-v-2964abc9] {
  width: 100%;
  margin: 0.1rem auto 0;
}
.comiket-change img[data-v-2964abc9] {
  width: 100%;
  display: block;
}

.comiket-list[data-v-fe71fa92] {
  width: 7.5rem;
  box-sizing: border-box;
  padding: 0.2rem;
  font-family: PingFangSC-Medium, sans-serif;
}
.comiket-list .comiket-cards-area[data-v-fe71fa92] {
  width: 7.1rem;
  margin: 0 auto;
}
.comiket-list .comiket-cards-area .comiket-card[data-v-fe71fa92] {
  height: 3rem;
  overflow: hidden;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-mask[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 20;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img[data-v-fe71fa92] {
  width: 2.25rem;
  position: relative;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img img[data-v-fe71fa92] {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-img .corner-marker[data-v-fe71fa92] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content[data-v-fe71fa92] {
  flex: 1 1;
  min-width: 0;
  position: relative;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-fe71fa92] {
  width: 200%;
  position: absolute;
  transform: scale(0.5);
  left: 0.2rem;
  top: 1.58rem;
  transform-origin: left top;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-fe71fa92]::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-one[data-v-fe71fa92] {
  padding: 0 0.08rem;
  height: 0.5rem;
  font-size: 0.34rem;
  margin-right: 0.1rem;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-two[data-v-fe71fa92] {
  padding: 0 0.08rem;
  height: 0.5rem;
  font-size: 0.34rem;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .tips-area .tip-two .tip-two-border[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 0.02rem solid;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-fe71fa92] {
  margin: 0.23rem 0.2rem 0;
  font-size: 0.28rem;
  line-height: 0.32rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-fe71fa92] {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-fe71fa92] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-fe71fa92] {
  height: 0.48rem;
  position: absolute;
  top: 1.96rem;
  left: 0.2rem;
  font-size: 0.2rem;
  display: table;
  table-layout: fixed;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-name[data-v-fe71fa92] {
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-tip[data-v-fe71fa92] {
  width: 0.26rem;
  display: table-cell;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-tip .price-tip-info[data-v-fe71fa92] {
  position: absolute;
  top: 0.2rem;
  left: 0.03rem;
  font-size: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.42rem;
  border-radius: 100%;
  font-style: normal;
  text-align: center;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-num[data-v-fe71fa92] {
  font-size: 0.4rem;
  line-height: 0.48rem;
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .price .price-start[data-v-fe71fa92] {
  margin-left: 0.03rem;
  display: table-cell;
  vertical-align: text-bottom;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-fe71fa92] {
  position: absolute;
  top: 1.94rem;
  left: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price .price-num[data-v-fe71fa92] {
  float: left;
  text-decoration: line-through;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .old-price .price-start[data-v-fe71fa92] {
  float: left;
  margin-left: 0.02rem;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-fe71fa92] {
  width: 1.7rem;
  height: 0.7rem;
  position: absolute;
  left: 2.69rem;
  top: 1.67rem;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.45rem;
  font-size: 0.22rem;
  line-height: 0.45rem;
  box-sizing: border-box;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand span[data-v-fe71fa92] {
  position: relative;
  z-index: 1;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content .brand .brandBg[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
}
.comiket-list.comiket-list-two .comiket-cards-area[data-v-fe71fa92]:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card[data-v-fe71fa92] {
  width: 3.45rem;
  height: 6.7rem;
  float: left;
  flex-direction: column;
  margin-right: 0.2rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card[data-v-fe71fa92]:nth-child(2n) {
  margin-right: 0;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-img[data-v-fe71fa92] {
  width: 100%;
  height: 4.6rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content[data-v-fe71fa92] {
  min-height: 0;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-fe71fa92] {
  top: 1.09rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-fe71fa92] {
  font-size: 0.25rem;
  line-height: 0.3rem;
  height: 0.56rem;
  margin-top: 0.13rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-fe71fa92] {
  top: 0.78rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-fe71fa92] {
  font-size: 0.22rem;
  display: none;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-fe71fa92]:first-child {
  display: block;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-fe71fa92] {
  top: 1.44rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-fe71fa92] {
  right: 0.2rem;
  top: 1.42rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-fe71fa92] {
  width: 1rem;
  height: 0.6rem;
  top: 1.25rem;
  left: 2.25rem;
  font-size: 0.22rem;
}
.comiket-list.comiket-list-two .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-fe71fa92] {
  display: none;
}
.comiket-list.comiket-list-two-big .comiket-cards-area[data-v-fe71fa92]:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card[data-v-fe71fa92] {
  width: 3.45rem;
  height: 7rem;
  float: left;
  flex-direction: column;
  margin-right: 0.2rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card[data-v-fe71fa92]:nth-child(2n) {
  margin-right: 0;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-img[data-v-fe71fa92] {
  width: 100%;
  height: 4.6rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content[data-v-fe71fa92] {
  min-height: 0;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .tips-area[data-v-fe71fa92] {
  top: 1.09rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .title[data-v-fe71fa92] {
  font-size: 0.25rem;
  line-height: 0.3rem;
  height: 0.56rem;
  margin-top: 0.13rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips[data-v-fe71fa92] {
  top: 0.78rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-fe71fa92] {
  font-size: 0.22rem;
  display: none;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .sail-tips .sail-tip[data-v-fe71fa92]:first-child {
  display: block;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .price[data-v-fe71fa92] {
  top: 1.44rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .old-price[data-v-fe71fa92] {
  right: 0.2rem;
  top: 1.42rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .btn[data-v-fe71fa92] {
  width: 1rem;
  height: 0.6rem;
  top: 1.25rem;
  left: 2.25rem;
  font-size: 0.22rem;
}
.comiket-list.comiket-list-two-big .comiket-cards-area .comiket-card .comiket-card-content .brand[data-v-fe71fa92] {
  height: 0.4rem;
  line-height: 0.4rem;
}
.comiket-change[data-v-fe71fa92] {
  width: 100%;
  margin: 0.1rem auto 0;
}
.comiket-change img[data-v-fe71fa92] {
  width: 100%;
  display: block;
}

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


