@CHARSET "UTF-8";

.mobile {
	display: none;
}

@media(max-width: 768px) {

	.con-wrap,
	.contain {
		width: 100% !important;
	}

	.mobile {
		display: block;
	}
}

body {
	background: #F8F8F8;
}

.book-search-area,
.book-list-area {
	width: 1140px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 20px 30px;
}

.book-search-area {
	height: 260px;
}

@media(max-width: 768px) {
	.book-search-area {
		display: none;
		width: 100%;
		height: auto;
		padding: 52px 15px 0;
		box-sizing: border-box;
		border: none;
	}

	.book-area {
		position: relative;
	}
}

.pagg-content-tip {
	font-size: 16px;
	color: #222222;
	height: 22px;
	line-height: 22px;
	margin-bottom: 30px;
}

.searchContent {
	color: #ea5947;
	font-size: 16px;
}

.book-area .search-item {
	margin-bottom: 16px;
}

.book-area .search-item dt {
	color: #222222;
	font-weight: bold;
	margin-right: 26px;
}

@media(max-width: 768px) {
	.book-area .search-item {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.book-area .search-item dt {
		margin-right: 20px;
		font-size: 14px;
		color: #222222;
		line-height: 18px;
	}

	.search-item dd {
		width: calc(100vw - 106px);
	}
}

.sortType {
	height: 34px;
	border-bottom: 2px solid #EBEBEB;
}

.sortType a {
	height: 100%;
	background: #fff;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-right: 40px;
}

@media(max-width: 768px) {
	.sortType {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 15px;
		background: #fff;
		height: 50px;
		line-height: 50px;
		border: none;
		box-sizing: border-box;
	}

	.sortType a {
		height: auto;
		background: transparent;
	}
}

.all-curr-item {
	color: #E62112;
}

.search-item a {
	padding: 3px 4px;
}

.sortType a:hover,
.sortType .active {
	color: #E62112;
}

.sortType .active {
	border-bottom: 2px #E62112 solid;
}

.search-item a:active,
.search-item .curr-item,
.search-item .curr-item:hover {
	border-radius: 0;
	background-color: #E62112;
	color: #fff;
	border-color: #E62112;
}

.search-item a:hover {
	border-radius: 0;
	background-color: #ffffff;
	color: #E62112;
	border-color: #ffffff;
}

@media(max-width: 768px) {
	.pagg-content-tip {
		display: none;
	}

	.search-item a {
		margin-bottom: 8px;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.search-item a:active,
	.search-item .curr-item,
	.search-item .curr-item:hover {
		border-radius: 0;
		background-color: #ffffff;
		color: #E62112;
		border-color: #ffffff;
	}

	.sortType .active {
		height: 48px;
	}
}

.book-list-area {
	margin-top: 20px;
}

@media(max-width: 768px) {
	.book-list-area {
		margin-top: 0;
		width: 100%;
		padding: 50px 15px 0;
		box-sizing: border-box;
		border: none;
	}
}

.book-item {
	width: 100%;
	height: 198px;
	padding: 30px 0;
	background: #fff;
	border-top: 2px solid #EBEBEB;
	position: relative;
}

.book-item:hover .book-title {
	color: #E62112;
}

.book-item:first-child {
	border-top: 0;
}

.book-info {
	width: 954px;
}

.book-cover {
	width: 140px;
	height: 100%;
	margin-right: 46px;
	overflow: hidden;
	box-shadow: 0 2px 4px 0 #EBEBEB;
	cursor: pointer;
}

.book-cover img {
	width: 100%;
	height: auto;
}

.book-honor {
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	border: 1px solid #FF8006;
	font-size: 13px;
	color: #FF8006;
	border-radius: 84px;
	margin-right: 10px;
}

.book-detail-info {
	margin: 10px 0 14px;
}

.book-detail-info span {
	padding: 0 20px;
	position: relative;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	color: #888888;
}

span.book-author {
	padding-left: 0;
}

.book-title-info {
	position: relative;
}

.book-title-info .book-title {
	font-size: 18px;
	color: #444444;
	height: 25px;
	line-height: 25px;
	margin-right: 20px;
	max-width: 280px;
	cursor: pointer;
}

.book-title-info span {
	float: left;
	display: block;
}

.rich_medio {
	margin: -4px 8px 0 0;
}

.book-detail-info .line {
	height: 12px;
	width: 1px;
	background: #EBEBEB;
	position: absolute;
	right: 0;
	top: 0;
}

.book-resource {
	margin-bottom: 14px;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

.book-resource-item {
	height: 18px;
	line-height: 18px;
	padding: 2px 8px;
	margin-left: 10px;
	color: #E62112;
	font-size: 12px;
	background: #FFE9E7;
	border-radius: 2px;
}

@media(max-width: 768px) {
	.book-item {
		height: auto;
		padding: 15px 0;
		border-top: 1px solid #EBEBEB;
	}

	.book-cover {
		margin-right: 10px;
		width: 80px;
		height: 114px;
	}

	.book-info {
		width: calc(100vw - 120px);
	}

	.book-title-info .book-honor {
		display: none;
	}

	.rich_medio {
		margin: 2px 8px 0 0;
		width: 20px;
	}

	.book-title-info .book-title {
		font-size: 16px;
		line-height: 24px;
	}

	.book-detail-info {
		margin: 4px 0 0 0;
	}

	.book-detail-info span {
		display: block;
		padding: 0;
		line-height: 21px;
		height: auto;
	}

	.book-detail-info span:nth-child(3) {
		display: none;
	}

	.book-item .book-resource,
	.book-item .book-intro {
		display: none;
	}

}

.downPdf {
	font-size: 14px;
	color: #E62112;
	padding: 4px 8px;
	border: 1px solid #E62112;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
}

.downPdf img {
	margin-left: 6px;
}

.downPdf:hover {
	background-color: rgba(251, 94, 82, 0.2);
	border: 1px solid rgba(217, 34, 34, 0.2);
	color: #E62112;
}

.downPdf:active {
	background-color: rgba(251, 94, 82, 0.2);
	color: #E62112;
}

.book-intro-detail {
	font-size: 12px;
	color: #000000;
	line-height: 24px;
	overflow: hidden;
	height: 74px;
}

.book-intro-title {
	font-size: 12px;
	color: #888888;
}

.book-intro-text {
	width: 892px;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.pagination-info-wrap {
	margin: 30px 0 40px 0;
}

@media(max-width: 768px) {
	.pagination-info-wrap {
		margin: 0;
		padding: 20px 0;
		text-align: center;
	}

	.pagination-info-wrap .pagination-wrap {
		display: inline-block;
		float: unset;
		margin-left: unset;
		transform: unset;
	}
}

.new-book-list {
	display: none;
}

.new-book-list .title {
	font-size: 22px;
	color: #222222;
	height: 30px;
	line-height: 30px;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	float: none;
}

.pagination-wrap {
	float: left;
	margin-left: 50%;
	transform: translate(-50%, 0);
}

.no-result {
	text-align: center;
}

.no-result img {
	margin: 80px 0 20px 0;
	width: 120px;
}

.no-result-tip {
	color: #cccccc;
	font-size: 16px;
	line-height: 22px;
}

@media(max-width: 768px) {
	.no-result {
		padding: 100px 0 200px;
	}

	.no-result img {
		display: none;
	}

	.no-result-tip {
		font-size: 14px;
		color: #969696;
		line-height: 22px;
	}
}

.erweima-area {
	position: absolute;
	right: 0;
	top: 30px;
	text-align: right;
	cursor: pointer;
}

.erweima-area:hover .erweima-img {
	display: block;
}

@media(max-width: 768px) {
	.erweima-area {
		display: none;
	}
}

.erweima-img {
	width: 104px;
	height: 120px;
	padding: 10px 12px;
	border: 1px #e62112 solid;
	background: #ffffff;
	z-index: 3;
	text-align: center;
	box-sizing: border-box;
	display: none;
	margin-right: 6px;
	box-shadow: 0 2px 4px 0 #EBEBEB;
}

.erweima-img .qrcode-area,
.down-app {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}

.erweima-img p {
	font-size: 12px;
	color: #444444;
	margin-top: 4px;
}

p.down-app-tip {
	margin-top: 2px;
}

#logoImg {
	background: #ea5947;
}

.totalCount-m {
	margin: 0 -15px;
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	font-size: 12px;
	color: #444444;
	background: #F8F8F7;
}

.book-resource-m {
	clear: both;
	padding-top: 12px;
	font-size: 12px;
	color: #888888;
	line-height: 18px;
}

.book-honor-m {
	display: inline-block;
	margin-top: 8px;
	padding: 0 4px;
	background: rgba(190, 86, 51, 0.1);
	border-radius: 2px;
	font-size: 12px;
	color: #BE5633;
	line-height: 18px;
}

.filter-btn {
	float: right;
}

.filter-btn .iconfont {
	margin-left: 8px;
	font-size: inherit;
}

.mobile-filter-show .sortType {
	border-bottom: 1px solid #E3E3E9;
}

.mobile-filter-show .book-search-area {
	display: block;
}

.mobile-filter-show .book-list-area {
	padding-top: 0;
}

.mobile-filter-show .filter-btn .iconfont {
	display: inline-block;
	margin-top: -6px;
	transform: rotate(-180deg);
	color: #E62112;
}