﻿* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
}

img {
	border: none;
	display: block
}

.box {
	padding: 0px;
}

.imgFileUploade{
	width: 100%;
}

.imgFileUploade .header {
	height: 185px;
    width: 100%;
    margin: 0px;
}

.imgFileUploade .header span.imgTitle{
	display: none;
}

.imgFileUploade .header span.imgcontent{
	height: 35px;
	line-height: 35px;
	color: #1976d2;
}

.imgFileUploade .header span.imgClick {
	width: 150px;
	height: 150px;
	cursor: pointer;
	background: url(../img/addUpload.png) no-repeat center center;
	background-size: cover;
}

.imgFileUploade .imgAll {
	width: 100%;
}

.imgFileUploade .imgAll li {
	width: 150px;
	height: 150px;
	border: solid 1px #ccc;
	margin: 8px 5px;
	float: left;
	position: relative;
	box-shadow: 0 0 10px #eee;
}

 .imgFileUploade .header span {
	display: block;
}

.imgFileUploade .imgAll ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}

.imgFileUploade .imgAll li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.delImg {
	position: absolute;
	top: -10px;
	right: -7px;
	width: 22px;
	height: 22px;
	background: #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	cursor: pointer;
} 


