/*
* @description: 清除浏览器默认样式
* @author: qiao
* @update: qiao (2016-01-18 10:07)
* @version: v1.0
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, * {
	margin: 0;
    padding: 0;
}
input{
	margin: 0;
	padding: 0;
	list-style: none;
	outline:none;
}
select:focus { outline:none; }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; border-radius: 0;/*去掉苹果的默认UI来渲染按钮*/}
body {
	font-size: 12px;
	font-family:"宋体";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
a{
 color:#000;
 border:0;
 text-decoration:none;
}
a:hover{
  text-decoration:none;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;/*禁止链接长按弹出选项菜单*/
}
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
