* {
  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%;
}
.gift-item[data-v-6f415289] {
  height: 5.94rem;
  width: 3.48rem;
  margin: 0.2rem 0 0 0.2rem;
  text-align: center;
}
.gift-item .gift-img[data-v-6f415289] {
  height: 1.3rem;
  width: 1.3rem;
  margin: 0.18rem auto 0 auto;
}
.gift-item .gift-title[data-v-6f415289] {
  font-size: 0.42rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.58rem;
}
.gift-item .gift-price[data-v-6f415289] {
  font-size: 0.4rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.56rem;
}
.gift-item .gift-content[data-v-6f415289] {
  height: 1.68rem;
}
.gift-item .gift-content .gift-text[data-v-6f415289] {
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.34rem;
  width: 3.2rem;
  margin: 0 auto;
}
.gift-item .gift-content .gift-more[data-v-6f415289] {
  font-size: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.32rem;
}
.gift-item .gift-buy-button[data-v-6f415289] {
  font-size: 0.32rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.06rem auto 0.04rem auto;
}
.gift-item .gift-buy-button[data-v-6f415289] {
  height: 0.8rem;
  width: 2.6rem;
  line-height: 0.8rem;
}
.gift-item .gift-remain-timer[data-v-6f415289] {
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.32rem;
  margin: 0 auto;
}
.gift-item img[data-v-6f415289] {
  height: 100%;
  width: 100%;
}
.gift-mask[data-v-f28b233e] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 100;
}
.gift-mask .dialog[data-v-f28b233e] {
  position: absolute;
  width: 6rem;
  left: 50%;
  margin-left: -3rem;
  overflow: hidden;
}
.gift-mask .dialog .dialog-close[data-v-f28b233e] {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  right: 0.2rem;
  top: 0.2rem;
}
.gift-mask .dialog .dialog-title[data-v-f28b233e] {
  font-size: 0.42rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.32rem;
}
.gift-mask .dialog .dialog-content[data-v-f28b233e] {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.6rem;
  overflow: auto;
}
.gift-mask .dialog .dialog-content .gift-item[data-v-f28b233e] {
  height: 2.28rem;
  margin-right: 0.36rem;
}
.gift-mask .dialog .dialog-content .gift-item .gift-item-img[data-v-f28b233e] {
  height: 1.36rem;
  width: 1.36rem;
  font-size: 0.2rem;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
}
.gift-mask .dialog .dialog-content .gift-item .gift-item-name[data-v-f28b233e] {
  margin-top: 0.04rem;
  line-height: 0.34rem;
  height: 0.68rem;
  width: 1.36rem;
  font-size: 0.24rem;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  width: 1.44rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  /* autoprefixer:off */
  -webkit-box-orient: vertical;
  /* autoprefixer:on */
}
.gift-mask .dialog .dialog-button[data-v-f28b233e] {
  position: absolute;
  bottom: 0.16rem;
  left: 50%;
  margin-left: -1.04rem;
  line-height: 0.64rem;
  width: 2.08rem;
  font-size: 0.32rem;
  text-align: center;
}
.gift-mask img[data-v-f28b233e] {
  height: 100%;
  width: 100%;
}
.toast[data-v-3f3ab976] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0.2rem 0.1rem;
  width: 2rem;
  line-height: 1.28;
  background-color: rgba(33, 33, 33, 0.9);
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  border-radius: 0.1rem;
  z-index: 9999;
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  -webkit-animation: fadeIn-data-v-3f3ab976 0.5s ease-in;
  animation: fadeIn-data-v-3f3ab976 0.5s ease-in;
}
.toast-out[data-v-3f3ab976] {
  -webkit-animation: fadeOut-data-v-3f3ab976 0.5s ease-out;
  animation: fadeOut-data-v-3f3ab976 0.5s ease-out;
}
@-webkit-keyframes fadeIn-data-v-3f3ab976 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn-data-v-3f3ab976 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut-data-v-3f3ab976 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut-data-v-3f3ab976 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.live-activity-gift[data-v-2964abc9] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.gift-item[data-v-6f415289] {
  height: 297px;
  width: 174px;
  margin: 10px 0 0 10px;
  text-align: center;
}
.gift-item .gift-img[data-v-6f415289] {
    height: 65px;
    width: 65px;
    margin: 9px auto 0 auto;
}
.gift-item .gift-title[data-v-6f415289] {
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
}
.gift-item .gift-price[data-v-6f415289] {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}
.gift-item .gift-content[data-v-6f415289] {
    height: 84px;
}
.gift-item .gift-content .gift-text[data-v-6f415289] {
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 17px;
      width: 160px;
      margin: 0 auto;
}
.gift-item .gift-content .gift-more[data-v-6f415289] {
      font-size: 11px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 16px;
}
.gift-item .gift-buy-button[data-v-6f415289] {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3px auto 2px auto;
}
.gift-item .gift-buy-button[data-v-6f415289] {
    height: 40px;
    width: 130px;
    line-height: 40px;
}
.gift-item .gift-remain-timer[data-v-6f415289] {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    margin: 0 auto;
}
.gift-item img[data-v-6f415289] {
    height: 100%;
    width: 100%;
}

