/*标签 & 分享*/
.key_share{
	width: 100%;
	height: 60px;
	padding: 10px 10px;
}
#key_share_left{
	height: 100%;
	float: left;
	font-size: 15px;
	line-height: 2.0;
}
#key_share_left>a{
	padding: 0 20px;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	border-radius: 10px;
	margin: 0 4px;
}
#key_share_left>a:hover{
	background: #ff6267;
	color: #fff;
	border: 1px solid #ff6267;
}
#key_share_right{
	float: right;
	height: 100%;
	font-size: 15px;
	line-height: 2.0;
}
#key_share_right_wx{
	width: 22px;
    height: 22px;
    background-image: url(../images/key_share_right.png);
    float: right;
    background-size: 70px 45px;
    background-position: 0 0px;
    background-repeat: no-repeat;
    margin: 5px 0px 0px 4px;
    cursor: pointer;
}
#key_share_right_wx:hover{
	background-position: 0 -22px;
}
#key_share_right_qq{
	width: 22px;
    height: 22px;
    background-image: url(../images/key_share_right.png);
    float: right;
    background-size: 70px 45px;
    background-position: -24px 0px;
    background-repeat: no-repeat;
    margin: 5px 0px 0px 4px;
    cursor: pointer;
}
#key_share_right_qq:hover{
	background-position: -24px -22px;
}
#key_share_right_wb{
	width: 22px;
    height: 22px;
    background-image: url(../images/key_share_right.png);
    float: right;
    background-size: 70px 45px;
    background-position: -47px 0px;
    background-repeat: no-repeat;
    margin: 5px 0px 0px 4px;
    cursor: pointer;
}
#key_share_right_wb:hover{
	background-position: -47px -22px;
}
#jsmodern-share-qrcode>canvas{
	width: 110px
}
/*热门搜索*/
.ranking_bottom{
	width: 100%;
	height: auto
}
.ranking_bottom>ul{
	overflow: auto;
	list-style: none;
	padding-bottom:10px
}
.ranking_bottom>ul>li{
	float: left;
	width: auto;
	background: #f8f8f8;
	color: #797979;
	padding: 0 12px;
	margin: 15px 10px 0px 0px;
    	height: 36px;
    	line-height: 36px;
}
























