* {
  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;
  color:#00a1d6;
  text-decoration:none;
}

a:hover{ color:#f25d8e }
a:focus{ -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*/
}


#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%;
}
@-webkit-keyframes opacity-animation {
  0% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes item-animation {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
    opacity: 1; }
  85% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%); }
  90% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes item-animation {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
    opacity: 1; }
  85% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%); }
  90% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

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

.bili-share-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10055;
  background-color: transparent;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue', 'Hiragino Sans GB', sans-serif; }
  .bili-share-wrap * {
    padding: 0;
    margin: 0; }
  .bili-share-wrap .hidden {
    display: none; }
  .bili-share-wrap.hidden {
    display: none; }
  .bili-share-wrap.wechat {
    background: rgba(0, 0, 0, 0.5) url("https://static.hdslb.com/mobile/img/wx_guide.png") top center no-repeat;
    background-size: contain; }
  .bili-share-wrap .share-box {
    position: absolute;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .bili-share-wrap .share-box .share-box-content {
      font-size: 0.32em;
      line-height: 2em;
      text-align: center; }
      .bili-share-wrap .share-box .share-box-content i {
        background: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv64.png") no-repeat center;
        width: 2.4em;
        height: 2em;
        display: inline-block;
        vertical-align: top;
        background-size: 100%; }
      .bili-share-wrap .share-box .share-box-content p {
        font-size: 0.9em;
        color: #999;
        text-align: center; }
    .bili-share-wrap .share-box .share-box-cancel {
      border: 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 {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .bili-share-wrap.show-box .share-box .share-box-list {
        -webkit-animation-name: item-animation;
                animation-name: item-animation;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s; }
        .bili-share-wrap.show-box .share-box .share-box-list li {
          -webkit-animation-name: item-animation;
                  animation-name: item-animation;
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          -webkit-animation-timing-function: ease-in;
                  animation-timing-function: ease-in; }
  .bili-share-wrap .share-box-list {
    text-align: left;
    letter-spacing: -.34em; }
    .bili-share-wrap .share-box-list li {
      display: inline-block;
      text-align: center;
      letter-spacing: normal; }
      .bili-share-wrap .share-box-list li:nth-child(1) {
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s; }
      .bili-share-wrap .share-box-list li:nth-child(2) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s; }
      .bili-share-wrap .share-box-list li:nth-child(3) {
        -webkit-animation-delay: 0.15s;
                animation-delay: 0.15s; }
      .bili-share-wrap .share-box-list li:nth-child(4) {
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
      .bili-share-wrap .share-box-list li:nth-child(5) {
        -webkit-animation-delay: 0.25s;
                animation-delay: 0.25s; }
      .bili-share-wrap .share-box-list li:nth-child(6) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      @media only screen and (max-width: 500px) {
        .bili-share-wrap .share-box-list li {
          width: 25%; } }
      @media only screen and (min-width: 500px) {
        .bili-share-wrap .share-box-list li {
          width: 20%; } }
    .bili-share-wrap .share-box-list .share-box-item {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      outline: none;
      float: none;
      margin-bottom: 0.3em;
      width: 100%; }
      .bili-share-wrap .share-box-list .share-box-item span {
        color: #333;
        font-size: 0.29em;
        line-height: 2em;
        display: block; }
    .bili-share-wrap .share-box-list .icon {
      display: block;
      width: 100%;
      height: 1em;
      margin: 0 auto;
      background: center/contain no-repeat; }
      .bili-share-wrap .share-box-list .icon.icon_weibo {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/597l50mv74.png"); }
      .bili-share-wrap .share-box-list .icon.icon_weixin {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/z4pomkzq83.png"); }
      .bili-share-wrap .share-box-list .icon.icon_weixin_moment {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/p6z0152pl0.png"); }
      .bili-share-wrap .share-box-list .icon.icon_qq {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/890oj1pxm9.png"); }
      .bili-share-wrap .share-box-list .icon.icon_qzone {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/q015284qj6.png"); }
      .bili-share-wrap .share-box-list .icon.icon_baidu_tieba {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20180102/dfa73b898f143877cbf8ecf001cd9e89/images/q0y9zl5689.png"); }
      .bili-share-wrap .share-box-list .icon.icon_bili {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20180110/dfa73b898f143877cbf8ecf001cd9e89/images/29m4yw3zxn.png"); }
      .bili-share-wrap .share-box-list .icon.icon_more {
        background-image: url("https://i0.hdslb.com/bfs/activity-plat/static/20171215/dfa73b898f143877cbf8ecf001cd9e89/images/x6nmk2zoqo.png"); }

.share-dynamic-dialog {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  /* 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 * {
    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: 1px solid #e5e9ef;
      /*no*/ }
    .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: 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;
  -webkit-transition: 0.3s;
  z-index: 5; }
  .share-success-mask.on {
    opacity: 0.5; }

.share-success-dialog {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 6.8em;
  height: 4.9em;
  top: 150%;
  left: 50%;
  margin-left: -3.4em;
  margin-top: -2.4em;
  position: fixed;
  background-color: #fff;
  border-radius: 0.24em;
  text-align: center;
  z-index: 10; }
  .share-success-dialog.mobile.active {
    top: 50%; }
  .share-success-dialog .suc-img {
    width: 4.82em;
    height: 2.8em;
    background-image: url(https://s1.hdslb.com/bfs/static/jinkela/article/suc.png);
    background-size: 100% 100%;
    margin: -0.8em auto 0.34em auto; }
  .share-success-dialog .info {
    font-size: 0.38em;
    line-height: 1.19em;
    color: #212121;
    margin-bottom: 0.25em; }
  .share-success-dialog .hint {
    font-size: 0.26em;
    line-height: 1.54em;
    margin-bottom: 1em;
    color: #757575; }
  .share-success-dialog .dialog-close {
    width: 100%;
    height: 2.75em;
    margin: 0 auto;
    background-color: #fb7299;
    color: #fff;
    font-size: 0.38em;
    line-height: 2.75em;
    cursor: pointer;
    border-bottom-left-radius: 0.24em;
    border-bottom-right-radius: 0.24em; }

.center-toast {
  width: 100%;
  height: 1px;
  /*no*/
  position: fixed;
  top: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10060; }
  .center-toast .info {
    display: inline-block;
    color: #fff;
    padding: 0.75em;
    background-color: rgba(34, 34, 34, 0.9);
    border-radius: 0.5em;
    /* font-size: 0.38em; */
    line-height: 1.25em;
    margin-top: -1.25em; }


.h5-video-list {
  width: 100%;
}

.h5-video-list ul {
  margin: 0;
  padding: 0;
}

.h5-video-list .clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ".";
}

.h5-video-list .t-disabled {
  color: #fff;
  background-color: #aeaeae;
  cursor: not-allowed;
}

.h5-video-list .h5-video-tag-list {
  text-align: center;
  margin: 0.25rem;
}

.h5-video-list .h5-video-tag-list .tag-list-item {
  display: inline-block;
  width: 1.3rem;
  height: 0.42rem;
  margin-right: 0.1rem;
  list-style-type: none;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.h5-video-list .h5-video-tag-list .tag-list-item:last-child {
  margin-right: 0;
}

.h5-video-list .t-msortlist-classify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2%;
  height: 0.64rem;
  font-size: 0.24rem;
  line-height: 0.64rem;
}

.h5-video-list .t-msortlist-classify .t-btn {
  float: left;
  color: #7e7e7e;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  display: inline-block;
  min-width: 20%;
}

.h5-video-list .t-msortlist-classify .t-btn.t-active {
  color: #fa7097;
}

.h5-video-list .t-video-works .t-link {
  display: block;
}

.h5-video-list .t-video-works .t-pic {
  display: block;
  padding: 0.1rem 0;
  width: 1.6rem;
  height: 1rem;
}

.h5-video-list .t-video-works .t-desc {
  display: block;
  overflow: hidden;
  margin-bottom: 0.08rem;
  padding-bottom: 0.04rem;
  width: 100%;
  height: 0.6rem;
  color: #282e33;
  line-height: 0.3rem;
}

.h5-video-list .t-video-works .t-videoinfor {
  position: relative;
  overflow: hidden;
  width: 1.6rem;
  height: 0.4rem;
}

.h5-video-list .t-video-works .t-scrollbox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.h5-video-list .t-video-works .t-showAuthorInfo {
  top: -0.4rem;
}

.h5-video-list .h5-video-list-content {
  width: 100%;
  min-height: 100%;
  font-family: "Microsoft YaHei";
}

.h5-video-list .h5-video-more img {
  display: block;
  margin: 0 auto;
}

.h5-video-list .temp-model-videolike .t-nav {
  width: 100%;
}

.h5-video-list .temp-model-videolike .t-cont-box {
  position: relative;
  min-height: 2.92rem;
}

.h5-video-list .temp-model-videolike .t-cont {
  display: block;
  position: relative;
  padding: 0.24rem 2%;
}

.h5-video-list .temp-model-videolike .t-list {
  position: relative;
  float: left;
  width: 3.4rem;
  margin: 0 1.2% 4% 1.3%;
  background: #fff;
  border-radius: 0.06rem;
  -webkit-box-shadow: 0 0.02rem 0.08rem #ECEBF0;
  box-shadow: 0 0.02rem 0.08rem #ECEBF0;
}

.h5-video-list .temp-model-videolike .t-list .t-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}

.h5-video-list .temp-model-videolike .t-list .t-top {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  background-repeat: no-repeat;
  background-position: center;
}

.h5-video-list .temp-model-videolike .t-list .t-coverimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 0.05rem 0.05rem 0 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.h5-video-list .temp-model-videolike .t-list .t-likes {
  position: relative;
  width: 100%;
  height: 0.72rem;
  line-height: 0.76rem;
  font-size: 0.24rem;
  color: #f76f96;
  z-index: 1;
}

.h5-video-list .temp-model-videolike .t-model-tips {
  position: absolute;
  z-index: 0;
  padding: 0.03rem 0.06rem;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0;
  font-family: "Microsoft YaHei";
  line-height: 0.44rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: 4%;
  bottom: 0;
}

.h5-video-list .temp-model-videolike .t-model-tips.t-red {
  background: rgba(250, 0, 0, 0.8);
}

.h5-video-list .temp-model-videolike .t-model-tips.t-black {
  background: rgba(0, 0, 0, 0.8);
}

.h5-video-list .temp-model-videolike .t-model-tips.t-animate-bottom-top {
  font-size: 0.24rem;
  opacity: 1;
}

.h5-video-list .temp-model-videolike .t-mvideo-works {
  position: relative;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-liked-flag {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.38rem;
  width: 0.88rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background-color: #fa8e57;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-like-count {
  position: absolute;
  bottom: 1.64rem;
  left: 0.22rem;
  font-size: 0.24rem;
  color: #fefefe;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-like-count .t-icon-wrapper {
  display: inline-block;
  width: 0.34rem;
  height: 0.33rem;
  vertical-align: -0.08rem;
  margin-right: 0.06rem;
  border-radius: 50%;
  background-color: #FB7299;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-like-count .t-like-icon {
  display: block;
  width: 0.18rem;
  height: 0.16rem;
  margin: 0.08rem;
  background-size: cover;
  background-image: url(//activity.hdslb.com/blackboard/static/491d90335af7384363d82d8e3fbfcb30/JygA3mkqw.png);
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-link {
  display: block;
  width: 3.4rem;
  height: 2.12rem;
  border-radius: 0.06rem 0.06rem 0 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-videoinfor {
  width: 100%;
  overflow: hidden;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-videoinfor .t-desc {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.12rem 0.2rem;
  width: 100%;
  height: 0.98rem;
  color: #212121;
  font-size: 0.12rem;
  line-height: 0.42rem;
}

.h5-video-list .temp-model-videolike .t-mvideo-works .t-videoinfor .t-ownerinfor {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1% 0.2rem;
  height: 0.5rem;
  border-bottom: 0.01rem solid #edecf1;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.34rem;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.h5-video-list .temp-model-videolike .t-likes .t-icon {
  position: absolute;
  top: 0.16rem;
  left: 0;
  width: 0.62rem;
  height: 0.36rem;
  background: url("//activity.hdslb.com/zzjs/20160715temppiclikes/images/icon.png");
}

.h5-video-list .temp-model-videolike .t-likes.t-zan .t-icon {
  background-position: -0.95rem -0.36rem;
}

.h5-video-list .temp-model-videolike .t-likes .t-num {
  display: block;
  width: 100%;
  text-align: center;
}

.h5-video-list .temp-model-videolike .t-btn-more {
  display: block;
  clear: both;
  width: 96%;
  margin: 0 auto;
  padding: 0.2rem 0;
  border: none;
  background: #c3c4c6;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.06rem;
  text-align: center;
}

.h5-video-list .temp-model-videolike .t-btn-more:focus {
  outline: 0;
}

.h5-video-list .temp-model-videolike .t-cont .t-btn-nomore {
  clear: both;
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0.14rem;
  color: #8b8b8b;
  text-align: center;
}

.h5-video-list .temp-model-videolike .t-list .t-errormsg {
  position: absolute;
  bottom: 0.4rem;
  padding: 0.1rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.05rem;
}

.h5-video-list .temp-model-videolike .t-list .t-zan {
  background: #f76f96;
  color: #fff;
  border-radius: 0 0 0.06rem 0.06rem;
}

.h5-video-list .temp-model-videolike .t-error {
  width: 100%;
  text-align: center;
}

.h5-video-list .temp-model-videolike .t-error .t-errorimg {
  width: 80%;
  min-height: 2.4rem;
  margin-top: 0.3rem;
  margin-left: 10%;
}

.h5-video-list .temp-model-videolike .t-error .t-refresh {
  display: block;
  width: 1rem;
  margin: 0 auto;
  padding: 0.1rem 0;
  background: #f76f96;
  font-size: 0.12rem;
  color: #fff;
  border-radius: 0.05rem;
}

.h5-video-list .temp-model-videolike .t-error .t-errormsg {
  padding: 0.1rem 0 0.5rem 0;
  font-size: 0.16rem;
}

.h5-video-list .temp-model-videolike .t-empty-box {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1rem;
}

.h5-video-list .temp-model-videolike .t-empty-box .t-empty {
  display: block;
  clear: both;
  width: 40%;
  margin: 0 auto;
}

.h5-video-list .temp-model-videolike .t-cont-box .t-load-msg {
  display: none;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  width: 1.2rem;
  margin-left: -0.6rem;
  padding: 0.1rem 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.05rem;
  text-align: center;
}

.h5-video-list .temp-model-videolike .t-cont-box .t-load-msg.t-show {
  display: block;
}

.h5-video-list .temp-model-videolike .t-change {
  display: block;
  clear: both;
  width: 96%;
  margin: 0 auto 0.15rem;
  padding: 0.2rem 0;
  border: none;
  background: #c3c4c6;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.06rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.h5-video-success-modal {
  position: fixed;
  z-index: 15;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5.6rem;
  height: 4.8rem;
  top: 50%;
  left: 50%;
  font-size: 0.26rem;
  color: #999999;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-60%) scale(0.7);
  transform: translateX(-50%) translateY(-60%) scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.08rem;
  background-color: #fff;
  opacity: 0;
}

.h5-video-success-modal p {
  width: 4.8rem;
  margin: 0 auto;
}

.h5-video-success-modal .modal-text-1 {
  font-size: 0.32rem;
  color: #212121;
  margin-bottom: 0.1rem;
}

.h5-video-success-modal .modal-text-2 {
  color: #999999;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}

.h5-video-success-modal .modal-icon {
  width: 4rem;
  height: 2.36rem;
  margin: 0.15rem auto 0;
  background-size: cover;
  background-image: url(//activity.hdslb.com/blackboard/static/491d90335af7384363d82d8e3fbfcb30/cHO91qZ~H.png);
}

.h5-video-success-modal .modal-btn {
  width: 100%;
  height: 0.87rem;
  font-size: 0.32rem;
  line-height: 0.88rem;
  color: #212121;
  margin: 0 auto;
  border-top: 0.01rem solid #e8e8e8;
}

.h5-video-cb-modal {
  position: fixed;
  z-index: 15;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5.6rem;
  height: 5.86rem;
  top: 50%;
  left: 50%;
  font-size: 0.26rem;
  color: #212121;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-60%) scale(0.7);
  transform: translateX(-50%) translateY(-60%) scale(0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.08rem;
  background-color: #fff;
  opacity: 0;
}

.h5-video-cb-modal p {
  text-align: left;
  margin: 0;
  padding: 0 0.3rem;
  overflow: hidden;
}

.h5-video-cb-modal.h5-video-default-modal .modal-close::before,
.h5-video-cb-modal.h5-video-default-modal .modal-close::after {
  background-color: #fff;
}

.h5-video-cb-modal .modal-icon {
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.2rem;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  background-size: cover;
}

.h5-video-cb-modal .modal-icon .modal-like-flag {
  position: absolute;
  right: 0.8rem;
  top: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.38rem;
  width: 0.88rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background-color: #fa8e57;
}

.h5-video-cb-modal .modal-icon .modal-like-count {
  position: absolute;
  bottom: 2.55rem;
  left: 0.28rem;
  font-size: 0.24rem;
  color: #fefefe;
}

.h5-video-cb-modal .modal-icon .modal-like-count .modal-icon-wrapper {
  display: inline-block;
  width: 0.34rem;
  height: 0.33rem;
  vertical-align: -0.08rem;
  margin-right: 0.06rem;
  border-radius: 50%;
  background-color: #FB7299;
}

.h5-video-cb-modal .modal-icon .modal-like-count .modal-like-icon {
  display: block;
  width: 0.18rem;
  height: 0.16rem;
  margin: 0.08rem;
  background-size: cover;
  background-image: url(//activity.hdslb.com/blackboard/static/491d90335af7384363d82d8e3fbfcb30/JygA3mkqw.png);
}

.h5-video-cb-modal .modal-text-1 {
  width: 5.04rem;
  height: 0.68rem;
  line-height: 0.38rem;
  font-size: 0.26rem;
  color: #212121;
  margin-bottom: 0.12rem;
}

.h5-video-cb-modal .modal-text-2 {
  font-size: 0.24rem;
  color: #999999;
  margin-bottom: 0.14rem;
}

.h5-video-cb-modal .modal-btn {
  width: 100%;
  height: 0.87rem;
  font-size: 0.32rem;
  line-height: 0.88rem;
  color: #fb7299;
  margin: 0 auto;
  border-top: 0.01rem solid #e8e8e8;
}

.h5-video-default-modal .modal-close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.36rem;
  height: 0.36rem;
}

.h5-video-default-modal .modal-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h5-video-default-modal .modal-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.h5-video-default-modal .modal-close::before,
.h5-video-default-modal .modal-close::after {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.03rem;
  border-radius: 0.04rem;
  background: #757575;
  position: absolute;
  left: 0;
  top: 0.16rem;
}

.bounceIn {
  visibility: visible !important;
}

.bounceIn.h5-video-success-modal,
.bounceIn.h5-video-cb-modal {
  -webkit-transform: translateX(-50%) translateY(-60%) scale(1);
  transform: translateX(-50%) translateY(-60%) scale(1);
  opacity: 1;
}

.bounceIn ~ .modal-overlay {
  opacity: 1;
  visibility: visible !important;
}

