@charset "utf-8";	/*编码设置*/

/*重置CSS*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; }
img{display: block;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ul, ol { list-style:none; }
input::-moz-focus-inner { border:none; padding:0; }
select, input { vertical-align:middle; }
select, input, textarea { margin:0; }
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
table { border-collapse:collapse; }

/*清除浮动*/
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }

/*默认A链接*/
a { color:#333; text-decoration:none; }
a:visited { color:#666; }
a:hover, a:active, a:focus { color:#8ec31e; text-decoration:underline; }

/*bootstrap 兼容IE10 wp8 */
@-ms-viewport       { width: device-width; }
/*bootstrap 兼容 wp8  Update 3 (a.k.a. GDR3) */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport

