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%;
}
@-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);
}
.pc-reserve-vip {
  position: fixed;
  width: 360px;
  height: 258px;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 99; }

.pc-reserve-vip .reserve-vip-close {
  cursor: pointer; }

.pc-reserve-vip .reserve-vip-close:after {
  position: absolute;
  display: inline-block;
  right: 24px;
  top: 10px;
  content: "\00d7";
  font-size: 25px;
  color: #757575; }

.pc-reserve-vip .reserve-vip-img {
  width: 150px;
  height: 104px;
  margin: 20px auto 20px;
  background-size: cover;
  background-color: #fafafa;
  background-image: url(//i0.hdslb.com/bfs/activity-plat/static/20190213/491d90335af7384363d82d8e3fbfcb30/97sP3wYFf.png); }

.pc-reserve-vip .reserve-vip-text {
  font-size: 12px;
  color: #505050;
  text-align: center;
  line-height: 18px;
  margin-bottom: 20px; }

.pc-reserve-vip .reserve-vip-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #FAAA4B;
  cursor: pointer; }

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

@charset "UTF-8";
.woodman-joinus {
  margin: 0 auto;
  font-family: 'MicrosoftYaHei'; }
  .woodman-joinus .clearfix {
    zoom: 1; }
    .woodman-joinus .clearfix::after {
      content: '';
      display: block;
      clear: both;
      height: 0; }
  .woodman-joinus .right {
    float: right; }
  .woodman-joinus .left {
    float: left; }
  .woodman-joinus .hidden {
    display: none; }
  .woodman-joinus-wrap {
    display: block;
    cursor: pointer; }
    .woodman-joinus-wrap-button {
      max-width: 100%; }
  .woodman-joinus-upload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 201;
    background: rgba(0, 0, 0, 0.6);
    overflow-y: auto; }
    .woodman-joinus-upload .right {
      float: right; }
    .woodman-joinus-upload .left {
      float: left; }
    .woodman-joinus-upload p {
      margin: 0; }
    .woodman-joinus-upload .form-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -275px 0 0 -246px;
      padding: 19px 32px 33px 32px;
      border-radius: 8px;
      background: #fff;
      /********** 增加相框功能 START **********/
      /********** 增加相框功能 END **********/ }
      .woodman-joinus-upload .form-wrap .upload-title {
        font-size: 20px;
        color: #212121;
        text-align: center; }
      .woodman-joinus-upload .form-wrap .upload-close {
        background: url("//i0.hdslb.com/bfs/activity-plat/static/20180830/dfa73b898f143877cbf8ecf001cd9e89/BJJLY7BwQ.png");
        background-size: contain;
        width: 23px;
        height: 23px;
        position: absolute;
        top: 21px;
        right: 30px;
        cursor: pointer; }
      .woodman-joinus-upload .form-wrap .hidden {
        display: none; }
      .woodman-joinus-upload .form-wrap .upload-wrap {
        width: 425px;
        height: 321px;
        margin-bottom: 13px;
        border: 1.5px dashed #ccd0d5;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        margin-top: 15px; }
        .woodman-joinus-upload .form-wrap .upload-wrap:hover {
          border: 1.5px solid #23ade6;
          box-shadow: inset 0 1px 10px 0 rgba(35, 173, 230, 0.45); }
      .woodman-joinus-upload .form-wrap .frame-wrap {
        width: 100px;
        height: 100px;
        position: absolute;
        overflow: hidden;
        cursor: pointer; }
        .woodman-joinus-upload .form-wrap .frame-wrap .file-img {
          width: 100%;
          border-radius: 0px;
          position: relative;
          background-size: auto; }
          .woodman-joinus-upload .form-wrap .frame-wrap .file-img img {
            position: absolute;
            transform-origin: left top; }
        .woodman-joinus-upload .form-wrap .frame-wrap .upload-label .upload-label-text {
          top: 50%;
          left: 50%;
          margin: -14px 0 0 -90px; }
        .woodman-joinus-upload .form-wrap .frame-wrap .upload-label .upload-label-tips {
          top: 50%;
          left: 50%;
          margin: 15px 0 0 -76px; }
      .woodman-joinus-upload .form-wrap .size_bar {
        position: relative;
        width: 420px;
        margin: 20px auto 15px; }
        .woodman-joinus-upload .form-wrap .size_bar .size_one {
          background: url("//i0.hdslb.com/bfs/activity-plat/static/20180925/dfa73b898f143877cbf8ecf001cd9e89/H12F0-wtm.png") no-repeat;
          width: 420px;
          height: 18px;
          background-size: 100%; }
        .woodman-joinus-upload .form-wrap .size_bar .size_two {
          background: url("//i0.hdslb.com/bfs/activity-plat/static/20180925/dfa73b898f143877cbf8ecf001cd9e89/BJ4leKwtm.png") no-repeat;
          height: 18px;
          position: absolute;
          top: 0;
          left: 0; }
        .woodman-joinus-upload .form-wrap .size_bar .size_button {
          background: url("//i0.hdslb.com/bfs/activity-plat/static/20180925/dfa73b898f143877cbf8ecf001cd9e89/rJYjgKPF7.png");
          width: 42px;
          height: 42px;
          position: absolute;
          top: -15px;
          cursor: pointer; }
      .woodman-joinus-upload .form-wrap #sketchpad {
        position: absolute;
        top: 47px;
        left: -66%; }
      .woodman-joinus-upload .form-wrap .size_icon {
        width: 488px;
        position: absolute;
        left: 50%;
        bottom: -8px;
        margin-left: -244px; }
        .woodman-joinus-upload .form-wrap .size_icon .icon_large, .woodman-joinus-upload .form-wrap .size_icon .icon_small {
          width: 32px;
          height: 32px;
          background-size: contain;
          display: inline-block; }
        .woodman-joinus-upload .form-wrap .size_icon .icon_small {
          background-image: url("//i0.hdslb.com/bfs/activity-plat/static/20181015/dfa73b898f143877cbf8ecf001cd9e89/97zd4ZeiH.png"); }
        .woodman-joinus-upload .form-wrap .size_icon .icon_large {
          background-image: url("//i0.hdslb.com/bfs/activity-plat/static/20181015/dfa73b898f143877cbf8ecf001cd9e89/BywTt3+jm.png"); }
      .woodman-joinus-upload .form-wrap .file-img {
        width: 424px;
        height: 100%;
        border-radius: 6px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .woodman-joinus-upload .form-wrap .upload-img-delete {
        position: absolute;
        top: 9px;
        right: 11px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        color: #fff;
        background: rgba(15, 15, 15, 0.7) url("//i0.hdslb.com/bfs/activity-plat/static/20180830/dfa73b898f143877cbf8ecf001cd9e89/SkIIFmrwm.png") center center no-repeat;
        background-size: 60%;
        border-radius: 8px;
        z-index: 101; }
        .woodman-joinus-upload .form-wrap .upload-img-delete:hover {
          opacity: 0.7; }
      .woodman-joinus-upload .form-wrap .upload-label {
        width: 100%;
        height: 100%; }
      .woodman-joinus-upload .form-wrap .upload-label-file {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .woodman-joinus-upload .form-wrap .upload-label-text {
        position: absolute;
        top: 140px;
        left: 124px;
        z-index: 1;
        font-size: 20px;
        color: #c3c3c3;
        margin: 0; }
      .woodman-joinus-upload .form-wrap .upload-label-tips {
        position: absolute;
        top: 169px;
        left: 139px;
        z-index: 1;
        font-size: 16px;
        color: #c3c3c3;
        margin: 0; }
      .woodman-joinus-upload .form-wrap .upload-desc {
        position: relative;
        border: 1px solid #23ade6;
        border-radius: 6px;
        height: 72px; }
        .woodman-joinus-upload .form-wrap .upload-desc .upload-desc-tag {
          font-size: 14px;
          color: #212121;
          margin-left: 12px;
          margin-top: 10px; }
          .woodman-joinus-upload .form-wrap .upload-desc .upload-desc-tag span {
            color: #23ade6; }
        .woodman-joinus-upload .form-wrap .upload-desc .upload-desc-text {
          width: 96%;
          height: 60px;
          resize: none;
          font-size: 14px;
          box-sizing: content-box;
          outline: none;
          border-radius: 6px;
          overflow-y: visible;
          padding: 6px 2%;
          color: #212121;
          border: none; }
        .woodman-joinus-upload .form-wrap .upload-desc .bili_activity {
          position: absolute;
          font-size: 14px;
          line-height: 34px;
          top: 6px;
          left: 12px; }
      .woodman-joinus-upload .form-wrap .upload-bottom {
        margin-top: 20px; }
        .woodman-joinus-upload .form-wrap .upload-bottom .des-length {
          font-size: 14px;
          color: #999;
          line-height: 32px;
          margin-right: 17px; }
          .woodman-joinus-upload .form-wrap .upload-bottom .des-length span {
            color: #c3c3c3; }
        .woodman-joinus-upload .form-wrap .upload-bottom .upload-button {
          width: 270px;
          margin: 15px auto 0;
          overflow: hidden; }
          .woodman-joinus-upload .form-wrap .upload-bottom .upload-button-send {
            float: left;
            width: 70px;
            height: 32px;
            background-color: #d2d2d2;
            line-height: 32px;
            font-size: 14px;
            color: #fff;
            cursor: pointer;
            border: none;
            border-radius: 6px;
            letter-spacing: 3px;
            text-align: center;
            background-color: #fc91af; }
            .woodman-joinus-upload .form-wrap .upload-bottom .upload-button-send:hover {
              background: #f25d8e; }
      .woodman-joinus-upload .form-wrap .upload-input-checkbox {
        font-size: 14px;
        color: #212121;
        position: relative;
        margin-top: 5px;
        margin-left: 3px;
        cursor: pointer; }
        .woodman-joinus-upload .form-wrap .upload-input-checkbox .upload-input-bili {
          opacity: 0;
          position: absolute;
          z-index: -1; }
        .woodman-joinus-upload .form-wrap .upload-input-checkbox input[type='checkbox'] + span {
          display: inline-block;
          height: 10px;
          width: 10px;
          position: relative;
          top: 5px;
          left: -3px;
          border: 1px solid #f25d8e;
          background: #f9dde6;
          border-radius: 2px;
          cursor: pointer; }
        .woodman-joinus-upload .form-wrap .upload-input-checkbox input[type='checkbox']:checked + span {
          background-color: #fb7299;
          border: 1px solid #ec5781; }
          .woodman-joinus-upload .form-wrap .upload-input-checkbox input[type='checkbox']:checked + span::before {
            content: '\2713';
            /*对号的 Unicode字符*/
            display: inline-block;
            color: #fff;
            position: relative;
            top: -4px; }
        .woodman-joinus-upload .form-wrap .upload-input-checkbox p {
          display: inline-block;
          position: absolute;
          top: 1px;
          left: 15px;
          width: 70px;
          font-size: 14px;
          color: #212121;
          margin: 0; }

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

.temp-model-picturelike {
  width: 980px;
  min-height: 300px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
  position: relative;
}
.temp-model-picturelike .t-main {
  height: 100%;
}

.temp-model-picturelike .t-likes-classify {
  /*padding: 10px 0;*/
  font-size: 14px;
}

.temp-model-picturelike .t-empty {
  display: block;
  margin: 20px auto;
}

.temp-model-picturelike .t-likes-classify .t-btn {
  float: left;
  margin-right: 20px;
  padding: 8px 20px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.temp-model-picturelike .t-likes-classify .t-myworks {
  float: right;
  margin-right: 0;
}

.temp-model-picturelike .t-likes-classify .t-search {
  float: right;
}

.temp-model-picturelike .t-likes-classify .t-search .t-btn {
  display: inline-block;
  float: initial;
  padding: 8px 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 1px 0px 0px #969696;
}

.temp-model-picturelike .t-likes-classify .t-search .t-search-input {
  float: left;
  height: 36px;
  color: #969696;
  text-indent: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  /* box-shadow: inset 0 0 0 1px #969696; */
}

.temp-model-picturelike .t-likes-classify .t-disabled {
  color: #999;
  cursor: default;
}

.temp-model-picturelike .t-likes-classify .t-active {
  background: #e86392;
  color: #fff;
}

.temp-model-picturelike .t-likes-cont {
  width: 100%;
  /*min-height: 894px;*/
  margin-top: 20px;
}

.temp-model-picturelike .t-likes-cont .t-item {
  float: left;
  width: 228px;
  margin-right: 22px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.temp-model-picturelike .t-likes-cont .t-item .t-num {
  position: absolute;
  top: 110px;
  left: 0;
  padding: 4px 10px;
  border-radius: 0 2px 2px 0;
  background: #e86392;
  color: #fff;
}

.temp-model-picturelike .t-likes-cont .t-item .t-num.t-hidden {
  display: none;
}

.temp-model-picturelike .t-likes-cont .t-item .t-num.t-warning {
  background: #e2c004 !important;
  color: #fff !important;
}

.temp-model-picturelike .t-likes-cont .t-item .t-num.t-fail {
  background: #a1a1a1 !important;
  color: #fff !important;
}
.temp-model-picturelike .t-likes-cont .t-last {
  margin-right: 0;
}

/*.temp-model-picturelike .t-likes-cont .t-pic {*/
/*display: block;*/
/*position: relative;*/
/*width: 228px;*/
/*height: 156px;*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*cursor: pointer;*/
/*background-size: 100%;*/
/*border-radius: 4px 4px 0 0;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-pic .t-num {*/
/*position: absolute;*/
/*top: 110px;*/
/*left: 0;*/
/*padding: 4px 10px;*/
/*background: #e86392;*/
/*color: #fff;*/
/*border-radius: 0 2px 2px 0;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-pic .t-num.t-hidden {*/
/*display: none;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-pic .t-num.t-warning {*/
/*background: #e2c004!important;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-pic .t-num.t-fail {*/
/*background: #a1a1a1!important;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-desc {*/
/*display: block;*/
/*width: 218px;*/
/*height: 30px;*/
/*padding: 4px 0 4px 10px;*/
/*overflow: hidden;*/
/*line-height: 30px;*/
/*color: #282e33;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-owner {*/
/*display: block;*/
/*width: 228px;*/
/*height: 40px;*/
/*overflow: hidden;*/
/*border-bottom: 1px solid #eee;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-ownername {*/
/*display: block;*/
/*float: left;*/
/*width: 170px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*color: #afafaf;*/
/*}*/

/*.temp-model-picturelike .t-likes-cont .t-ownerface {*/
/*display: block;*/
/*float: left;*/
/*width: 30px;*/
/*height: 30px;*/
/*margin: 5px 10px;*/
/*border-radius: 30px;*/
/*}*/

.temp-model-picturelike .t-likes-cont .t-share {
  float: left;
  cursor: pointer;
}

.temp-model-picturelike .t-likes-cont .t-grade-btn {
  position: relative;
  display: block;
  float: right;
  width: 86px;
  height: 30px;
  margin: 13px 10px 0px 0;
  background: #e86392;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  z-index: 1;
}

.temp-model-picturelike .t-likes-cont .t-grade-btn.t-hidden {
  background: #a3a4a5;
  color: #fff;
  cursor: default;
}

.temp-model-picturelike .t-likes-cont .t-gradewrap {
  position: relative;
}

.temp-model-picturelike .t-likes-cont .t-mybtn,
.temp-model-picturelike .t-likes-cont .t-mybtn .t-share.t-hidden,
.temp-model-picturelike .t-likes-cont .t-ownerInfo .t-gradewrap {
  display: none;
}

.temp-model-picturelike .t-likes-cont .t-ownerInfo .t-mybtn {
  display: block;
  position: relative;
}

.temp-model-picturelike .t-likes-cont .t-icon-btn {
  /* padding: 5px 0 5px 24px; */
  /*background: url('//activity.hdslb.com/blackboard/template-common-image/images/picturelike_icon.png') no-repeat;*/
  /* background: url('//activity.hdslb.com/blackboard/template-common-image/images/picturelike_share_del.png') no-repeat; */

  color: #afafaf;
}

.temp-model-picturelike .t-likes-cont .t-mybtn .t-del {
  float: right;
  margin: 12px 10px 0 0;
  background-position: 5px -14px;
  cursor: pointer;
}

.temp-model-picturelike .t-likes-cont .t-mybtn .t-tip {
  display: block;
}

.temp-model-picturelike .t-likes-cont .t-mybtn .t-tip.t-hidden {
  display: none;
}

.temp-model-picturelike .t-likes-cont .t-share {
  margin: 12px 0px 0 10px;
  background-position: 5px 8px;
}

.temp-model-picturelike .t-likes-cont .t-tip {
  position: absolute;
  top: 53px;
  right: 10px;
  height: 30px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  opacity: 0;

  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  transition: All 0.2s ease-in;
  -webkit-transition: All 0.2s ease-in;
  -moz-transition: All 0.2s ease-in;
  -o-transition: All 0.2s ease-in;
}

.temp-model-picturelike .t-likes-cont .t-tip.t-show {
  top: -36px;
  opacity: 1;
}

.temp-model-picturelike .t-no-myworks {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.temp-model-picturelike .t-detials .t-btns {
  position: relative;
}

.temp-model-picturelike .t-detials .t-btns .t-errormsg {
  position: absolute;
  top: -20px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
}

.temp-model-picturelike .t-detials .t-errormsg.t-hidden {
  display: none;
}

/*.temp-model-picturelike .t-likes-page {
  float: right;
  height: 28px;
  text-align: right;
}

.temp-model-picturelike .t-hasjump {
  float: none;
}

.temp-model-picturelike .pager-jumper-input {
  width: 20px;
  height: 26px;
  padding: 0 5px;
  border: none;
  border-radius: 4px;
}

.temp-model-picturelike .t-likes-page.t-hidden {
  display: none;
}

.temp-model-picturelike .t-likes-page .page-li {
  float: left;
  height: 26px;
  margin-right: 5px;
  border: 1px solid inherit;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.temp-model-picturelike .t-likes-page .ellipse {
  float: left;
  height: 26px;
  margin-right: 5px;
  text-align: center;
}

.temp-model-picturelike .t-likes-page .page-li.active {
  background: #e86392;
  color: #fff;
}

.temp-model-picturelike .t-likes-page .page-li span,
.temp-model-picturelike .t-likes-page .page-li a {
  display: block;
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  border-radius: 4px;
}

.temp-model-picturelike .t-likes-page .page-li.disabled {
  background: #ccc;
  color: #aeaeae;
  cursor: default;
}*/

.temp-model-picturelike .t-btn-change {
  float: right;
  height: 28px;
  width: 100px;
  line-height: 28px;
  text-align: center;
  background: #e86392;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.temp-model-picturelike .t-btn-change.t-hidden {
  display: none;
}

/* 弹窗 */
.temp-model-picturelike .t-detials {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  /*width: 100%;
  height: 100%;*/
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;

  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  transition: All 0.2s ease-in;
  -webkit-transition: All 0.2s ease-in;
  -moz-transition: All 0.2s ease-in;
  -o-transition: All 0.2s ease-in;
}

.temp-model-picturelike .t-detials.t-show {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.temp-model-picturelike .t-detials .t-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
}

.temp-model-picturelike .t-detials .t-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url('//activity.hdslb.com/blackboard/template-common-image/images/video_btn_close.png');
  cursor: pointer;
  -webkit-transition: ease all;
  -moz-transition: ease all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}

.temp-model-picturelike .t-detials .t-close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.temp-model-picturelike .t-detials .t-infor {
  width: 100%;
  /* overflow: hidden; */
}

.temp-model-picturelike .t-detials .t-likesnum {
  position: absolute;
  top: 20px;
  right: 0;
  height: 62px;
  padding: 0 20px;
  background: #e86392;
  line-height: 62px;
  font-size: 30px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.temp-model-picturelike .t-detials .t-likesnum.t-hidden {
  display: none;
}

.temp-model-picturelike .t-detials .t-author {
  overflow: hidden;
}

.temp-model-picturelike .t-detials .t-author .t-face {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 36px;
}

.temp-model-picturelike .t-detials .t-author .t-name {
  color: #1d88a8;
}

.temp-model-picturelike .t-detials .t-author .t-time {
  color: #969696;
  display: inline-block;
  height: 19px;
}

.temp-model-picturelike .t-detials .t-btns span {
  display: inline-block;
  width: 106px;
  height: 36px;
  margin: 10px 5px 20px 0;
  background: #e86392;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.temp-model-picturelike .t-detials .t-btns span.t-disabled {
  background: #a3a4a5;
  color: #fff;
  cursor: default;
}

.temp-model-picturelike .t-detials .t-btns .t-delete.t-hidden,
.temp-model-picturelike .t-detials .t-btns.t-myworks .t-like {
  display: none;
}

.temp-model-picturelike .t-detials .t-btns.t-myworks.t-hidden .t-share {
  display: none;
}

/* 横向的弹窗 */

.temp-model-picturelike .t-detials.orientation .t-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 846px;
  height: 515px;
  margin-top: -277px;
  margin-left: -443px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.temp-model-picturelike .t-detials.orientation .t-cont {
  width: 100%;
}

.temp-model-picturelike .t-detials.orientation .t-cont .t-pic {
  display: block;
  float: left;
  width: 400px;
  height: 400px;
}

.temp-model-picturelike .t-detials.orientation .t-cont .t-intro {
  float: right;
  width: 400px;
  height: 400px;
  overflow: auto;
}

.temp-model-picturelike .t-detials.orientation .t-intro h3 {
  line-height: 1.6;
  font-size: 20px;
}

.temp-model-picturelike .t-detials.orientation .t-intro p {
  color: #666;
}

/* 纵向的弹窗 */

.temp-model-picturelike .t-detials.vertical {
  overflow-y: auto;
}

.temp-model-picturelike .t-detials.vertical .t-pop {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 846px;
  margin-bottom: 50px;
  margin-left: -443px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.temp-model-picturelike .t-detials.vertical .t-cont {
  width: 100%;
}

.temp-model-picturelike .t-detials.vertical .t-cont .t-pic {
  display: block;
  max-width: 100%;
  min-height: 200px;
  margin: 0 auto;
}

.temp-model-picturelike .t-detials.vertical .t-cont .t-intro {
  width: 100%;
}

.temp-model-picturelike .t-detials.vertical .t-intro h3 {
  line-height: 1.6;
  font-size: 20px;
}

.temp-model-picturelike .t-detials.vertical .t-intro p {
  color: #666;
  word-break: break-all;
}

/* =========================================================灰色皮肤============================================ */

.temp-model-picturelike.skin-gray .t-btn {
  background: #2e2f31;
  color: #a3a4a5;
}

.temp-model-picturelike.skin-gray .t-btn.t-active {
  background: #48e3c7;
  color: #000;
}

.temp-model-picturelike.skin-gray .t-item {
  background: #2e2f31;
}

.temp-model-picturelike.skin-gray .t-desc {
  color: #a3a4a5;
}

.temp-model-picturelike.skin-gray .t-likes-cont .t-pic .t-num {
  background: #48e3c7;
  color: #000;
}

.temp-model-picturelike.skin-gray .t-likes-cont .t-owner {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.temp-model-picturelike.skin-gray .t-grade-btn {
  background: #424345;
  color: #a3a4a5;
}

.temp-model-picturelike.skin-gray .t-grade-btn.t-hidden {
  background: #424345;
  color: #525456;
}

.temp-model-picturelike.skin-gray .t-likes-cont .t-share {
  color: #afafaf;
}

.temp-model-picturelike.skin-gray .t-icon {
  background-image: url('//activity.hdslb.com/blackboard/template-common-image/images/picturelike_nodata_blank.jpg');
}

/*.temp-model-picturelike.skin-gray .t-likes-page .page-li {
  border: inherit;
  background: #2e2f31;
}

.temp-model-picturelike.skin-gray .t-likes-page .page-li a {
  color: #a3a4a5;
}

.temp-model-picturelike.skin-gray .t-likes-page .page-li.disabled {
  border: inherit;
  background: #2e2f31;
  color: #444546;
  cursor: default;
}

.temp-model-picturelike.skin-gray .t-likes-page .page-li.active {
  border: inherit;
  background: #48e3c7;
  color: #000;
}*/

.temp-model-picturelike.skin-gray .t-btn-change {
  float: right;
  height: 28px;
  width: 100px;
  line-height: 28px;
  text-align: center;
  border: inherit;
  background: #48e3c7;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
}

.temp-model-picturelike .t-default-hidden {
  display: none !important;
}

/* 弹窗 */

/*.temp-model-picturelike.skin-gray .t-detials {
  background: rgba(0, 0, 0, .8);
}

.temp-model-picturelike.skin-gray .t-detials.orientation .t-pop {
  background: #000;
}

.temp-model-picturelike.skin-gray .t-detials .t-btns span {
  background: #2e2f31;
  color: #a3a4a5;
}

.temp-model-picturelike.skin-gray .t-detials .t-btns span.t-disabled {
  background: #424345;
  color: #525456;
  cursor: default;
}

.temp-model-picturelike.skin-gray .t-detials .t-likesnum {
  background: #48e3c7;
  color: #000;
}*/

.temp-model-picturelike .t-sortlist-classify {
  float: left;
}

.t-picture-like-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
/* =====新加删除作品提示弹窗====== */
.temp-model-picturelike .t-del-tip {
  width: 220px;
  background-color: #fff;
  border: 1px solid #e5e9ef;
  color: #222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  position: absolute;
  clear: both;
  overflow: hidden;
  left: 3px;
  top: -76px;
}
.temp-model-picturelike .t-del-tip .t-mini {
  text-align: center;
  padding: 10px 20px;
  margin: 0 !important;
}
.temp-model-picturelike .t-del-tip .btn-box {
  clear: both;
  margin-top: 10px;
}
.temp-model-picturelike .t-del-tip .tip-btn {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  height: 20px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  color: #222;
  border: 1px solid #ccd0d7;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.1s;
  transition-property: background-color, border, color;
}
.temp-model-picturelike .t-del-tip .btn-sure {
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #00a1d6;
  vertical-align: middle;
  border: 1px solid #00a1d6;
  margin-right: 20px;
}

.temp-model-picturelike .t-del-tip .tip-btn:hover {
  color: #00a1d6;
  border: 1px solid #00a1d6;
}
.temp-model-picturelike .t-del-tip .btn-sure:hover {
  background-color: #03b0e8;
  border: 1px solid #03b0e8;
  color: #fff;
}
.temp-model-picturelike .t-reply {
  display: inline-block;
  margin: 12px 0 0 10px;
  padding: 5px;
  width: 130px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.temp-model-picturelike .t-share-picture #biliSharePc {
  padding-top: 5px;
  display: inline-block;
}
.temp-model-picturelike .t-share-picture #biliSharePc .share {
  font-size: 60px;
  width: 110px;
}

.temp-model-picturelike .t-detials .t-btns span.t-share-dialog {
  /* width: 240px; */
  background-color: transparent;
}
.temp-model-picturelike .t-share-dialog #biliSharePc {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  top: 14px;
  width: 330px;
  left: -35px;
}

.temp-model-btn-color:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:-1;
  border-radius:2px;
  background:rgba(255,255,255,.2);
}
.temp-model-btn-color:hover:before{
  content:"";
}

.temp-model-btn-color:after{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index:-1;
  border-radius:2px;
  background:rgba(0,0,0,.2);
}
.temp-model-btn-color:active:after{
  content:"";
}

.temp-sweep-to-right {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 1px transparent;
  /*vertical-align: middle;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.temp-sweep-to-right:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.temp-sweep-to-right:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.t-likes-page {
  float: right;
  height: 28px;
  text-align: right;
}

.t-likes-page.t-hidden {
  display: none;
}

.t-likes-page.t-show-pagerjump {
  float: none;
}

.t-show-pagerjump .pager-jumper-input {
  padding: 0 5px;

  width: 30px;
  height: 26px;
  border: none;
  border-radius: 4px;
  line-height: 26px;
}

.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;
}

.t-likes-page .page-li a,
.t-likes-page .page-li span {
  display: block;
  padding: 0 10px;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
}

.t-likes-page .disabled {
  background: #ccc;
  color: #aeaeae;
  cursor: default;
}

.t-likes-page .active {
  background: #e86392;
  color: #fff;
}

.t-likes-page .ellipse {
  float: left;
  margin-right: 5px;
  height: 26px;
  border-radius: 4px;
  background: none;
  text-align: center;
}

/*.t-skin-gray .t-likes-page .page-li {
  background: #2e2f31;
  color: #a3a4a5;
}

.t-skin-gray .t-likes-page .pager-jumper a {
  color: #fff;
}

.t-skin-gray .t-likes-page .pager-jumper-input {
  color: #a3a4a5;
  background: #2e2f31;
}*/

.t-likes-page .t-likes-page .disabled {
  background: #424345;
  color: #525456;
  cursor: default;
}

.t-likes-page .t-likes-page .active {
  background: #48e3c7;
  color: #000;
}

.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-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-picture-works .t-pic {
  position: relative;

  display: block;
  width: 228px;
  height: 156px;
  border-radius: 4px 4px 0 0;
  background-image: url(//activity.hdslb.com/blackboard/template-common-image-H5/images/picturelike_img_loading.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  /* background-color: #f5f5f5;*/
}

.t-picture-works .t-desc {
  display: block;
  overflow: hidden;
  padding: 4px 0 4px 10px;
  width: 218px;
  height: 30px;
  color: #282e33;
  line-height: 30px;
}

.t-picture-works .t-owner {
  display: block;
  overflow: hidden;
  width: 228px;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.t-picture-works .t-ownername {
  display: block;
  float: left;
  width: 170px;
  height: 40px;
  color: #afafaf;
  line-height: 40px;
}

.t-picture-works .t-ownerface {
  display: block;
  float: left;
  margin: 5px 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.t-m-picture-works{
  width:100%;
}
.t-m-picture-works .t-pic {
  width: 100%;
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 6px 6px 0 0;
  background-image: url(//activity.hdslb.com/blackboard/template-common-image-H5/images/picturelike_img_loading.png);
}

.t-m-picture-works .t-desc {
  height: 24px;
  padding: 0 5%;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
  color: #212121;
  width:90%;
  border-bottom: 1px solid #edecf1;
}

.temp-model-videolike {
  width: 980px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}

.temp-model-videolike .t-main .t-like-classify {
  padding: 10px 0 20px 0;
  font-size: 14px;
}

.temp-model-videolike .t-main .t-btn {
  float: left;
  margin-right: 20px;
  padding: 5px 14px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.temp-model-videolike .t-main .t-active {
  background: #e86392;
  color: #fff;
}

.temp-model-videolike .t-cont {
  width: 100%;
  min-height: 260px;
  margin-top: 20px;
}

.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: #fff;
  border-radius: 4px;
}

.temp-model-videolike .t-cont .t-item:nth-child(5n) {
  margin-right: 0;
}

/*.temp-model-videolike .t-item .t-pic {
  display: block;
  width: 160px;
  height: 100px;
  padding: 10px 0;
}

.temp-model-videolike .t-desc {
  display: block;
  width: 100%;
  height: 30px;
  padding-bottom: 4px;
  overflow: hidden;
  line-height: 16px;
  color: #282e33;
}*/

.temp-model-videolike .t-gradewrap {
  position: relative;
  padding-top: 6px;
  border-top: 1px solid #eee;
  width: 162px;
}

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

.temp-model-videolike .t-grade-btn.t-hidden {
  background: #ddd;
  color: #aeaeae;
  cursor: default;
}

/*.temp-model-videolike .t-tip,
.temp-model-videolike .t-tip-dialog {
  position: absolute;
  top: -36px;
  right: 0px;
  height: 30px;
  padding: 0 5px;
  background: rgba(0, 0, 0, .8);
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  opacity: 1;
  animation-delay:.1s;
  -webkit-animation-delay:.1s;
  transition:All .2s ease-in;
  -webkit-transition:All .2s ease-in;
  -moz-transition:All .2s ease-in;
  -o-transition:All .2s ease-in;
}

.temp-model-videolike .t-tip.t-hidden,
.temp-model-videolike .t-tip-dialog.t-hidden {
  top: 37px;
  opacity: 0;
}*/

.temp-model-videolike .t-share {
  height: 26px;
  /* padding: 0 0 5px 20px; */
  /* background: url('//activity.hdslb.com/blackboard/template-common-image/images/picturelike_icon.png')
  no-repeat; */
  padding-bottom: 5px;
  line-height: 26px;
  color: #afafaf;
  cursor: pointer;
}

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

.temp-model-videolike .t-item .t-score {
  position: absolute;
  top: 82px;
  left: 0;
  padding: 3px 5px;
  border-radius: 0 4px 4px 0;
}

.temp-model-videolike .t-empty {
  display: block;
  margin: 0 auto;
}

/* 弹窗 */
.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;
}

.temp-model-videolike .t-dialog.t-hidden {
  display: none;
}

.temp-model-videolike .t-pop {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 836px;
  height: 484px;
  margin-left: -392px;
}

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

.temp-model-videolike .t-pop .t-btn-dialog {
  position: relative;
  margin-top: 16px;
}

.temp-model-videolike .t-pop .t-lf-btn {
  float: left;
}

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

.temp-model-videolike .t-pop .t-lr-btn {
  float: right;
  margin-right: 0;
}

/* 深颜色 */
.temp-model-videolike .t-skin-gray {
  color: #a3a4a5;
}

.temp-model-videolike .t-skin-gray .t-btn {
  background: #2e2f31;
  color: #a3a4a5;
}

.temp-model-videolike .t-skin-gray .t-btn.t-active {
  background: #48e3c7;
  color: #000;
}

.temp-model-videolike .t-skin-gray .t-item {
  background: #2e2f31;
}

.temp-model-videolike .t-skin-gray .t-gradewrap {
  border-top: 1px solid #424345;
}

.temp-model-videolike .t-skin-gray .t-grade-btn.t-hidden {
  background: #424345;
  color: #525456;
}

.temp-model-videolike .t-skin-gray .t-grade-btn,
.temp-model-videolike .t-skin-gray .t-btn-change {
  background: #48e3c7;
  color: #000;
}

/*.temp-model-videolike .t-skin-gray .t-desc {
  color: #a3a4a5;
}*/
.temp-model-videolike .t-pop .t-btn-share {
  width: 249px;
}
.temp-model-videolike .t-pop .t-btn-share #biliSharePc {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 330px;
  display: block;
  position: relative;
  left: -35px;
  top: -1px;
}
.temp-model-videolike .t-share-video #biliSharePc {
  padding-top: 5px;
  display: inline-block;
}
.temp-model-videolike .t-share-video #biliSharePc .share {
  font-size: 50px;
  width: 90px;
}

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

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("//activity.hdslb.com/blackboard/static/20180308/b8f2b74d0482aed61472c7065dc1ed56/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://activity.hdslb.com/static/font/slick.eot");
  src: url("https://activity.hdslb.com/static/font/slick.eot?#iefix") format("embedded-opentype"), url("https://activity.hdslb.com/static/font/slick.woff") format("woff"), url("https://activity.hdslb.com/static/font/slick.ttf") format("truetype"), url("https://activity.hdslb.com/static/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  min-height: 20px;
  min-width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px;
  z-index: 10; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: 25px;
  z-index: 10; }

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slick-initialized .slick-slide {
  font-size: 0; }

.activity-slider {
  margin: 0 auto; }

.activity-slider-item {
  font-size: initial; }

.activity-slider-item > a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 100%; }

.temp-model-awardlist {
  width: 940px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px;
}

.temp-model-awardlist .t-award-list {
  display: none;
  width: 900px;
  min-height: 40px;
}

.temp-model-awardlist .t-award-list.t-show {
  display: block;
}

.temp-model-awardlist .t-award-list .t-list {
  float: left;
  width: 170px;
  height: 26px;
  padding: 0 5px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
}

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

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