/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 201101262222222222222222222222222222222222222222222
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 微软雅黑 !important;
	/*font-weight:normal;*/
	color: #333;
}

/* HTML5 display-role reset for older browsers overflow-x:hidden;    */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #ffffff;
	max-width: 640px;
	margin: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*===add ===*/
*:not(input) {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
textarea{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-appearance: none;}
img{border:0;max-width:100%;}

select,input{vertical-align:middle; padding: 0px; font-family: 微软雅黑 !important;-webkit-appearance: none;}
.clear { display:block !important; clear:both !important; float:none !important; margin:0 !important; padding:0 !important; height:0; line-height:0; font-size:0; overflow:hidden;}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block; float:left;
}
.clear_float{ clear:both;}

a{text-decoration:none;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; overflow:hidden;}
.clearfix{ zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

