@charset "utf-8";
.book_cover_hover{

}
.book_cover_hover .book_cover_bg{
	position: absolute;
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0;
    margin: auto;
    z-index: -99;
}
.book_cover_hover .book_cover_bg img{
	width:100%;
	filter: blur(0.36rem);
}
.book_cover_hover .book_cover , .book_cover_hover .book_title ,.book_cover_hover .book_author{
	position: relative;
    text-align: center;
}
.book_cover_hover .book_back{
	position: relative;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
}
.book_cover_hover .book_cover{
    padding-top: 0.6rem;
}
.book_cover_hover .book_cover img{
	border-radius: 0.1rem;
	box-shadow: 0px 6px 20px 0px #3c3c3b;
	border: 0rem solid #3c3c3b;
	width: 60vw;
    height: 80.19vw;
}
.book_cover_hover .book_title{
    padding-top: 0.6rem;
    color: #000000;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    font-size: 0.3rem;
    word-break: break-word;
}
.book_cover_hover .book_author{
    padding-top: 0.5rem;
    color: #b8b8b8;
    width: 70%;
    margin: 0 auto;
    font-size: 0.18rem;
}
.read_button_hover{
    margin-top: 1rem;
    text-align: center;
}
.read_button_hover ul{
	display: inline-block;
}
.read_button_hover ul li{
	float: left;
}
.read_button_hover .read_button{
	background: linear-gradient(to right, #ff6600, #ff2427);
	width:2.6rem;
	border-radius: 0.5rem;
	font-size:0.3rem;
	color: #ffffff;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	text-align: center;
}
.read_button_hover .like_button{
	padding-left: 0.7rem;
}
.read_button_hover .like_button img{
	width: 0.8rem;
	cursor: pointer;
	box-shadow: 1px 1px 6px 0px #e88787;
    border-radius: 0.4rem;
}
.introduce_hover{
	padding-top:0.35rem;
	padding-left: 0.3rem;
}
.introduce_hover .introduce_title{
	font-size:0.4rem;
	color: #000000;
	font-weight: bold;
}
.introduce_hover .introduce_content{
	font-size: 0.25rem;
    color: #6c6c6c;
    padding-top: 0.2rem;
    line-height: 0.4rem;
	width: 96%;
}
.tag_hover{
	padding-top:0.35rem;
	padding-left: 0.3rem;
}
.tag_hover .tag_title{
	font-size:0.4rem;
	color: #000000;
	font-weight: bold;
}
.tag_hover .tag_content_hover{
    margin-top: 0.3rem;
}
.tag_hover .tag_content_hover ul{
	display: inline-block;
}
.tag_hover .tag_content_hover ul li{
	float: left;
	margin-right: 0.16rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.tag_hover .tag_content_hover .tag_bg{
	background-color: #ff2427;
	border-radius: 0.5rem;
	font-size:0.2rem;
	color: #ffffff;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: center;
}
.tag_line{
	height: 0.01rem;
	background: #dfdfdf;
	width: 90%;
	margin: 0 auto;
}
.content_hover{
	padding-top:0.35rem;
	padding-left: 0.3rem;
}
.content_hover .content_text{
	font-size:0.3rem;
	color: #000000;
	font-weight: bold;
}
.content_hover .content_chapter_title{
	float: right;
	font-size:0.2rem;
	margin-right: 0.35rem;
	color: #a3a3a3;
	line-height: 0.4rem;
	font-weight: normal;
}
.similar{
	margin-top: 0.3rem; 
	margin-left: 0.3rem; 
}
.similar .si_text_2{
	font-size: 0.35rem;
	font-weight: bolder;
	color: #000000
}
.similar .si_hover{
	margin-top:0.3rem;
}
.similar .si_hover ul{
	display: inline-block;
}
.similar .si_hover ul li{
	float: left;
    width: 30%;
    font-size: 0.24rem;
    margin-right: 0.19rem;
    margin-bottom: 0.25rem;
}
.similar .si_hover .si_hover_title{
	font-size: 0.22rem;
	margin-top:0.1rem;
	color: #000000;
	height: 0.9rem;
    overflow: hidden;
    word-break: break-word;
}
.similar .si_hover img{
	border-radius: 0.1rem;
	box-shadow: 4px 4px 10px #eaeaea;
    border: 0rem solid #eaeaea;
	width: 29.6vw;
    height: 39.56vw;
}