@charset "utf-8";
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p, th, td, dl, dt, dd, figure, fieldset, img { margin: 0; padding: 0; }
body,div,nav,ul,li{
	box-sizing: border-box;
}
html{
	font-family: "arial narrow", "微软雅黑","microsoft yahei";
	font-size: 100%;
}
input{outline:none;border:none;box-shadow:none;}
em, i { font-style: normal; }
html { width: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; }
a {text-decoration: none; color: #333333; }
/* a:hover{color: #f52b3b;} */
ul,li, ol { list-style-type: none; }
a:focus { outline: 0; } 