@media screen and (max-width: 700px) {
.right-float{
	position:fixed;
	z-index:999;
	right:0px;
	top:50%;
}
.right-float ul li {
	margin: 5px 0;
	background-color: #0c2de5;
	opacity:0.7;
	position: relative;
	border-radius: 4px;
}
.right-float ul li a {
	display: table-cell;
	text-align: center;
	font-size: 10px;
	color: #fff;
	width: 48px;
	height: 48px;
	vertical-align: middle;
	text-decoration:none;
}
.right-float li #shouye{
	height:40px;
	width:40px;
}
.right-float img {
	border: none;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.right-float ul {
	list-style: none;
}

}