﻿.Book_Tab
{
	position: relative;
}
.Book_Tab .con1
{
	padding-top: 10px;
}
.Book_Tab .con1 ul
{
	display: table;
	margin: 0 auto;
}
.Book_Tab .con1 ul li
{
	display: table-cell;
	vertical-align: middle;
}
.Book_Tab .con1 ul li.on
{
}
.Book_Tab .con1 ul li a
{
	display: block;
	width: 78px;
	line-height: 32px;
	text-align: center;
	border: solid 1px #00BB72;
	color: #009B5D;
}
.Book_Tab .con1 ul li.li2 a
{
	border-left-width: 0;
	border-right-width: 0;
}
.Book_Tab .con1 ul li.li1 a
{
	border-radius: 4px 0 0 4px;
}
.Book_Tab .con1 ul li.li3 a
{
	border-radius: 0 4px 4px 0;
}
.Book_Tab .con1 ul li.on a
{
	background: #00BB72;
	color: #fff;
}
/*——*/
.Book_Search
{
	padding: 10px 10px 0;
	position: relative;
}
.Book_Search span
{
	width: 40px;
	height: 40px;
	display: block;
	right: 10px;
	background: url(/z/Misc/img/Icons/Magnifier.png) no-repeat center center;
	background-size: 20px 20px;
	position: absolute;
	cursor: pointer;
}
.Book_Search input
{
	display: block;
	margin: 0;
	text-align: center;
}
/*——*/
.Book_List
{
	padding: 0 10px;
}
.Book_List *
{
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.Book_List .item
{
	margin-top: 10px;
	background: #CBF5E5;
	padding: 10px;
	border-radius: 4px;
}
.Book_List .item .con1
{
}
.Book_List .item .con1 table
{
	width: 100%;
}
.Book_List .item .con1 table td
{
	vertical-align: top;
}
.Book_List .item .con1 table td.td1 div
{
	word-wrap: break-word;
	word-break: break-all;
	padding-right: 10px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.Book_List .item .con1 table td.td2
{
	white-space: nowrap;
	text-align: right;
}
.Book_List .item .con1 table td.td2 a
{
	font-size: 12px;
	display: inline-block;
	padding: 0 12px;
	height: 24px;
	line-height: 24px;
	background: #f70;
	color: #fff;
	border-radius: 40px;
}
.Book_List .item .con2
{
	font-size: 12px;
	color: #666;
	padding-top: 2px;
}
.Book_List .item .con3
{
	background: #fff;
	margin-top: 6px;
	border-radius: 4px;
	font-size: 12px;
	padding: 8px 10px;
	word-wrap: break-word;
	word-break: break-all;
}
/*——*/
.Book_Foot
{
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 640px;
}
.Book_Foot table
{
	width: 100%;
}
.Book_Foot table td
{
	width: 50%;
}
.Book_Foot table td a
{
	text-align: center;
	display: block;
	background: #3EA0FF;
	height: 44px;
	line-height: 44px;
	color: #fff;
}
.Book_Foot table td:last-child a
{
	background: #00BB72;
}
/*——*/