#div_imgfile {
	cursor: pointer;
	float: left;
	border: 1px solid #e9b2b2;
	height: 54px;
	text-align: center;
	padding: 0 40px;
	color: #b60000;
}
#div_imgfile i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-image: url(../images/ico_click.png);
	background-size: cover;
}
#div_imgfile span {
	margin-left: 10px;
	line-height: 52px;
	display: inline-block;
	vertical-align: middle;
}
.imgfile {
	display: none
}
#div_imglook {
	margin-top: 20px;
	background-color: #f4f4f4;
}
.lookimg {
	width: 20%;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid gray;
	float: left;
	margin-right: 2%;
	position: relative
}
.lookimg img {
	width: 100%;
	height: 100%
}
.lookimg_delBtn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 24px;
	background-color: #b60000;
	opacity: .8;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.lookimg_delBtn:hover {
	opacity: 1
}
.lookimg_progress {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #e0e0e0;
	box-sizing: border-box;
	border: 1px solid #000;
	display: none;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}
.lookimg_progress div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #e9cc2e
}
#btn_ImgUpStart {
	width: 130px;
	height: 40px;
	margin-top: 30px
}

@media (max-width:999px) {
#div_imgfile {
	padding: 0 0.4rem;
	height: 1rem;
}
#div_imgfile i {
	width: 0.4rem;
	height: 0.4rem;
}
#div_imgfile span {
	margin-left: 0.2rem;
	line-height: 1rem;
}
}
