* {
	padding: 0;
	margin: 0;
  }
.shareimg {
	width:22em;
	height:32em;
	background: rgb(202, 177, 177);
	padding: 5px;
}
.common_title {
margin-top: 20px;
margin-bottom: 10px;
}
.download_btn {
	width:135px;
	height:41px;
	line-height:41px;
	display:inline-block;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding-left:0px;
	text-align:center;
  text-decoration: none;
}
.download_btn:hover {
	color:#76A71e;
}
.ios_btn {
background:url(https://move2048.applinzi.com/res/icon/ios.png) 1px 1px no-repeat;
}
.google_btn {
background:url(https://move2048.applinzi.com/res/icon/google.png) 1px 1px no-repeat;
}
.other_btn {
background:url(https://move2048.applinzi.com/res/icon/btn.png) 1px 1px no-repeat;
	padding-left:0px;
	*text-indent:0;
	*font-size:0;
	*line-height:0
}
.apk_btn {
height:41px;
}

.ios_btn, .google_btn {
	text-indent:-9999px;
	padding-left:0px;
	*text-indent:0;
	*font-size:0;
	*line-height:0
}

.download_list {
	display:block;
	clear:both;
	margin-bottom:70px;
}
.download_item {
	float:left;
	width:155px;
}

.btn-success {
  width:140px;
}

.footer {
text-align: center;
position: fixed;
height: 100px;
bottom: 0;
width: 100%;
background-color: #28364f;
padding-top: 35px;
color:#FFFFFF;
}
