.header{
	margin: 0;
	padding: 0 0.93rem;
	height: 3.12rem;
	background: #004096;
	display: flex;
	align-items: center;
}
.header-back-ico{
	background-image: url(../../public/img/back-white-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.62rem;
	height: 1.12rem;
}
.header-sidebar-ico{
	background-image: url(../../public/img/sidebar-ico-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.12rem;
	height: 0.93rem;
}
.header-search-bar{
	flex:1;
	padding: 0 1.06rem;
	position: relative;
}
.header-search-bar input{
	background-color: #F6F6F6;
	height: 1.87rem;
	position:relative;
	border-radius: 1.06rem;
	width: 100%;
	border: none;
	outline: none;
	padding: 0 2.17rem 0 0.62rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display: flex;
	align-items: center;
}
input::-moz-placeholder,
input::-webkit-input-placeholder{
    color:#9B9B9B;
    font-size:0.75rem;
}
.header-search-ico{
	background: url(../../public/img/navbar-search-ico.png);
	background-size: 0.93rem 0.93rem;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	width:0.93rem;
	height: 0.93rem;
	position: absolute;
	right: 1.68rem;
	border: 0;
	top: 50%;
    margin-top: -0.47rem;
}
.main{
/* 	padding: 0 0.93rem; */
}
.filter{
	background-color: #EEEEEE;
}
.filter-type{
	padding: 0 0.93rem;
	height: 2.62rem;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.filter-type-lists{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-around;
}
.filter-type-lists a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: PingFangSC-Regular;
	font-size: 0.93rem;
	color: #4A4A4A;
	line-height: 1.31rem;
}
.filter-type-active{
	font-family: PingFangSC-Medium!important;
	color: #004096!important;
	border-bottom: 0.12rem solid #004096;
}
.filter-factor{
	margin-top: 0.62rem;
	padding: 0.93rem;
	display: flex;
	background-color: #FFFFFF;
	border-top-left-radius: 0.62rem;
	border-top-right-radius: 0.62rem;
}
.filter-price,
.sort{
	display: flex;
	align-items: center;
}
.filter-price{
	margin-left: 1.25rem;
}
.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: 0.75rem;
	height: 0.75rem;
}
.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: 0.75rem;
	height: 0.75rem;
}
.price-active,
.sort-active{
	font-family: PingFangSC-Regular;
	font-size: 0.75rem;
	color: #4A4A4A;
	line-height: 1rem;
	margin-left: 0.31rem;
}
.arrow-down{
	margin-left: 0.5rem;
	margin-bottom: 0.25rem;
	width: 0.37rem;
	height: 0.37rem;
	border-top: 0.06rem solid #4A4A4A;
	border-right: 0.06rem solid #4A4A4A;
	transform: rotate(135deg);
}
.lists-none{
	width: 100%;
	height: 9.37rem;
	margin-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 1.12rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.75rem;
}
.hidden{
	display: none;
}
.show{
	display: block;
}
.library-list-item{
	width:100%;
	clear:both;
	display:flex;
	flex-wrap:wrap;
}
.library-list-item a{
	float: left;
	width: 48%;
	justify-content: center;
	align-items: center;
	margin: 0 1%;
	line-height: 0;
	margin-bottom: 0.93rem;
}
.library-detail{
	display: block;
	width: 100%;
	border-radius: 0.31rem;
}
.library-detail{
	border-radius: 0.31rem;
	box-shadow: 0 0.09rem 0.31rem 0 #CCCACC;
}
.library-detail img{
	background-size: contain;
	background-repeat:no-repeat;
	background-position-x: center;
	background-position-y: center;
	max-width: 100%;
	max-height:6.25rem;
	border-top-left-radius:0.31rem;
	border-top-right-radius: 0.31rem;
	-webkit-border-top-left-radius: 0.31rem;
	-webkit-border-top-right-radius: 0.31rem; 
}
.library-detail h5{
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 0.75rem;
	margin-top: 0.56rem;
	padding: 0 0.37rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.library-detail p{
	font-family: PingFangSC-Regular;
	font-size: 0.5rem;
	color: #9B9B9B;
	letter-spacing: 0;
	text-align: justify;
	line-height: 0.75rem;
	height: 1.5rem;
	margin-top: 0.37rem;
	padding: 0 0.37rem;
	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.37rem;
	margin: 0.56rem auto;
	justify-content: space-between;
	align-items: center;
}
.library-author img{
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.5rem;
}
.library-author{
	font-family: PingFangSC-Regular;
	font-size: 0.62rem;
	color: #4A4A4A;
	letter-spacing: 0rem;
	line-height: 0.75rem;
	display: flex;
	max-width: 60%;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.library-price{
	background: #12C9FE;
	border-radius: 0.43rem;
	max-width: 50%;
	font-family: PingFangSC-Medium;
	font-size: 0.62rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.75rem;
	height: 0.75rem;
	padding: 0.06rem 0.5rem;
}
.page-more{
	width: 100%;
	font-family: PingFangSC-Regular;
	font-size: 0.75rem;
	color: #9B9B9B;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.31rem;
	margin-bottom: 1.56rem;
}
.arrow-down-grey{
	border-top: 0.06rem solid #9B9B9B;
	border-right: 0.06rem solid #9B9B9B;
}