/**rest**/
body, ul, li, section, div{
	padding:0;
	margin:0;
}
body{
	width:100%;
	/*
	 -webkit-user-select:none;
	 -webkit-touch-callout:none; */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:none; 
}
ul,li{
	list-style:none;
}
img{
	border:0;
}

.list{
	width:100%;
	padding:10px 0;
}
.list li{
	display:block;
	margin-bottom:10px;
	box-shadow:0 1px 2px rgba(0,0,0,.1), 0 -1px 2px rgba(0,0,0,.1);
}
.list li img{
	width:100%;
	height:auto;
}



/*弹框样式*/
.imgzoom_pack{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.7);
	display:none;
	z-index:100;
}
.imgzoom_pack .imgzoom_x{
	color:#fff;
	height:40x;
	width:40px;
	line-height:40px;
	background:#000;
	text-align:center;
	position:absolute;
	right:5px;
	top:5px;
	z-index:100;
	cursor:pointer;
	font-size:26px;
}
.imgzoom_pack .imgzoom_img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	
}
.imgzoom_pack .imgzoom_img img{
	width:100%;
	position:absolute;
	top:50%;
}
