@CHARSET "UTF-8";
.radius-bg{
	width:230px;
	height:230px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-120px; 
	margin-left:-115px;
	z-index:20002;
	border-radius:160px;
	background:url(../images/beij.png) center center;
	background-image:url(../images/beij.png);
}
.shanc{
	display:block;
	width:28px;
	height:28px;
	background:url(../images/shanc.png) center center;
	background-image:url(../images/shanc.png);
	position:absolute;
	top:20px;
	right:20px;
	z-index:20008;
}
.shanc:hover{
	background:url(../images/shanc1.png) center center;
	background-image:url(../images/shanc1.png);
	-webkit-animation:rotateIn 0.5s .1s ease both;
	-moz-animation:rotateIn 0.5s .1s ease both;
}
@-webkit-keyframes rotateIn{
	0%{-webkit-transform-origin:center center;
	-webkit-transform:rotate(360deg);
	opacity:1
	}
	100%{-webkit-transform-origin:center center;
	-webkit-transform:rotate(0);
	opacity:1}
}
@-moz-keyframes rotateIn{
	0%{-moz-transform-origin:center center;
	-moz-transform:rotate(360deg);
	opacity:1}
	100%{-moz-transform-origin:center center;
	-moz-transform:rotate(0);
	opacity:1}
}
.z-c{
	width:100%; 
	height:100%;
	background-color:#999; 
	opacity:0.7; 
	z-index:20001; 
	position:fixed;
	left:0;top:0; 
}
.img-d{
	width:230px;
	margin-left:38px;
	padding-top:50px;
}
.gif-load{
	width:80px;
	margin-left:35px;
}
.load-text{
	width:230px;
	font-size:14px;
	color:#333;
	margin-top:10px;
}