div,p,ul,li,a,img,span,h1,h2,h3,h4,h5,h6,header,footer,section,article,form,input,textarea,video,iframe {
  margin: 0;
  padding: 0;
}

body,html {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font: 12px 'Helvetica Neue',Helvetica,Arial,'Microsoft Yahei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
  background:#fff;
  color:#222;
  tap-highlight-color:transparent;
  -webkit-tap-highlight-color:transparent
}

ul,li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
}

a,input,button,select,textarea {
  outline: none;
  cursor: pointer;
  color:#00a1d6;
  text-decoration:none;
}

a:hover{ color:#f25d8e }
a:focus{ -moz-outline-style:none }

img {
  border:0;
  vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,ul,li{margin:0;padding:0;list-style-type:none}

textarea {
  overflow: hidden;
  resize:none
}

address,caption,cite,code,dfn,em,i,th,var{
  font-style: normal;
  font-weight: normal
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: '.';
}


/* 动画库插入的节点高度设置100% */
div[flash-anim-wrap=true] {
  height: 100%;
}
.temp-model-videoswitch {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}
.temp-model-videoswitch .t-top-switch,
.temp-model-videoswitch .t-bottom-switch {
  list-style: none;
}
.temp-model-videoswitch .t-top-switch li,
.temp-model-videoswitch .t-bottom-switch li {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  width: 153px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  background-position: center center;
  background-size: 100%;
  color: #222;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}
.temp-model-videoswitch .t-top-switch li:nth-child(6),
.temp-model-videoswitch .t-bottom-switch li:nth-child(6) {
  margin-right: 0;
}
.temp-model-videoswitch .t-top-switch li.on,
.temp-model-videoswitch .t-bottom-switch li.on {
  background-color: #1aa2d4;
  color: #fff;
}

.temp-model-videoswitch .t-left-switch {
  float: left;
}
.temp-model-videoswitch .t-btn-right {
  float: left;
}
.temp-model-videoswitch .t-left-switch li,
.temp-model-videoswitch .t-right-switch li {
  overflow: hidden;
  margin-bottom: 12px;
  width: 128px;
  height: 75px;
  border-radius: 4px;
  background-color: #fff;
  background-position: center center;
  background-size: 100%;
  color: #222;
  text-align: center;
  font-size: 14px;
  line-height: 75px;
  cursor: pointer;
}
.temp-model-videoswitch .t-left-switch li:nth-child(6),
.temp-model-videoswitch .t-right-switch li:nth-child(6) {
  margin-bottom: 0;
}
.temp-model-videoswitch .t-left-switch li.on,
.temp-model-videoswitch .t-right-switch li.on {
  background-color: #1aa2d4;
  color: #fff;
}
.temp-model-videoswitch .t-video-switch {
  float: left;
  margin: 0 auto;
}

.temp-model-videoswitch .t-hide {
  display: none;
}
.temp-model-videoswitch .t-live {
  display: inline-block;
  background: #000;
}
.temp-model-videoswitch .t-video {
  background: #000;
}
.temp-model-videoswitch .t-live-video {
  display: inline;
  float: left;
  font-size: 0;
}
.temp-model-videoswitch .t-live-btn {
  float: right;
}
.temp-model-videoswitch .t-enter-live {
  display: inline-block;
  margin-top: 12px;
  width: 155px;
  height: 40px;
  border-radius: 4px;
  background: #1aa2d4;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

@-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);
}
.fan-chase-btn {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

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

html,
body,
div,
ul,
li,
h4,
span {
  padding: 0;
  margin: 0;
}
.bili-share-pc {
  border: 1px solid #e8e9eb;
  padding: 18px 0 18px 24px;
  border-radius: 5px;
  position: relative;
  z-index: 200;
  width: 980px;
  height: 40px;
  margin: 20px auto;
  box-sizing: content-box;
}
.bili-share-pc li {
  list-style: none;
}
.bili-share-pc.bili-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bili-share-pc .bili-clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bili-share-pc .fl {
  float: left;
}
.bili-share-pc .share {
  display: inline-block;
}
.bili-share-pc .share .icon {
  background: url('https://activity.hdslb.com/blackboard/shareModule/images/12xn9z34xj.png')
    no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.bili-share-pc .share .icon_bili {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20180321/dfa73b898f143877cbf8ecf001cd9e89/images/l6oq2p5wy7.png')
    no-repeat;
  background-position: -370px 0;
}
.bili-share-pc .share .icon_bili:hover {
  background-position: -370px -71px;
}
.bili-share-pc .share .icon_weibo {
  background-position: 0 0;
}
.bili-share-pc .share .icon_weibo:hover {
  background-position: 0 -71px;
}
.bili-share-pc .share .icon_wechat {
  background-position: -74px 0;
  position: relative;
}
.bili-share-pc .share .icon_wechat:hover {
  background-position: -74px -71px;
}
.bili-share-pc .share .icon_qzone {
  background-position: -148px 0;
}
.bili-share-pc .share .icon_qzone:hover {
  background-position: -148px -71px;
}
.bili-share-pc .share .icon_qq {
  background-position: -222px 0;
}
.bili-share-pc .share .icon_qq:hover {
  background-position: -222px -71px;
}
.bili-share-pc .share .icon_baidu {
  background-position: -296px 0;
}
.bili-share-pc .share .icon_baidu:hover {
  background-position: -296px -71px;
}

.bili-share-pc .favourite {
  display: inline-block;
}
.bili-share-pc .title {
  font-size: 18px;
  color: #222;
  display: inline-block;
  padding-right: 20px;
  font-weight: bold;
  line-height: 40px;
}
.bili-share-pc .vertical-line {
  margin: 5px 24px 5px 14px;
  height: 30px;
  display: inline-block;
  border-left: 2px solid #e8e9eb;
}
.bili-share-pc .favourite .icon-fav {
  background: url('https://activity.hdslb.com/blackboard/shareModule/images/79lx82m4lq.jpg');
  width: 65px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.bili-share-pc .favourite .icon-like {
  background-position: 0px 5px;
}
.bili-share-pc .favourite .fav {
  padding-right: 0px;
  width: 54px;
}
.bili-share-pc .favourite .icon-like:hover {
  animation: likePlay 1s steps(14) infinite;
}
.bili-share-pc .favourite .icon-liked {
  background-position: 0px -59px;
}
@keyframes likePlay {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -896px 5px;
  }
}

.bili-share-pc .popTips {
  position: absolute;
  top: -15px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  animation: popTips 1.5s;
}
@keyframes popTips {
  0% {
    opacity: 0;
    top: 0px;
  }
  15% {
    opacity: 1;
    top: -15px;
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    top: -15px;
  }
  90% {
    opacity: 1;
    top: -15px;
  }
  100% {
    opacity: 0;
    top: 0px;
  }
}

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

/************ 二维码 ***************/
.bili-share-pc .share .icon_wechat:hover .weixin-hover {
  display: block;
}
.bili-share-pc .weixin-hover {
  position: absolute;
  z-index: -1;
  display: none;
}
.bili-share-pc .weixin-hover .qr-before {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  width: 50px;
  height: 81px;
  top: -18px;
  position: absolute;
  left: -6px;
}
.bili-share-pc .share-weixin-qr {
  position: absolute;
  top: 62px;
  left: -6px;
  padding: 15px 13px;
  background-color: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}
.bili-share-pc .share-weixin-qr h4 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
.bili-share-pc .share-weixin-qr .qr-code {
  width: 120px;
  text-align: center;
}

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

/************ 自定义 ***************/
#biliSharePc {
}
#biliSharePc li {
  list-style: none;
}
#biliSharePc .share {
  font-size: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(.5em * 5 - .1em);
}
#biliSharePc .share .icon {
  background: url('https://i0.hdslb.com/bfs/activity-plat/static/20180321/dfa73b898f143877cbf8ecf001cd9e89/images/l6oq2p5wy7.png')
  no-repeat;
  width: .4em;
  height: .4em;
  line-height: .4em;
  cursor: pointer;
  background-size: 4.09em;
}
#biliSharePc .share .icon_bili {
  background-position: -3.7em 0;
}
#biliSharePc .share .icon_bili:hover {
  background-position: -3.7em -.71em;
}
#biliSharePc .share .icon_weibo {
  background-position: 0 0;
}
#biliSharePc .share .icon_weibo:hover {
  background-position: 0 -.71em;
}
#biliSharePc .share .icon_wechat {
  background-position: -.74em 0;
  position: relative;
}
#biliSharePc .share .icon_wechat:hover {
  background-position: -.74em -.71em;
}
#biliSharePc .share .icon_qzone {
  background-position: -1.48em 0;
}
#biliSharePc .share .icon_qzone:hover {
  background-position: -1.48em -.71em;
}
#biliSharePc .share .icon_qq {
  background-position: -2.22em 0;
}
#biliSharePc .share .icon_qq:hover {
  background-position: -2.22em -.71em;
}
#biliSharePc .share .icon_baidu_tieba {
  background-position: -2.96em 0;
}
#biliSharePc .share .icon_baidu_tieba:hover {
  background-position: -2.96em -.71em;
}
#biliSharePc .share .icon_wechat:hover .weixin-hover {
  display: block;
}
#biliSharePc .weixin-hover {
  position: absolute;
  z-index: -1;
  display: none;
}
#biliSharePc .weixin-hover .qr-before {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  width: 50px;
  height: 81px;
  top: -18px;
  position: absolute;
  left: -6px;
}
#biliSharePc .share-weixin-qr {
  position: absolute;
  top: 62px;
  left: -6px;
  padding: 15px 13px;
  background-color: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}
