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, 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 {
  margin: 0px;
  padding: 0px;
  border: 0px none;
outline: 0px;
  font: inherit;
  vertical-align: baseline;
}
header, section, footer, aside, nav, main, article, figure, figcaption, hgroup, menu { display: block; }
*{	
/*手机端去除蓝色框*/
/*-webkit-tap-highlight-color: transparent;*/       
  -webkit-tap-highlight-color: rgba(0,0,0,0);  
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);  
  -moz-tap-highlight-color: rgba(0,0,0,0);  
  -moz-focus-ring-color: rgba(0, 0, 0, 0); 
  -o-tap-highlight-color: rgba(0,0,0,0);
  -o-focus-ring-color: rgba(0, 0, 0, 0);
  -tap-highlight-color: rgba(0,0,0,0);  
  -focus-ring-color: rgba(0, 0, 0, 0); 
}
body { font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", sans-serif }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal;}
em, i, cite, address, caption, code, dfn, strong, th, var { font-style:normal; font-weight: normal;}
a { cursor:pointer;text-decoration: none;blr:expression(this.onFocus=this.blur())/*去除虚线框*/;outline: none;}
a:active, a:hover { outline: 0 none;}
a:hover { text-decoration: none;}
img { vertical-align: middle; border:0; image-rendering: optimizeQuality;/*使图片缩放不在失真*/-ms-interpolation-mode: bicubic;}
table { border-collapse: collapse; border-spacing: 0px;width: 100%;}
ul, li { list-style: outside none none;}
textarea { vertical-align: top; overflow: auto; outline: 0px; resize: vertical;}
input,button,select,textarea{margin: 0; padding:0;border:none; font-family: Microsoft YaHei;outline: none;resize: none; -o-appearance: none; -moz-appearance: none; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
/*input, select, textarea { }*/
.fl { float:left; }
.fr{ float:right; }
.clearfix { clear:both;*zoom:1;}
.clearfix:before, .clearfix:after { display:table; content:""; line-height:0;}
.clearfix:after { clear:both;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
/* WebKit browsers */   
color: #ccc;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #ccc;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
/* Mozilla Firefox 19+ */   
color: #ccc;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
/* Internet Explorer 10+ */   
color: #ccc;   
}