* {
  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; /*no*/
  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 {
  animation-name: item-animation;
  animation-duration: 0.5s;
}
.bili-share-wrap.show-box .share-box .share-box-list li {
  animation-name: item-animation;
  animation-duration: 0.5s;
  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 {
  /* width: 25%; */
  display: inline-block;
  text-align: center;
  letter-spacing:normal;
}
.share-box-list li:nth-child(1) {
  animation-delay: 0.05s;
}
.share-box-list li:nth-child(2) {
  animation-delay: 0.1s;
}
.share-box-list li:nth-child(3) {
  animation-delay: 0.15s;
}
.share-box-list li:nth-child(4) {
  animation-delay: 0.2s;
}
.share-box-list li:nth-child(5) {
  animation-delay: 0.25s;
}
.share-box-list li:nth-child(6) {
  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;
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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;
  /* width: 390px; */
  /* height: 460px; */
  position: fixed;
  /* top: 60%; */
  /* left: 50%; */
  /* margin-left: -185px; */
  /* margin-top: -230px; */
  /* border-radius: 4px; */
  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; /*no*/
}
.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;
  /* 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; /*no*/
  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; /*no*/
  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;
  /* font-size: 0.38em; */
  line-height: 1.25em;
  margin-top: -1.25em;
}

/**
 * 公用样式
 */

body,
html,
div,
p,
header,
footer,
a,
img,
ul,
li,
h3,
h4,
article,
section,
span,
i,
main,
aside {
  margin: 0;
  padding: 0;
}

input,
a,
button {
  outline: none;
}

html {
  min-width: 320px; /*no*/
  min-height: 100%;

  width: 100%;
  font-size: 62.5%;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
    'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

body {
  font-size: 12px;
}

ul,
li {
  list-style: none;
}

a {
  color: #222;

  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  border: 0;
  vertical-align: middle;
}

a,
input,
button,
select,
textarea {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a {
  color: #00a1d6;
}

a:hover {
  color: #f25d8e;
}

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

textarea {
  overflow: hidden;
  resize: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;

  content: '.';
}

.clearfix {
  zoom: 1;
}

body {
  min-width: 320px; /*no*/
}

.reply-list {
  margin-bottom: 0 !important;
}


#app {
  max-width: 750px;
  min-width: 320px;
  margin: auto;
}

#app.t-hide {
  display: none;
}

#app .t-lazyload-image {
  background-image: url('//activity.hdslb.com/blackboard/template-common-image/images/t-common-pageloading.png');
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}

#position_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: top center;
}

.bilibili-comment {
  padding: 3%;
}

.activity-main{
  position: relative;
  z-index: 9;
}

/* 动画库插入的节点高度设置100% */
div[flash-anim-wrap=true] {
  height: 100%;
}
*{padding:0;margin: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.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;-webkit-transform:translateY(100%);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{-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}.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%{-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)}}.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.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;-webkit-transition:0.3s;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}.center-toast{width:100%;height:1px;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}


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

