*{margin:0 auto;padding:0; list-style: none;font-size: 14px;font-family: sans-serif;}
.hide{ display: none;}
a{ text-decoration: none;}
body{
	background: #E9F3F4;
	max-width: 1000px;
	margin: 0 auto;
	color: #010101;
}
html,body {
	height: 100%;
	box-sizing: border-box;
}
.top{width:100%;background-color:#44a6f4;position:relative;}
.top img{ width:1.4em;position: absolute; top:0.5em;}
.top .back{left:4%;}
.top .home{right:5%;}
.top .search{right: 14%;}
.top h3{color:#fff;font-size:1.2em;line-height:2.1em;text-align: center;margin:0;}

.g_bottom{ padding-top: 10px;}
.g_bottom p{ text-align:center; color:#a9aeb1; }
.g_bottom .otherLink a{ display:inline-block; padding:0 10px; color:#71787e; }

.bookListMain {
	position: relative;
}
.category-left {
	position: absolute;
	left: 0;
	height: 100%;
	width: 22%;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}
.category-left li {
	font-size: 17px;
	cursor: pointer;
	line-height: 60px;
}
.category-left li span {
	display: inline-block;
	width: 100%;
	padding: 0 4px;
	box-sizing: border-box;
	line-height: initial;
}
.category-left li.active {
	color: #ff0000;
}
.category-left li.active span {
	border-right: 2px solid #ff0000;
}
.category-right {
	position: absolute;
	right: 0;
	width: 78%;
	padding: 20px 12px;
	box-sizing: border-box;
	overflow: auto;
	height: 100%;
}
.category-right .total {
	color: #999999;
	font-size: 12px;
	line-height: 60px;
}

.category-right .category-list:after {
	content: '';
	display: block;
	clear: both;
}
.category-right .category-list li {
	float: left;
	width: 48%;
	margin: 8px 0;
}
.category-right .category-list li:nth-child(even) {
	margin-left: 4%;
}
.category-right .category-list li a {
	display: flex;
}
.category-right .category-list li img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0;
}
.category-right .category-list li .name {
	color: #010101;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.category-right .category-list li .num {
	color: #c0c0c0;
	font-size: 12px;
}
.category-right .category-list li .info {
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 8px;
	width: calc(100% - 60px);
	box-sizing: border-box;
}