

#wrapper15{
	width:100%;
}
#container15{
	position:relative;
	width:100%;
	margin:0px -2px 25px;
	padding-bottom: 10px;
}
.grid {
	font-family: Roboto, Arial, "sans-serif";	
	width:320px;
	min-height:100px;
	float:left;
	padding: 0px;
	/*background:#fff;*/
	margin:8px 4px;
	font-size:12px;
	/*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1));
	--webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1));
	動畫
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease; */
}
.grid .imgholder img{
	max-width:100%;
	/*background:#ccc;*/
	display:block;
	background:url(imgtemp/point.png) no-repeat center;
	border-radius: 10px 10px 10px 10px;
}
.grid p {
	padding-top:5px;
	line-height:25px;
}
.menu111{
		display: none;
		padding: 0px;
	}
.menu111 li{
		list-style-type:none;
		padding: 0px;
	
	}

.footer_front{position:fixed;width:100%;height:100%;top:0px;left:0px;z-index:888;display:none;} /* 用于点击隐藏弹出菜单*/