@charset "utf-8";
.serach_head{
	padding-top: 0.3rem;
    padding-bottom: 0.05rem;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.serach_head input{
    border-radius: 0.3rem;
    padding: 0.1rem 0.15rem;
    font-size: 0.24rem;
    background-color: #e6e6e6;
}
.serach_head input:focus{   
    outline: 0;
    box-shadow: 0 0 0.3rem 0 #dfd5d5;
    -moz-transition:border ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-webkit-transition:border ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.serach_head input::-webkit-input-placeholder {
	color: #9f9f9f;
	text-align: center;
}
.serach_head input::-moz-input-placeholder {
	color: #9f9f9f;
	text-align: center;
}
.serach_head input::-ms-input-placeholder {
	color: #9f9f9f;
	text-align: center;
}
.serach_head .search_box{
	width:60%;
	display: grid;
}
.serach_head .columns{
	font-size: 0.3rem;
	color: #ff2327;
	font-weight: 600;
}
.serach_head .columns img{
	width: 0.4rem;
	vertical-align: middle;
}
.trending_hover{
	padding-top:0.3rem;
	padding-left:0.3rem;
}
.trending_hover .trending_title{
	font-size:0.36rem;
	color:#000000;
    font-weight: 600;
}
.trending_hover .trending_content_hover{
    margin-top: 0.3rem;
}
.trending_hover .trending_content_hover ul{
	display: inline-block;
}
.trending_hover .trending_content_hover ul li{
	float: left;
	margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.trending_hover .trending_content_hover .trending_bg{
	background-color: #ffffff;
	border-radius: 0.5rem;
	font-size:0.22rem;
	color: #6a6a6a;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: center;
	border: 0.01rem solid #6a6a6a; 
}
.trending_book_hover{
	margin-top: 0.3rem; 
	margin-left: 0.3rem; 
}
.trending_book_hover .tr_text_2{
	font-size: 0.35rem;
	font-weight: bolder;
	color: #000000
}
.trending_book_hover .tr_hover{
	margin-top:0.3rem;
}
.trending_book_hover .tr_hover ul{
	display: inline-block;
}
.trending_book_hover .tr_hover ul li{
	float: left;
    width: 30%;
    font-size: 0.24rem;
    margin-right: 0.19rem;
    margin-bottom: 0.25rem;
}
.trending_book_hover .tr_hover .tr_hover_title{
	font-size: 0.15rem;
	margin-top:0.1rem;
	color: #000000;
}
.trending_book_hover .tr_hover .tr_hover_title > a{
	font-size: 0.15rem;
	color: #000000;
}
.trending_book_hover .tr_hover img{
	border-radius: 0.1rem;
	box-shadow: 4px 4px 10px #eaeaea;
    border: 0rem solid #eaeaea;
	width: 28.6vw;
	height: 39.56vw;
}
.history_hover{
	padding-top:0.3rem;
	padding-left:0.3rem;
}
.history_hover .history_title{
	font-size:0.36rem;
	color:#000000;
    font-weight: 600;
}
.history_hover .history_content_hover{
    margin-top: 0.3rem;
}
.history_hover .history_content_hover ul{
	display: inline-block;
}
.history_hover .history_content_hover ul li{
	float: left;
	margin-right: 0.3rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.history_hover .history_content_hover .history_bg{
	background-color: #eff3ff;
	border-radius: 0.5rem;
	font-size:0.22rem;
	color: #676767;
	padding-top:0.1rem;
	padding-bottom:0.1rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: center;
}




/*---------------------列表页---------------------------*/

.search_book_list{
	margin-top: 0.3rem; 
	margin-left: 0.3rem; 
}
.search_book_list .search_bl_hover{
	margin-top: 0.3rem 
}
.search_book_list .search_bl_hover img{
	border-radius: 0.1rem;
	box-shadow: 4px 4px 10px #eaeaea;
    border: 0rem solid #eaeaea;
	width: 28.6vw;
	height: 39.56vw;
}
.search_book_list .search_bl_hover .search_bl_text{
	float: right;
	width: 61%;
    margin-right: 0.35rem;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_title{
	font-size: 0.3rem;
	color: #000000;
	height: 0.4rem;
    overflow: hidden;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_title > a{
	font-size: 0.3rem;
	color: #000000;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_author{
	font-size: 0.23rem;
	color: #000000;
	margin-top: 0.1rem;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_author span{
	padding-left: 0.6rem;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_descript{
	font-size: 0.23rem;
    line-height: 0.33rem;
    color: #8b8b8b;
    margin-top: 0.3rem;
	max-height: 1.3rem;
    overflow: hidden;
}
.search_book_list .search_bl_hover .search_bl_text .search_bl_descript a{
    color: #8b8b8b;
}