body{
	background: url(../images/list_bg.png);
	background-size: cover;
	height:100%;
}
img{
	display: block;
}
#container{
	position: relative;
	width:100%;
	height:100%;
}
div.back{
	position: absolute;
	top: 5%;
	left: 5%;
}
div.contact{
	position: absolute;
	top: 5%;
	left:180px;
}
div.slogan{
	width: 20px;
	font-size: 14px;
	word-wrap:break-word;
	word-break:nomal;
	line-height: 16px;
	position: absolute;
	top: 5%;
	right: 5%;
	color: #FE001A;
}
ul.address{
	font-size: 14px;
	position: absolute;
	bottom:32%;
	left: 5%;
}
@media screen and (max-height: 500px){
	ul.address{
		font-size: 12px;
	}
}
ul.address li {
	width: 180px;
}
ul.address li.title{
	line-height: 30px;
}
ul.address li.end{
	padding-bottom: 5px;
}
div.foot{
	width: 100%;
	height: 170px;
	position: absolute;
	bottom:10px;
}
div.tag{
	position: absolute;
	top: 30px;
}
div.QR{
	position: absolute;
	top: 30px;
	left: 5%;
}
div.remarks{
	position: absolute;
	bottom: 10px;
	right: 5%;
	font-size: 10px;
}
div.remarks span{
	float: right;
	width: 12px;
	line-height: 15px;
	word-wrap:break-word;
	word-break:nomal;
	padding:0 4px;
}