.cmsl_toupmove{
	position:fixed;
	z-index:1000;
	bottom:40px;
	right:20px;
	width:32px;
	height:32px;
	display:none;
	text-align:center;
	padding-top:5px;
	opacity:0.7;
	cursor:pointer;
	background:url(toupmove1.png) no-repeat;
}
.cmsl_toupmove:hover{
	opacity:0.9;
}

@media only screen and (max-width: 990px){
	.cmsl_toupmove{
		display:none !important;
	}
}