@charset "utf-8";

*, *:before, *:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	color: #333;
}

body, input, button, select {
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #b0b0b0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"],
    input[type="email"], input[type="month"], input[type="number"], input[type="password"],
    input[type="search"], input[type="tel"], input[type="text"], input[type="time"],
    input[type="url"], input[type="week"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.1em solid;
    border-color: #e1e1e1;
    color: #212529;
    outline: none;
    padding: 0.2em 0.3em;
    height: 2.5em;
    /* IE7 */
    *padding-top: 0.2em;
    *padding-bottom: 0.1em;
    *height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0px;
}

address, caption, cite, code, dfn, th, var, em, i {
	font-weight: normal;
	font-style: normal;
}

ol, ul {
	list-style-image: none;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #383838;
	outline: none;
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0
}