@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */

.fixed-view-ico {
	position: fixed;
	right:50%;
	top: 50%;
	z-index: 999;
	margin-top:-136px;
	margin-right:-631px;
	width:34px;height:272px;
}
.fixed-view-ico a {
	display:block; 
	width:24px;
	height:32px;
	position:relative;
	margin:0 0 4px 0;
	padding:5px;
	cursor:pointer;
	background:#fff;
	font-size:10px;
	color:#000;
}
.fixed-view-ico a:hover,.fixed-view-ico a.cur{background:#c30d23;color:#fff;}


