

.webmenus
{
	float: left;
	width: 100%;
	height:40px;
	text-align: center;
}

.webmenus .menuwarp
{
	margin: auto;
	width: 100%;
	max-width: 1200px;
	height:40px;
	display: inline-block;
}

.webmenus .menuwarp .menuspan
{
	float: left;
	width: 150px;
	height:40px;
	line-height: 40px;
	text-align: center;
}

.webmenus .menuwarp .menuspan a
{
	font-size: 18px;
}


.bookdata
{
	float: left;
	width: 100%;
	margin-top: 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0),0 0 8px rgba(0,0,0, 1);
    perspective: 1000px;
    padding-top: 10px;		
}

.bookdata .bookimage
{
	float: left;
	width: 210px;
	height: 280px;
	margin-left: 20px;
	margin-top: 10px;
	border: #dddddd 3px solid;
	padding: 2px;
}

.bookdata .bookimage img
{
	float: left;
	width: 100%;
	height: 100%;
}

.bookdata .bookinfo
{
	float: left;
	width: calc(100% - 260px);
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.bookdata .bookinfo ol
{
	float: left;
	width: 100%;
}

.bookdata .bookinfo ol h1
{
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.bookdata .bookinfo ol .authorinfo
{
	float: left;
	width: 50%;
	height: 28px;
	line-height: 28px;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.bookdata .bookinfo ol .statusinfo
{
	float: left;
	width: 50%;
	height: 28px;
	line-height: 28px;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.bookdata .bookinfo ol .updateinfo
{
	float: left;
	width: 50%;
	height: 28px;
	line-height: 28px;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.bookdata .bookinfo ol .shortinfo
{
	float: left;
	width: 100%;
	height: 120px;
	line-height: 24px;
	margin-top: 5px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.bookdata .bookfooter 
{
	float: right;
	width: calc(100% - 300px);
	height: 120px;
	line-height: 24px;
	margin-top: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.bookdata .bookfooter .delshelfspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#ff0000;
	color:#ffffff;
	border-radius: 6px;
	cursor: pointer;
}

.bookdata .bookfooter .addshelfspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#26bf8c;
	color:#ffffff;
	border-radius: 6px;
	cursor: pointer;
}

.bookdata .bookfooter .startreadspan
{
	float: right;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#ff6600;
	color:#ffffff;
	border-radius: 6px;
	cursor: pointer;
}

.booktarbar
{
	float: left;
	width: 100%;
	margin-top: 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0),0 0 8px rgba(0,0,0, 1);
    perspective: 1000px;
    padding-top: 30px;		
}

.booktarbar .barheader
{
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
}

.booktarbar .barheader .barborder
{
	float: left;
	width: 100%;
	height: 40px;
}

.booktarbar .barheader .barcenter
{
	float: left;
	width: 100%;
	height: 40px;
	z-index: 10000px;
	margin-top: -40px;
	text-align: center;
}

.booktarbar .barheader .barcenter .barwarp
{
	margin: 0 auto;
	height: 40px;
	display: inline-block;
}

.booktarbar .barheader .barcenter .barwarp .barspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	cursor: pointer;
}

.booktarbar .barheader .barcenter .barwarp .baron
{
	border-bottom: #ff6600 2px solid;
}

.booktarbar .barbody
{
	float: left;
	width: 100%;
	margin-top: 10px;
}


.listsection
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.listsection .chaptilte
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.listsection .chapbody
{
	float: left;
	width: calc(100% - 20px);
	text-align: center;
	border-top: #dddddd 1px dashed;
	margin-left: 10px;
	padding-bottom: 30px;
}

.listsection .chapbody dd
{
	float: left;
	width: 33%;
	height: 40px;
	line-height: 40px;
	border-bottom: #dddddd 1px dashed;
}

.listsection .chapbody dd .linkspan
{
	float: left;
	max-width: calc(100% - 10px);
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-left: 5px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
}

.listsection .chapbody dd .linkspan:hover
{
	color: #ff6600;
	text-decoration: underline;
}


.listcommend
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.listcommend .commheader
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: #dddddd 1px solid;
}

.listcommend .commheader .titspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
}

.listcommend .commbody
{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.listcommend .commbody ul 
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #dddddd 1px dashed;
}

.listcommend .commbody ul .headimage
{
	float: left;
	width: 60px;
	height: 60px;
	border: #dddddd 2px solid;
	border-radius: 6px;
}

.listcommend .commbody ul .headimage .oimg
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
 
.listcommend .commbody ul .commtent
{
	float: left;
	width: calc(100% - 80px);
	margin-left: 10px;
}

.listcommend .commbody ul .commtent ol
{
	float: left;
	width: 100%;
}

.listcommend .commbody ul .commtent ol .namespan
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}

