/*reset*/
html,
body {
	height: 100%;
}

body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 0.28rem;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

input {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	font-size: 0.28rem;
	margin-bottom: 0.3rem;
	color: rgba(255, 255, 255, 0.8);
}

a {
	color: #fff;
	text-decoration: none;
}

.flex-box {
	display: flex;
	align-items: center;
}

.bg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
}

.logo {
	width: 3rem;
	height: 2rem;
	margin: 2.7rem auto;
	/* background: #fff; */
	border-radius: 0.1rem;
}

.logo img {
	border: #fff 2px solid;
	width: 100%;
	border-radius: 50%;
}

.download-box {
	width: 70%;
	line-height: 3.5em;
	color: #fff;
	margin: 0.3rem auto;
	border-radius: 0.3rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	margin-left: 0.2rem;
	font-size: 18px;
}

.zhezhao {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/bgzz.png) center center;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.download-box {
	border: 2px solid #fff !important;
	border-radius: 100px;
	background: linear-gradient(45deg, #2a86ff, #3cc2ff);
}

.ios {
	/* border: 2px solid #fff !important; */
	border-radius: 100px;
	background: #fff;

}

.ios .title {
	color: #0f97ff;
}