﻿.dn {
	display: none!important
}

.pr {
	position: relative
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.mt20 {
	margin-top: 20px!important
}

.mb15 {
	margin-bottom: 15px!important
}

.mb20 {
	margin-bottom: 20px!important
}

.mb30 {
	margin-bottom: 30px!important
}

.mt30 {
	margin-top: 30px!important
}

.mt40 {
	margin-top: 40px!important
}

.mb40 {
	margin-bottom: 40px!important
}

.mod-wrapper {
	width: 100%;
	min-width: 980px
}

.mod-con {
	width: 1200px;
	margin: 20px auto;
}

.breadCrumbNav span {
	padding: 5px 6px 6px;
	border-radius: 5px;
	background: rgba(0,0,0,.2);
}

.breadCrumbNav a {
	color: white;
}

.breadCrumbNav em {
	font-size: 12px;
	min-width: 12px;
	margin: 0 0 0 3px;
	color: #fff;
}

.breadCrumbNav {
	margin-left: -5px
}

.breadCrumbNav a {
	margin: 0 5px
}

.breadCrumbNav a:last-child {
	cursor: default;
	color: #333
}

.reader-main .breadCrumbNav a {
	color: #999;
	cursor: pointer
}

.reader-main .breadCrumbNav a:hover {
	color: #bf2c24
}

.bookBigCover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 178px;
	height: 238px;
	border: 1px solid #eee
}

.bookBigCover img {
	width: 178px;
	height: 238px
}

.writerName {
	display: inline-block;
	max-width: 131px;
	margin-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	color: #999
}

.list-tit-wrapper {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #c6c6c6;
	margin-bottom: 15px;
	position: relative
}

.list-tit {
	position: relative;
	bottom: -2px;
	background: #fff
}

.list-txt {
	padding-bottom: 8px;
	border-bottom: 2px solid #c6c6c6;
	font-size: 18px;
	line-height: 18px;
	color: #da1421;
}

.list-txt:before {
	content: "";
	position: absolute;
	top: 26px;
	right: 4px;
	width: 2px;
	height: 2px;
	background: url(../images/line-left.jpg) no-repeat
}

.list-txt:after {
	content: "";
	position: absolute;
	top: 26px;
	right: -2px;
	width: 2px;
	height: 2px;
	background: url(../images/line-right.jpg) no-repeat
}

.stacksBook-tag {
	display: inline-block;
	height: 18px;
	padding: 0 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 18px;
	font-size: 12px;
	vertical-align: top
}

.tag-end {
	border: 1px solid #d8d8d8;
	background-color: #f7f7f7;
	color: #999
}


