/*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;
}

@font-face {
  font-family: 'FZXiangLi-S17S';
  src: url('../images/FZXIANGLJW.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 控制字体加载期间的显示行为 */
}

.flex-box {
	display: flex;
	align-items: center;
}

.bg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.logo {
	width: 6rem;
	height: 2rem;
	margin: 2.7rem auto 1.5rem;
	/* background: #fff; */
	border-radius: 0.1rem;
}

.logo img {
	width: 100%;
	border-radius: 0.1rem;
}

.download-box {
	width: 70%;
	line-height: 3.5em;
	color: #fff;
	
	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: 24px;
	line-height: 25px;
}



.btnbox{
	width: 300px;
	height: 200px;
	background: url(../images/btnbox.png) center center;
	background-size: 100% 100%;
	margin: 0.3rem auto;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	padding-top: 20px;
}

.download-box {
	font-family: 'FZXiangLi-S17S', serif;
	height: 75px;
	width: 200px;
}
.ios{
	background: url(../images/ios.png) center no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 5px;
}
.android{
	background: url(../images/android.png) center no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 5px;
}

.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;
	z-index: 1000000;
}
