/*
Theme Name: m-eet
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, textarea {
	font-size: initial;
}

input[type="search"]::-ms-clear {
	/* removes close icon - IE */

	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

body {
	font-family: -apple-system, sans-serif, Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8;
	position: relative;
	cursor: auto;
}

a {
	text-decoration: none;
}

a:visited {
	color: #777;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ad-center {
	text-align: center;
	margin: 0 auto;
}

