
/*上传图片*/
.upload-box .pic{ position: relative; float: left;}
.upload-box .pic img{ width: 1.48rem; height: 1.15rem; display: block;}
.upload-box .pic .remove-this{ background: url(../../images/icon/icon-close2.png); background-size: cover; width: .34rem; height: .34rem; position: absolute; right: -.17rem; top: -.17rem; z-index: 1;}
.upload-box .btn{ background: url(../../images/icon/upload-pic.png); background-size: cover; position: relative; float: left; width: 1.48rem; height: 1.15rem; }


.webuploader-element-invisible{ width: 1.48rem; height: 1.15rem; opacity: 0;}

.webuploader-pick{ width: 1.48rem; height: 1.5rem;}
.webuploader-pick-disable{ opacity: 0.6; pointer-events: none;}

.file-item{ float: left; position: relative;}
.file-item .info{ display: none;}
.file-item .error{ position: absolute; bottom: 0; width: 100%; height: 18px; line-height: 18px; background: red; text-align: center; color: #fff; font-size: 12px;}
.file-item .progress{ position: absolute; bottom: 0; width: 100%; height: 5px; z-index: 10;}
.file-item .progress span{ display: block; width: 0; height: 100%; background: #08ff65; transition: all .2s; animation: progressmove 2s linear infinite;}

@keyframes progressmove{
	0%{ width: 0;}
	100%{ width: 100%;}
}
