@charset "utf-8";
* {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
::selection {
    
    text-shadow: none;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei','微软雅黑',arial;
}
html { }
header h1 {
    display: inline-block;
}
header h1 a {
    color: #bbb;
}
a {   color: #999;  text-decoration: none;
}
a:hover {
    color: #eee;  text-decoration:none;
}
.daan{ clear:both;  padding:0px 10px; width:100%; background:#6F6F6F; height:35px; }
.daan a,.daan a:hover {  color:#FFFFFF; font-size:16px;}
.daan ul li{ float:left; width:45px; list-style-type:none;}
