* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

.content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, .4); */
	top: 0;
	left: 0;
}

.header {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.logoBox {
	text-align: center;
	margin-top: 1rem;
}

.logoBox img {
	width: 150px;
	height: 150px;
	border-radius: 0.2rem;
	background: #fff;
	box-shadow: 0 0 0.4rem #fff;
}

.header p {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 0.5rem;
	font-weight: bold;
}

.downBox {
	width: 100%;
	margin-top: 0.5rem;
}

.downBox p {
	width: 300px;
	height: 70px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 70px;
	background-color: #fff;
	text-align: center;
	padding-left: 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 0.5rem;
	border: 1px solid #343434;
}

.downBox p img {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 20px;
	top: 15px;
}

.downBox p:nth-child(2) {
	background-color: rgb(52, 52, 52);
	border: 1px solid #fff;
	color: #fff;
}


.download {
	width: 100%;
	margin-top: 0.3rem;
}

.download p {
	margin: 0 auto;
	width: 70%;
	background-color: rgba(255, 255, 255, 0) !important;
	color: #c7f930;
	text-align: center;
	font-size: 20px;
	position: relative;
	margin-bottom: 0.2rem;
	text-decoration: underline;
}

.download img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.sm2 {
	color: orangered !important;
	margin-top: 0.5rem;
}

#remind {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.7);
	display: none;
}

.imgBox {
	width: 4rem;
	height: 4rem;
	float: right;
	margin: 1rem;
}

.textBox {
	color: #fff;
	clear: both;
	width: 45%;
	border: 4px dashed #fff;
	padding: 0.7rem 1.4rem;
	border-radius: 2rem;
	margin: 0 auto;
}

.closeBtn {
	color: #fff;
	margin: 6rem auto;
	text-align: center;
	font-size: 0.75rem;
	text-decoration: underline;
}

@media(max-width:750px) {
	* {
		margin: 0;
		padding: 0;
	}

	html,
	body {
		width: 100%;
		height: 100%;
	}

	.content::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		/* background-color: rgba(0, 0, 0, .4); */
		top: 0;
		left: 0;
	}

	.header {
		width: 100%;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}

	.logoBox {
		text-align: center;
		margin-top: 8rem;
	}

	.logoBox img {
		width: 3.6rem;
		height: 3.6rem;
		border-radius: 0.7rem;
		background: #fff;
		box-shadow: 0 0 0.4rem #fff;
	}

	.header p {
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
		margin-top: 0.5rem;
		font-weight: bold;
	}

	.downBox {
		width: 100%;
		margin-top: 4rem;
	}

	.downBox p {
		margin: 0 auto;
		width: 70%;
		height: 2rem;
		line-height: 2rem;
		background-color: #fff;
		text-align: center;
		padding-left: 20px;
		border-radius: 4px;
		font-size: 0.75rem;
		position: relative;
		margin-bottom: 0.5rem;
		border: 1px solid #343434;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.downBox p img {
		position: absolute;
		width: 1.2rem;
		height: 1.2rem;
		left: 2rem;
		top: 0.4rem;
	}

	.downBox p:nth-child(2) {
		background-color: rgb(52, 52, 52);
		border: 1px solid #fff;
		color: #fff;
	}

	.download {
		width: 100%;
		margin-top: 1rem;
	}

	.download p {
		margin: 0 auto;
		width: 70%;
		background-color: rgba(255, 255, 255, 0) !important;
		color: #c7f930;
		text-align: center;
		/* padding-left: 20px; */
		text-align: center;
		font-size: 0.65rem;
		position: relative;
		margin-bottom: 0.5rem;
		text-decoration: underline;
	}

	.download img {
		width: 0.7rem;
		height: 0.7rem;
		vertical-align: middle;
		margin-right: 0.2rem;
		margin-top: -0.1rem;
	}

	.sm2 {
		color: orangered !important;
		margin-top: 0.5rem;
	}

	#remind {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgb(0, 0, 0, 0.7);
		display: none;
	}

	.imgBox {
		width: 4rem;
		height: 4rem;
		float: right;
		margin: 1rem;
	}

	.textBox {
		color: #fff;
		clear: both;
		width: 45%;
		border: 4px dashed #fff;
		padding: 0.7rem 1.4rem;
		border-radius: 2rem;
		margin: 0 auto;
	}

	.closeBtn {
		color: #fff;
		margin: 6rem auto;
		text-align: center;
		font-size: 0.75rem;
		text-decoration: underline;
	}
}