
.websearch
{
	margin: auto;
	width: 100%;
	max-width: 1200px;
	margin-top: 20px;
	display: inline-block;
	border-top: #ff6600 3px solid;
}

.searchtypes
{
	float: left;
	width: 240px;
	margin-top: 10px;
	text-align: center;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0),0 0 8px rgba(0,0,0, 1);
    perspective: 1000px;	  
}

.searchtypes dd
{
	float: left;
	width: 50%;
	height:60px;
}

.searchtypes dd .textspan
{
	float: left;
	width: calc(100% - 20px);
	height:60px;
	line-height: 60px;
	margin-left: 10px;
}

.searchtypes dd .textspan em
{
	float: left;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	cursor: pointer;
}

.searchwarp
{
	float: right;
	width: calc(100% - 250px);
	min-height: 700px;
	margin-top: 10px;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0),0 0 8px rgba(0,0,0, 1);
    perspective: 1000px;		
}

.searchwarp .searchtitle
{
	float: left;
	width: 100%;
	height:40px;
	line-height: 40px;
	border-bottom: #ff6600 1px solid;
}

.searchwarp .searchtitle .titspan
{
	float: left;
	height:20px;
	line-height:20px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 5px;
	font-weight: bold;
}

.searchwarp .searchresult
{
	float: left;
	width: 100%;
	margin-top: 10px;
	border-top:#eaeaea 1px solid;
}


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

.bookitem .bookimage
{
	float: left;
	width: 140px;
	height: 180px;
	margin-left: 5px;
	border: #aaaaaa 3px solid;
	padding: 2px;
}

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

.bookitem .bookinfo
{
	float: left;
	width: calc(100% - 160px);
	margin-left: 10px;
}

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

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

.bookitem .bookinfo ol .nameinfo a
{
	font-weight: bold;
	font-size: 18px;
}


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

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

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

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

/* 针对宽度小于600px的设备（通常认为是手机） */
@media (max-width: 599px) 
{
	.searchgroup
	{
		width: 100%;
		margin-top: 10px;
	}


	.searchtypes
	{
		width: 100%;
	}

	.searchtypes dd
	{
		width: 33%;
		height:40px;
	}

	.searchtypes dd .textspan
	{
		height:40px;
		line-height: 40px;
	}
	
	.searchtypes dd .textspan em
	{
		height:40px;
		line-height: 40px;
	}

	.searchwarp
	{
		float: right;
		width: 100%;
		margin-top: 10px;
	}
	
	.bookitem .bookinfo ol .statusinfo
	{
		width: 100%;
	}
	
	.bookitem .bookinfo ol .updateinfo
	{
		width: 100%;	
	}

}


.searchwarp .searchpages
{
	float: left;
	width: 100%;
	height:40px;
	line-height: 40px;
	margin-top: 10px;
}

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

.pageturn .pagegroup
{
	float:right;
	height:40px;
	line-height:40px;
	animation: fadeInLeft 1s ease 1 0s both;
}

.pageturn .pagegroup .pagetotal
{
	float:left;
	padding-left:5px;
	height:40px;
	line-height:40px;
	text-align:left;
}

.pageturn .pagegroup .pagetotal .txtspan
{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:5px;
}

.pageturn .pagegroup .pagetotal .spantotalrow
{
	padding-left: 5px;
	padding-right: 5px;
}

.pageturn .pagegroup .pagetotal .pageinput
{
	float:left;
	width:30px;
	height:26px;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	color:#2f86fd;
	border-radius:2px;
	text-align:center;
	border:#e6e6e6 1px solid;
}

.pageturn .pagegroup .pagetotal .pagebutton
{
	float:left;
	width:40px;
	height:26px;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	text-align:center;
	border-radius:2px;
	background-color:#fff;
	border:#e6e6e6 1px solid;
	color:#666666;
}

.pageturn .pagegroup .pagetotal .pageselect
{
	float:left;
	height:26px;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	border:#e6e6e6 1px solid;
}

.pageturn .pagegroup .pagespans
{
	float:left;
	height:40px;
	line-height:40px;
	text-align:right;
}

.pageturn .pagegroup .pagespans ol
{
	float:left;
	min-width:30px;
	height:30px;
	line-height:26px;
	margin-left:5px;
	margin-top:5px;
	border-radius:5px;
	border:#aaaaaa 1px solid;
	cursor:pointer;
}

.pageturn .pagegroup .pagespans ol .txtspan
{
	float:left;
	min-width:28px;
	height:28px;
	line-height:24px;
	text-align:center;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
}

.pageturn .pagegroup .pagespans ol .onspan 
{
	color:#ffffff;
	background-color:#2f86fd;
}

.pageturn .pagegroup .pagespans ol .curspan 
{
	color:#ffffff;
	background-color:#2f86fd;
	cursor:default;
}

.pageturn .pagegroup .pagespans ol .disspan 
{
	background-color:#ffffff;
	cursor:auto;
}

.pageturn .pagement
{
	float:left;
	height:40px;
	line-height:40px;
}

.pageturn .pagement .menttext
{
	float:left;
	height:40px;
	line-height:40px;
	overflow: hidden;
}

.pageturn .pagement .menttext .txtspan
{
	float:left;
	height:40px;
	line-height:40px;
	margin-right:10px;
}

.pageturn .pagement .menttext .txtspan em
{
	color:#F33;
}

.pageturn .pagement .morespan
{
	float:left;
	width: 50px;
	height:30px;
	line-height:30px;
	cursor: pointer;
	background-color: #26bf8c;
	color:#ffffff;
	text-align: center;
	margin-top: 3px;
	border-radius: 3px;
}

