html {
	color: #333;

}


*{ margin: 0 auto; 
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: url('../image/bg.gif') no-repeat center top;
	font-size: .09rem;
}

a:link,a:visited,a:hover {
	text-decoration: none;
}

img{ border: none; }

.tc{ text-align: center; }
.clear{ clear: both; }

.content{ width: 1200px; margin-top: 120px; }
h1{ font-size: 36px; 
	font-weight: normal;
	margin-top: 40px;
}
.text{ padding: 20px; 
	border-radius: 10px; 
	border: 1px dashed #aaa; 
	color: #aaa;
	margin: 40px auto;
}
.btn,.text{ width: 460px; 
	font-size: 18px;
}

.btn a{ width: 210px; 
	float: left;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
}
.btn a:first-child{ margin-right: 40px; 
	background-image: url('../image/ios.png');
	background-repeat: no-repeat;
	background-position: 55px center;
	background-size: 23px 27px;
	text-indent: 30px;
}
.btn a:nth-child(2){
	background-image: url('../image/android.png');
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: 25px 27px;
	text-indent: 35px;
}
footer{ font-size: 14px; 
	line-height: 24px;
	color: #aaa;
	margin-top: 40px;
}
footer a{ color: #aaa; }

.btn a{ background-color: #0091db; color: #fff; }

@media screen and (max-width: 1024px) {
	.content{ width: 100%; 
		margin-top: .5rem; 
	}
	.content img{ width: .57rem; 
		height: .715rem; 
	}
	h1{ font-size: .18rem; 
		font-weight: normal;
		margin-top: .2rem;
	}
	.text{ padding: .1rem; 
		border-radius: .05rem; 
		border: .01rem dashed #aaa; 
		color: #aaa;
		margin: .2rem auto;
	}
	.btn,.text{ width: 3rem; 
		font-size: .12rem;
	}

	.btn a{ width: 100%; 
		float: left;
		border-radius: .05rem;
		height: .4rem;
		line-height: .4rem;

	}
	.btn a:first-child{
		margin-bottom: .2rem;
		background-image: url('../image/ios.png');
		background-repeat: no-repeat;
		background-position: 1.15rem center;
		background-size: .115rem .135rem;
		text-indent: .15rem;
	}
	.btn a:nth-child(2){
		background-image: url('../image/android.png');
		background-repeat: no-repeat;
		background-position: 1.02rem center;
		background-size: .125rem .135rem;
		text-indent: .175rem;
	}
	footer{ font-size: .09rem; 
		line-height: .18rem;
		color: #aaa;
		margin-top: .2rem;
	}
	footer a{ color: #aaa; }

	.btn a{ background-color: #0091db; color: #fff; }

}

@media screen and (max-width: 768px) {
	.content{ margin-top: 1rem; }
}