/**
 * reset css file v1.0.0 for some html5 project
 * Released under the MIT license
 * http : //www.joinbright.com/license
 * Author : Wangpq;
 * Date : 2014-04-11T13:10Z
 */
/* 重置所有的元素样式 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,progress {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-family:Microsoft YaHei ,SimSun,Arial,Helvetica,sans-serif;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

audio,canvas,video,progress{display:inline-block;}
audio:not([controls]) {display:none;}

body{
	font-size :14px;
	font-family:Microsoft YaHei ,SimSun,Arial,Helvetica,sans-serif;
	-webkit-text-size-adjust: none;	
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent; /* For some android devices */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

strong,b,em {font-weight: bold; }
i{font-style:italic; }
pre,code{font-size: 12px;  font-weight:normal; }

dl,ol,ul{list-style: none;}
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;}
table,thead,tbody,tfoot,tr,td{margin:0}
th,td,caption {font-weight:normal;vertical-align:top;text-align:left;}

a {text-decoration: none;outline: 0; -webkit-touch-callout:none;}
a,a:visited  {text-decoration:none;outline:none; }
a:hover,a:active{text-decoration:none; }

p {font-size: 1em;line-height:24px;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal}
hr {background:black; border:none; color:black; display:block;height:1px;width:100%;}
address, caption, cite, code, dfn, strong, th, var{font-style:normal;font-weight:normal}
img {border:none;vertical-align:top;-ms-interpolation-mode: bicubic;}
a img {display: block;}
sub,sup {position: relative;font-size: 75%;line-height:0;vertical-align: baseline;}
sup {top:-0.5em;}
sub {bottom: -0.25em;}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0;
    background: none;
    -webkit-appearance: none;
    outline: 0;
}

/* 移除元素的在focus等状态下的一些默认效果 */
a, a:active, a:focus,
button, button:active,
input, input:focus,
select, select:focus,
textarea, textarea:focus,[onclick]{
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/* 清除浮动 */
.clx:before,.clx:after {display:table;content:"";}
.clx:after{clear: both;}
