*{
	padding:0px;
	margin:0px;
	list-style: none;
	font-family:"微软雅黑";
}
a{
	border:0px;
	text-decoration:none;
	outline:none;
}
img{
	border:none;
}
i{
	font-style:normal;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{
	display: block;
}
*+html .clearfix{min-height:1%}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*正式内容*/
.bg {
	width: 100%;
	height: 45.66rem;
	background: url(../img/bg00000001.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.android{
	width:7.28rem;
	height:2rem;
	background:url(../img/android.png) no-repeat;
	background-size:cover;
	position: relative;
	top:17.5rem;
	left: 1.7rem;
}
.ios{
	width:7.28rem;
	height:2rem;
	background:url(../img/ios.png) no-repeat;
	background-size:cover;
	position: relative;
	top:15.5rem;
	left: 10rem;
}
* {
	margin: 0px;
    padding: 0px;
    text-align: center;
}
.pic image {
    display: block; /*默认有图片不显示*/
    position: absolute; /*绝对定位.对应的是.pic这个div*/
    top: 0px;
    left: 0px;
}
.pic a {
    display: none;
}
.pic { /*专门显现图片区*/
    position: relative; /*相对定位.对应.pic img*/
	top: 19rem;
	width: 5.57rem;
	height: 9.88rem;
	margin: 0 auto;
	margin-left: 4.62rem;
	background-size: cover;
}