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%;
}
.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-dialog-btn.disabled {
      background: #ccc;
      color: #aeaeae;
      cursor: not-allowed; }
  .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; }


ul,
li {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0; }

iframe {
  border: none; }

.dp-i-block {
  display: inline-block; }

.dp-none {
  display: none; }

.pointer {
  cursor: pointer; }

.t-center {
  text-align: center; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.handle-bar {
  width: 1200px;
  margin-left: 13px;
  margin-bottom: 35px; }
  .handle-bar .handle-item {
    width: 198px;
    height: 63px;
    margin: 0 3px;
    color: #72d101;
    line-height: 1;
    font-size: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.player {
  width: 1220px;
  margin: 0 auto; }
  .player .status-bar {
    margin-bottom: 20px;
    width: 100%;
    font-size: 24px; }
  .player .live-status {
    color: #fff; }
  .player .live-title {
    padding-left: 20px;
    color: #000000; }
  .player .follow-btn {
    right: -9px;
    top: -10px;
    width: 151px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .player #player-ctnr {
    width: 1220px;
    height: 733px; }

.live-non-revenue-player {
  width: 1250px;
  margin: 0 auto; }


.act-dialog {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .act-dialog-content {
    max-height: 600px;
    max-height: 90vh;
    text-align: center; }
  .act-dialog-mask {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001; }
  .act-dialog-close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 0;
    right: -28px;
    cursor: pointer; }
    .act-dialog-close:before, .act-dialog-close:after {
      content: '';
      display: block;
      width: 25px;
      height: 4px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      left: -3px;
      top: 8px; }
    .act-dialog-close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .act-dialog-close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
@-webkit-keyframes closebreath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes closebreath {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
    .act-dialog-close:hover {
      -webkit-animation: closebreath 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: closebreath 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; }
  .act-dialog-alert {
    width: 380px;
    height: 380px;
    border-radius: 5px;
    background: url("//activity.hdslb.com/blackboard/lottery/images/v5oxkknzl3.jpg") 0 center/100% auto no-repeat; }
    .act-dialog-alert img {
      width: 100%;
      max-width: 100%;
      margin: 0; }
    .act-dialog-alert-msg {
      font-size: 16px;
      position: absolute;
      left: 0;
      bottom: 20px;
      text-align: center;
      width: 100%; }
@-webkit-keyframes alertopen {
  0% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%); }
  75% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
            transform: scale(1.08) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); } }
@keyframes alertopen {
  0% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%); }
  75% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
            transform: scale(1.08) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); } }
@-webkit-keyframes alertclose {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); }
  25% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
            transform: scale(1.08) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%); } }
@keyframes alertclose {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); }
  25% {
    -webkit-transform: scale(1.08) translate(-50%, -50%);
            transform: scale(1.08) translate(-50%, -50%); }
  100% {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
            transform: scale(0.5) translate(-50%, -50%); } }
    .act-dialog-alert-transition-enter {
      opacity: 0; }
      .act-dialog-alert-transition-enter > .act-dialog {
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; }
      .act-dialog-alert-transition-enter-active {
        opacity: 1;
        -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .act-dialog-alert-transition-enter-active > .act-dialog {
          -webkit-animation: alertopen 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
                  animation: alertopen 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .act-dialog-alert-transition-exit {
      opacity: 1; }
      .act-dialog-alert-transition-exit > .act-dialog {
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; }
      .act-dialog-alert-transition-exit-active {
        opacity: 0;
        -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .act-dialog-alert-transition-exit-active > .act-dialog {
          -webkit-animation: alertclose 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
                  animation: alertclose 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-device-width: 480px) {
    .act-dialog-close {
      width: 18px;
      height: 18px;
      bottom: -40px;
      left: 50%;
      top: auto;
      right: auto;
      margin-left: -9px;
      cursor: pointer; }
      .act-dialog-close:before, .act-dialog-close:after {
        width: 25px;
        height: 4px;
        border-radius: 2px;
        left: -3px;
        top: 8px; }
    .act-dialog-alert {
      width: 300px;
      height: 300px; }
      .act-dialog-alert-msg {
        font-size: 14px; } }
.activity-follow{height:100%;margin:0 auto}.activity-follow-box{position:relative}.activity-follow-button{display:inline-block;cursor:pointer;position:relative;z-index:10;-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.activity-follow-button-followed{opacity:0;display:inline-block;position:absolute;left:0;top:0;z-index:9;-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.activity-follow-followed .activity-follow-button{opacity:0}.activity-follow-followed .activity-follow-button-followed{opacity:1}

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

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