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

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center-toast .info {
  display: inline-block;
  color: #fff;
  padding: 0.75em;
  background-color: rgba(34,34,34,0.9);
  border-radius: 0.5em;
  line-height: 1.25em;
  margin-top: -1.25em;
}
html,
body,
div,
ul,
li,
h4,
span {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#biliSharePc li {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.toast-fade-enter-active {
  -webkit-animation: dialog-fade 0.3s;
  animation: dialog-fade 0.3s;
}
.toast-warp {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.toast-content {
  width: 4rem;
  display: block;
  font-family: DroidSansFallback;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: rgba(0,0,0,0.8);
  padding: 0.1rem 0.2rem;
  border-radius: 1rem;
  text-align: center;
}
@-webkit-keyframes dialog-fade {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes dialog-fade {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.default-inner[data-v-ac23210e] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.24rem;
  color: #fff;
}
.close-svg[data-v-11ca18f6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h5-agilepopwrap-leave-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
  animation: h5-agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
}
.h5-agilepop-appear-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilemask-appear-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  animation: h5-agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-appear-active-from-bottom[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-appear-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-leave-active-from-bottom[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-leave-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-leave-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.agile-popup-wrapper.h5[data-v-35b4549d] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.h5.from-bottom[data-v-35b4549d] {
  align-items: flex-end;
}
.agile-popup-wrapper.h5 .popup-mask-wrap[data-v-35b4549d] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.h5 .popup-content-wrap[data-v-35b4549d] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.h5 .popup-content-wrap .child-wrap[data-v-35b4549d] {
  position: relative;
  min-height: 1rem;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-top[data-v-35b4549d],
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-bottom[data-v-35b4549d] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-mid[data-v-35b4549d] {
  width: 100%;
  height: 100%;
  margin: -0.01rem auto;
  flex: auto;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.15s;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-35b4549d] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-35b4549d]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper .close-icon[data-v-35b4549d] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes h5-agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@keyframes h5-agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@-webkit-keyframes h5-agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-appear-from-bottom-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-from-bottom-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-leave-from-bottom-data-v-35b4549d {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes h5-agile-pop-leave-from-bottom-data-v-35b4549d {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes h5-agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes h5-agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
.pc-agilepopwrap-leave-active[data-v-35b4549d] {
  -webkit-animation: agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
  animation: agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
}
.pc-agilepop-appear-active[data-v-35b4549d] {
  -webkit-animation: agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.pc-agilepop-leave-active[data-v-35b4549d] {
  -webkit-animation: agile-pop-disappear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: agile-pop-disappear-data-v-35b4549d 0.25s ease-in-out both 1;
}
.pc-agilemask-appear-active[data-v-35b4549d] {
  -webkit-animation: agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  animation: agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.agile-popup-wrapper.pc[data-v-35b4549d] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.pc .popup-mask-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.pc .popup-content-wrap[data-v-35b4549d] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.pc .popup-content-wrap .child-wrap[data-v-35b4549d] {
  position: relative;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-top[data-v-35b4549d],
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-bottom[data-v-35b4549d] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-mid[data-v-35b4549d] {
  width: 100%;
  height: 100%;
  flex: auto;
  background-repeat: repeat-y;
  transition: all 0.15s;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-35b4549d] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-35b4549d]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper .close-icon[data-v-35b4549d] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@keyframes agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@-webkit-keyframes agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes agile-pop-disappear-data-v-35b4549d {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@keyframes agile-pop-disappear-data-v-35b4549d {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@-webkit-keyframes agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@-webkit-keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.agile-func-toast.h5[data-v-9a7fed88] {
  position: fixed;
  display: block;
  padding: 0 0.3rem;
  height: 0.79rem;
  line-height: 0.79rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #e83f34;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.h5.center[data-v-9a7fed88] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.h5.center.show[data-v-9a7fed88] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.center.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.show[data-v-9a7fed88] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc[data-v-9a7fed88] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0.1rem 0.2rem;
  line-height: 0.24rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #d8baff;
  background: rgba(32,24,40,0.8);
  border-radius: 0.04rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.pc.center[data-v-9a7fed88] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.pc.center.show[data-v-9a7fed88] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.center.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.show[data-v-9a7fed88] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 0.15rem;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 0.15rem;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 0.06rem;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 0.06rem;
  bottom: 0.02rem;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 0.06rem;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 0.06rem;
  right: 0.02rem;
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 0.11rem;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 0.11rem;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.my-result-dialog[data-v-d324572c] {
  position: relative;
  width: 7.02rem;
  height: 7.44rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  background-color: #00cdcd;
}
.my-result-dialog.sm[data-v-d324572c] {
  height: 4.3rem;
}
.my-result-dialog.sm .visible-wrap[data-v-d324572c] {
  height: 1.8rem;
}
.my-result-dialog .title[data-v-d324572c] {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.21rem;
  margin-bottom: 0.4rem;
  text-align: left;
  color: #f9d377;
  font-size: 0.32rem;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #1e90ff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .title .close[data-v-d324572c] {
  position: absolute;
  right: 0.21rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ff0;
  cursor: pointer;
}
.my-result-dialog .visible-wrap[data-v-d324572c] {
  position: relative;
  width: 6.24rem;
  height: 4.48rem;
  margin: 0 auto;
  overflow: hidden;
}
.my-result-dialog .visible-wrap .list[data-v-d324572c] {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.my-result-dialog .visible-wrap .list.center[data-v-d324572c] {
  text-align: center;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-d324572c] {
  width: 1.44rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-d324572c]:nth-child(4n) {
  margin-right: 0;
}
.my-result-dialog .visible-wrap .list .li-item .icon[data-v-d324572c] {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .visible-wrap .list .li-item .name[data-v-d324572c] {
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.my-result-dialog .button-wrap[data-v-d324572c] {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 0.8rem;
  text-align: center;
}
.my-result-dialog .button-wrap .button[data-v-d324572c] {
  width: 2.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  margin-right: 0.15rem;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #1e90ff;
  transition: all 0.15s;
  cursor: pointer;
}
.my-result-dialog .button-wrap .button[data-v-d324572c]:last-child {
  margin-right: 0;
}
.my-result-dialog .button-wrap a.button[data-v-d324572c] {
  text-decoration: none;
}
.my-result-dialog .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.my-result-dialog .ps__rail-y .ps__thumb-y {
  width: 0.08rem;
  background-color: rgba(255,255,255,0.2);
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
.instruct-pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6rem;
  padding: 0.68rem 0.36rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
  transform-origin: center center;
  z-index: 2;
  font-size: 0.24rem;
}
.instruct-pop-up .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAkZJREFUSA2llUtP20AQx3fWlVou/UDg5FSBE8fusS1SqcqjINTnN6HqUyLQqpRLK1XCCdhwq7L0Q4HsZcbNJPZm3cTpXmZnmPn9Z2c3BrTWEF1c3oM0uwrbzd/iPxfxehfKJ0yw7J5CP1ZhqrMTCoAUe6HXfEP7eRbCZS9WXS30U6p3pNORqdC3GaYz8frkbLDHfh1rwqkWY1qGnvtLAPwcw/SruiI2OIDodrylWAJAeveOu4r2R1Ekigdvx371rgoeeI1nyNTApZjo9OLBsRbiAccA5Luw5b5k37TT4JQ/EiCnjsgs8AkBFokS9R3VHpJPSwrxPmg3X/z18kZKr4XiNHMeC+fl8aLD+/wkiTpC+4hjSPhwv9V4PmvnXFcaEQfJ2kTw0j4KLRb4nVMexg4Cz92iCyXfXJUClJiLxOobAlfNQvKnwSkHx1u9EJAGLXcNn8KxmTULnGr+KTCEZgi7MgXwdNdmzOZPGxFE56orMr1uK8bY57DV2MUGrPOnmsoTYIcTcMeRBwg7Kojt9BL1iXILsdL2VskbOjY4zdxfXtrCFEAoPYDHlI52G31Au2M7yYRyFbz4FDFHRrH6gvi1YU+ku4+flW1TpCQwC5yBJNJPBoeZFk84ZhMZCdSBM9AmYn4y8kueB04iOI6s4zXWEfp1LCo28U72iZnnzAtnIFk6SfFfZQ7mT0g/ufTTLO2PCiQchivupnlZo79XbGwiEqRf/h3MCR92nOFnZUMgo9gDvV84Pf/TpqC/snhWt/MijPYm7wY8RpcBgDMVSQAAAABJRU5ErkJggg==) center/cover no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.instruct-pop-up .content {
  text-align: left;
  font-size: 0.12rem;
  color: #999;
}
.instruct-pop-up-appear-active[data-v-46ecbac6] {
  -webkit-animation: instruct-pop-up-appear-data-v-46ecbac6 0.15s linear both 1;
  animation: instruct-pop-up-appear-data-v-46ecbac6 0.15s linear both 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.instruct-pop-up-leave-active[data-v-46ecbac6] {
  -webkit-animation: instruct-pop-up-leave-data-v-46ecbac6 0.25s ease-in-out both 1;
  animation: instruct-pop-up-leave-data-v-46ecbac6 0.25s ease-in-out both 1;
}
.purchase-pop-up[data-v-46ecbac6] {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 6.8rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-top[data-v-46ecbac6] {
  margin: 0.16rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.purchase-pop-up .content-top .pic[data-v-46ecbac6] {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.purchase-pop-up .content-top .content-info[data-v-46ecbac6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 0.36rem;
  color: #212121;
  margin-left: 0.3rem;
}
.purchase-pop-up .content-top .content-info .content-info-up[data-v-46ecbac6] {
  max-width: 4rem;
  text-align: left;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.purchase-pop-up .content-top .content-info .content-info-middle[data-v-46ecbac6] {
  opacity: 0.4;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-top .content-info .content-info-down[data-v-46ecbac6] {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-middle[data-v-46ecbac6] {
  width: 100%;
  padding: 0.52rem 0.04rem 0 0.5rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-46ecbac6] {
  width: 100%;
  line-height: 0.56rem;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-46ecbac6]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-info[data-v-46ecbac6] {
  font-size: 0.28rem;
  color: #212121;
  line-height: 0.56rem;
  float: left;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count[data-v-46ecbac6] {
  float: right;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #262626;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count button[data-v-46ecbac6] {
  background-color: transparent;
  padding: 0;
  font-size: 0.32rem;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub[data-v-46ecbac6] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 0.04rem 0 0 0.04rem;
  color: #999;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub.clickable[data-v-46ecbac6] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-mount[data-v-46ecbac6] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  padding: 0 0.12rem;
  border: 0.02rem solid #fb7299;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count[data-v-46ecbac6] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  text-align: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add[data-v-46ecbac6] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-left: 0;
  box-sizing: border-box;
  color: #999;
  border-radius: 0 0.04rem 0.04rem 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add.clickable[data-v-46ecbac6] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-46ecbac6] {
  width: 100%;
  height: 0.6rem;
  font-size: 0.28rem;
  margin-top: 0.52rem;
  color: #212121;
  line-height: 0.6rem;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-46ecbac6]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-info[data-v-46ecbac6] {
  float: left;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-amount[data-v-46ecbac6] {
  float: right;
  font-size: 0.36rem;
  color: #fb7299;
}
.purchase-pop-up .content-button[data-v-46ecbac6] {
  margin-top: 0.24rem;
  width: 100%;
  height: 0.88rem;
  background: #fb7299;
  border-radius: 0.08rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: #fff;
}
.purchase-pop-up .content-inst[data-v-46ecbac6] {
  position: relative;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fb7299;
}
.purchase-pop-up .content-inst[data-v-46ecbac6]:after {
  content: '';
  position: absolute;
  right: 2.6rem;
  width: 0.14rem;
  height: 0.14rem;
  top: 0.1rem;
  border-right: 0.02rem solid #fb7299;
  border-bottom: 0.02rem solid #fb7299;
  transform: rotate(-45deg);
}
.purchase-pop-up .close[data-v-46ecbac6] {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  right: 0.28rem;
  top: 0.28rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAKlBMVEUAAACyt8Oyt8O0uMWyt8Oyt8Oyt8Oyt8Oxt8OzuMSxt8O0t8SytsKxtsKKdAdvAAAADXRSTlMAnZpLkaahqZZJVU4/JmjoXQAAAIZJREFUGNNF0M0Jg3AMBfBXSlt6c4E/OEIXELqIIziC4EKOILiCHwc9vF18hCQ+yCH5HUKC7wzP84dpj6ZsGPmH5cETHzoV1kAvMlgBowAjB+UlclBaDgZOR2EFBHEBkgxiOYdsCnncsHSsE6o31wQgyHaIEoIEPgvwYaPKsxuB06kH3a+6ANiEP1xlT5nvAAAAAElFTkSuQmCC) center/cover no-repeat;
}
@-webkit-keyframes instruct-pop-up-appear-data-v-46ecbac6 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes instruct-pop-up-appear-data-v-46ecbac6 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes instruct-pop-up-leave-data-v-46ecbac6 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes instruct-pop-up-leave-data-v-46ecbac6 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.live-ticketing-h5 .button[data-v-2964abc9] {
  display: block;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.live-ticketing-h5 .button.disabled[data-v-2964abc9] {
  cursor: default;
}

.default-inner[data-v-370fd6cb] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.24rem;
  color: #fff;
}
.close-svg[data-v-2f3da670] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h5-agilepopwrap-leave-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
  animation: h5-agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
}
.h5-agilepop-appear-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilemask-appear-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  animation: h5-agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-appear-active-from-bottom[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-appear-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-leave-active-from-bottom[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-leave-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-leave-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.agile-popup-wrapper.h5[data-v-902a57ea] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.h5.from-bottom[data-v-902a57ea] {
  align-items: flex-end;
}
.agile-popup-wrapper.h5 .popup-mask-wrap[data-v-902a57ea] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.h5 .popup-content-wrap[data-v-902a57ea] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.h5 .popup-content-wrap .child-wrap[data-v-902a57ea] {
  position: relative;
  min-height: 1rem;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-top[data-v-902a57ea],
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-bottom[data-v-902a57ea] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-mid[data-v-902a57ea] {
  width: 100%;
  height: 100%;
  margin: -0.01rem auto;
  flex: auto;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.15s;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-902a57ea] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-902a57ea]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper .close-icon[data-v-902a57ea] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes h5-agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@keyframes h5-agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@-webkit-keyframes h5-agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-appear-from-bottom-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-from-bottom-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-leave-from-bottom-data-v-902a57ea {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes h5-agile-pop-leave-from-bottom-data-v-902a57ea {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes h5-agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes h5-agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
.pc-agilepopwrap-leave-active[data-v-902a57ea] {
  -webkit-animation: agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
  animation: agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
}
.pc-agilepop-appear-active[data-v-902a57ea] {
  -webkit-animation: agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.pc-agilepop-leave-active[data-v-902a57ea] {
  -webkit-animation: agile-pop-disappear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: agile-pop-disappear-data-v-902a57ea 0.25s ease-in-out both 1;
}
.pc-agilemask-appear-active[data-v-902a57ea] {
  -webkit-animation: agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  animation: agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.agile-popup-wrapper.pc[data-v-902a57ea] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.pc .popup-mask-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.pc .popup-content-wrap[data-v-902a57ea] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.pc .popup-content-wrap .child-wrap[data-v-902a57ea] {
  position: relative;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-top[data-v-902a57ea],
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-bottom[data-v-902a57ea] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-mid[data-v-902a57ea] {
  width: 100%;
  height: 100%;
  flex: auto;
  background-repeat: repeat-y;
  transition: all 0.15s;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-902a57ea] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-902a57ea]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper .close-icon[data-v-902a57ea] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@keyframes agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@-webkit-keyframes agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes agile-pop-disappear-data-v-902a57ea {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@keyframes agile-pop-disappear-data-v-902a57ea {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@-webkit-keyframes agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@-webkit-keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.agile-func-toast.h5[data-v-84423ae4] {
  position: fixed;
  display: block;
  padding: 0 0.3rem;
  height: 0.79rem;
  line-height: 0.79rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #e83f34;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.h5.center[data-v-84423ae4] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.h5.center.show[data-v-84423ae4] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.center.hidden[data-v-84423ae4] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.show[data-v-84423ae4] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.hidden[data-v-84423ae4] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc[data-v-84423ae4] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0.1rem 0.2rem;
  line-height: 0.24rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #d8baff;
  background: rgba(32,24,40,0.8);
  border-radius: 0.04rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.pc.center[data-v-84423ae4] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.pc.center.show[data-v-84423ae4] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.center.hidden[data-v-84423ae4] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.show[data-v-84423ae4] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.hidden[data-v-84423ae4] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.my-result-dialog[data-v-25d99a58] {
  position: relative;
  width: 7.02rem;
  height: 7.44rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  background-color: #00cdcd;
}
.my-result-dialog.sm[data-v-25d99a58] {
  height: 4.3rem;
}
.my-result-dialog.sm .visible-wrap[data-v-25d99a58] {
  height: 1.8rem;
}
.my-result-dialog .title[data-v-25d99a58] {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.21rem;
  margin-bottom: 0.4rem;
  text-align: left;
  color: #f9d377;
  font-size: 0.32rem;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #1e90ff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .title .close[data-v-25d99a58] {
  position: absolute;
  right: 0.21rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ff0;
  cursor: pointer;
}
.my-result-dialog .visible-wrap[data-v-25d99a58] {
  position: relative;
  width: 6.24rem;
  height: 4.48rem;
  margin: 0 auto;
  overflow: hidden;
}
.my-result-dialog .visible-wrap .list[data-v-25d99a58] {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.my-result-dialog .visible-wrap .list.center[data-v-25d99a58] {
  text-align: center;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-25d99a58] {
  width: 1.44rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-25d99a58]:nth-child(4n) {
  margin-right: 0;
}
.my-result-dialog .visible-wrap .list .li-item .icon[data-v-25d99a58] {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .visible-wrap .list .li-item .name[data-v-25d99a58] {
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.my-result-dialog .button-wrap[data-v-25d99a58] {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 0.8rem;
  text-align: center;
}
.my-result-dialog .button-wrap .button[data-v-25d99a58] {
  width: 2.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  margin-right: 0.15rem;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #1e90ff;
  transition: all 0.15s;
  cursor: pointer;
}
.my-result-dialog .button-wrap .button[data-v-25d99a58]:last-child {
  margin-right: 0;
}
.my-result-dialog .button-wrap a.button[data-v-25d99a58] {
  text-decoration: none;
}
.my-result-dialog .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.my-result-dialog .ps__rail-y .ps__thumb-y {
  width: 0.08rem;
  background-color: rgba(255,255,255,0.2);
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
.instruct-pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6rem;
  padding: 0.68rem 0.36rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
  transform-origin: center center;
  z-index: 2;
  font-size: 0.24rem;
}
.instruct-pop-up .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAkZJREFUSA2llUtP20AQx3fWlVou/UDg5FSBE8fusS1SqcqjINTnN6HqUyLQqpRLK1XCCdhwq7L0Q4HsZcbNJPZm3cTpXmZnmPn9Z2c3BrTWEF1c3oM0uwrbzd/iPxfxehfKJ0yw7J5CP1ZhqrMTCoAUe6HXfEP7eRbCZS9WXS30U6p3pNORqdC3GaYz8frkbLDHfh1rwqkWY1qGnvtLAPwcw/SruiI2OIDodrylWAJAeveOu4r2R1Ekigdvx371rgoeeI1nyNTApZjo9OLBsRbiAccA5Luw5b5k37TT4JQ/EiCnjsgs8AkBFokS9R3VHpJPSwrxPmg3X/z18kZKr4XiNHMeC+fl8aLD+/wkiTpC+4hjSPhwv9V4PmvnXFcaEQfJ2kTw0j4KLRb4nVMexg4Cz92iCyXfXJUClJiLxOobAlfNQvKnwSkHx1u9EJAGLXcNn8KxmTULnGr+KTCEZgi7MgXwdNdmzOZPGxFE56orMr1uK8bY57DV2MUGrPOnmsoTYIcTcMeRBwg7Kojt9BL1iXILsdL2VskbOjY4zdxfXtrCFEAoPYDHlI52G31Au2M7yYRyFbz4FDFHRrH6gvi1YU+ku4+flW1TpCQwC5yBJNJPBoeZFk84ZhMZCdSBM9AmYn4y8kueB04iOI6s4zXWEfp1LCo28U72iZnnzAtnIFk6SfFfZQ7mT0g/ufTTLO2PCiQchivupnlZo79XbGwiEqRf/h3MCR92nOFnZUMgo9gDvV84Pf/TpqC/snhWt/MijPYm7wY8RpcBgDMVSQAAAABJRU5ErkJggg==) center/cover no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.instruct-pop-up .content {
  text-align: left;
  font-size: 0.12rem;
  color: #999;
}
.instruct-pop-up-appear-active[data-v-7d197f18] {
  -webkit-animation: instruct-pop-up-appear-data-v-7d197f18 0.15s linear both 1;
  animation: instruct-pop-up-appear-data-v-7d197f18 0.15s linear both 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.instruct-pop-up-leave-active[data-v-7d197f18] {
  -webkit-animation: instruct-pop-up-leave-data-v-7d197f18 0.25s ease-in-out both 1;
  animation: instruct-pop-up-leave-data-v-7d197f18 0.25s ease-in-out both 1;
}
.purchase-pop-up[data-v-7d197f18] {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 6.8rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-top[data-v-7d197f18] {
  margin: 0.16rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.purchase-pop-up .content-top .pic[data-v-7d197f18] {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.purchase-pop-up .content-top .content-info[data-v-7d197f18] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 0.36rem;
  color: #212121;
  margin-left: 0.3rem;
}
.purchase-pop-up .content-top .content-info .content-info-up[data-v-7d197f18] {
  max-width: 4rem;
  text-align: left;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.purchase-pop-up .content-top .content-info .content-info-middle[data-v-7d197f18] {
  opacity: 0.4;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-top .content-info .content-info-down[data-v-7d197f18] {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-middle[data-v-7d197f18] {
  width: 100%;
  padding: 0.52rem 0.04rem 0 0.5rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-7d197f18] {
  width: 100%;
  line-height: 0.56rem;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-7d197f18]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-info[data-v-7d197f18] {
  font-size: 0.28rem;
  color: #212121;
  line-height: 0.56rem;
  float: left;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count[data-v-7d197f18] {
  float: right;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #262626;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count button[data-v-7d197f18] {
  background-color: transparent;
  padding: 0;
  font-size: 0.32rem;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub[data-v-7d197f18] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 0.04rem 0 0 0.04rem;
  color: #999;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub.clickable[data-v-7d197f18] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-mount[data-v-7d197f18] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  padding: 0 0.12rem;
  border: 0.02rem solid #fb7299;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count[data-v-7d197f18] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  text-align: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add[data-v-7d197f18] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-left: 0;
  box-sizing: border-box;
  color: #999;
  border-radius: 0 0.04rem 0.04rem 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add.clickable[data-v-7d197f18] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-7d197f18] {
  width: 100%;
  height: 0.6rem;
  font-size: 0.28rem;
  margin-top: 0.52rem;
  color: #212121;
  line-height: 0.6rem;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-7d197f18]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-info[data-v-7d197f18] {
  float: left;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-amount[data-v-7d197f18] {
  float: right;
  font-size: 0.36rem;
  color: #fb7299;
}
.purchase-pop-up .content-button[data-v-7d197f18] {
  margin-top: 0.24rem;
  width: 100%;
  height: 0.88rem;
  background: #fb7299;
  border-radius: 0.08rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: #fff;
}
.purchase-pop-up .content-inst[data-v-7d197f18] {
  position: relative;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fb7299;
}
.purchase-pop-up .content-inst[data-v-7d197f18]:after {
  content: '';
  position: absolute;
  right: 2.6rem;
  width: 0.14rem;
  height: 0.14rem;
  top: 0.1rem;
  border-right: 0.02rem solid #fb7299;
  border-bottom: 0.02rem solid #fb7299;
  transform: rotate(-45deg);
}
.purchase-pop-up .close[data-v-7d197f18] {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  right: 0.28rem;
  top: 0.28rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAKlBMVEUAAACyt8Oyt8O0uMWyt8Oyt8Oyt8Oyt8Oxt8OzuMSxt8O0t8SytsKxtsKKdAdvAAAADXRSTlMAnZpLkaahqZZJVU4/JmjoXQAAAIZJREFUGNNF0M0Jg3AMBfBXSlt6c4E/OEIXELqIIziC4EKOILiCHwc9vF18hCQ+yCH5HUKC7wzP84dpj6ZsGPmH5cETHzoV1kAvMlgBowAjB+UlclBaDgZOR2EFBHEBkgxiOYdsCnncsHSsE6o31wQgyHaIEoIEPgvwYaPKsxuB06kH3a+6ANiEP1xlT5nvAAAAAElFTkSuQmCC) center/cover no-repeat;
}
@-webkit-keyframes instruct-pop-up-appear-data-v-7d197f18 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes instruct-pop-up-appear-data-v-7d197f18 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes instruct-pop-up-leave-data-v-7d197f18 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes instruct-pop-up-leave-data-v-7d197f18 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.live-ticketing-h5 .button[data-v-fe71fa92] {
  display: block;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.live-ticketing-h5 .button.disabled[data-v-fe71fa92] {
  cursor: default;
}

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

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

