@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px; outline:none;}
img{ border:none; vertical-align:bottom; }
a{ color:#585858; text-decoration:none;}
a:hover{ text-decoration:underline;}
body{ font-family:"微软雅黑"; color:#585858;}

.header{ width:1000px; margin:auto;}
.content{ width:1000px; margin:auto;}

.clear{ clear:both; height:1px; overflow:hidden;}

.bgs{ position:fixed; width:100%; height:100%; z-index:100; background:#000000;background-color:rgba(0,0,0,0.9);}