@charset "utf-8";
/*CSS Document */
/*clear: both; */
/*display: block;*/
/*background:transparent;*/
/*font-weight:bold;*/

body{
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
	/*
	font-size: 14px;
	*/
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

.ModuleLogo{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}
.ModuleLogoBody{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 367px;
	margin-top: -183.5px;
	margin-left: -200px;
}
.ModuleLogoBottom{
	position: absolute;
	bottom: 0px;
	left: 0rpx;
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #999;
	text-align:center;
	line-height:40px;
	background: #fff;
}
.ModuleLogoBottom a{
	color: #999;
}