﻿
.fix-nav {
	display:none;
	position:fixed;
	left:100%;
	bottom:64px;
	width:100%;
	margin-left:-60px;
	z-index:2
}
.fix-nav>div {
	background-color:rgba(148, 149, 148, .8);
	width:50px;
	height:50px;
	margin-bottom:10px;
	text-align:center;
	border-radius:7px
}
.fix-nav>div:active {
	background-color:#000
}
.fix-nav img {
	margin-top:8px
}
.fix-nav p {
	color:#fff;
	font-weight:700;
	font-size:12px
}
.fix-nav .i-totop {
	width:33px;
	height:20px;
	margin-bottom:2px
}
.fix-nav .i-feedback {
	width:35px;
	height:22.5px
}
.fix-nav>div:last-child {
	margin-bottom:0
}
