/*
@名称: base
@功能: 重设浏览器默认样式
*/
html { color:#111; font-size:13px; background:#000615; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
/* IE bug fixed: th 不继承 text-align*/
th { text-align:inherit; }
/* 去除默认边框 */
fieldset, img, a img { border:0; }
img{display:inline; vertical-align:middle;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display:block; }
/* 去掉列表前的标识, li 会继承 */
ol, ul { list-style:none; }
caption, th { text-align:left; }
q:before, q:after { content:''; }
ins, a { text-decoration:none; }
a{color:#000;}
a:hover{text-decoration:underline;}
/* 清理浮动 */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom:1; }
.clear {clear: both;  }
.fl { float:left; }
.fr { float:right; }

/**/
.mb10{margin-bottom:10px!important;}


/*修复firefox button内文字不垂直居中*/

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 margin:0;
 padding:0;
 border:none;
}

a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0); -webkit-touch-callout:none;-ms-tap-highlight-color:rgba(255,0,0,0); -ms-touch-callout:none;-moz-tap-highlight-color:rgba(255,0,0,0); -moz-touch-callout:none;tap-highlight-color:rgba(255,0,0,0); touch-callout:none;}

/* Css Reset End */
