i[class ^=star-] {
  width: 80px;
  height: 12px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.star-1 {
  background-image: url("images-bookstar-1.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-1.png*/;
}
.star-2 {
  background-image: url("images-bookstar-2.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-2.png*/;
}
.star-3 {
  background-image: url("images-bookstar-3.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-3.png*/;
}
.star-4 {
  background-image: url("images-bookstar-4.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-4.png*/;
}
.star-5 {
  background-image: url("images-bookstar-5.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-5.png*/;
}
.star-6 {
  background-image: url("images-bookstar-6.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-6.png*/;
}
.star-7 {
  background-image: url("images-bookstar-7.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-7.png*/;
}
.star-8 {
  background-image: url("images-bookstar-8.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-8.png*/;
}
.star-9 {
  background-image: url("images-bookstar-9.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-9.png*/;
}
.star-10 {
  background-image: url("images-bookstar-10.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookstar-10.png*/;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.pedia-content {
  position: relative;
  padding-bottom: 20px;
}
.pedia-content h2,
.float-title {
  width: 100%;
  height: 40px;
  position: relative;
  text-indent: 25px;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  background: #f5f5f5 url("images-bookicon-title.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookicon-title.png*/ no-repeat 15px 50%;
  background-size: auto 12px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5) inset;
}
.pedia-content h2 {
  margin: 10px 0;
}
.pedia-content h2:first-child {
  margin-top: 0;
}
.pedia-content h3 {
  margin: 8px 0 4px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  background: url("images-bookicon-subtitle.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookicon-subtitle.png*/ no-repeat 15px 50%;
  background-size: 10px;
  font-weight: bold;
}
.pedia-content em {
  color: #069;
  font-style: normal;
}
.pedia-content p {
  padding: 5px 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
}
.pedia-content img {
  margin: 0 auto;
  display: block;
}
.pedia-catalog {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #464646;
  color: #fff;
}
.pedia-catalog h2 {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  background-color: #363636;
  font-size: 15px;
  color: #fff;
}
.catalog-list {
  height: 90%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
}
.catalog-list ul {
  position: relative;
}
.catalog-list li {
  height: auto;
  position: relative;
  padding: 8px 20px 8px 15px;
  background: url("images-bookicon-arrow.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookicon-arrow.png*/ no-repeat 95% 50%;
  background-size: 7px;
  box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, 0.6) inset;
}
.catalog-list li a {
  color: #fff;
}
.float-title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.float-bar {
  position: fixed;
  right: 1%;
  bottom: 70px;
}
.float-bar a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52%;
  border: 1px solid #f35950;
}
.float-bar .btn-catalog {
  background-image: url("images-bookbtn-catalog.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookbtn-catalog.png*/;
  border-radius: 5px;
}
.float-bar .btn-gotop {
  visibility: hidden;
  background-image: url("images-bookbtn-gotop.png")/*tpa=http://wozhua-others.qiniudn.com/images-bookbtn-gotop.png*/;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.float-bar.on .btn-catalog {
  border-radius: 5px 5px 0 0;
}
.float-bar.on .btn-gotop {
  visibility: visible;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.pedia-content,
.pedia-catalog,
.float-title,
.float-bar {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.open .float-title,
.open .pedia-content {
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
}
.open .pedia-catalog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.open .float-bar {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.open .mask {
  display: block;
}

/*点击查看大图*/

.gallery-overlay,
.gallery-photo,
.gallery-photo li {
  width: 100%;
  height: 100%;
}
.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .3s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.gallery-hd,
.gallery-ft {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  z-index: 2;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #eee;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}
.gallery-hd {
  top: 0;
}
.gallery-photo {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.gallery-photo li {
  width: 100%;
  height: 100%;
  float: left;
}
.gallery-photo .zoom {
  width: 100%;
  height: 100%;
}
.gallery-photo img {
  position: relative;
  margin: 0 auto;
  display: block;
}
.gallery-ft {
  bottom: 0;
  line-height: 40px;
}
.gallery-ft .subject {
  max-width: 60%;
  float: left;
  margin-left: 15px;
  font-size: 14px;
}
.gallery-ft .op {
  float: right;
  margin-right: 15px;
}
.gallery-ft .btn-download {
  margin-right: 10px;
  display: none;
}
.gallery-ft .current {
  font-size: 16px;
}
.gallery-overlay.fade-on {
  ;
  opacity: 1;
}
.gallery-overlay.tool-on .gallery-hd {
  top: -40px;
}
.gallery-overlay.tool-on .gallery-ft {
  bottom: -40px;
}
.gallery-hd .btn-close {
  height: 100%;
  float: left;
  margin-left: 15px;
  display: block;
  font-size: 15px;
  line-height: 40px;
}
