.bar-wrap {
  position: relative;
  z-index: 900;
  padding-left: 20px;
  padding-right: 20px;
  color: #c3c3c3;
  margin-top: -1px;
  text-align: center;
  box-shadow: 0px 8px 8px -4px rgba(243, 243, 243, 1);
}

.bar-wrap-fix.static .bar-wrap {
  margin-right: 0
}

.online_reading.full .online-container .bar-wrap-fix .self-cistern {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%
}

.online_reading.full .online-container .bar-wrap {
  margin-right: 0
}

.bar-wrap-fix.static {
  position: static
}

.bar-wrap-fix.static .self-cistern {
  padding-right: 0;
  padding-left: 0;
}

.bar-wrap .bar {
  line-height: 45px;
  font-size: 14px;
  color: #333;
}

.bar-wrap .bar>.left.stars-wrap {
  width: auto;
  padding-top: 7px;
  padding-left: 40px;
  position: relative;
}

.bar-wrap .bar>.left.stars-wrap:after {
  position: absolute;
  content: "";
  height: 50%;
  top: 29%;
  left: 20px;
  border-left: 1px solid #cecece;
}

.bar-wrap .bar>.left.stars-wrap .text {
  color: #333;
  margin-right: 7px
}

.bar-wrap .bar>.left.fullscreen-wrap {
  padding-top: 12px;
}

@media (min-width:750px) {
  .bar-wrap .bar>.left.fullscreen-wrap:hover {
    color: #666666;
  }

  .bar-wrap .bar>.left.thumbUp-wrap:hover {
    color: #666666;
  }

}

.bar-wrap .bar>.left {
  float: left;
  position: relative;
}

.bar-wrap .bar>.right {
  float: right;
  position: relative;
}


.bar-wrap .bar .fullscreen em {
  font-size: 28px;
  line-height: 28px;
}

.bar-wrap .bar>.left>a,
.bar-wrap .bar>.right>a {
  font-size: 14px;
  display: block;
  height: 100%;
  color: #666;
}

.bar-wrap .bar .bar-item {
  display: inline-block
}

.bar-wrap .bar .page {
  color: #333
}

.bar-wrap .bar .page .next,
.bar-wrap .bar .page .prev {
  display: none
}

.bar-wrap .bar .pageIndex {
  width: 33px;
  text-align: center;
  background: #fff;
  border: none;
  padding: 0;
  line-height: 25px;
  height: 25px;
}

.bar-wrap .bar .pageIndex:focus {
  outline: 0
}

.bar-wrap .bar .thumbUp {
  position: relative;
}

.bar-wrap .bar>.left.comment-btn-wap,
.bar-wrap .bar>.left.relative-down-trigger {
  display: none
}

@media (max-width:750px) {
  .bar-wrap {
    padding: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .2);
  }

  .bar-wrap .bar {
    font-size: 12px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bar-wrap .bar>.left {
    height: 45px;
    padding-top: 3px;
    line-height: 45px;
    position: relative
  }

  .bar-wrap .bar>.left.stars-wrap {
    padding-top: 0px;
    padding-left: 10px;
  }

  .bar-wrap .bar>.left.stars-wrap:after {
    left: 5px;
    top: 24%;
  }

  .bar-wrap .bar>.left.stars-wrap .text {
    display: none
  }

  .bar-wrap .bar>.left .text {
    color: #666;
  }

  .bar-wrap .bar>.right.comment-btn-pc {
    display: none;
  }

  .bar-wrap .bar>.left.comment-btn-wap {
    width: auto;
    padding: 0 10px;
    display: block
  }

  .bar-wrap .bar>.left.left.relative-down-trigger {
    width: auto;
    padding: 0 10px;
    display: block
  }

  .bar-wrap .bar>.right {
    min-width: 50px;
  }

  .bar-wrap .bar>.left em.icon-msg {
    position: relative;
    top: 4px;
  }

  .bar-wrap .bar>.left em.icon-file {
    position: relative;
    top: 2px;
  }

  .bar-wrap .bar>.left.fullscreen-wrap {
    display: none
  }

  .bar-wrap .bar>.left.thumbUp-wrap {
    margin-left: -16px;
  }

  .bar-wrap .bar .bar-item {
    line-height: 45px
  }

  .bar-wrap .bar .bar-item.page-wrap {
    display: none
  }

  .bar-wrap .bar .bg-red {
    margin-right: -15px;
  }
}

