.cmsl_toupmove{
	position:fixed;
	z-index:999;
	bottom:150px;
	right:20px;
	display:none;
	text-align:center;
	padding-top:5px;
	opacity:0.7;
	cursor:pointer;

	/*
	width:32px;
	height:32px;
	background:url(toupmove1.png) no-repeat;
	*/

    background-repeat:no-repeat;
    background-image:url(toupmove2.png);
    width:74px;
    height:74px;
}
.cmsl_toupmove:hover{
	opacity:0.9;
}

@media (max-width: 1023px){
	.cmsl_toupmove{
		display:none!important;
	}
}