
#cleandiv{
	width:100%;
    height:88px;
}

#booklist{
	width:670px;
    margin-left:40px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
#bookcover{
    width:170px;
    height:239px;
}
#bookcover img{
	width:170px;
    height:239px;
}
#bookcontaier{
	width: 470px;
	margin-left: 30px;
}

#bookname{
	font-size:30px;
	font-family:PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	display: block;
	overflow: hidden;
}
#bookfull{
   font-size:26px;
   font-family:PingFang SC;
   font-weight:400;
   color:rgba(102,102,102,1);

    overflow: hidden;
}

.empty-base{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	z-index: 991 ;
}
.empty-img{
	height: 300px;
	width: auto;

}
.his-nodata-alert{
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	margin-top: 10px;

}
#container{
	height: 100%;
	margin-top: 300px;
}

.hisButton{
	display: flex;
	
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 65px;
	font-size: 13px;
	background-color: #F5F5F5;
	width: 100%;
	border-radius: 10px;
}

.his-time{
	margin-right: 10px;
	font-size:24px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);

}
.book-sp-line{
	width:710px;
	height:1px;
	background:rgba(221,221,221,1);
	margin-left: 40px;
}
.hisButton-play{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hisButton-play-img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.his-chapter{
	margin-left: 10px;
	font-size:26px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);

}