﻿@charset "utf-8";
/* CSS Document */
*{-webkit-text-size-adjust:auto !important;}
html,body{
    min-height:100%;
}
body{
	margin:0px;
	background-image: url(../images/back.png);
}
#main{
	margin:auto;
	min-height:100%;
	}
#weixin{
	position: absolute;
	z-index: 99;
	background-color: rgba(0, 0, 0,0.8);
	width:100%;
	min-height:100%;
	text-align: right;
	padding-top:20px;
	display: none;
}
#header{
	width:100%;	
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-size:cover;
	min-height:100%;
	}
	
#body{
	text-align:center;
	}
#footer{
	padding:0px 20px;
	position:absolute;
	bottom:0px;
	right:0px;}
.red{
	font-size:1.2em;
	color:#F03;
	font-family:"微软雅黑"}
.grey{
	font-size:1.2em;
	color:#CCC;
	font-family:"微软雅黑"}
.grey1{
	font-size:1.5em;
	color:#CCC;
	}
