body {
	/* background-color: #334fed; */
	background-color: #F9FDFF;
}

.download_btn {
	position: relative;
	width: 90%;
	left: 5%;
	bottom: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.download_btn img {
	width: 48%;
	height: 54px;
	box-shadow: #e4e4e4 0px 0px 10px 0px;
	border-radius: 8px;
}

.tips {
	background-color: rgba(0, 0, 0, 0.55);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 40px;
	align-items: flex-end;
	flex-direction: column;
	font-size: 28px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	z-index: 9;
}

.tips img {
	width: 320px;
}