.library-head{
	height: 21.25rem;
	width: 100%;
	max-width: 120rem;
	overflow: hidden;
	background-image: url(../img/head-bg.jpg);
	background-size: auto 21.25rem;
	background-repeat: no-repeat;
	position: relative;
	margin: 0rem auto;
}
.head-cover{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,38,58,.55);
}
.head-title{
	margin: 0 auto;
	width: 75rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 2.5rem;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 5.9375rem;
}
.head-hints{
	margin: 0 auto;
	width: 75rem;
	font-family: FZLTXHK--GBK1-0;
	font-size: 1.875rem;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 0.75rem;
}
.filter{
	width: 75rem;
	margin: 0 auto;
	position: relative;
}
.filter-tab{
	width: 100%;
	height: 5rem;
	background: #F6F6F6;
	border-radius: 0.5rem;
	position: absolute;
	top:-2.5rem;
	display: flex;
	align-items: center;
}
.tab-item{
	font-family: PingFangSC-Regular;
	font-size: 1.875rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 1.875rem;
	height: 3.25rem;
	display: flex;
	align-items: center;
	cursor:pointer;
	border-bottom: 0.1875rem solid #F6F6F6;
	margin: 0 2.5rem;
}
.tab-active{
	font-family: PingFangSC-Medium;
	color: #004096;
	letter-spacing: 0;
	border-bottom: 3px solid #004096;
}
.filter-tab span{
	width: 0.0625rem;
	height: 1.875rem;
	background-color: #9B9B9B;	
}
.filter-factor{
	padding: 4.375rem 0;
	width: 100%;
	display: flex;
}
.sort{
	display: flex;
	align-items: center;
}
.sort-ico{
	background: url(../../library/img/sort-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 1.5rem;
	height: 1.5rem;
}
.filter-price a,
.sort a{
	margin: 0rem 1.25rem;
	font-family: PingFangSC-Medium;
	font-size: 1.25rem;
	color: #4A4A4A;
	letter-spacing: 0.1.0625rem;
}
.filter-price span,
.sort span{
	display: inline-block;
	background-color: #9B9B9B;
	width: 0.0625rem;
	height: 1.3125rem;
}
.price-active,
.sort-active{
	font-weight: 500;
	color:#004096!important;
}
.filter-price{
	margin-left: 2.5rem;
	display: flex;
	align-items: center;
}
.price-ico{
	background: url(../../library/img/price-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 1.5rem;
	height: 1.5rem;
}
.library-search{
	flex:1;
	justify-content: flex-end;
	height:100%;
	display: flex;
	align-items: center;
	position:relative;
	align-items: center;
}
.library-search input{
	width:16.875rem;
	height: 3.125rem;
	background: #F6F6F6;
	border-radius: 1.5625rem;
	border-radius: 1.5625rem;
	border: #004096;
	padding-left: 0.75rem;
	padding-right:2.875rem;
	cursor: text;
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	letter-spacing: 0.1.0625rem;
}
.library-search input:focus{
	outline:none;
}
.library-search input::-webkit-input-placeholder,
.library-search input::-ms-input-placeholder{
	font-family: PingFangSC-Regular;
	font-size: 1.25rem;
	color: #9B9B9B;
	letter-spacing: 0.1.0625rem;
}
.library-search-btn{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform:  translateY(-50%);
	transform: translateY(-50%);
	right: 0.5rem;
	width: 2.125rem;
	height: 2.125rem;
	background-image: url(../../library/img/search.png);
	background-size: 2.125rem 2.125rem;
	cursor: pointer;
}
.lists{
	width: 75rem;
	margin: 0 auto;
}
.lists-none{
	width: 100%;
	height: 18.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 2.25rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5rem;
}
.show{
	display: block!important;
}
.hidden{
	display: none!important;
}
.page_div{
	margin: 7.5rem 0rem!important;
}
.library-list-item{
	display: flex;
	flex-wrap: wrap;
}
.library-detail{
	width: 16.875rem;
	height: 18.125rem;
	border-radius: 0.625rem;
	margin: 1.25rem 0.9375rem;
	border-radius: 0.625rem;
	box-shadow: 0 3px 0.625rem 0 #CCCACC;
 	transition:all 0.2s ease-out;
}
.library-detail:hover{

	transform:scale(1.05);
}
.library-detail img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width: 16.875rem;
	height: 9.375rem;
	border-top-left-radius:0.625rem;
	border-top-right-radius: 0.625rem;
	-webkit-border-top-left-radius: 0.625rem;
	-webkit-border-top-right-radius: 0.625rem; 
}
.library-detail h5{
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 1.25rem;
	margin-top: 0.9375rem;
	padding: 0 0.625rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.library-detail p{
	font-family: PingFangSC-Regular;
	font-size: 0.875rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	line-height: 1.25rem;
	height: 2.5rem;
	margin-top: 0.625rem;
	padding: 0 0.625rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}
.library-detail-more{
	display: flex;
	padding: 0 0.625rem;
	margin-top: 0.9375rem;
	justify-content: space-between;
	align-items: center;
}
.library-views span{
	background: url(../img/page-views-ico.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	border: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.375rem;
}
.library-views{
	font-family: PingFangSC-Regular;
	font-size: 1rem;
	color: #4A4A4A;
	letter-spacing: 0.0.8125rem;
	line-height: 1.25rem;
	display: flex;
	max-width: 60%;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.library-price{
	background: #12C9FE;
	border-radius: 0.6875rem;
	max-width: 30%;
	font-family: PingFangSC-Medium;
	font-size: 1rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 1rem;
	padding: 0.125rem 0.9375rem;
}