.activity-navigator-wrapper {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.activity-navigator-wrapper {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cover[data-v-3c8c0c1a] {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 100;
}
.alert-body[data-v-3c8c0c1a] {
  width: 100%;
}
.toast-wrapper {
  display: none;
  top: 40%;
  padding: 0.3rem 0.4rem;
  background: rgba(255,41,41,0.8);
  color: #fff;
  border-radius: 0.1rem;
  text-align: center;
  z-index: 10000;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 0.1rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: lighter;
  pointer-events: none;
}

.toast-wrapper.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toast-wrapper.hide {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toast-wrapper span {
  display: block;
  font-size: 0.3rem;
  word-wrap: break-word;
}

.toast-wrapper.info {
  background-color: rgba(0,0,0,0.8);
}

.toast-wrapper.success {
  background-color: #39af64;
}

.toast-wrapper.error {
  background-color: #e40c0c;
}

.toast-wrapper.warning {
  background-color: #ff8627;
}
.custom-progress-container[data-v-587871af] {
  width: 5.97rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #8C5426;
  font-weight: 700;
}
.custom-progress-container .picItem[data-v-587871af] {
  width: 2.06rem;
  height: 2.06rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 1.41rem;
  left: 1.83rem;
}
.custom-progress-container .align-middle-img[data-v-587871af] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.custom-progress-container .button[data-v-587871af] {
  width: 2.97rem;
  height: 0.76rem;
  position: absolute;
  bottom: 0.76rem;
  left: 1.38rem;
}
.custom-progress-container .custom-progress-name[data-v-587871af] {
  position: absolute;
  top: 3.66rem;
  line-height: 0.26rem;
  width: 2.06rem;
  left: 1.83rem;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .two-line[data-v-587871af] {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .close[data-v-587871af] {
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: 0;
  top: 0.12rem;
}
.custom-progress-container .num[data-v-587871af] {
  position: absolute;
  max-width: 2.06rem;
  bottom: 0.06rem;
  right: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.22rem;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0.04rem 0 0.04rem 0;
  min-width: 0.4rem;
  height: 0.22rem;
  z-index: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .preview-button[data-v-587871af] {
  height: 0.51rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  padding-top: 0.1rem;
  text-align: center;
}
.figure-par-container[data-v-453ab5b8] {
  width: 7.12rem;
  height: 2.61rem;
  padding-top: 0.51rem;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  color: #873B20;
  margin: 0 auto;
}
.figure-par-container span[data-v-453ab5b8] {
  display: inline-block;
  box-sizing: border-box;
  height: 0.45rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
}
.figure-par-container .price[data-v-453ab5b8] {
  width: 2.02rem;
  height: 0.5rem;
  line-height: 0.45rem;
  padding-left: 0.38rem;
}
.figure-par-container .has-order[data-v-453ab5b8] {
  width: 1.75rem;
  padding: 0 0.37rem 0 0.65rem;
  margin-right: 1.4rem;
  margin-left: 1.11rem;
  line-height: 0.47rem;
}
.figure-par-container .button-container[data-v-453ab5b8] {
  position: absolute;
  width: 2.21rem;
  height: 0.5rem;
  bottom: 0.3rem;
  left: 50%;
  margin-left: -1.1rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
.figure-par-container .tip[data-v-453ab5b8] {
  position: absolute;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 700;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
}
.figure-par-container .progress[data-v-453ab5b8] {
  position: absolute;
  border-radius: 0.03rem;
  width: 5.97rem;
  height: 0.24rem;
  top: 1.27rem;
  left: 0.58rem;
}
.figure-par-container .fill[data-v-453ab5b8] {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 0.03rem;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.figure-par-container .point[data-v-453ab5b8] {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.3rem;
  margin-left: -0.25rem;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.61rem;
}
.figure-par-container .complete-icon[data-v-453ab5b8] {
  width: 0.83rem;
  height: 0.68rem;
  position: absolute;
  z-index: 1;
  right: 0;
  margin-right: -0.415rem;
  top: 0;
  margin-top: -0.25rem;
}
.figure-par-container .pop[data-v-453ab5b8] {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  right: 0;
  margin-top: -0.03rem;
  font-size: 0.18rem;
  line-height: 0.31rem;
  text-align: center;
  color: #fff;
  padding-left: 0.03rem;
  padding-right: 0.04rem;
  box-sizing: border-box;
}
.figure-par-container .center[data-v-453ab5b8] {
  width: 100%;
  margin-left: 0;
}
.figure-par-container .step[data-v-453ab5b8] {
  width: 0.83rem;
  height: 0.68rem;
  position: absolute;
  top: -0.29rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  z-index: 1;
}
.figure-par-container .step span[data-v-453ab5b8]:first-child {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.figure-par-container .step span[data-v-453ab5b8]:last-child {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.figure-par-container .step-last-one[data-v-453ab5b8] {
  left: 100%;
}
.figure-par-container .at-least[data-v-453ab5b8] {
  min-width: 2.21rem;
  height: 0.43rem;
  font-size: 0.24rem;
  padding-top: 0.07rem;
  line-height: 0.33rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
.figure-par-container .at-least[data-v-453ab5b8] {
    width: 2.5rem;
}
}

.cover[data-v-d0f65476] {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 100;
}
.alert-body[data-v-d0f65476] {
  width: 100%;
}
.toast-wrapper {
  display: none;
  top: 40%;
  padding: 0.3rem 0.4rem;
  background: rgba(255,41,41,0.8);
  color: #fff;
  border-radius: 0.1rem;
  text-align: center;
  z-index: 10000;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  padding: 0.1rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: lighter;
  pointer-events: none;
}

.toast-wrapper.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toast-wrapper.hide {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toast-wrapper span {
  display: block;
  font-size: 0.3rem;
  word-wrap: break-word;
}

.toast-wrapper.info {
  background-color: rgba(0,0,0,0.8);
}

.toast-wrapper.success {
  background-color: #39af64;
}

.toast-wrapper.error {
  background-color: #e40c0c;
}

.toast-wrapper.warning {
  background-color: #ff8627;
}
.custom-progress-container[data-v-bb6fa1fe] {
  width: 5.97rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  line-height: 0.26rem;
  color: #8C5426;
  font-weight: 700;
}
.custom-progress-container .picItem[data-v-bb6fa1fe] {
  width: 2.06rem;
  height: 2.06rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 1.41rem;
  left: 1.83rem;
}
.custom-progress-container .align-middle-img[data-v-bb6fa1fe] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.custom-progress-container .button[data-v-bb6fa1fe] {
  width: 2.97rem;
  height: 0.76rem;
  position: absolute;
  bottom: 0.76rem;
  left: 1.38rem;
}
.custom-progress-container .custom-progress-name[data-v-bb6fa1fe] {
  position: absolute;
  top: 3.66rem;
  line-height: 0.26rem;
  width: 2.06rem;
  left: 1.83rem;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .two-line[data-v-bb6fa1fe] {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .close[data-v-bb6fa1fe] {
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: 0;
  top: 0.12rem;
}
.custom-progress-container .num[data-v-bb6fa1fe] {
  position: absolute;
  max-width: 2.06rem;
  bottom: 0.06rem;
  right: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.22rem;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0.04rem 0 0.04rem 0;
  min-width: 0.4rem;
  height: 0.22rem;
  z-index: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.custom-progress-container .preview-button[data-v-bb6fa1fe] {
  height: 0.51rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  padding-top: 0.1rem;
  text-align: center;
}
.figure-par-container[data-v-3562a2a6] {
  width: 7.12rem;
  height: 2.61rem;
  padding-top: 0.51rem;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  color: #873B20;
  margin: 0 auto;
}
.figure-par-container span[data-v-3562a2a6] {
  display: inline-block;
  box-sizing: border-box;
  height: 0.45rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
}
.figure-par-container .price[data-v-3562a2a6] {
  width: 2.02rem;
  height: 0.5rem;
  line-height: 0.45rem;
  padding-left: 0.38rem;
}
.figure-par-container .has-order[data-v-3562a2a6] {
  width: 1.75rem;
  padding: 0 0.37rem 0 0.65rem;
  margin-right: 1.4rem;
  margin-left: 1.11rem;
  line-height: 0.47rem;
}
.figure-par-container .button-container[data-v-3562a2a6] {
  position: absolute;
  width: 2.21rem;
  height: 0.5rem;
  bottom: 0.3rem;
  left: 50%;
  margin-left: -1.1rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
.figure-par-container .tip[data-v-3562a2a6] {
  position: absolute;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 700;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
}
.figure-par-container .progress[data-v-3562a2a6] {
  position: absolute;
  border-radius: 0.03rem;
  width: 5.97rem;
  height: 0.24rem;
  top: 1.27rem;
  left: 0.58rem;
}
.figure-par-container .fill[data-v-3562a2a6] {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 0.03rem;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.figure-par-container .point[data-v-3562a2a6] {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -0.3rem;
  margin-left: -0.25rem;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.61rem;
}
.figure-par-container .complete-icon[data-v-3562a2a6] {
  width: 0.83rem;
  height: 0.68rem;
  position: absolute;
  z-index: 1;
  right: 0;
  margin-right: -0.415rem;
  top: 0;
  margin-top: -0.25rem;
}
.figure-par-container .pop[data-v-3562a2a6] {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  right: 0;
  margin-top: -0.03rem;
  font-size: 0.18rem;
  line-height: 0.31rem;
  text-align: center;
  color: #fff;
  padding-left: 0.03rem;
  padding-right: 0.04rem;
  box-sizing: border-box;
}
.figure-par-container .center[data-v-3562a2a6] {
  width: 100%;
  margin-left: 0;
}
.figure-par-container .step[data-v-3562a2a6] {
  width: 0.83rem;
  height: 0.68rem;
  position: absolute;
  top: -0.29rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  z-index: 1;
}
.figure-par-container .step span[data-v-3562a2a6]:first-child {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.figure-par-container .step span[data-v-3562a2a6]:last-child {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.figure-par-container .step-last-one[data-v-3562a2a6] {
  left: 100%;
}
.figure-par-container .at-least[data-v-3562a2a6] {
  min-width: 2.21rem;
  height: 0.43rem;
  font-size: 0.24rem;
  padding-top: 0.07rem;
  line-height: 0.33rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
.figure-par-container .at-least[data-v-3562a2a6] {
    width: 2.5rem;
}
}

@-webkit-keyframes activity-toast-show {
  0% {-webkit-transform: scale(.5) translate(-50%, -50%);transform: scale(.5) translate(-50%, -50%);}
  75% {-webkit-transform: scale(1.08) translate(-50%, -50%);transform: scale(1.08) translate(-50%, -50%);}
  100% {-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);}
}
@keyframes activity-toast-show {
  0% {-webkit-transform: scale(.5) translate(-50%, -50%);transform: scale(.5) translate(-50%, -50%);}
  75% {-webkit-transform: scale(1.08) translate(-50%, -50%);transform: scale(1.08) translate(-50%, -50%);}
  100% {-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);}
}
@-webkit-keyframes activity-toast-hide {
  0% {-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);}
  25% {-webkit-transform: scale(1.08) translate(-50%, -50%);transform: scale(1.08) translate(-50%, -50%);}
  100% {-webkit-transform: scale(.5) translate(-50%, -50%);transform: scale(.5) translate(-50%, -50%);}
}
@keyframes activity-toast-hide {
  0% {-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);}
  25% {-webkit-transform: scale(1.08) translate(-50%, -50%);transform: scale(1.08) translate(-50%, -50%);}
  100% {-webkit-transform: scale(.5) translate(-50%, -50%);transform: scale(.5) translate(-50%, -50%);}
}

.activity-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  z-index: 19999;
}
.activity-toast-transition-enter{
  opacity: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.activity-toast-transition-enter-active{
  opacity: 1;
  -webkit-transition: .3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: .3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: activity-toast-show .3s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: activity-toast-show .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.activity-toast-transition-exit{
  opacity: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.activity-toast-transition-exit-active{
  opacity: 0;
  -webkit-transition: .3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: .3s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: activity-toast-hide .3s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: activity-toast-hide .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.activity-toast {
  z-index: 99;
}

.h5-reserve-vip {
  position: fixed;
  width: 5.6rem;
  height: 4.8rem;
  top: 50%;
  left: 50%;
  border-radius: 0.04rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 99;
}

.h5-reserve-vip .reserve-vip-close {
  cursor: pointer;
}

.h5-reserve-vip .reserve-vip-close:after {
  position: absolute;
  display: inline-block;
  right: 0.2rem;
  top: -0.05rem;
  content: "\00d7";
  font-size: 0.5rem;
  color: #757575;
}

.h5-reserve-vip .reserve-vip-img {
  width: 4rem;
  height: 2.26rem;
  margin: 0.2rem auto 0.2rem;
  background-size: cover;
  background-color: #fafafa;
  background-image: url(//i0.hdslb.com/bfs/activity-plat/static/20190213/491d90335af7384363d82d8e3fbfcb30/97sP3wYFf.png);
}

.h5-reserve-vip .reserve-vip-text {
  font-size: 0.26rem;
  color: #999999;
  text-align: center;
  line-height: 0.34rem;
  margin-bottom: 0.2rem;
}

.h5-reserve-vip .reserve-vip-btn {
  width: 3rem;
  height: 0.8rem;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.8rem;
  margin: 0 auto;
  border-radius: 0.04rem;
  background-color: #FAAA4B;
  cursor: pointer;
}
@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.01rem;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  font-size: 0;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.01rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("//activity.hdslb.com/blackboard/static/20180308/b8f2b74d0482aed61472c7065dc1ed56/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("https://activity.hdslb.com/static/font/slick.eot");
  src: url("https://activity.hdslb.com/static/font/slick.eot?#iefix") format("embedded-opentype"), url("https://activity.hdslb.com/static/font/slick.woff") format("woff"), url("https://activity.hdslb.com/static/font/slick.ttf") format("truetype"), url("https://activity.hdslb.com/static/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  min-height: 0.2rem;
  min-width: 0.2rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 0.2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0.25rem;
  z-index: 10;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0.25rem;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0.25rem;
  z-index: 10;
}

[dir="rtl"] .slick-next {
  left: 0.25rem;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 0.3rem;
}

.slick-dots {
  position: absolute;
  bottom: 0.25rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.2rem;
  width: 0.2rem;
  margin: 0 0.05rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.2rem;
  width: 0.2rem;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0.05rem;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 0.2rem;
  height: 0.2rem;
  font-family: "slick";
  font-size: 0.06rem;
  line-height: 0.2rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.activity-slider {
  margin: 0 auto;
}

.activity-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.activity-slider-item > a {
  display: block;
  height: 100%;
}

.activity-slider-custom-arrow .slick-prev:before,
.activity-slider-custom-arrow .slick-next:before {
  display: none;
}

.activity-slider .slick-current {
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-box;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  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: contain;
  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%;
  -webkit-transform: translate(-50%, -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: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content[data-v-2964abc9] {
  -webkit-box-flex: 1;
  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;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  left: 0.2rem;
  top: 1.58rem;
  -webkit-transform-origin: left top;
  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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-size: cover;
  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: .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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: -webkit-box;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  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: contain;
  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%;
  -webkit-transform: translate(-50%, -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: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.comiket-list .comiket-cards-area .comiket-card .comiket-card-content[data-v-fe71fa92] {
  -webkit-box-flex: 1;
  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;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  left: 0.2rem;
  top: 1.58rem;
  -webkit-transform-origin: left top;
  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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  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: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-size: cover;
  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: .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  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;
}

.h5-foot-bar[data-v-2964abc9] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 10000;
}
.h5-foot-bar.notipX[data-v-2964abc9] {
  bottom: -0.68rem;
}
.h5-foot-bar .h5-foot-bar-scroll[data-v-2964abc9] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.h5-foot-bar .h5-foot-bar-scroll-area[data-v-2964abc9] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.h5-foot-bar .h5-foot-bar-scroll-area-item[data-v-2964abc9] {
  height: 100%;
}
.h5-foot-bar .h5-foot-bar-scroll-area-item img[data-v-2964abc9] {
  height: 100%;
  display: block;
}

.h5-foot-bar[data-v-fe71fa92] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 10000;
}
.h5-foot-bar.notipX[data-v-fe71fa92] {
  bottom: -0.68rem;
}
.h5-foot-bar .h5-foot-bar-scroll[data-v-fe71fa92] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.h5-foot-bar .h5-foot-bar-scroll-area[data-v-fe71fa92] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.h5-foot-bar .h5-foot-bar-scroll-area-item[data-v-fe71fa92] {
  height: 100%;
}
.h5-foot-bar .h5-foot-bar-scroll-area-item img[data-v-fe71fa92] {
  height: 100%;
  display: block;
}

.con .user .floor span:first-child,
.con .user .floor i {
  display: none;
}