.cistern .share {
  position: absolute;
  top: -10px;
  left: 0;
  display: none;
}

.cistern .share .social-share {
  top: -50px;
  background: #fff;
  left: -70px;
  position: absolute;
  border-radius: 10px;
  padding: 2px 1px 0;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  width: 330px;
  z-index: 904;
}

.cistern .social-share:before,
.cistern .social-share:after {
  content: "";
  position: absolute;
  left: 80px;
  margin-left: 0;
  bottom: -8px;
  width: 0;
  border-right: 8px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
}


@media (min-width:750px) {
  .share-trigger:hover .share {
    display: block;
    width: 100%;
    height: 20px;
  }
}

@media (max-width:750px) {
  .share {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
  }

  .share:before {
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    height: 100%
  }

  .share .social-share {
    top: auto;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    margin: 0;
    height: auto;
    text-align: center
  }

  .share .social-share:after {
    display: none
  }

  .share .social-share:before {
    display: none
  }
}

.cistern .social-share-icon {
  font-size: 0
}

.cistern .social-share-icon>i {
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 27px;
  margin: 4px;
  -webkit-transition: none;
  transition: none
}

.cistern .icon-weibo .iconfont {
  font-size: 21px
}

.cistern .icon-weixin .iconfont {
  font-size: 21px
}

.cistern .icon-linkedin .iconfont {
  font-size: 21px
}

.cistern .icon-twitter .iconfont {
  font-size: 21px
}

.cistern .icon-facebook .iconfont {
  font-size: 21px
}

.cistern .icon-googleplus .iconfont {
  font-size: 21px
}

@media (min-width:750px) {
  .social-share-icon>i:hover {
    background: #d20a2c;
    cursor: pointer
  }

  .icon-print>i:hover {
    background: #87b843
  }

  .icon-email>i:hover {
    background: #750b90
  }

  .icon-weibo>i:hover {
    background: #d81e12
  }

  .icon-weixin>i:hover {
    background: #3db134
  }

  .icon-linkedin>i:hover {
    background: #007bb7
  }

  .icon-twitter>i:hover {
    background: #44ade4
  }

  .icon-facebook>i:hover {
    background: #395a9f
  }

  .icon-googleplus>i:hover {
    background: #333
  }
}

@media (max-width:750px) {
  .social-share-icon {
    display: inline-block;
    padding: 20px;
    position: relative
  }

  .social-share-icon .text {
    color: #333;
    display: block;
    font-size: 14px;
    position: relative
  }

  .social-share-icon>i {
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px
  }

  .icon-weibo .iconfont {
    font-size: 35px
  }

  .icon-wechat .iconfont {
    font-size: 30px
  }

  .icon-linkedin .iconfont {
    font-size: 38px
  }

  .icon-twitter .iconfont {
    font-size: 39px
  }

  .icon-facebook .iconfont {
    font-size: 40px
  }

  .icon-google .iconfont {
    font-size: 40px
  }

  .icon-favorite {
    display: none
  }

  .icon-print {
    display: none
  }

  .icon-email {
    display: none
  }

  .icon-weibo>i {
    background: #d81e12
  }

  .icon-wechat>i {
    background: #3db134
  }

  .icon-linkedin>i {
    background: #007bb7
  }

  .icon-twitter>i {
    background: #44ade4
  }

  .icon-facebook>i {
    background: #395a9f
  }

  .icon-google>i {
    background: #333
  }
}