html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(bg_enter.png);
	position: relative;
}

.body {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 12%;
	text-align: center;
	height: 50%;
}

#appIcon {
	width: 12em;
	border-radius: 50px;
	box-shadow: 0px 5px 10px #cfcfcf;
}

#appName {
	font-size: 3em;
	font-weight: bold;
	margin-top: 50px;
}

#verName {
	font-size: 3em;
	font-weight: bold;
	margin-top: 1em;
}

#slogin {
	font-size: 2.4em;
	font-weight: bold;
	margin-top: 2em;
}

#platName {
	font-size: 1.8em;
	font-weight: 600;
	margin-top: 1em;
}

#productRecordNo {
	font-size: 1.3em;
	font-weight: 600;
	margin-top: 1em;
}

.footer {
	position: absolute;
	height: 10%;
	bottom: 4em;
	left: 0px;
	right: 0px;
	text-align: center;
}

#downloadBtn {
	width: 80%;
	height: 100%;
	border-radius: 40px;
	border: 1px #55aaff solid;
	font-size: 2.5em;
	font-weight: bold;
	background: #3773ff;
	color: white;
	box-shadow: 0px 5px 10px #858395;
}

.over {
	position: absolute;
	height: 100%;
	bottom: 0em;
	left: 0px;
	right: 0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.over img {
	position: absolute;
	left: 3em;
	right: 3em;
	width: calc(100% - 6em);
}