@charset "utf-8";
@import url("base.min.css");
*{
	font-family: "microsoft yahei";
}
header img{
	display: block;
	width: 100%;
}
.content{
	padding-top: 86px;
	padding-bottom: 86px;
}
.con{
	width: 1200px;
	margin: auto;
	text-align: left;
}
.book{
	width: 1200px;
	height: 532px;
	background-color: #ffffff;
	box-shadow: 0px 2px 11px 5px 
		rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	margin-bottom: 60px;
	cursor: pointer;
}
.book .author-info{
	width: 300px;
	height: 532px;
	background-color: #efdfd6;
	box-shadow: 0px 0px 6px 0px 
		rgba(73, 5, 5, 0.25);
	text-align: center;
	padding:50px 20px;
}
.book .author-info .auname{
	font-size: 20px;
	margin-top: 20px;
}
.book .author-info .auintro{
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	height: 240px;
	text-align: left;
	color: #623e2c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.book .book-info{
	width: 900px;
	height: 532px;
	position: relative;
}
.pages div:not(.flex){
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border: #dedede 1px solid;
	margin-right: 10px;
	cursor: pointer;
}
.logo{
	position: absolute;
	left: -6px;
	top: -6px;
}
.book-info .cover img{
	width: 180px;
}
.book-info{
	padding: 30px;
}
.book-info .flex{
	margin-left: 20px;
}
.bkname{
	font-size: 24px;
	margin-top: 20px;
}
.book-info .bkname span{
	font-size:14px;
	color: #666;
	margin-left: 30px;
}
.tip{
	font-size: 16px;
	color: #ffa303;
	margin-top: 20px;
}
.ausay{
	height: 48px;
	font-size: 14px; 
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ausay span{
	color: #000;
}

.read,.bookcase{
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
	background: #b8232f;
	font-size: 14px;
	padding: 0 30px;
	margin-top: 20px;
}
.bookcase{
	color: #8e96bc;
	background: none;
	border: 1px solid #8E96BC;
	margin-left: 20px;
}
.intro{
	height: 216px;
	line-height: 36px;
	font-size: 17px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.pages div:not(.flex):hover{
	background: #DEDEDE;
}
.pages div.ac{
	background: #DEDEDE;
	border: none;
}
.pages div.pre,.pages div.next{
	width: 46px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border: #dedede 1px solid;
	margin-right: 10px;
	cursor: pointer;
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate--90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pages div.pre p,
.pages div.next p{
	color:#80301f;
	line-height: 30px;
	font-size: 14px;
}
.foo{
	text-align: center;	
}
.foo img{
	margin-top: 50px;
	cursor: pointer;
}