::-webkit-scrollbar{ width:1px; height:1px; background-color:#ECECEC;}
::-webkit-scrollbar:hover{ background-color:#eee; }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:3px; background-color:#797979; height:10px; }
::-webkit-scrollbar-thumb:hover{ background-color: #bbb;}
::-webkit-scrollbar-thumb:active{ background-color:#888;}
html,body{background: #010937;font-family:Microsoft YaHei;font-weight: 100;color:#fff;}
*{margin: 0; padding: 0;}
a.dd{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
a{text-decoration: none;color: #fff}
li{list-style:none;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.inner{width: 1100px;margin: 0 auto;}
.bg-f{background: #fff;}
button,textarea,input{outline: none;border:0;}