.book-details-wrapper {
	width: 100%;
	height: 240px;
	padding-left: 200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.book-details-tit {
	display: inherit;
	height: 20px;
	line-height: 20px;
	font-size: 20px
}

.book-details-tit h3 {
	!important;
	display: inline-block;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.book-details-about {
	margin-top: 10px;
	padding-bottom: 12px;
	line-height: 20px;
	color: #999;
	display: inherit;
}

.book-details-briefing {
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #666
}

.book-details-btnBox {
	position: absolute;
	left: 200px;
	bottom: 0;
	font-size: 0
}

.book-details-btnBox a {
	display: inline-block;
	width: 100px;
	height: 34px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 34px;
	font-size: 14px;
	text-align: center
}

.book-details-btnBox a+a {
	margin-left: 20px
}

.btn-readfree,.btn-phoneRead {
	border: 1px solid #da1421;
	background-color: #da1421;
	color: #fff
}

.btn-readfree:hover,.btn-phoneRead:hover {
	border-color: #da1421;
	background-color: #da1421;
	color: #fff
}

.btn-readfree:active,.btn-phoneRead:active {
	border-color: #45af40;
	background-color: #45af40;
	color: #fff
}

.btn-phoneRead i {
	display: inline-block;
	width: 9px;
	height: 14px;
	background: url(../images/phoneicon.png) no-repeat;
	padding-right: 7px;
	vertical-align: -2px
}

.btn-add {
	border: 1px solid #e8e8e8;
	background-color: #f5f5f5;
	color: #bf2c24
}

.btn-add:hover {
	background-color: #eee
}

.btn-add:active {
	background-color: #e8e8e8
}

.btn-add i {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../images/icon-lit.png) no-repeat -4px -33px;
	padding-right: 2px;
	vertical-align: 1px
}

.btn-alreadyAdd,.btn-alreadyAdd:hover {
	border: 1px solid #e8e8e8;
	background-color: #f5f5f5;
	color: #999;
	cursor: default
}

.editor-txt {
	color: #666;
	line-height: 20px
}

.chapter-list {
	word-break: break-word;
	list-style: none outside none;
}

.chapter-list li {
	width: 100%;
	padding: 15px 0
}

.chapter-list li.chapter-list-newest {
	padding-top: 0
}

.chapter-list h4 {
	margin-bottom: 10px;
	line-height: 14px
}

.chapter-list li+li {
	border-top: 1px dotted #e4e4e4
}

.chapter-list h4 em {
	color: #999
}

.chapter-briefing {
	line-height: 20px;
	color: #999;
	text-indent: 24px;
	text-align: justify
}

.chapter-read {
	text-align: right;
	line-height: 14px
}

.chapter-read a {
	color: #bf2c24
}

.chapter-list-newest h4 a {
	font-size: 14px;
	color: #bf2c24
}

.chapter-list-newest .chapter-briefing {
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #666;
	text-align: justify
}

.chapter-list-newest .chapter-read {
	font-size: 14px
}

.chapter-all {
	width: 100%;
	height: 35px;
	background-color: #f7f7f7;
	margin-top: 16px;
	text-align: center;
	line-height: 35px
}

.chapter-all a {
	color: #da1421;
}

.catalog-list {
	width: 100%
}

.catalog-list+.catalog-list {
	margin-top: 16px
}

.catalog-list dt {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	background-color: #f7f7f7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle
}

.catalog-list dd {
	width: 100%;
	border-bottom: 1px dotted #e4e4e4
}

.catalog-list dd:last-child {
	border-bottom: 0
}

.catalog-chapter {
	float: left;
	width: 33%;
	height: 40px;
	padding: 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px
}

.catalog-chapter a {
	position: relative;
	display: inline-block;
	max-width: 183px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: #0a0a0a;
}

.catalog-chapter a:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -6px;
	width: 2px;
	height: 2px;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #333
}
 .catalog-chapter a:hover {
	 color: #da1421;
	 font-weight: 300;
 }

.catalog-time {
	margin-left: 8px;
	color: #999;
}

.mod-pop-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%
}

.mod-popBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	background: #000
}

:root .mod-popBg {
	filter: none
}

.mod-pop {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -175px;
	margin-left: -250px;
	width: 300px;
	height: 350px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mod-pop-tit {
	width: 100%;
	height: 47px;
	padding: 15px;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f7f7f7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 16px
}

.pop-close {
	width: 14px;
	height: 14px;
	background: url(../images/icon-lit.png) no-repeat -80px -8px
}

.mod-pop h4 {
	margin-top:0 !important;
}

.phoneContinue {
	width:200px;
	margin:0 auto;
	overflow: hidden
}

.phoneContinue p:first-child {
	font-size: 18px;
	color: #bf2c24
}

.book-QRcode {
	float: left;
	background-color: #f7f7f7;
	/*border: 1px solid #e9e9e9;*/
	-moz-box-shadow: 0 0 10px 0 #e9e9e9;
	-webkit-box-shadow: 0 0 10px 0 #e9e9e9;
	box-shadow: 0 0 10px 0 #e9e9e9
}

.book-buy {
	float: left;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 18px 50px 15px;
	-moz-box-shadow: 0 0 10px 0 #e9e9e9;
}

.book-buy button{
	margin-top: 40px;
	width: 100px;
	height: 34px;
	border-radius: 2px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #bf2c24;
	background-color: #bf2c24;
	color: #fff;
}

.book-QRcode img {
	width: 120px;
	height: 120px
}