* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* img,a {
    padding:0;
    margin:0;
} */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	position: relative;
	background: #eaf8fb url('../../img/bg.jpg') repeat-y;
	background-size: 100%;
}

.hidden {
	display: none;
}

.gameIcon {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 4.3rem;
	height: 4.3rem;
	position: fixed;
	right: 0;
	bottom: 15rem;
	left: 0;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 3px 3px 16px #666666;
}

.gameText {
	position: fixed;
	right: 0;
	bottom: 12rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.7rem;
	font-weight: bold;
	color: #606160;
}

.btnOpen {
	background: #0ab101;
	background-size: 100%;
	border-radius: 10px;
	width: 5rem;
	height: 2.1rem;
	line-height: 1.8rem;
	position: fixed;
	right: 0;
	bottom: 8rem;
	left: 0;
	margin: 0 auto;
	border: 0 none;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 0.8rem;
}

.downloadText {
	color: #333333;
	font-size: 0.6rem;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 2rem;
	/* display: none; */
}

.downloadText span {
	color: #ff0000;
}

.dialog {
	background: rgba(0, 0, 0, 0.8) url('../../img/dialog.png') no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}

.browser {
	width: 1.9rem;
	height: 1.9rem;
	position: fixed;
	top: 10.8rem;
	left: 12.4rem;
}

.dialogIcon {
	width: 2.4rem;
	height: 2.4rem;
	position: fixed;
	top: 20.6rem;
	left: 8.2rem;
}

.pcText {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 1rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #3a3c3e;
}

.pcQr {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 2.5rem;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.footer-container {
	/* margin-top: 0; */
	/* border: 1px solid red; */
	position:fixed; 
	bottom:0;
	width: 100%;
	padding: 20px 20px 0 20px ;
}

#footer a {
	color: inherit;
}

#copyright {
	color: #aaa;
	padding: 4em 0 0 0;
	text-align: center;
}

#copyright a {
	color: inherit;
}

.l-footer {
	margin-top: 80px;
	padding: 80px 0;
	background: #282626;
	overflow: hidden;
}

.footer .footer-list {
	/* background: #282626; */
	padding: 0.6rem 0.4rem;
	text-align: center;
}

.footer-p {
	margin-bottom: 0;
	font-size: 36px;
}
