@charset "utf-8";

body {
	background: #000000;
	color: #ffffff;
	line-height: 1.5;
	font-size: 14px;
	font-family: "Microsoft YaHei", "PingFang SC", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #007eff;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}


.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.fixed-bottom p {
	text-align: center;
}

.center-div {
	background-color: black;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	transform: translate(-0%, -40%);
}
.center-div h2{ text-align: center; margin-bottom: 30px;}

.contact{color: #666;}