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

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





