*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
body{
	padding-bottom: 0.6rem;
	background: url(../image/book/bac.png) repeat;
    background-size: 100% 4.2rem;
    background-position-y: 4.45rem;
}
.header-wrap{
	width: 100%;
	height: 4rem;
}
.header-content{
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../image/book/banner-bg.png) no-repeat;
	background-size: 100% 100%;
}
.hotbook-list{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.hotbook-item{
	width: calc((100% - 1.6rem) / 3);
	/*width: 1.62rem;*/
	height: 2.3rem;
	font-size: 0;
	margin-left: 0.4rem;
}
.hotbook-item:nth-child(1){
	margin: 0;
}
.hotbook-item a{
	font-size: 0;
}
.hotbook-item img{
	width: 1.62rem;
	height: 2.3rem;
	border: 1px solid #FFBA00;
}
.header-text{
	width: 0.6rem;
	height: 2.3rem;
	overflow: hidden;
	margin-left: 0.2rem;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.4rem;
	color: #FFBA00;
	text-align: center;
}
.long-line{
	display: block;
	width: 2.5px;
	height: 25px;
	margin: 0 auto;
	margin-top: -8px;
	background-color: #FFBA00;
}
/*内容*/
.content-wrap{
	width: 100%;
	padding: 0 0.8rem;
}
.content-box{
	position: relative;
}
.conten-title{
	width: 100%;
	height: auto;
	margin-top: -15px;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.title-icon{
	width: 0.73rem;
	height: 0.73rem;
	position: absolute;
	left: -0.36rem;
}
.title-list{
	width: 100%;
	height: 0.6rem;
	padding: 0.1rem 0 0.1rem 0.6rem;
    overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	border-radius: 20px;
	background-color: white;
	/*box-shadow: 0px 0.1rem 0.2rem #888888;*/
}
.title-item{
	width: 100%;
	height: 0.5rem;
	font-size: 0.32rem;
	line-height: 0.4rem;
}
/*书本列表*/
.book-list{
	width: 100%;
	height: 100%;
	padding-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.book-item{
	/*width: 1.7rem;*/
	width: calc((100% - 0.8rem) / 3);
	height: 3.14rem;
	font-size: 0;
	text-align: center;
	margin-left: 0.4rem;
}
.book-item:nth-child(3n+1){
	margin-left: 0;
}
.book-item:nth-child(n+4){
	margin-top: 1.1rem;
}
.book-item a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}
.book-item .book-img{
	width: 1.7rem;
	height: 2.3rem;
	box-shadow: 0px 0.1rem 0.2rem #000;
}
.book-item .book-time{
	width: 1.7rem;
	max-height: 1.04rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 0.24rem;
	font-weight: bold;
	padding-top: 0.2rem;
	color: white;
}






















