@charset "utf-8";
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	font-size: 18px;
	margin: 0;
}

.fl {
	float: left;
}

.bg404 {
	background: url(../images/404_bg.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
}
.bg404 .tips {
	width: 50%;
	padding: 20px 3%;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	line-height: 1.5;
	min-width: 375px;
	min-height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg404 .tips h1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #1d6fd5;
}
.bg404 .tips p {
	text-align: left;
}
.bg404 .tips b {
	color: #1d6fd5;
}
.bg404 .summary {
	color: #fff;
	margin: 30px auto;
	background: #1d6fd5;
	padding: 10px;
	border-radius: 20px;
	width: 20%;
	min-width: 300px;
}
.bg404 .summary a {
	color: #fff;
	text-decoration-line: none;
}
.bg404 .summary .count-down {
	padding: 0 10px;
}
