
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
form,
textarea {
	margin: 0;
}

ul,
ol,
td,
th,
textarea,
option {
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0 none;
}

img {
	border: 0 none;
	vertical-align: top;
}

var {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* 垂直居中专用标签 */
table {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

iframe {
	vertical-align: top;
	vertical-align: middle;
}

/*
============================================================================================================================================
 * 当前网站基本设置：	包括链接颜色、图片处理。
============================================================================================================================================
*/
html {
	position: relative;
	height: 100%;
	width: 100%;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

body {
	width: 100%;
	height: 100%;
	/* background: rgba(8, 5, 4, 0.90); */
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #333333;
}

a:hover {
	color: #666 !important;
}

a:visited {
	color: #333333;
}

select {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	background-size: cover;
}

textarea {
	white-space: pre-wrap;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: auto;
	resize: none;
	outline: 0;
	line-height: 16px;
}

input[type="text"],
input[type="password"] {
	zoom: 1;
	line-height: 16px;
	vertical-align: top;
	outline: 0;
	margin: 0;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}