@charset "utf-8";
/* 你自己的样式 */

.img{
		width:100%;
	}
.img .img-list{
		width:120px;height:120px;margin:3px;border:1px solid #cccccc;float:left;position:relative;
	}
.img .add_img{
		width:120px;height:120px;margin:3px;border:1px solid #cccccc;float:left;position:relative;background:url('/public/static/admin/images/sc.png') no-repeat;background-size:100% 100%;
	}
.img .add_img input[type=file]{
		display:block;width:100%;height:100%;opacity:0;
	}
.img .img-list .imgc{
		width:100px;height:100px;margin:10px;
	}
.img .img-list .closee{
		position:absolute;top:3px;right:3px;width:25px;height:25px;text-align:center;line-height:25px;background:red;color:#ffffff;font-size:16px;border-radius:40%;
	}
	
#progress{
		border-radius:6px;width: 300px;background: #fefffd;
		margin: 10px;
	}
.bar {
		height: 18px;
		background: red;
	}
.detailslist li{margin:5px 0;list-style-type:none;}	

