.show-book-content,
.show-book-content *,
.show-book-content:before,
.show-book-content:after,
.show-book-content *:before,
.show-book-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.show-main-container {
  overflow: hidden;
}

.show-IFrame-container {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.15s;
    border-bottom: 1px solid #3e3e3e;
}

/*.show-free-user .show-IFrame-container {
	right: 172px;
}*/

.show-rel-container {
	  width: 172px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #323232;
  padding: 10px;
  color: #ffffff;
  display: none;
  transition: all 0.15s;
  border-left: 1px solid #3e3e3e;
}

.show-free-user .show-rel-container {
	display: block;
}

.show-rel-title {
	  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
}

.show-rel-title i {
	   position: absolute;
  right: 2px;
  top: -1px;
  font-size: 17px;
  font-style: normal;
  cursor: pointer;
}

.show-rel-title i:hover {
	color: #ddd;
}

.show-rel-title i:active {
	color: #949494;
}


.show-rel-books {
	overflow: hidden;
  position: relative;
}

.show-rel-books-panel {
  position: relative;
}

/*@media (min-width: 960px) {
    .show-rel-books {
        overflow-x: hidden;
    }
}

@media (min-width: 1200px) {
    .show-rel-books {
        overflow: hidden;
    }
}*/

.show-rel-books-panel > ul {
    margin-bottom: 10px;
    margin-right: 20px;
}

.show-rel-books-panel > ul > li {
      width: 110px;
}

/*.show-rel-books > ul > li:nth-child(1) {
	margin-right: 5px;
}

.show-rel-books > ul > li:nth-child(2) {
	margin-left: 5px;
}*/

/*.show-rel-books > ul > li:not(:last-child) {
    
}*/

.show-rel-books-panel > ul > li > a > p {
      text-align: center;
  font-size: 12px;
  color: #808080;
}

.show-rel-book-shot {
      width: 100%;
  max-height: 145px;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
  position: relative;
  background: #ddd;
}

.show-rel-book-shot img {
    width: 100%;
    cursor: pointer;
}

.show-rel-book-mask {
      opacity: 0;
  background: rgba(40, 40, 40, 0.5);
  color: #F0F0F0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.15s;
}

.show-rel-book-mask:hover {
    opacity: 1;
}

.show-rel-more {
      text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
  text-indent: -17px;
}

.show-rel-more a:hover {
    text-decoration: underline;
}