@charset "UTF-8";

/* @import url(best.css);*/
/* 书架头部css 开始*/
html,body{
	height:100%;
}
.header .shujia{
	width:102px;
	
}
.header .shujia a{
	display: inline-block;
	float: left;
}
/* 书架头部css 结束*/

.fanye {
     padding-left: 2.5% !important; 
}
.tab_click{
	position: relative;
	overflow: hidden;
	width: 270px;
	border: 1px solid #EF3A3A;
	margin: 20px auto;
	border-radius: 15px;
}
.line_border{
	position: absolute;
	background: #EF3A3A;
	width: 90px;
	height: 28px;
	top: 1px;
	left: 0;
	border-radius: 14px;
	z-index: 0;
}
.tab_click li{
	width: 90px;
	float: left;
	line-height: 28px;
	color: #666;
	text-align: center;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
}
.tab_click li:last-child{
	float: right;
}
li.active{
	color: #fff;
	background: #EF3A3A;
}
.secondary_menu_wrap{
	display: none;
	position: relative;
	padding: 0 16px 14px;
	border-bottom: 1px solid #F3F4F5;
}
.use_rule{
	font-size: 12px;
	color: #3B80E3;
	display: inline-block;
	cursor: pointer;
}
.secondary_menu{
	cursor: pointer;
	position: absolute;
	right: 16px;
	display: inline-block;
	padding-right: 16px;
	font-size: 12px;
	color: #333333;
	top:0;
	background: url('/public/images/rotate_up_pic.png') no-repeat right center;
	background-size: 10px 6px;
}
.tab_box{
	position: relative;
	border-top:1px solid #F3F4F5;
}
.filter_list{
	display: none;
	top: 37px;
	left: 0;
	z-index: 3;
	padding-left: 16px;
	position: absolute;
	width: 100%;
	background:#fff;
	box-sizing:border-box;
}
.filter_list li{
	border-bottom: 1px solid #F3F4F5;
	line-height: 44px;
	font-size: 14px;
	color: #333333;
	position: relative;
	cursor: pointer;
}
li.cur_filter span{
	color: #EF3A3A;
}
.filter_list li a{
	position: absolute;
	width: 13px;
	height: 8px;
	right: 17px;
	display: none;

}
.filter_list li a img{
	width: 100%;
	height: 100%;
}
li.cur_filter a{
	display: inline-block;
}
/*二级菜单遮罩层*/
.filter_mask{
	position: absolute;
	left: 0;
	top: 37px;
	width: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	display: none;
	cursor: pointer;
}
.will_expire{
	display: inline-block;
    width: 48px;
    height: 16px;
    position: absolute;
    right: -54px;
    top: 3px;
}
.will_expire img{
	width: 100%;
	height: 100%;
}
.freeGiveLeft{
	position: relative;
}
.right_jiantou{
	padding-right: 15px;
	background: url('/public/images/enter_r.png') right center no-repeat;
	background-size: 5px 9px; 
}

/*赠送书券li*/
.freeGiveTop {
	display: flex;
	justify-content: space-between;
}

.freeGiveLeft {
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.timeTag {
	width: 60px;
	height: 18px;
	border-radius: 20px;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.freeGiveBottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.freeGiveBottomText{
	font-size: 12px;
	color: #999999;
	font-weight: 400;
}

.wandu_wap_fontcolor_num {
	width: 100%;
	font-size: 17px;
	color: #FF6802;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 500;
}

.wandu_wap_fontcolor {
	font-size: 14px;
	color: #FF6802;
	font-weight: 400;
}