@CHARSET "UTF-8";

::-webkit-scrollbar { width: 3px; height: 5px; background:#f2f2f2; border-radius: 2px; }
::-webkit-scrollbar-thumb { background:rgba(100,100,100,0.6);border-radius: 6px;  }
::-webkit-scrollbar-thumb:hover { background:rgba(100,100,100,0.9); }

* {
	padding:0; margin:0;
    font-family:"Helvetica Neue",Helvetica,Arial,"Hiragino Sans Gb","Microsoft YaHei",Sans-serif;
    line-height: 22px; word-wrap:break-word; word-break:break-all;
    -webkit-font-smoothing: antialiased;
}

body { color:#111; background: #fff; overflow-y: scroll;}
ol,ul { list-style: none; }
a:link,a:visited,a:active { text-decoration:none; color:#111; }
a:hover { text-decoration: underline; color:#111;}
img { border:none;}
input,textarea { outline:none; resize:none; }