﻿/* CSS Document */
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中英文 2.基于最新主流浏览器
维护：徐金涛(qq:1838330)
*/
@charset "utf-8";
html{color:#666666;background-color:#FFFFFF;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body {margin:0 auto;}
body,button,input,select,textarea {font-size:12px;font-family:微软雅黑,Arial,宋体,Tahoma, Helvetica, "\5b8b\4f53", sans-serif;} 
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
select, input, button, textarea { _font-size:100%; }
h4, h5, h6 {font-size:100%;}
address, cite, dfn, em, var {font-style: normal;} 
code, kbd, pre, samp, tt {font-family: "Courier New", Courier, monospace;} 
small {font-size: 12px;}
ul,ol,dl{list-style:none outside none;}
a {text-decoration: none;color:#666666;}
a:hover{text-decoration:none;color:#0888d3;}
a,a:hover{outline: none;blr:expression(this.onFocus=this.blur());} 
:focus{outline:none;}
legend {color: #000;} 
fieldset, img {border: none;} 
button, input, select, textarea {font-size: 100%;}
hr {border: none;height: 1px;}
/*html {overflow-y: scroll;overflow-x:auto;}*/
html{overflow-x:auto;overflow-y:scroll;}/*去掉底部滚动条*/
li {list-style:none;}






