.floatTrueland {
	width:40px;
	position:fixed;
	right:10px;
	bottom:45%;
	z-index:999999;
	color:#696969
}
.floatTrueland img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle
}
.floatTrueland .list>li {
	width:40px;
	height:40px;
	margin-bottom:5px;
	background: #333;
	border-radius: 3px;
	position:relative
}
.floatTrueland .list .icon {
	width:40px;
	height:40px;
	cursor:pointer;
	display:block;
	margin:auto
}
.floatTrueland .item {
	width:160px;
	border:1px solid #eaeaea;
	position:absolute;
	right:50px;
	bottom:0;
	display:none
}
.floatTrueland .item .arrow {
	display:block;
	width:11px;
	height:17px;
	background:url(../images/arrow.png) no-repeat center center;
	position:absolute;
	right:-10px;
	bottom:10px
}
.floatTrueland .qqItem .box {
	padding:0 0 0 0;
	background-color:#fff
}
.floatTrueland .qqItem .btns {
	border-bottom:1px solid #eaeaea;
	padding:10px
}
.floatTrueland .qqItem .btns a {
	display:block;
	background-color:#eff4f6;
	font-size:12px;
	color:#646464;
	text-decoration:none;
	line-height:25px;
	margin:0 0 10px 0;
	border:1px solid #c8d1d6;
	text-align:center
}
.floatTrueland .qqItem .btns a>img {
	margin-right:10px;
	position:relative;
	top:3px
}
.floatTrueland .qqItem .btns a:hover {
	background-color:#c8d1d6
}
.floatTrueland .qqItem .btns a:last-child {
	margin-bottom:0
}
.floatTrueland .qqItem .txt {
	background-color:#f7f7f7;
	border:1px solid #fff;
	font-size:12px;
	padding:5px;
	line-height:30px
}
.floatTrueland .phoneItem {
	display:block;
	font-size:18px;
	position:absolute;
	right:0;
	top:0;
	width:0;
	opacity:0;
	filter:alpha(opacity=0);
	height:100%;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	background:#333;
	cursor:pointer;
	text-align:center
}
.floatTrueland .phoneItem img {
	vertical-align:middle;
	margin:-3px 5px 0 0
}
#returnTop{
	display:none
}
