* {
	padding: 0;
	margin: 0
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed
}

#tbox {
	width: 74px;
	/* height: 210px; */
	position: fixed;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_margin-bottom: 10px;
	right:0;
	bottom: 20px;
	background: #fff;
	border-radius: 3px 0 0 3px;
}
.returnDiv{
	height: 63px;
	padding-top: 7px;
	position: relative;
	z-index: 9999;
}
.returnDiv:after{
	content: '';
	position: absolute;
	width: 70px;
	height: 2px;
	left:3px;
	bottom: 0;
	background: #eeeeee;
	
}
.returnDiv>span{
	display: block;
	width: 75px;
	height: 37px;
	margin: 0 auto 2px;
}
.returnDiv>span.returnDiv_tt{
	background: url(../images/icon_tt.png);
	background-size:75px 37px;
}
.returnDiv>span.returnDiv_wx{
	background: url(../images/icon_wx.png);
	background-size:75px 37px;
}
.returnDiv>span.returnDiv_db{
	background: url(../images/icon_hj.png);
	background-size:75px 37px;
}
.returnDiv>em{
	display: block;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.returnDiv_Dwewm{
	position: absolute;
	right: 80px;
	top: 0;
	background: #fff;
	width: 140px;
	border-radius: 5px;
	display: none;
	z-index: 9999;
}
.returnDiv_Dwewm>p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}
.returnDiv_Dwewm>div{
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
}
.returnDiv_Dwewm>div img{
	display: block;
	width: 100px;
	height: 100px;
}
.returnDiv:hover{
	background: #e93c4e;
	cursor: pointer;
}
.returnDiv:hover>span.returnDiv_tt{
	background: url(../images/icon_ttw.png);
	background-size:75px 37px;
}
.returnDiv:hover>span.returnDiv_wx{
	background: url(../images/icon_wxw.png);
	background-size:75px 37px;
}
.returnDiv:hover>span.returnDiv_db{
	background: url(../images/icon_hjw.png);
	background-size:75px 37px;
}
.returnDiv:hover em{
	color: #fff;
}
.returnDiv:hover>div{
	display: block;
}
#tbox>div:last-child:after{
	position: inherit;
}
#tbox>div:hover:after{
	position: inherit;
}
.returnDiv_Dwewm_wx{
	top: -30px;
}


#gotop {
	
}
