@CHARSET "UTF-8";

.cm-float {
	width:175px;
	height:400px;
	background:url(/skin/fc/fc.png) no-repeat 0 0;
	-webkit-background-size:175px 400px;
	background-size:175px 369px;
	background-position:0 22px;
	position:absolute;
	top:200px;
	right:40px;
	z-index:9999
}
.cm-float:after {
	content:'';
	display:inline-block;
	position:absolute;
	width:8px;
	height:8px;
	background:#fff;
	left:50%;
	border-radius:20px;
	margin-left:-4px;
	bottom:89px
}
.cm-float.on {
	position:fixed;
	top:70px
}
.cm-float a {
	display:block;
	text-align:center;
}

.fc-logo {
	width:100px;
	height:54px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-50px;
	animation:pulse 1s linear infinite alternate;
	-webkit-animation:pulse 1s linear infinite alternate
}
.fc-img1 {
	margin-top:160px;
	
}
.fc-img2 {
	margin-top:7px;
	
}
.fc-img3 {
	margin-top:7px;
	
}
.fc-img4 {
	margin-top:7px;
	
}
.fc-img5 {
	margin-top:9px;
	margin-left: 5px;
}
.gotop {
	width:54px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-27px;
	z-index:9998
}
.fc-zx {
	animation:flash 2s linear infinite;
	-webkit-animation:flash 2s linear infinite
}