#biliSharePc .icon-hover .share-weixin-qr {
  position: absolute;
  top: 50px;
  left: -50px;
  padding: 15px 13px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#biliSharePc .share-weixin-qr h4 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
#biliSharePc .share-weixin-qr .qr-code {
  width: 120px;
  text-align: center;
}

.t-model-tips {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 0;
  font-family: "Microsoft YaHei";
  line-height: 22px;
  opacity: 0;
  -webkit-transition: All 0.2s ease-in;
  transition: All 0.2s ease-in;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.t-model-tips.t-red {
  background: rgba(250, 0, 0, 0.8); }

.t-model-tips.t-black {
  background: rgba(0, 0, 0, 0.8); }

.t-model-tips.t-animate-bottom-top {
  font-size: 12px;
  opacity: 1; }

.pc-video-list {
  width: 980px;
  margin: 0 auto; }
  .pc-video-list ul {
    margin: 0;
    padding: 0; }
  .pc-video-list .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    content: "."; }
  .pc-video-list .t-disabled {
    color: #fff;
    background-color: #aeaeae;
    cursor: not-allowed; }
  .pc-video-list .pc-video-tag-list {
    text-align: center;
    margin-top: 15px; }
    .pc-video-list .pc-video-tag-list .tag-list-item {
      display: inline-block;
      width: 130px;
      height: 42px;
      margin-right: 30px;
      margin-bottom: 36px;
      list-style-type: none;
      background-repeat: no-repeat;
      background-size: cover;
      cursor: pointer; }
      .pc-video-list .pc-video-tag-list .tag-list-item:last-child {
        margin-right: 0; }
  .pc-video-list .pc-video-more a img {
    display: block;
    margin: 0 auto; }
  .pc-video-list .t-sortlist-classify {
    font-size: 14px; }
  .pc-video-list .temp-model-videolike .t-like-classify {
    padding: 10px 0 20px 0;
    font-size: 14px; }
  .pc-video-list .temp-model-videolike .t-btn {
    float: left;
    margin-right: 20px;
    padding: 5px 14px;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    list-style-type: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .pc-video-list .temp-model-videolike .t-cont {
    width: 100%;
    min-height: 660px;
    margin-top: 20px; }
  .pc-video-list .temp-model-videolike .t-cont .t-item {
    position: relative;
    float: left;
    width: 160px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    background: #7a5a5a;
    border-radius: 4px; }
  .pc-video-list .temp-model-videolike .t-cont .t-item:nth-child(5n) {
    margin-right: 0; }
  .pc-video-list .t-video-works .t-link {
    display: block;
    outline: none;
    cursor: pointer;
    color: #00a1d6;
    text-decoration: none; }
  .pc-video-list .t-video-works .t-pic {
    display: block;
    padding: 10px 0;
    width: 160px;
    height: 100px; }
  .pc-video-list .t-video-works .t-videoinfor {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 40px; }
  .pc-video-list .t-video-works .t-scrollbox {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s; }
  .pc-video-list .t-video-works .t-desc {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 4px;
    width: 100%;
    height: 28px;
    line-height: 16px; }
  .pc-video-list .t-video-works .t-ownerinfor .t-face {
    display: block;
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 15px; }
  .pc-video-list .t-video-works .t-ownerinfor .t-name {
    display: block;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 30px;
    color: #878b8e;
    line-height: 30px; }
  .pc-video-list .temp-model-videolike .t-gradewrap {
    position: relative;
    padding-top: 6px;
    border-top: 1px solid #eee;
    width: 162px; }
  .pc-video-list .temp-model-videolike .t-grade-btn {
    float: right;
    width: 60px;
    height: 26px;
    background: #e86392;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    border-style: solid; }
  .pc-video-list .temp-model-videolike .t-grade-btn.t-hidden {
    background: #ddd;
    color: #aeaeae;
    cursor: default; }
  .pc-video-list .temp-model-videolike .t-share {
    height: 26px;
    padding-bottom: 5px;
    line-height: 26px;
    color: #afafaf;
    cursor: pointer; }
  .pc-video-list .temp-model-videolike .t-btn-change {
    float: right;
    width: 100px;
    height: 28px;
    background: #e86392;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .pc-video-list .temp-model-videolike .t-item .t-score {
    position: absolute;
    top: 82px;
    left: 0;
    padding: 3px 5px;
    border-radius: 0 4px 4px 0;
    background: #e8bf63;
    color: white;
    border-color: #e8bf63; }
  .pc-video-list .temp-model-videolike .t-empty {
    display: block;
    margin: 0 auto; }
  .pc-video-list .temp-model-videolike .t-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .pc-video-list .temp-model-videolike .t-dialog.t-hidden {
      display: none; }
  .pc-video-list .temp-model-videolike .t-pop {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 836px;
    height: 484px;
    margin-left: -392px; }
  .pc-video-list .temp-model-videolike .t-pop .t-close-btn {
    position: absolute;
    top: 0;
    right: -39px;
    width: 24px;
    height: 24px;
    background: url("//activity.hdslb.com/blackboard/template-common-image/images/video_btn_close.png");
    cursor: pointer; }
  .pc-video-list .temp-model-videolike .t-pop .t-btn-dialog {
    position: relative;
    margin-top: 16px; }
  .pc-video-list .temp-model-videolike .t-pop .t-lf-btn {
    float: left; }
  .pc-video-list .temp-model-videolike .t-pop .t-dialog-btn {
    display: block;
    float: left;
    width: 136px;
    height: 40px;
    margin-right: 16px;
    background: #f2f5f6;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    border-radius: 5px;
    -webkit-text-decoration-line: none;
            text-decoration-line: none; }
  .pc-video-list .temp-model-videolike .t-pop .t-lr-btn {
    float: right;
    margin-right: 0; }
  .pc-video-list .temp-model-videolike .t-skin-gray {
    color: #a3a4a5; }
  .pc-video-list .temp-model-videolike .t-skin-gray .t-btn {
    background: #2e2f31;
    color: #a3a4a5; }
    .pc-video-list .temp-model-videolike .t-skin-gray .t-btn.t-active {
      background: #48e3c7;
      color: #000; }
  .pc-video-list .temp-model-videolike .t-skin-gray .t-item {
    background: #2e2f31; }
  .pc-video-list .temp-model-videolike .t-skin-gray .t-gradewrap {
    border-top: 1px solid #424345; }
  .pc-video-list .temp-model-videolike .t-skin-gray .t-grade-btn.t-hidden {
    background: #424345;
    color: #525456; }
  .pc-video-list .temp-model-videolike .t-skin-gray .t-grade-btn,
  .pc-video-list .temp-model-videolike .t-skin-gray .t-btn-change {
    background: #48e3c7;
    color: #000; }
  .pc-video-list .temp-model-videolike .t-pop .t-btn-share {
    width: 210px; }
    .pc-video-list .temp-model-videolike .t-pop .t-btn-share #biliSharePc {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      width: 330px;
      display: block;
      position: relative;
      left: -25px;
      top: 0px; }
  .pc-video-list .temp-model-videolike .t-share-video #biliSharePc {
    padding-top: 5px;
    display: inline-block; }
    .pc-video-list .temp-model-videolike .t-share-video #biliSharePc .share {
      font-size: 50px;
      width: 90px; }
  .pc-video-list .t-likes-page {
    float: right;
    height: 28px;
    text-align: right; }
  .pc-video-list .t-hidden {
    display: none; }
  .pc-video-list .t-likes-page.t-show-pagerjump {
    float: none; }
  .pc-video-list .t-show-pagerjump .pager-jumper {
    height: 28px; }
    .pc-video-list .t-show-pagerjump .pager-jumper a {
      background-color: #fff;
      background-image: none;
      border-radius: 4px;
      border: 1px solid #ccd0d7;
      color: #99a2aa;
      cursor: pointer;
      font-size: 12px;
      margin-left: 5px;
      padding: 5px;
      text-align: center;
      text-decoration: none;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
    .pc-video-list .t-show-pagerjump .pager-jumper span {
      display: inline-block;
      vertical-align: -3px; }
  .pc-video-list .t-show-pagerjump .pager-jumper-input {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0 5px;
    width: 30px;
    height: 26px;
    border: none;
    border-radius: 4px;
    line-height: 26px; }
  .pc-video-list .t-likes-page li {
    list-style-type: none; }
  .pc-video-list .t-likes-page .page-li {
    float: left;
    margin-right: 5px;
    height: 26px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    cursor: pointer; }
  .pc-video-list .t-likes-page .page-li a,
  .pc-video-list .t-likes-page .page-li span {
    display: block;
    padding: 0 10px;
    height: 26px;
    border-radius: 4px;
    line-height: 26px;
    outline: none;
    cursor: pointer;
    color: #00a1d6;
    text-decoration: none; }
  .pc-video-list .t-likes-page .disabled {
    background: #ccc;
    color: #aeaeae;
    cursor: default; }
  .pc-video-list .t-likes-page .active {
    background: #e86392;
    color: #fff; }
  .pc-video-list .t-likes-page .ellipse {
    float: left;
    margin-right: 5px;
    height: 26px;
    border-radius: 4px;
    background: none;
    text-align: center; }
  .pc-video-list .t-likes-page .t-likes-page .disabled {
    background: #424345;
    color: #525456;
    cursor: default; }
  .pc-video-list .t-likes-page .t-likes-page .active {
    background: #48e3c7;
    color: #000; }
  .pc-video-list .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; }
  .pc-video-list .t-model-tips.t-red {
    background: rgba(250, 0, 0, 0.8); }
  .pc-video-list .t-model-tips.t-black {
    background: rgba(0, 0, 0, 0.8); }
  .pc-video-list .t-model-tips.t-animate-bottom-top {
    font-size: 12px;
    opacity: 1; }


@charset "UTF-8";
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/11
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 2017/2/23
 */
.hana-radio-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .hana-radio-inner::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.hana-radio-custom {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle; }

.hana-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px; }
  .hana-radio span {
    vertical-align: middle;
    line-height: 30px; }
  .hana-radio:hover .hana-radio-inner {
    border-color: #6cf; }

.hana-radio-checked .hana-radio-inner {
  border: 1px solid #6cf; }

.hana-radio-checked .hana-radio-inner::after {
  display: block;
  background: #6cf; }

.hana-radio-disabled {
  cursor: not-allowed;
  color: #ccc; }
  .hana-radio-disabled:hover .hana-radio-inner {
    border-color: #ccc; }
  .hana-radio-disabled.hana-radio-checked .hana-radio-inner {
    border-color: #ccc; }
    .hana-radio-disabled.hana-radio-checked .hana-radio-inner::after {
      background: #ccc; }

.hana-radio-group .hana-radio {
  margin-right: 10px; }

@charset "UTF-8";
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/11
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 2017/2/23
 */
.hana-checkbox-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  vertical-align: middle; }
  .hana-checkbox-inner::after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-color: #0088cc;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.hana-checkbox-custom {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle; }

.hana-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 14px; }
  .hana-checkbox span {
    vertical-align: middle;
    line-height: 30px; }
  .hana-checkbox:hover .hana-checkbox-inner {
    border-color: #6cf; }

.hana-checkbox-checked .hana-checkbox-inner {
  border: 1px solid #6cf; }

.hana-checkbox-checked .hana-checkbox-inner::after {
  border-color: #6cf;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: block; }

.hana-checkbox-disabled {
  cursor: not-allowed;
  color: #ccc; }
  .hana-checkbox-disabled:hover .hana-checkbox-inner {
    border-color: #ccc; }
  .hana-checkbox-disabled.hana-checkbox-checked .hana-checkbox-inner {
    border-color: #ccc; }
    .hana-checkbox-disabled.hana-checkbox-checked .hana-checkbox-inner::after {
      border-color: #ccc; }

.hana-checkbox-group .hana-checkbox {
  margin-right: 10px; }

@charset "UTF-8";
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/3
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/11
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 2017/2/23
 */
.hana-divider {
  margin: 8px 0;
  height: 1px;
  border: none;
  background-color: #ccc; }

@charset "UTF-8";
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/11
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 2017/2/23
 */
.hana-button-error, .hana-button-primary, .hana-button-disabled {
  border: 0;
  color: #fff; }
  .hana-button-error i[class^='hanaicon'], .hana-button-primary i[class^='hanaicon'], .hana-button-disabled i[class^='hanaicon'] {
    color: #fff; }

.hana-button {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  height: 22px;
  line-height: 0;
  padding: 0 10px;
  -webkit-transition: border-color 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out, position 0.25s ease-out;
  transition: border-color 0.25s ease-out, color 0.25s ease-out, background-color 0.25s ease-out, position 0.25s ease-out; }
  .hana-button:focus {
    outline: none; }

.hana-button-default {
  border: 1px solid #ccd0d7;
  color: #717171; }
  .hana-button-default i[class^='hanaicon'] {
    color: #717171; }
  .hana-button-default:hover {
    border-color: #646464;
    color: #646464;
    z-index: 2; }

.hana-button-error {
  background-color: #fa2f2f;
  padding: 15px 18px; }
  .hana-button-error:hover {
    background-color: #f91616; }

.hana-button-primary {
  background-color: #01b5fd;
  padding: 15px 18px; }
  .hana-button-primary:hover {
    background-color: #01a3e4; }

.hana-button-disabled {
  background-color: #ccd0d7;
  padding: 15px 18px; }
  .hana-button-disabled:hover {
    cursor: not-allowed; }

.hana-button-small {
  font-size: 12px; }

.hana-button-middle {
  font-size: 14px;
  padding: 14px 18px; }

.hana-button-large {
  font-size: 18px;
  padding: 20px 28px; }

.hana-button-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .hana-button-label .button-label {
    cursor: default; }
    .hana-button-label .button-label.label-right {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 0;
      border-top-right-radius: 4px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .hana-button-label .button-label-default {
    background-color: #ccd0d7;
    border: 1px solid #ccd0d7;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    padding: 5px 12px; }
    .hana-button-label .button-label-default > i {
      vertical-align: initial; }
  .hana-button-label > a {
    border: 1px solid #ccd0d7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #717171;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none; }
    .hana-button-label > a.label-right {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 0; }
    .hana-button-label > a:hover {
      color: #01b5fd; }

@charset "UTF-8";
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 17/1/11
 */
/* Author: ひまわり(dtysky<dtysky@outlook.com>)
 * Github: https://github.com/dtysky
 * Create: 2017/2/23
 */
.hana-modal-main .hana-modal-title-wrapper .icon-close, .hana-modal-main .hana-modal-content + .icon-close {
  cursor: pointer;
  position: absolute;
  right: 15px; }

.hana-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 512;
  -webkit-box-pack: center; }
  .hana-modal-overlay {
    background-color: rgba(0, 0, 0, 0.46);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 512; }
  .hana-modal-main {
    -webkit-box-pack: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    min-height: 130px;
    min-width: 600px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
            align-self: center;
    margin: 0 auto;
    z-index: 512; }
    .hana-modal-main .hana-modal-title-wrapper {
      font-size: 18px;
      min-height: 38px;
      position: relative; }
      .hana-modal-main .hana-modal-title-wrapper .hana-modal-title {
        padding: 10px 15px; }
      .hana-modal-main .hana-modal-title-wrapper .icon-close {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .hana-modal-main .hana-modal-content {
      margin-bottom: 35px;
      max-height: 635px;
      overflow: auto;
      padding: 15px 20px;
      overflow-y: auto; }
    .hana-modal-main .hana-modal-button {
      bottom: 5px;
      position: absolute;
      right: 5px; }

.hana-overlay-enter {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  .hana-overlay-enter.hana-overlay-enter-active {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 1; }

.hana-overlay-exit {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  .hana-overlay-exit.hana-overlay-exit-active {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 1; }

.hana-modal-enter {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  .hana-modal-enter.hana-modal-enter-active {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 1; }

.hana-modal-exit {
  opacity: 1;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  .hana-modal-exit.hana-modal-exit-active {
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 0; }

.activity-questions {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-size: 16px; }
  @media screen and (min-width: 750px) {
    .activity-questions {
      width: 750px;
      margin: 0 auto; } }
  .activity-questions-alert {
    position: relative;
    min-height: 169px; }
    .activity-questions-alert-img {
      width: 195px;
      height: 169px;
      display: inline-block; }
    .activity-questions-alert-message {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-left: 100px;
      color: #f25d8e;
      font-size: 18px; }
  .activity-questions-submit {
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
    margin: 10px auto; }
    .activity-questions-submit:active, .activity-questions-submit:hover {
      background-color: initial;
      border-color: initial; }
  .activity-questions-item {
    padding: 10px 0;
    border-bottom: 1px solid #e5e9ef; }
    .activity-questions-item-title {
      padding: 5px 0;
      font-size: 16px; }
    .activity-questions-item-hint {
      color: #e40c0c;
      padding: 0 5px 5px;
      font-size: 12px; }
    .activity-questions-item-content {
      padding-left: 10px; }
    .activity-questions-item-required {
      color: #e40c0c;
      margin-right: 5px;
      vertical-align: middle; }
    .activity-questions-item-text, .activity-questions-item-textarea {
      margin: 5px 0;
      outline: 0;
      border: 1px solid #ccd0d7;
      font-size: 14px;
      padding: 5px 8px;
      color: #222;
      -webkit-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
      .activity-questions-item-text:focus, .activity-questions-item-textarea:focus {
        border-color: #6cf; }
    .activity-questions-item-text {
      border-width: 0 0 1px 0;
      width: 300px; }
    .activity-questions-item-textarea {
      border-radius: 4px;
      width: 100%; }
    .activity-questions-item-table {
      font-size: 14px;
      width: 100%;
      border-collapse: collapse; }
      .activity-questions-item-table tr {
        border-bottom: 1px solid #eee;
        background: #fff; }
      .activity-questions-item-table th, .activity-questions-item-table td {
        padding: 10px 20px;
        font-weight: normal;
        border: 1px solid #d8e2fc; }
      .activity-questions-item-table .hana-radio {
        text-align: center; }
        .activity-questions-item-table .hana-radio-inner {
          margin-right: 0; }
  .activity-questions .hana-radio,
  .activity-questions .hana-checkbox {
    display: block; }

#webShare {
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
}

#webShare .bili-share-pc {
  box-sizing: border-box;
  background-color: #ffffff;
  height: 78px;
}
