@charset "utf-8";
*{
	margin: 0; padding: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;/* Safari */
	font-size: 16px;
}
html,body{font-family:"微软雅黑","宋体",Arail,Tabhoma; text-align: left;}
ul,ol{list-style: none;}
img{border: none;vertical-align: top;cursor: pointer;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
select,textarea,button{outline:0;}
button{border: none;cursor: pointer;}
table{border-collapse: collapse; border-spacing: 0;}
th,var,em,i{font-weight: normal; font-style: normal;}
a{text-decoration: none;}

