body {
	font-family: SourceHanSansCN-Medium;
	margin: 0 auto;
	background-color: #e1e7f1;
}

* {
	margin: auto;
}

img {
	max-width: 100%;
}

#container img {
	display: block;
}

#container {
	margin: 0 auto;
	min-height: 100vh;
	background: url("../img/bg01.png") no-repeat center 0;
	background-size: 100% 110%;
	padding: 1px 0 2.67rem;
}

.header {
	margin: 0.52rem auto 0;
}

.im01 {
	margin: 0.28rem 0.16rem 0 0.16rem;
}

.im02 {
	width: 100%;
}

.im03 {
	margin: 0.12rem 0.453rem 0 0.453rem;
}

.mark {
	font-size: 0.422rem;
	margin: -0.25rem 0.56rem 0.22rem 0.56rem;
}

.mark span {
	font-weight: bold;
}

.mark a {
	color: #ff1300;
	text-decoration: none;
}

.btnv {
	margin: 0.266rem 1.95rem 0.48rem 1.95rem;
	display: block;
}


.footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}

.footer img {
	display: block;
}

.dw {
	width: 2.9rem;
	position: absolute;
	right: 0.42rem;
	top: 50%;
	transform: translateY(-50%) scale(1);
	animation: identifier 1s infinite;
}

.dw img {
	width: 100%;
}

.messageD {
	margin: 0 0.45rem;
}

.message {
	background-image: url(../img/im02.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 1.63rem;
	font-size: 0.32rem;
	line-height: 0.46rem;
}

.message p {
	width: 100%;
    padding: 0.17rem 0.37rem 0.52rem 0.37rem;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.message p .code {
	color: #fffe00;
}

@keyframes identifier {
	from {
		transform: translateY(-50%) scale(1);
	}

	to {
		transform: translateY(-50%) scale(.8);
	}
}

.kf {
	position: fixed;
	right: 0;
	top: 40%;
}

.kf img {
	width: 2.13rem;
}

.light_hint {
	width: auto;
	height: auto;
	font-size: 0.42rem;
	line-height: 0.8rem;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10002;
	display: none;
	padding: 0.22rem 0.44rem;
}