.gift-mask[data-v-f28b233e] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 100;
}
.gift-mask .dialog[data-v-f28b233e] {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    overflow: hidden;
}
.gift-mask .dialog .dialog-close[data-v-f28b233e] {
      position: absolute;
      height: 20px;
      width: 20px;
      right: 10px;
      top: 10px;
}
.gift-mask .dialog .dialog-title[data-v-f28b233e] {
      font-size: 21px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 16px;
}
.gift-mask .dialog .dialog-content[data-v-f28b233e] {
      display: flex;
      flex-wrap: wrap;
      margin-left: 30px;
      overflow: auto;
}
.gift-mask .dialog .dialog-content .gift-item[data-v-f28b233e] {
        height: 114px;
        margin-right: 18px;
}
.gift-mask .dialog .dialog-content .gift-item .gift-item-img[data-v-f28b233e] {
          height: 68px;
          width: 68px;
          font-size: 10px;
          word-wrap: break-word;
          word-break: break-all;
          text-overflow: ellipsis;
}
.gift-mask .dialog .dialog-content .gift-item .gift-item-name[data-v-f28b233e] {
          margin-top: 2px;
          line-height: 17px;
          height: 34px;
          width: 68px;
          font-size: 12px;
          word-wrap: break-word;
          word-break: break-all;
          text-overflow: ellipsis;
          width: 72px;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          overflow: hidden;
          /* autoprefixer:off */
          -webkit-box-orient: vertical;
          /* autoprefixer:on */
}
.gift-mask .dialog .dialog-button[data-v-f28b233e] {
      position: absolute;
      bottom: 8px;
      left: 50%;
      margin-left: -52px;
      line-height: 32px;
      width: 104px;
      font-size: 16px;
      text-align: center;
}
.gift-mask img[data-v-f28b233e] {
    height: 100%;
    width: 100%;
}

.toast[data-v-3f3ab976] {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px 5px;
  width: 100px;
  line-height: 1.28;
  background-color: rgba(33, 33, 33, 0.9);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  z-index: 9999;
  transform: translate3D(-50%, -50%, 0);
  animation: fadeIn-data-v-3f3ab976 0.5s ease-in;
}
.toast-out[data-v-3f3ab976] {
  animation: fadeOut-data-v-3f3ab976 0.5s ease-out;
}
@keyframes fadeIn-data-v-3f3ab976 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut-data-v-3f3ab976 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.live-activity-gift[data-v-2964abc9] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}


/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.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: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  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: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  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;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  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: 11px;
}

.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: 11px;
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.__wrap {
  padding-bottom: 0.16rem;
}
.__item {
  vertical-align: top;
  margin: auto 0.08rem;
  display: inline-block;
}
.__name,
.__content,
.__num {
  text-align: center;
  font-size: 0.24rem;
  margin: 0;
  line-height: 150%;
}
.__name,
.__num {
  margin: 0 auto;
  width: 1.4rem;
}
.__name.large,
.__num.large {
  width: 3.6rem;
}
.__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 4.8rem;
  margin: 0.24rem 0;
  text-align: center;
}
.__content.large {
  text-align: center;
}
.__image {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.__image.large {
  width: 3.6rem;
  height: 3.6rem;
}
.__button-area {
  text-align: center;
  font-weight: 700;
  font-size: 0.28rem;
}
.__button-area .__button {
  display: inline-block;
  width: 2.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 0.07rem;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  background-size: contain;
}

p[data-v-0f0655fb] {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.lottery-table[data-v-0f0655fb] {
  width: 7.2rem;
  margin: 0 auto;
}
.lottery-table .row[data-v-0f0655fb] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.1rem;
}
.lottery-table .row[data-v-0f0655fb]:last-child {
  margin-bottom: 0;
}
.lottery-table .row .item[data-v-0f0655fb] {
  width: 1.65rem;
  height: 1.22rem;
  background: center/cover no-repeat;
}
.lottery-table .row .image[data-v-0f0655fb] {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.12rem auto;
  background: center/cover no-repeat;
}
.lottery-table .row .name[data-v-0f0655fb],
.lottery-table .row .num[data-v-0f0655fb] {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
}
.lottery-table .info[data-v-0f0655fb] {
  font-size: 0.28rem;
}

.appear[data-v-854e0ea4] {
  opacity: 0;
}
.appear-to[data-v-854e0ea4] {
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
p[data-v-854e0ea4] {
  line-height: 150%;
  text-align: center;
}
.box-wrap[data-v-854e0ea4] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  display: flex;
  align-items: center;
  top: 0;
  background-color: rgba(0,0,0,0.6);
}
.box[data-v-854e0ea4] {
  width: 7rem;
  min-height: 1rem;
  margin: auto;
  position: relative;
  background: center/cover no-repeat;
}
.box .title[data-v-854e0ea4] {
  font-weight: 700;
  width: 100%;
  line-height: 0.48rem;
  font-size: 0.32rem;
  box-sizing: border-box;
  padding-left: 0.16rem;
  background: center/cover no-repeat;
}
.box .close[data-v-854e0ea4] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.48rem;
  height: 0.48rem;
  background: center/cover no-repeat;
}