.listcommend .commbody ul .commtent ol .timespan
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.listcommend .commbody ul .commtent ol .comtext
{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: left;
	line-height: 150%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.listcommend .commbody ul .commtent ol .comreplay
{
	float: left;
	width: 100%;
	border-top: #eaeaea 1px solid;
	padding-top: 6px;
	padding-bottom: 6px;
}

.listcommend .commbody ul .commtent ol .comreplay .repimage
{
	float: left;
	width: 60px;
	height: 60px;
	border: #dddddd 2px solid;
	border-radius: 6px;
}

.listcommend .commbody ul .commtent ol .comreplay .repimage .pimg
{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
 
.listcommend .commbody ul .commtent ol .comreplay .replaytent
{
	float: left;
	width: calc(100% - 80px);
	margin-left: 10px;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li
{
	float: left;
	width: 100%;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .repname
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .reptime
{
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.listcommend .commbody ul .commtent ol .comreplay .replaytent li .reptext
{
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: left;
	line-height: 150%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.listcommend .commbody ul .commtent ol .iconitem
{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-right: 20px;
	cursor: pointer;
}

.listcommend .commbody ul .commtent ol .iconitem .iconspan
{
	float: left;
	width: 20px;
	height: 40px;
	line-height: 40px;
}

.listcommend .commbody ul .commtent ol .iconitem .iconspan .svgicon
{
	float:left;
	width: 18px;
	height: 18px;
	margin-top: 11px;
}

.listcommend .commbody ul .commtent ol .iconitem .icontext
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
}

.listcommend .commbody ul .commtent ol .iconitem:hover
{
	color: #ff6600;
}

.listcommend .commbody ul .commtent ol .iconitem.act
{
	color: #ff6600;
}

.listcommend .commbody ul .commtent ol .comtextarea
{
	float: left;
	width: 100%;
	height: 100px;
	line-height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.listcommend .commbody ul .commtent ol .btnsubmin
{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-left:10px;
	margin-top:10px;
	font-weight:bold;
	background-color:#26bf8c;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	text-align:center;
	border-radius: 3px;
}

.listcommend .commbody ul .commtent ol .btnsubmin:hover 
{
	background-color: #4be7b3;
}


.relatedbooks
{
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.relatedbooks .relheader
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.relatedbooks .relheader .titspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

.relatedbooks .relbody
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.relatedbooks .relbody ol
{
	float: left;
	width: 228px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.relatedbooks .relbody ol .bookimage
{
	float: left;
	width: calc(100% - 60px);
	height: 240px;
	margin-left: 30px;
	margin-top: 3px;
	border: #eaeaea 2px solid;
}

.relatedbooks .relbody ol .bookimage img
{
	float: left;
	width: 100%;
	height: 100%;
}

.relatedbooks .relbody ol .bookinfo
{
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
}

.relatedbooks .relbody ol .bookinfo .nameinfo
{
	float: left;
	width: 100%;
	line-height: 28px;
}

.relatedbooks .relbody ol .bookinfo .nameinfo a
{
	float: left;
	width: 100%;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.relatedbooks .relbody ol .bookinfo .authorinfo
{
	float: left;
	width: 100%;
	line-height: 28px;
	text-align: left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}

.relatedbooks .relbody ol .bookinfo .shortinfo
{
	float: left;
	width: 100%;
	height: 120px;
	line-height: 24px;
	margin-top: 5px;
	overflow:hidden;
	text-overflow: ellipsis;
	text-indent: 2em;
}


.tipsTextspan
{
	float:left;
	display: none;
}

.bookoverlay
{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#cccccc;
	z-index:1000;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


.bookdialog
{
	position: fixed;
	border: #aaaaaa 5px solid;
	animation: fadeDialogShow 0.5s ease 1 0s both;
    z-index: 10000;
    width: 1200px;
    height: calc(100% - 40px);
    left: calc(50% - 600px);
    top: 20px;
}

.bookdialog .dlgheader
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #00a7a7;
}

.bookdialog .dlgheader .titspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	font-weight: bold;
	color: #ffffff;
}

.bookdialog .dlgheader .closespan
{
	float:right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.bookdialog .dlgheader .closespan:hover
{
	color: #999;
}

.bookdialog .dlgheader .closespan i
{
	font-size: 20px;
}

.bookdialog .dlgbody
{
	float: left;
	width: 100%;
	height: calc(100% - 100px);
	overflow-x:hidden;
	overflow-y:auto;
}

.bookdialog .dlgfooter
{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: #eaeaea 1px solid;
	text-align: center;
}

.bookdialog .dlgfooter .bookpage
{
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
}

.bookdialog .dlgfooter .btnprevpage
{
	float:left;
	height:40px;
	line-height:40px;
	margin-left:30px;
	margin-top: 10px;
	padding-left:25px;
	padding-right:25px;
	background-color:#26bf8c;
	border-radius: 3px;
	color:#ffffff;
	cursor:pointer;
}

.bookdialog .dlgfooter .btnprevpage:hover 
{
	background-color:#46dfac;
}

.bookdialog .dlgfooter .btnpnextpage
{
	float:right;
	height:40px;
	line-height:40px;
	margin-right:30px;
	margin-top: 10px;
	padding-left:25px;
	padding-right:25px;
	background-color:#26bf8c;
	border-radius: 3px;
	color:#ffffff;
	cursor:pointer;
}

.bookdialog .dlgfooter .btnpnextpage:hover 
{
	background-color:#46dfac;
}



.booksection
{
	float: left;
	width: 100%;
	min-height: 100%;
	border: #dddddd 1px solid;
	background-color: #e8e3d7;
}

.booksection .chaptilte
{
	float: left;
	width: calc(100% - 40px);
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
	border-bottom: #dddddd 1px dashed;
}

.booksection .chapcontent
{
	float: left;
	width: calc(100% - 60px);
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.booksection .chapcontent p
{
	float: left;
	width: 100%;
	line-height: 150%;
	text-align: left;
	font-size: 16px;
	text-indent: 2em;
	margin-bottom: 20px;
}




/* 针对宽度小于600px的设备（通常认为是手机） */
@media (max-width: 599px) 
{
	
	.bookdata .bookimage
	{
		float: left;
		width: 120px;
		height: 160px;
		margin-left: 5px;
		margin-top: 10px;
	}

	.bookdata .bookinfo
	{
		width: calc(100% - 140px);
		margin-left: 5px;
	}

	
	.bookdata .bookfooter 
	{
		float: left;
		width: 100%;
	}
	
	.relatedbooks .relbody ol
	{
		float: left;
		width: 122px;
		margin-left: 5px;
	}

	.relatedbooks .relbody ol .bookimage
	{
		width: calc(100% - 20px);
		height: 140px;
		margin-left: 10px;
	}
	
	.relatedbooks .relbody ol .bookinfo
	{
		float: left;
		width: calc(100% - 20px);
		margin-left: 10px;
	}

	.relatedbooks .relbody ol.book_4
	{
		display: none;
	}
	
	.relatedbooks .relbody ol.book_5
	{
		display: none;
	}

	.bookdialog
	{
	    width: 100%;
	    height: calc(100% - 40px);
	    left: 0;
	}
	
	.booksection .chapcontent
	{
		float: left;
		width: calc(100% - 20px);
		margin-left: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.bookdialog .dlgfooter .btnprevpage
	{
		margin-left:10px;
	}
	
	
	.bookdialog .dlgfooter .btnpnextpage
	{
		margin-right:10px;
	}

}


