* {
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
}
.title{
	height: 100%;
	width: 280px;
}
a {
	text-decoration: none;
}
.top{
	position: relative;
	height: 100%;
}
.bg-img {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background: url('../img/bg.jpg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
}
.bg-zhezhao{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download{
	width: 39%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* margin-right: 1000px; */
	margin-top: 400px;
}
.Android,.Ios{
	width: 200px;
	padding: 10px 0;
	background-color: aqua;
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Ios{
	margin-left: 30px;
}
.text{
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	margin-left: 10px;
}
img{
	width: 50px;
	height: 50px;
}

h1{
	color: #fff;
	margin: 50px;
}

.content{
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_tet{
	padding: 0 20px;
	max-width: 65%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.jiehsao{
	padding-top: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy{
	margin-left: 50px;
}
.buy>p:first-child{
	font-size: 36px;
	color: #000000;
}
.buy>p:nth-child(2){
	max-width: 500px;
	margin-top: 20px;
}
p{
	color: #666;
	/* margin: 20px 0; */
	font-size: 26px;
	
}
.jiehsao>img{
	width: 800px;
	height: 500px;
	margin-left: 50px;
}
.bottom{
	margin-top: 50px;
	padding: 20px;
	min-width: 1200px;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.bottom>p{
	color: #666;
	font-size: 14px;
}