.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: #ffffff00;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #ffffff00;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}


.home-page{
	/*background: white;*/
}
.webuploader-pick{
	background:#ffffff00;
	padding: 0px;
}
.icon-upload.webuploader-container div,
.icon-upload-doc.webuploader-container div,
.icon-upload-all.webuploader-container div{
	position: inherit;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	bottom: auto;
	right: auto;
	background: url(../../images/icon-upload.png);
	background-position: center;
	background-size: 50px 50px;
}
.section-pic{
	padding: 0.2rem;
	overflow: hidden;
}
.section-item-pic{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	position: relative;
	margin: 0rem 0.2rem;
}
.section-item-pic img{
	max-width: 100%;
	max-height: 100%;
}
.icon-upload,.icon-upload-doc,.icon-upload-all{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: #ffffff00;
	-webkit-background-size: 100%;
	background-size: 100%;

}
.no-pic{
	padding: 0.4rem 0.3rem;
}
.no-pic-text{
	width: 100%;
	line-height: 0.9rem;
	border: 2px dashed #ddd;
	color: #ef924d;
	text-align: center;
}


.section-item-pic .file-panel {
	position: absolute;
	height: 0;
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\0;
	background: rgba( 0, 0, 0, 0.6);
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	color: #fff;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.2rem;
}

.section-item-pic .error, .section-item-pic .success{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: red;
	color: white;
	text-align: center;
	height: 0.25rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
}
.section-item-pic .success{
	background: #00b48e;
}

.section-doc{
	padding-top: 0.2rem;
	overflow: hidden;
}

.section-item-doc{
	display: list-item;
	width: auto;
	margin-top: 0;
	margin-bottom: 0.2rem;
	word-wrap: break-word;
	word-break: normal;
	height: 0.3rem;
	line-height: 0.3rem;
}

.section-item-doc a{
	text-decoration: underline;
	color: #00b48e;
	margin-right: 0.3rem;
}

.section-doc .section-item-pic{
	margin:0rem;
}