@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}
body {
	font-family: 'Microsoft YaHei', Helvetica, Arial;
	font-size: 16px;
	color: #333;
	min-width: 1200px;
}
ul,
li {
	list-style: none;
	box-sizing: border-box;
}

input {
	font-size: 16px;
	outline:none;
}
table { border-collapse: collapse;border-spacing: 0;}
img { border: none;}
button,em,input,option,select,textarea,th { font:inherit;}
h1,h2,h3,h4 { font-weight: normal; font-size:100%;}
a,
a:hover {
	text-decoration: none;
	color:#333;
	cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}