*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
	/* -webkit-touch-callout: none; iOS Safari

	-webkit-user-select: none; Chrome/Safari/Opera

	-khtml-user-select: none; Konqueror

	-moz-user-select: none; Firefox

	-ms-user-select: none; Internet Explorer/Edge

	user-select: none; Non-prefixed version, currently

	not supported by any browser */
}
body,html{
	overflow: hidden;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
	margin: 0;
	padding: 0;
	outline: 0;
}

body, button, input, select, textarea {
	font: 12px 'Microsoft YaHei', tahoma, arial, sans-serif;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var,i {
	font-style: normal;
}

code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ul,ol,li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ff6600
}

legend {
	color: #000;
}

fieldset, img {
	border: 0;
}

button, input, select, textarea {
	font-size: 100%;
	outline: none;
	background: none;
	border: none;
	border:1px solid ;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clear{
	zoom: 1;
}

img {
	border: 0px;
}

.zs-left {
	float: left;
}

.zs-right {
	float: right;
}
.oe{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}