
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑";
	
}
/*@media (max-width:1199px){
	.bg{	
		width: 100%;
		height: 100%;
		background: url("../img/bg.png");
		background-size:contain;
	}
}
@media (min-width:1200px){
	.bg{	
		width: 100%;
		height: 100%;
		background: url("../img/bg.png");
		background-size:contain;
	}
}*/

.group{
	width: 100%;
	text-align: center;
}
li {
 list-style:none;
 padding:0;
 display: inline;
}

@media (max-width:767px){
	.bg{	
		width: 100%;
		height: 100%;
		background: url("../img/bg_m.png") no-repeat;
		background-size:cover;
	}
	.logo{
		margin-left: auto;
		margin-right: auto;
		height: 35%;
		background: url("../img/logo.png") no-repeat;
		background-size:contain;
	}
	.group{
		margin-top: 50px;
	}
	img{
		width: 100px;
		height: 127px;
	}
	li{
		margin: 20px;
	}
	.android-tips{
		width: 148px;
		position: absolute;
		margin-left: 50%;
		color: white;
		font-size: 0.14rem;
	}

}
@media (min-width:768px){
	.bg{	
		width: 100%;
		height: 100%;
		background: url("../img/bg.png") no-repeat;
		background-size:cover;
	}
	.logo{
		margin-left: auto;
		margin-right: auto;
		width: 600px;
		height: 300px;
		background: url("../img/logo.png") no-repeat;
		background-size:contain;
	}
	img{
		width: 256px;
		height: 325px;
	}
	li{
		margin: 50px;
	}
	.android-tips{
		display: none;
	}
}