.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	/*
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	padding: 5px 15px;
	color: #555;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #ccc;
	*/
}
.webuploader-pick-hover {

}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

#picker{width:60%;float:left;}
	#imgXs{float:left;position: relative;}
	#imgXs .IMGslt{width:60px;height:60px;margin-right: 10px;float:left;position: relative;overflow: hidden;}
	#imgXs .IMGslt div.sczt{  height: 20px;  position: absolute; width: 100%;bottom: 0; line-height: 20px; font-size: 12px;text-align: center;background: #333;color: #999;background:rgba(0,0,0,0.5);    margin: 0;}
	#imgXs .IMGslt div.sczt span.IMGjdt{width: 90%;height: 5px;background: #fff;display: block;border-radius: 5px;margin: 8px auto;overflow: hidden;}
	#imgXs .IMGslt div.sczt span.IMGjdt .IMGjdt0{height: 100%;background: #0089ff;}
	#imgXs img{width:60px;height:60px;}
	#imgXs .IMGslt:hover .hoverImg{top:0;}
	#imgXs .IMGslt .hoverImg{
		position: absolute;
		top: -60px;
		left: 0;
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 60px;
		color: #fff;
	}
	#imgXs .hoverImg img{width:20px;height:20px;margin-top: 20px;}
	.flieImg .webuploader-pick{padding:0;width: 60px;height: 60px;background: url(/eac-core/res/webuploader-0.1.5/shangchuan.png);border: 1px dashed #ccc;border-radius: 5px;}
	button.ctlBtn{
		border: 1px solid #ddd;
		background: #fff;
		line-height: 30px;
		border-radius: 5px;
		font-size: 13px;
		padding: 0;
		width: 100px;
	}
	.movieList{margin-top: 10px;}
	.movieList li.js-video-list{margin-bottom: 20px;position: relative;
width: 600px;}
	.movieList .progress {
  width: 200px;
  height: 6px;
  margin-left: 17px;
  margin-right: 10px;
  background: #eeeeee;
  display: inline-block;
  vertical-align: middle;
  zoom:1;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
}
.filling-progress {
    width: 0;
    height: 6px;
    background: #0089ff;
    display: block;
    border-radius: 10px;
  }
.movieList .filer-name-box{
    
    float:left;
    line-height: 25px;
	width: 260px;
}
.movieList .filer-name{
    max-width:190px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: inline-block;
    float:left;
}
.movieList .per{
    width: 32px;
    max-width: 32px;
    font-size:12px;
    text-align:center;
    display: inline-block;
}

.js-video-list{padding: 10px;background: #ededed;position: relative;width: 170px;margin-top: 5px;padding-right: 30px;}
.js-video-list .filer-name-box{margin-bottom: 2px;color: #333;font-size: 12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.js-video-list .per{font-size: 12px;}
.js-video-list .fileUpload{float: right;}
 .js-video-list .delete{position: absolute;right: 5px;top: 5px;font-size: 12px;color: #1c84c6;}
.js-video-list .filling-progress{height: 4px;}
.js-video-list img.upIcon{width: 35px;position: absolute;left: 10px;top: 12px;}

.webuploader-field input
{
	
	/**form-control**/
	background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px
    
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	color: grey;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:url('file.png') no-repeat right;
}
	/*文件上传CSS样式*/
	.dataFormFile{margin: 15px 0;}
	.dataFormFile span.text{line-height: 25px; margin: 5px 10px; display: block;float: left;}
	.btnUp{text-align: center;color: #555;float: left;border: 1px dashed #ddd;width: 100px;line-height: 30px;height: 30px;border-radius: 5px;}
	.tishi{color:#666;font-size: 12px;}
	
	/***文件上传列表样式***/
	.upload-file-list .file-item{line-height: 35px;height: 35px; padding-left: 10px;    margin: 5px 0;}
	.upload-file-list .file-item a,.upload-file-list .file-item i.layui-icon{float: left;}
	.upload-file-list .file-item a.file-name{color:#f35555;text-decoration: underline}
	.upload-file-list .file-item i.layui-icon{margin-left: 5px;}
	.upload-file-list .file-item .layui-progress{    border-radius: 5px;       margin-top: 8px; width: 150px;float: left;margin-left: 10px;}
	.upload-file-list .file-item .layui-progress-big, .upload-file-list .file-item .layui-progress-big .layui-progress-bar {    border-radius: 5px;}
	
	/*文件上传CSS样式 END*/
	/*图片上传CSS样式*/
	.image-pick{cursor: pointer;float: left;position: relative;width: 100px; margin: 5px; height: 142px;background: #ededed;border-radius: 5px;text-align: center;}
	.image-pick i.layui-icon{display:block;width:25px;height:25px;background:#1E9FFF;line-height:25px;border-radius:50%;margin:15px auto;color:#fff;text-align:center;}
	.image-pick p{font-size:12px;margin-top:5px;line-height:20px;color:#666;}
	.upload-image-list{}
	.upload-image-list .image-item{float: left;position: relative;width: 100px; margin: 5px; height: 140px;   background: url(/std-core/static/lib/webuploader-0.1.5/error.jpg) center no-repeat #f9f9f9;background-size: auto 100%;border: 1px solid #ddd;}
	.upload-image-list .image-item .ok{position:absolute;top:43px;width:60px;left:10px;background:rgba(0,0,0,0.6);color:#fff;text-align:center;padding:10px;border-radius:5px;}
	.upload-image-list .image-item .ok i.layui-icon{font-size: 20px;margin-top: 8px;}
	.upload-image-list .progress{position:absolute;width:100%;text-align:center;top:0px;height:100%;background:rgba(0,0,0,0.6);color:rgba(255,255,255,0.9);}
	.upload-image-list .progress span{position:absolute;width:100%;left: 0;top: 50%;margin-top: -10px;}
	.upload-image-list .delete{position: absolute;top:0;right: 0;}
	
	.upload-image-list .delete .layui-icon{background: rgba(0,0,0,0.5);color: #fff;margin-top: 0px;display: block;}
	/*图片上传CSS样式*/