.my-link-toast{position:fixed;padding:0.2rem;font-size:14px;border-radius:0.16rem;white-space:nowrap;color:#fff;-webkit-animation:link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;animation:link-msg-move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;top:50%;left:50%;z-index:10000;transform:translate3D(-50%, -50%, 0)}.my-link-toast.out{-webkit-animation:link-msg-fade-out cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;animation:link-msg-fade-out cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s}@-webkit-keyframes link-msg-move-in-top{from{opacity:0}to{opacity:1}}@keyframes link-msg-move-in-top{from{opacity:0}to{opacity:1}}@-webkit-keyframes link-msg-fade-out{from{opacity:1}to{opacity:0}}@keyframes link-msg-fade-out{from{opacity:1}to{opacity:0}}


.live-user-up-rank {
  border-radius: 0.05rem !important;
}

.live-user-up-rank ul,
.live-user-up-rank li {
  list-style: none;
  padding: 0;
}

.live-user-up-rank .rank-type-list {
  width: 100%;
  font-size: 0.2rem;
}

.live-user-up-rank .rank-type-list ul {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.live-user-up-rank .rank-type-list li {
  display: inline-block;
  width: 0.6rem;
  height: 100%;
  line-height: 0.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.live-user-up-rank .rank-type-list li::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.live-user-up-rank .rank-type-list .item-call {
  width: 1.82rem;
}

.rank-list {
  position: relative;
  height: 9.7rem;
  font-size: 0.16rem;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: none;
}

.rank-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.88rem;
  line-height: 0.88rem;
}

.rank-list li span {
  text-align: center;
}

.rank-list li .item-rank {
  display: inline-block;
  font-weight: bold;
  width: 1.04rem;
  font-size: 0.34rem;
}

.rank-list li .item-face,
.rank-list li .item-call {
  display: inline-block;
  width: 0.48rem;
}

.rank-list li .item-face img,
.rank-list li .item-call img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  border-radius: 50%;
  vertical-align: middle;
}

.rank-list li .item-face.empty,
.rank-list li .item-call.empty {
  width: 1.2rem;
  text-align: center;
}

.rank-list li .item-uname {
  display: inline-block;
  height: 0.55rem;
  font-size: 0.24rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  text-decoration: none;
  vertical-align: sub;
  overflow: hidden;
}

.rank-list li .item-gift {
  display: inline-block;
  width: 0.48rem;
  height: 0.88rem;
  vertical-align: middle;
}

.rank-list li .item-gift-self {
  height: 0.5rem;
  margin-bottom: 0.2rem;
}

.rank-list li .item-score {
  margin-left: 0.1rem;
  vertical-align: middle;
}

.rank-list .loading {
  text-align: center;
}

.rank-list .item-self {
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
}

.rank-tip {
  font-size: 0.24rem;
  text-align: center;
  margin: 0;
  padding: 0.3rem 0;
}

.empty-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0.1rem auto 0.1rem;
  width: 3rem;
  height: 3rem;
  background: url("//activity.hdslb.com/blackboard/template-common-image/images/liveanchorlist_nodata.png");
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.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; }

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


@-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;
}
@-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.08rem;
  border-radius: 0.05rem;
  font-size: 0.14rem;
  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);
}
.activity-follow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.activity-follow-box {
  position: relative;
}

.activity-follow-box img {
  display: block;
  max-width: initial;
}

.activity-follow-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.activity-follow-button-followed {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.activity-follow-followed .activity-follow-button {
  opacity: 0;
}

.activity-follow-followed .activity-follow-button-followed {
  opacity: 1;
}

.activity-follow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.activity-follow-box {
  position: relative;
}

.activity-follow-box img {
  display: block;
  max-width: initial;
}

.activity-follow-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.activity-follow-button-followed {
  opacity: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}

.activity-follow-followed .activity-follow-button {
  opacity: 0;
}

.activity-follow-followed .activity-follow-button-followed {
  opacity: 1;
}

