﻿#rocket_to_top {
    width:80px;
    height:240px;
	display:block;
    z-index:888;
	/*
    padding:0px;
    position:fixed;
    right:0px;
	bottom:30px;
    */
}
#rocket_to_top div {
    width:70px;
	height:70px;
	float:right;
	clear:both;
	cursor:pointer;
	margin-bottom:5px;
	background:#fff;
}
#rocket_to_top #level_1 {
    background:url("/a/kefu/images/icon_returntop.png") no-repeat;
	display:none;
}

#rocket_to_top #level_2 {
    background:url("/a/kefu/images/icon_qrcode.png") no-repeat;
}
#rocket_to_top #level_3 {
    background:url("/a/kefu/images/icon_service.png") no-repeat;
    height:90px;
}
#rocket_to_top #level_taoke { 
	width:182px;
	height:218px;
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	border:solid 1px #999;
	z-index:1;
	display:none;
}
#rocket_to_top #level_taoke img { margin-left:8px; margin-top:10px; margin-bottom:0px;}
#rocket_to_top #level_taoke p{ text-align:center; font-size:14px; line-height:18px;}
#rocket_to_top #qr_arrow {
	width:11px;
	height:30px;
	background:url("/a/kefu/images/icon_taoke_a.png") no-repeat;
	position:absolute;
	z-index:100;
	right:78px;
	top:90px;
	display:none;
}