@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-family:"微软雅黑";
	font-weight: normal;
	background: #fff;
}
.*{ margin:0; padding:0;font-family:"微软雅黑";font-family:"微软雅黑"\9;}
button { cursor:pointer;}
form { display:inline;}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
button,
textarea,
p,
th,
td {
	margin: 0px;
	padding: 0px;
}
.z{
	clear: both;
}

input,
select {
	font-size: 12px;
	line-height: 16px;
	font-family:"微软雅黑"\9;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

:focus {
	outline: 0;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}
input[type="button"], input[type="submit"], input[type="reset"], button,input[type="text"]  {
-webkit-appearance: none;
}
.flexbox{
	display:-moz-box; /* Firefox */
	display:-webkit-box; /* Safari and Chrome */
	display:-ms-flexbox; /* Internet Explorer 10 */
	display:box;
	-webkit-box-align:center;
}
.flex_s{
	-webkit-box-flex: 1;
	 -moz-box-flex: 1;
	 -webkit-flex: 1;
	 -ms-flex: 1; 
	flex: 1;
}
  /* i i s 7 . c o m */