@charset "utf-8";
/* 初始化标签在所有浏览器中的margin、padding值 */ 
html, body, div, span, applet, object, iframe,    h1, h2, h3, h4, h5, h6, p,    blockquote, pre, a, abbr, acronym, 
address, big,    cite,code, del, dfn, em, font, img,    ins, kbd, q,samp,small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody, tfoot, thead, tr, th, td,center, u, b, i {margin:0;padding:0}  

html { overflow-y: scroll; /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
	-webkit-text-size-adjust: none; /* 解决chrome下不能显示小于12px字体的问题 */
}
 html * {outline: none;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
 html {color: #000;background: #fff;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
 
  /* 重置body 页面背景为白色 */ 
body {background:#fff} 

 /* 设置默认字体; font: 12px Tahoma, Helvetica, Arial, "宋体", sans-serif; */ 
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体",'lucida grande',verdana,Tahoma,Helvetica,Arial,"\5b8b\4f53" sans-serif;color:#666} 
 
 /* 重置table属性 */  
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}  

 /* 重置fieldset（表单分组）、图片的边框为0*/  
fieldset,a img,:link img,  :visited img, img { border:none; text-decoration: none } 

 /* 重置表单控件垂直居中*/  
input,select,textarea,button {vertical-align:middle} 

/* 去掉各 Table  cell 的边距并让其边重合 */
table {border-collapse: collapse;border-spacing: 0;}
input,select,textarea {font-size: 100%;}

/* 重置表单button按钮效果 */   
button {border:none;background-color:transparent;cursor:pointer}  

/* 重置类表前导符号为onne,menu在HTML5中有效 */ 
dl,ul,ol,menu,li {list-style:none}   
 
 /* 重置嵌套引用的引号类型 */   
blockquote, q {quotes: none}  
 
 /* 重置嵌套引用*/  
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym {border: 0;font-variant: normal;}

/* 一致的 del 样式 */
del {text-decoration: line-through;}

 /* 统一等宽字体 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {text-align: left;}

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: 500;}

/* 重置样式标签的样式 */  
address,caption,cite,code,dfn,em,var,i,h1,h2,h3,h4,h5,h6 {font-style:normal;font-weight:normal}  

/* 小于 12px 的中文很难阅读，让 small 正常化 */
small { font-size: 12px; } 

 /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
abbr[title], acronym[title] {border-bottom: 1px dotted;cursor: help;}
q:before, q:after { content: ''; }

/* 重置表格标题为隐藏 */  
caption {display:none;}  

/* img 搭车：让链接里的 img 无边框; 图片在当前行内的垂直位置 */
img{vertical-align:middle; border: none;} 

 /* 重置页面a标签文字属性,默认不显示下划线 */  
ins,a{color:#666;text-decoration:none;cursor:pointer}
 
 /* 重置链接a标签 */  
a:link, a:visited, a:hover, a:active {outline: 0;  text-decoration: none} 
a:hover { text-decoration: none; }

/* 取消a标签点击后的虚线框 */  
a {outline: none;}    

/* 设置链接 a 在获得焦点的同时失去焦点。如果你用的是图片链接什么的，他不会显示周边的虚线 */  
:a:active{outline:none;star:expression(this.onfocus=this.blur());}   

/* 统一上标和下标 */
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */  
::selection {color: #fff;background-color: #4C6E78;}      
::-moz-selection {color: #fff;background-color: #4C6E78;}   

/*清除浮动--推荐使用*/ 
.clear{clear: both;}   
.clearfix:before,.clearfix:after{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden}  