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



/*404 page*/
.cc-page-not-found {
    /*height: 100%;*/
    height: 955px;
    color: #8a949a;
    background: url("../images/bg_bottom.png") bottom no-repeat;
    background-color: #d8e1ea;
    background-size: contain;
}

.cc-error-container {
    margin: 0px 20px 0 20px;
    padding-top: 235px;
    text-align: center;
    background: url("../images/bg_not_found.png") center 0 no-repeat;
    /*background-size: contain;*/
}

.cc-page-not-found h3 {
    margin: 0 0 15px 0;
    color: #7c868b;
}

.cc-page-not-found h4 {
    margin-top: 20px;
    margin-bottom: 7px;
    color: #8a949a;
    font-weight: 700;
}

.cc-page-not-found p {
    margin-top: 45px;
    margin-bottom: 18px;
    font-size: 16px;
}

.cc-page-not-found a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    /*text-decoration: underline;*/
    color: #8a949a;
    border: 1px solid #8a949a;
    border-radius: 10px;
    background-color: #fff;
}

.cc-page-not-found a:hover {
    /*border-color: #d8e1ea;*/
}

.cc-exploring {
    position: relative;
    margin: 0 auto;
    max-width: 65%;
    width: 80%;
}


.cc-exploring input {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 53px;
    border: none;
    border-radius: 50px;
    text-indent: 2em;
    font-size: 16px;
    background-color: #f1f5f8;
}

.cc-exploring input:hover {
    background: #fff;
}

.cc-exploring-icon {
    position: absolute;
    top: 46px;
    right: 15px;
    /*right: 3%;*/
    /*right: 12%;*/
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/search_icon.png") no-repeat;
    cursor: pointer;

}

.col-center-block {
    margin-top:150px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
