.container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.banner {
	width: 100%;
	position: relative;
	color: #fff;
}

.title-box {
	position: absolute;
	width: 100%;
	top: 5%;
}

.banner-title-1 {
	margin-top: 2px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

.banner-title-2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 6px;
}

.banner>img {
	width: 100%;
	height: auto;
}

.footer {
	width: 100%;
	margin-top: 52px;
}

.download-btn {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	/*height: 42px;*/
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 6px;
	background-color: #FF5D37;
	font-size: 16px;
}

.download-btn>img {
	width: 100%;
	height: auto;
}

.download-btn>span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	top: 50%;
	margin-left: 15px;
	margin-top: -15px;
	line-height: 30px;
}

.app-version {
	margin-top: -24rem;
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

/*控制样式*/
.hidden {
	display: none;
}

/*浮层*/
#mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#mask>img {
	width: 90%;
	height: auto;
	margin-left: 10%;
}

#mask-close {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	margin-top: 52px;
	background-color: #fff;
}

#mask-close>img {
	width: 50%;
	height: auto;
	margin: 0 auto;
	margin-top: 12px;
}
