* {
  padding: 0;
  margin: 0; }

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

.bili-share-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10055;
  background-color: transparent;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', 'Droid Sans Fallback', 'Droid Sans', 'HYQiHei', Arial, 'Helvetica Neue', 'Hiragino Sans GB', sans-serif; }

.bili-share-wrap.hidden {
  display: none; }

.bili-share-wrap .hidden {
  display: none; }

.bili-share-wrap .share-box {
  position: absolute;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 0.1rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.bili-share-wrap.wechat {
  background: rgba(0, 0, 0, 0.5) url("https://static.hdslb.com/mobile/img/wx_guide.png") top center no-repeat;
  background-size: contain; }

.bili-share-wrap .share-box .share-box-list {
  text-align: left; }

.bili-share-wrap .share-box .share-box-list li {
  width: 25%;
  display: inline-block;
  text-align: center; }

.bili-share-wrap .share-box .share-box-list li:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s; }

.bili-share-wrap .share-box .share-box-list li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.bili-share-wrap .share-box .share-box-list li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s; }

.bili-share-wrap .share-box .share-box-list li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.bili-share-wrap .share-box .share-box-list li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.bili-share-wrap .share-box .share-box-list li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.bili-share-wrap .share-box .share-box-list .share-box-item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  float: none;
  margin-bottom: 0.2rem; }

.bili-share-wrap .share-box .share-box-list .share-box-item span {
  color: #333;
  font-size: 0.25rem;
  line-height: 0.6rem;
  display: block; }

.bili-share-wrap .share-box .share-box-list .icon {
  background: url("https://static.hdslb.com/mobile/img/ui_2.png") no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background-size: 7.2rem; }

.bili-share-wrap .share-box .share-box-list .icon_weibo {
  background-position: 0 0rem; }

.bili-share-wrap .share-box .share-box-list .icon_weixin {
  background-position: 0 -1.2rem; }

.bili-share-wrap .share-box .share-box-list .icon_weixin_moments {
  background-position: 0 -2.4rem; }

.bili-share-wrap .share-box .share-box-list .icon_qq {
  background-position: 0 -3.6rem; }

.bili-share-wrap .share-box .share-box-list .icon_qzone {
  background-position: 0 -4.8rem; }

.bili-share-wrap .share-box .share-box-list .icon_baidu-tieba {
  background-position: 0 -6rem; }

.bili-share-wrap .share-box .share-box-list .icon_more {
  background-position: 0 -7.2rem; }

.bili-share-wrap .share-box .share-box-content {
  font-size: 0.35rem;
  line-height: 0.7rem;
  text-align: center; }

.bili-share-wrap .share-box .share-box-content i {
  background: url("https://static.hdslb.com/mobile/img/ui_2.png") no-repeat;
  width: 1rem;
  height: 0.7rem;
  display: inline-block;
  background-position: -0.05rem -10.7rem;
  vertical-align: top;
  background-size: 9rem; }

.bili-share-wrap .share-box .share-box-content p {
  font-size: 0.3rem;
  color: #999;
  text-align: center; }

.bili-share-wrap .share-box .share-box-cancel {
  border: 0.02rem solid #ddd;
  border-radius: 0.1rem;
  width: 94%;
  display: block;
  line-height: 1rem;
  color: #999;
  font-size: 0.3rem;
  text-align: center;
  margin: 0.15rem auto 0; }

.bili-share-wrap.show-box {
  background-color: rgba(0, 0, 0, 0.5); }

