@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button{margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-size: 100%; vertical-align:baseline;background: none repeat scroll 0% 0% transparent;}
ol,ul,li{list-style:none;}



#HituxBackTop_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 990;
	display: none;
}
#HituxBackTop_item.off {
	opacity: 0;
	visibility: hidden
}
#HituxBackTop {
	display: block;
	width: 60px;
	height: 50px;
	background: url(/images/icon_top.png) center center no-repeat;
	background-color: #444;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 10px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#HituxBackTop:hover {
	background-color: rgba(0,0,0,.7)
}
#HituxBackTop:active {
	background-color: rgba(0,0,0,.75)
}
#HituxBackTop_item .qr {
	display: block;
	width: 60px;
	height: 40px;
	border-radius: 2px;
	cursor: pointer;
	background: url(/images/icon_code.png) center center no-repeat;
	background-color: #444;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#HituxBackTop_item .qr:hover {
	background-color: rgba(0,0,0,.7)
}
#HituxBackTop_item .qr:active {
	background-color: rgba(0,0,0,.75)
}
#HituxBackTop_item .qr-popup {
	width: 170px;
	height: 200px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	position: absolute;
	left: -180px;
	bottom: 0;
	border-radius: 2px;
	display: none;
	text-align: center;
	color:#999999;
}
#HituxBackTop_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777
}
#HituxBackTop_item .qr-popup .code {
	display: block;
	margin-bottom: 10px
}
#HituxBackTop_item .qr-popup .arr {
	width: 6px;
	height: 11px;
	background: url(/images/code_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: -6px;
	bottom: 14px
}



