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: Arial, sans-serif;
}
body {
	width: 100%;
	height: 100%;
	background: rgba(8, 5, 4, 0.90);
	overflow-x: hidden;
}
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;
}

.show_msg {
	width: 100%;
	height: 35px;
	text-align: center;
	position: fixed;
	left: 0;
	z-index: 999;
}

.show_span {
	display: inline-block;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
}

.mask-bg {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}
.setUp-mask {
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 1);
	background-size: 100% 100%;
	z-index: 9999;
	overflow-y: auto;
}
.mask-bg img {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}

.footer {
	position: fixed;
	z-index: 99;
	bottom: 0;
	height: 2.78rem;
	width: 7.5rem;
	bottom: 0px;
	left: 50%;
	margin-left: -3.75rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .footer-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.footer .download-btn {
	position: absolute;
	z-index: 1;
	right: 0.1rem;
	top: 0.12rem;
	width: 1.2rem;
}

.service{
	position: fixed;
	z-index: 99;
	right: 2px;
	top: 45%;
}
.service a{
	display: inline-block;
}
.service img{
	width: 1.7rem;
}
