body,fieldset,html,iframe,img {
	border: 0
}

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

li {
	list-style: none
}

caption,th {
	font-weight: 400;
	font-style: normal;
	text-align: left
}

em {
	font-style: normal
}

strong {
	font-weight: 700
}

body,input,select,textarea {
	font-family: Arial,"Hiragino Sans GB",\5fae\8f6f\96c5\9ed1,Helvetica,sans-serif;
	font-size: 14px;
	color: #444;
	outline: 0;
	border: 0
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
	margin: 0
}

body {
	background-color: #fff
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}

a,button {
	cursor: pointer
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	color: #ea2828
}

/*body,html {
	width: 100%;
	height: 100%
}*/

html {
	overflow: auto
}

body {
	text-align: left;
	background: #fff
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
i, em {
    font-style: normal;
}
.layui-container {
	width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}