*{
	-webkit-appearance : none ;/解决ios上按钮的圆角问题/
border-radius: 0;/解决ios上输入框圆角问题/
}
body,html{
	width: 100%;
	height: 100%;
}
.download_main{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../../img/agent/bagk1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.download_bot{
	width: 90%;
	height: 5.493rem;
	/*background: url(../img/download1.png) no-repeat;*/
	background-size: 100% 100%;
	position: fixed;
	bottom: 0.92rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.download_bot_top{
	overflow: hidden;
	margin-top: 1.08rem;
	padding-left: 1.08rem;
}
.download_bot_top img{
	float: left;
	width: 1.6rem;
}
.download_bot_top p{
	font-size: 0.346rem;
	color: #999;
	padding-top:0.1rem;
	padding-left: 0.306rem;
	float: left;
}
.download_bot_top p span{
	display: block;
	font-size: 0.533rem;
	color: #403842;
	margin-bottom: 0.1rem;
}
.download_bot_main{
	overflow: hidden;
	width: 85%;
	margin: 0.8rem auto 0;
}
.android{
	width: 100%;
	height: 1.066rem;
	line-height: 1.066rem;
	font-size: 0.43rem;
	text-align: center;
	/*float: left;*/
	background: url(../../img/agent/download3.png) no-repeat;
	background-size: 100% 100%;
	color: black;
	/*border-radius: 0.533rem;*/
}
.iphone{
	width: 100%;
	height: 1.066rem;
	line-height: 1.066rem;
	font-size: 0.43rem;
	text-align: center;
	/*float: left;*/
	background: url(../../img/agent/download33.png) no-repeat;
	background-size: 100% 100%;
	color: white;
	/*border-radius: 0.533rem;*/
}
.iphone{
	float: left;
}
.android{
	float: left;
}