.bili-share-wrap.show-box .share-box {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.bili-share-wrap.show-box .share-box .share-box-list {
  -webkit-animation-name: item-animation;
          animation-name: item-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

.bili-share-wrap.show-box .share-box .share-box-list li {
  -webkit-animation-name: item-animation;
          animation-name: item-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

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

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

@keyframes item-animation {
  0% {
    transform: translateY(20%);
    -ms-transform: translateY(20%);
    /* IE 9 */
    -webkit-transform: translateY(20%);
    /* Safari and Chrome */
    opacity: 0; }
  50% {
    transform: translateY(20%);
    -ms-transform: translateY(20%);
    /* IE 9 */
    -webkit-transform: translateY(20%);
    /* Safari and Chrome */
    opacity: 0; }
  70% {
    transform: translateY(-6%);
    -ms-transform: translateY(-6%);
    /* IE 9 */
    -webkit-transform: translateY(-6%);
    /* Safari and Chrome */
    opacity: 1; }
  85% {
    transform: translateY(4%);
    -ms-transform: translateY(4%);
    /* IE 9 */
    -webkit-transform: translateY(4%);
    /* Safari and Chrome */ }
  90% {
    transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    /* IE 9 */
    -webkit-transform: translateY(-2%);
    /* Safari and Chrome */ }
  100% {
    transform: translateY(0);
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Safari and Chrome */ } }

@-webkit-keyframes item-animation {
  0% {
    transform: translateY(20%);
    -ms-transform: translateY(20%);
    /* IE 9 */
    -webkit-transform: translateY(20%);
    /* Safari and Chrome */
    opacity: 0; }
  50% {
    transform: translateY(20%);
    -ms-transform: translateY(20%);
    /* IE 9 */
    -webkit-transform: translateY(20%);
    /* Safari and Chrome */
    opacity: 0; }
  70% {
    transform: translateY(-6%);
    -ms-transform: translateY(-6%);
    /* IE 9 */
    -webkit-transform: translateY(-6%);
    /* Safari and Chrome */
    opacity: 1; }
  85% {
    transform: translateY(4%);
    -ms-transform: translateY(4%);
    /* IE 9 */
    -webkit-transform: translateY(4%);
    /* Safari and Chrome */ }
  90% {
    transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    /* IE 9 */
    -webkit-transform: translateY(-2%);
    /* Safari and Chrome */ }
  100% {
    transform: translateY(0);
    -ms-transform: translateY(0%);
    /* IE 9 */
    -webkit-transform: translateY(0%);
    /* Safari and Chrome */ } }a,article,aside,body,div,footer,h3,h4,header,html,i,img,li,main,p,section,span,ul{margin:0;padding:0}a,button,input{outline:none}html{min-width:320px;min-height:100%;width:100%;font-size:62.5%;font-family:Microsoft YaHei,sans-serif}li,ul{list-style:none}a{color:#222;text-decoration:none}img{max-width:100%;border:none}.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:"."}.clearfix{zoom:1}body{min-width:320px}.comm{max-width:640px;margin:0 auto}@media screen and (min-width:640px) and (orientation:landscape){.activity-main{position:relative;z-index:9}.bilibili-comment{padding:3%}.bilibili-comment .comm_send.bottom{margin-bottom:0}.bilibili-comment #textarea_size_tester{padding:0}.comm{max-width:42.5%}#position_bg{position:fixed;width:100%;height:100%;z-index:1;background-position:top}}@media screen and (min-width:640px) and (orientation:portrait){.activity-main{position:relative;z-index:9}.bilibili-comment{padding:3%}.bilibili-comment .comm_send.bottom{margin-bottom:0}.bilibili-comment #textarea_size_tester{padding:0}.comm{max-width:75%}#position_bg{position:fixed;width:100%;height:100%;z-index:0;background-position:top}}body{position:relative;overflow:hidden}#app{position:relative;top:0;right:0;left:0;visibility:hidden;margin:0 auto;max-width:640px}.t-loading-page{position:fixed;top:0;left:0;z-index:4;width:100%;height:100%;background:#e7e7e7}.t-loading-page .t-loading{display:block;margin:0 auto;padding-top:40%;max-width:100%}.t-comm{display:none}#app .t-lazyload-image{background-image:url("//activity.hdslb.com/blackboard/template-common-image/images/t-common-pageloading.png");background-position:50%;background-size:auto;background-repeat:no-repeat}@media screen and (min-width:640px) and (orientation:landscape){#app{max-width:42.5%}}@media screen and (min-width:640px) and (orientation:portrait){#app{max-width:75%}}.temp-model-picture{width:100%;box-sizing:border-box}.temp-model-picture img{display:block;width:100%}.temp-model-picture img.distance{width:92%;margin:0 4%}.woodman-toast{position:fixed;height:.35rem;left:0;right:0;bottom:0;font-size:.3rem;color:#fff;text-align:center;line-height:.35rem;margin:auto;z-index:10550;transition:all .2s linear;opacity:1;top:.2rem;visibility:visible}.woodman-toast .woodman-toast-content{padding:.1rem .15rem;box-shadow:0 .02rem .1rem 0 transparent;border:.01rem transparent;border-radius:.08rem;transition:all .2s linear}.woodman-toast-appear,.woodman-toast-enter{opacity:0;top:0;visibility:hidden;color:#fff;background-color:transparent}.woodman-toast-appear.woodman-toast-appear-active,.woodman-toast-enter.woodman-toast-enter-active{transition:all .2s linear;opacity:1;top:.2rem;visibility:visible}.woodman-toast-exit{opacity:1;top:.2rem;visibility:visible}.woodman-toast-exit.woodman-toast-exit-active{transition:all .2s linear;opacity:0;top:0;visibility:hidden;color:#fff;background-color:transparent}.woodman-joinus {
  background-size: 100% 100%; }

.woodman-joinus-wrap {
  margin: 0 auto; }

.woodman-joinus-wrap-button {
  width: 100%; }

.woodman-joinus-upload {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding-bottom: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20; }

.woodman-joinus-upload .hidden {
  display: none; }

.woodman-joinus-upload .upload-title {
  width: 100%;
  color: #212121;
  text-align: center;
  font-weight: 600;
  font-size: 0.26rem;
  height: 0.62rem;
  background: #fff;
  line-height: 0.62rem; }

.woodman-joinus-upload .upload-desc {
  padding: 0.24rem 3%;
  border-top: 0.01rem solid #ccc;
  border-bottom: 0.01rem solid #ccc;
  background: #fff; }

.woodman-joinus-upload .upload-desc-text {
  width: 100%;
  height: 1.5rem;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 0.22rem;
  line-height: 0.34rem;
  resize: none; }

.woodman-joinus-upload .upload-wrap {
  position: relative;
  margin: 0.24rem 12% auto;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  border: 0.04rem dashed #ccc;
  border-radius: 0.06rem; }

.woodman-joinus-upload .upload-wrap .upload-label {
  position: relative;
  width: 100%;
  height: 3.56rem; }

.woodman-joinus-upload .upload-wrap .upload-label .file-img {
  width: 100%;
  height: 3.56rem;
  background-position: center center;
  background-size: cover; }

.woodman-joinus-upload .upload-wrap .upload-label-file {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  left: 0;
  top: 0; }

.woodman-joinus-upload .upload-wrap .upload-label-chose {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -0.58rem;
  margin-left: -0.33rem; }

.woodman-joinus-upload .upload-wrap .upload-label-chose-plus {
  display: inline-block;
  width: 0.86rem;
  height: 0.86rem;
  background-image: url("//i0.hdslb.com/bfs/activity-plat/static/20171128/da21ccadcae3ec26db9b6ba2e033f7c2/images/v5lonvmpk0.png");
  background-size: 100%; }

.woodman-joinus-upload .upload-wrap .upload-label-chose-text {
  margin-top: 0.2rem;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.26rem; }

.woodman-joinus-upload .upload-wrap .upload-img-delete {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0.55rem;
  height: 0.48rem;
  background: url("//i0.hdslb.com/bfs/activity-plat/static/20171128/da21ccadcae3ec26db9b6ba2e033f7c2/images/r92kjmnjmq.png");
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 100%; }

.woodman-joinus-upload .upload-button {
  margin: 0.24rem 12% auto;
  font-size: 0.26rem;
  text-align: center;
  line-height: 1rem; }

.woodman-joinus-upload .upload-button-cancle {
  width: 100%;
  height: 1rem;
  border: 0.04rem solid #c8c8c8;
  border-radius: 0.08rem;
  background: #fff;
  margin-top: 0.24rem;
  color: #fa709a; }

.woodman-joinus-upload .upload-button-send {
  width: 100%;
  height: 1rem;
  border-radius: 0.04rem;
  border: none;
  background: #fa709a;
  color: #fff;
  display: inherit;
  margin-top: 0.2rem; }.temp-model-imageaward .t-awardpicture-list{padding-bottom:12px;width:100%}.temp-model-imageaward .t-list{overflow:hidden;margin:0 4%;width:92%}.temp-model-imageaward .t-item{float:left;margin:12px 0;padding:0;width:48%;border-radius:12px}.temp-model-imageaward .t-item:nth-child(2n){float:right}.temp-model-imageaward .t-item .t-ranking{overflow:hidden;width:100%;height:32px;color:#fff;text-align:center;font-weight:700;font-size:15px;line-height:32px}.temp-model-imageaward .t-notop .t-ranking{display:none}.temp-model-imageaward .t-item .t-main{background:#fff}.temp-model-imageaward .t-nobottom .t-main{border-radius:0 0 12px 12px}.temp-model-imageaward .t-item .t-pic{width:100%;padding-bottom:63%;background-size:100% auto;cursor:pointer}.temp-model-imageaward .t-notop .t-main,.temp-model-imageaward .t-notop .t-pic{border-radius:12px 12px 0 0}.temp-model-imageaward .t-item .t-name{overflow:hidden;margin:10px 0 0 5%;width:90%;height:15px;color:#000;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:15px}.temp-model-imageaward .t-item .t-up-space{display:block;overflow:hidden;padding-top:4px;padding-bottom:4px;height:30px;font-size:12px;line-height:30px}.temp-model-imageaward .t-item .t-up-name{margin-left:5px}.temp-model-imageaward .t-item .t-up-pic{display:block;float:left;margin-left:10px;width:30px;height:30px;border-radius:50%}.temp-model-imageaward .t-item .t-award-grade{overflow:hidden;width:100%;height:32px;color:#fff;text-align:center;font-size:12px;line-height:32px}.temp-model-imageaward .t-nobottom .t-award-grade{display:none}.temp-model-imageaward a{color:#afafaf;text-decoration:initial}body.t-color{background:#242424}.temp-model-imageInfo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;background-color:#242424;color:#b8b8b8}.temp-model-imageInfo .t-info-list{position:relative}.temp-model-imageInfo.t-hide{display:none}.temp-model-imageInfo .t-info{position:relative;margin:0 auto;padding-top:5%;padding-bottom:5%;min-height:60px;width:92%}.temp-model-imageInfo .t-img{width:60px;height:60px;border-radius:50%}.temp-model-imageInfo .t-img-box{display:block;float:left}.temp-model-imageInfo .t-user-txt{float:left;margin-left:5%;padding-top:12px;width:60%}.temp-model-imageInfo .t-name{display:inline-block;overflow:hidden;width:100%;height:15px;color:#b8b8b8;word-wrap:break-word;font-size:15px;line-height:15px}.temp-model-imageInfo .t-time{margin-top:8px;height:12px;color:#888;font-size:12px;line-height:12px}.temp-model-imageInfo .t-btn-close{display:inline-block;float:right;margin-top:30px;width:30px;height:2px;background:#888;vertical-align:bottom;font-size:0;line-height:0;-webkit-transform:rotate(45deg)}.temp-model-imageInfo .t-btn-close:after{display:block;width:30px;height:2px;background:#888;content:"/";-webkit-transform:rotate(-90deg)}.temp-model-imageInfo .t-desc{overflow:hidden;margin:5% auto;width:92%;color:#aaa;text-align:left;letter-spacing:1px;font-size:13px}.temp-model-imageInfo .t-bottom{position:fixed;bottom:0;left:0;padding-top:15px;padding-bottom:15px;width:100%;background-color:#2b2b2b}.temp-model-imageInfo .t-cont{padding-bottom:80px;background:#242424;text-align:center}.temp-model-imageInfo .t-cont-img{min-width:320px;width:100%}.temp-model-imageInfo .t-share-list .t-icon{width:26px;height:25px;background:url("//activity.hdslb.com/blackboard/template-common-image-H5/images/picturelike_icon.png") 0 0 no-repeat;background-size:288px}.temp-model-imageInfo .t-share-list .t-txt{margin-top:0;margin-bottom:0;width:26px;color:#ababab;text-align:center;font-size:12px}.temp-model-imageInfo .t-share-list{float:left;margin-left:4%;padding-right:3%;border-right:2px solid #404040}.temp-model-imageInfo .t-vote-btn{position:relative;float:right;margin-right:4%;padding:8px 3%;border:2px solid #626262;border-radius:10px;background-color:#2b2b2b;color:#cfcfcf;text-align:center;font-size:16px;line-height:16px}.temp-model-imageInfo .t-btn-zan .t-btn-txt{display:inline-block;height:28px;font-weight:700;line-height:28px}.temp-model-imageInfo .t-close-block{position:absolute;right:0;display:block;width:40px;height:50px}@media screen and (min-width:640px) and (orientation:landscape){.temp-model-imageInfo,.temp-model-imageInfo .t-bottom{width:42.5%;left:28.8%}}@media screen and (min-width:640px) and (orientation:portrait){.temp-model-imageInfo,.temp-model-imageInfo .t-bottom{width:75%;left:12.5%}}#app.t-hide{display:none}.temp-model-imageaward .t-item{background:#dfaa2a}.temp-model-entry{width:100%;padding:0 4%;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.temp-model-entry img{display:block;width:100%}.temp-model-entry .t-commend{width:100%}.temp-model-entry .t-commend .t-item{width:48%;float:left;margin-bottom:4%;background:#fff;border-radius:4px}.temp-model-entry .t-commend .t-item:nth-child(2n){margin-left:4%}.temp-model-entry .t-commend .t-item a{display:block;padding-bottom:70%;background-position:50%;background-size:cover;border-radius:4px 4px 0 0}.temp-model-entry .t-commend .t-item .t-desc{display:block;width:96%;height:38px;padding:0 2%;line-height:38px;overflow:hidden;font-size:14px}.temp-model-entry .t-link-btn{display:block;width:100%;height:40px;line-height:40px;text-align:center;font-size:14px;font-weight:700;background:#fff;border-radius:4px}.temp-model-entry .t-hidden{display:none}