@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
html{  }
body {  font-family:'微软雅黑'; min-height:600px; }
hgroup { position:absolute; left:50%; top:10%; margin-left:-300px; width:600px;   text-align:center; }
hgroup h1 { height:60px; line-height:60px; color:#E6E6E6; font-size:50px; font-weight:bold; font-family:'微软雅黑'; }
hgroup h2 { height:30px; line-height:30px; font-size:16px; font-family:'微软雅黑'; }
footer { position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; text-align:center; }
footer p { padding-left:20px; font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#C1C1C1;}
.enterReg { position:absolute; z-index:1; width:100%; bottom:40px; height:60px; text-align:center; }
.enterReg a { display:inline-block; width:200px; height:50px; line-height:50px; line-height:50px; color:#FFF; text-decoration:none; border:solid 1px #FFF; border-radius:25px; font-size:16px; cursor:pointer; 
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.enterReg a:hover { background:#E87000;}