

@media (max-width: 800px){
*{
	padding: 0;
	margin: 0;
}
body{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	max-width: 640px;
	margin: 0 auto;
		background-image: url(images/bgt.jpg) ;  background-size:100%; 
	
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
    
    widthg:100%;
}
em{
	font-style: normal;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer
}
em:hover{
	opacity: 0.5;
}
.header{
	
	color: #fff;
	padding-bottom: 34px;
    
    width:100%;
}
.header .logo{
	width: 50%;
	padding: 38px 0 10px 0;
}
.header h1{
	text-indent: -9999px;
	height: 0;
}
.header h3{
	font-size: 1.3em; font-weight: 900;
	margin-bottom: 1px;
	color: red;
}
.header .download{
	font-size: 18px;
	width: 50%;
	display: block;
	border: 1px solid #666666;
	border-radius: 6px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	color: #666666;
	font-style: normal;
}
.header .download i{
	display: inline-block;
	width: 30px;
	height: 36px;
	margin-right: 10px;
	vertical-align: -11px;
}
.header .download i.icon-iphone{
	background: url(../images/iPhone.png) no-repeat center center;
	background-size: auto 78%;
}
.header .download i.icon-android{
	background: url(../images/Android.png) no-repeat center center;
	background-size: auto 82%;
}
.header .download span{
	display: inline-block;
	height: 36px;
}
}

/*111111111111111111*/

@media (min-width: 800px){

*{
	padding: 0;
	margin: 0;
}
body{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0 auto;
	background-image: url(images/bgt.jpg) ;  background-size:100%; 
	width: 100%;
}
html{width: 100%;}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
em{
	font-style: normal;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer
}
em:hover{
	opacity: 0.5;
}
.header{
	z-index: 99;
	color: #fff;
	padding-bottom: 34px;
	width: 35%;float: left;
	 margin: 30px 7.5%;
}
.header .logo{
	width: 50%;
	padding: 38px 0 10px 0;
}
.header h1{
	text-indent: -9999px;
	height: 0;
}
.header h3{
	font-size:1.8em;
	margin-top: 50px;
	color: #000000;
	font-weight: 900;
}
.header .download{
	font-size: 18px;
	width: 50%;
	display: block;
	border: 1px solid #666666;
	border-radius: 6px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	color: #666666;
	font-style: normal;
}
.header .download i{
	display: inline-block;
	width: 30px;
	height: 36px;
	margin-right: 10px;
	vertical-align: -11px;
}

.header .download span{
	display: inline-block;
	height: 36px;
}

.aaa{width: 100%; height: 5px; background: #fbe04f; float: left; position: fixed; bottom: 0; left: 0;}
			

        }