@charset "utf-8";
/* CSS Document */

.clear {clear:both;}
* {box-sizing: border-box}
input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer, menu {
	margin: 0;
	padding: 0;
}
body {
	font-size: 18px;
	color: #fff;
	background-color: #1a1a1a;
	-webkit-text-size-adjust: none;
	/*min-width: 320px;*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
ul, ol, menu {list-style: none;}
a {
	text-decoration: none;
	color: whitesmoke;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
 }
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
textarea {resize: none;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {color: transparent;}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ellipsis {
	white-space: nowrap;
	word-wrap: break-word;
}
header, footer, article, section, nav, menu, hgroup {
	display: block;
	clear: both;
}

/*自适应性*/
@media (max-width: 1280px) {
    body {font-size: 14px;}
}
