#scrolltop{
		display:none;
}
.rsf_gototop{
	width:auto;
	height:auto;
	position:fixed;
	bottom:50px;
	float:right;
	right:0;
	background:#f4f4f4;
	border: 1px solid #CDCDCD;
	box-shadow:1px 0 3px #ddd;
}
.rsf_scrolltopa{
	background:url(images/scrolltop.png) no-repeat center top;
    color: #787878;
    display: block;
    height: 24px;
    line-height: 12px;
    text-align: center;
	margin-bottom:5px;
    text-decoration: none;
    width:auto;
	cursor:pointer;
}
.rsf_scrolltopa:hover{
	background-position:center -130px;
}
.rsf_scrolltopa:hover{
	text-decoration:none;
}
.rsf_scrolltopa b{
	font-weight: normal;
    visibility: hidden;
}
.rsf_totop_qr{
	width:100%;
	height:40px;
	display:block;
	margin:0 auto;
	background:url(qr_bg.png) no-repeat center;
}
.rsf_qr_left{
		position:relative;
		top:-80px;
		left:-122px;
		width:auto;
		height:auto;
		overflow:hidden;
		display:none;
		padding:5px;
		background:#ffffff;
		box-shadow:1px 0 3px #ddd;
		border:1px solid #f2f2f2;
}
.rsf_qr_left img{
		display:block;
}
#rsf_gtt_qr_closed{
	width:12px;
	height:12px;
	display:block;
	border:none;
	background:none;
	color:#000;
	position:absolute;
	top:0;
	right:0;
	float:right;
	line-height:12px;
	text-align:center;
}