* {
  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%;
}
.t-loading-page .t-img-loading {
  display: block;
  margin: 30% auto;
}

.temp-model-videolike {
  width: 100%;
  min-height: 100%;
  background-color: #eef0ef;
  font-family: 'Microsoft YaHei';
  font-size: 62.5%;
}

.temp-model-videolike img {
  display: block;
}

.temp-model-videolike .t-header {
  position: relative;
  width: 100%;
  height: 37px;
  background: #fff;
  line-height: 37px;
  font-size: 14px;
  color: #404040;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.temp-model-videolike .t-goback {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #7e7e7e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.temp-model-videolike .t-goback:before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  content: ' ';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.temp-model-videolike .t-nav {
  width: 100%;
  background: #fff;
}

.temp-model-videolike .t-cont-box {
  position: relative;
}

.temp-model-videolike .t-cont {
  display: block;
  position: relative;
  padding: 12px 2%;
}

.temp-model-videolike .t-list {
  position: relative;
  float: left;
  width: 46%;
  margin: 0 2% 4% 2%;
  background: #fff;
  border-radius: 6px;
}

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

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

.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: 5px 5px 0 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.temp-model-videolike .t-list .t-likes {
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #f76f96;
  z-index: 1;
}

.temp-model-videolike .t-likes .t-icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 16px;
  background: url('//activity.hdslb.com/zzjs/20160715temppiclikes/images/icon.png');
  background-position: -95px 0;
  background-size: 288px;
}
.temp-model-videolike .t-likes.t-zan .t-icon{
  background-position: -95px -36px;
}
.temp-model-videolike .t-likes .t-num {
  display: block;
  width: 100%;
  text-align: center;
}

.temp-model-videolike .t-cont .t-btn-more {
  display: block;
  clear: both;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  background: #c3c4c6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

.temp-model-videolike .t-cont .t-btn-nomore {
  clear: both;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #8b8b8b;
  text-align: center;
}

.temp-model-videolike .t-list .t-errormsg {
  position: absolute;
  bottom: 40px;
  padding: 10px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 5px;
}

.temp-model-videolike .t-list .t-zan {
  background: #f76f96;
  color: #fff;
  border-radius: 0 0 6px 6px;
}


/* 请求接口失败 */

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

.temp-model-videolike .t-error .t-errorimg {
  width: 80%;
  min-height: 240px;
  margin-top: 30px;
  margin-left: 10%;
}

.temp-model-videolike .t-error .t-refresh {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 10px 0;
  background: #f76f96;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}

.temp-model-videolike .t-error .t-errormsg {
  padding: 10px 0 50px 0;
  font-size: 16px;
}

.temp-model-videolike .t-empty-box {
  width: 100%;
  height: auto;
  margin-top: 30%;
}

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

.temp-model-videolike .t-cont-box .t-load-msg {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  padding: 10px 0;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

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

.temp-model-videolike .t-change {
  display: block;
  clear: both;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  background: #c3c4c6;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

/*提示窗默认样式*/
.t-model-tips{
  position: absolute;
  z-index: 0;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 0;
  font-family:'Microsoft YaHei';
  line-height: 22px;
  opacity: 0;
  -webkit-transition: All .2s ease-in;
  transition: All .2s ease-in;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.t-model-tips.t-red{
  background: rgba(250, 0, 0, .8);
}
.t-model-tips.t-black{
  background: rgba(0, 0, 0, .8);
}

.t-model-tips.t-animate-bottom-top {
  font-size: 12px;
  opacity: 1;
}

.t-sortlist-classify {
  /*padding: 10px 0 20px 0;*/
  font-size: 14px;
}

.t-sortlist-classify .t-btn {
  float: left;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}

.t-sortlist-classify .t-backgroundimage {
  padding: 5px 20px;
  border: 1px solid inherit;
  border-radius: 4px;
  /*background: #fff;*/
}

.t-sortlist-classify .t-backgroundimage.t-myworks {
  float: right;
}

.t-sortlist-classify .t-backgroundimage.t-disabled {
  color: #999;
  cursor: default;
}

.t-sortlist-classify .t-backgroundimage.t-active {
  /*background: #e86392;*/
  color: #fff;
}

.t-skin-gray .t-sortlist-classify .t-backgroundimage {
  background: #2e2f31;
  color: #a3a4a5;
}

.t-skin-gray .t-sortlist-classify .t-backgroundimage.t-active {
  background: #48e3c7;
  color: #000;
}


/* mobile */
.t-msortlist-classify {
  padding: 0 2%;
  height: 32px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 32px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}

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

.t-msortlist-classify .t-btn.t-active {
  border-bottom: 2px solid #fa7097;
  color: #fa7097;
}

.t-video-works .t-link {
  display: block;
}

.t-video-works .t-pic {
  display: block;
  padding: 10px 0;
  width: 160px;
  height: 100px;
}

.t-video-works .t-desc {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 4px;
  width: 100%;
  height: 30px;
  color: #282e33;
  line-height: 16px;
}

.t-video-works .t-videoinfor {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 40px;
}

.t-video-works .t-scrollbox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.t-video-works .t-showAuthorInfo {
  top: -40px;
}

.t-video-works .t-ownerinfor .t-face {
  display: block;
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.t-video-works .t-ownerinfor .t-name {
  display: block;
  float: left;
  overflow: hidden;
  width: 100px;
  height: 30px;
  color: #878b8e;
  line-height: 30px;
}

.t-skin-gray .t-video-works .t-desc {
  color: #a3a4a5;
}

.t-skin-gray .t-video-works .t-ownerinfor .t-name {
  color: #808588;
}


/* mobile */

.t-mvideo-works .t-link {
  display: block;
  padding-bottom: 63%;
  width: 100%;
  border-radius: 6px 6px 0 0;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.t-mvideo-works .t-videoinfor {
  overflow: hidden;

  width: 100%;
}

.t-mvideo-works .t-videoinfor .t-desc {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 1% 3%;
  width: 100%;
  height: 16px;
  color: #212121;
  font-size: 12px;
  line-height: 16px;
}

.t-mvideo-works .t-videoinfor .t-ownerinfor {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1% 3%;
  height: 22px;
  border-bottom: 1px solid #edecf1;
  color: #888;
  font-size: 11px;
  line-height: 22px;
}

