
#oss_container{font-size:12px;clear:both;z-index:99;display:inline-block;width:100%;min-height:100px;}
#ossfile img{padding:0px 5px;}
#ossfile{position:absolute;z-index:9;clear:both;height:1px;}
.p-txt{text-align:center;position:absolute;width:100%;top:0px;}
	.btn{
        color: #fff; 
	    display: inline-block;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    text-decoration: none;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background: url(iconfile.png) no-repeat center;
	    border: 0px solid transparent;
		text-indent:-999;
		width:100%;
		outline:none;
		z-index:1;
	}
	a.btn:hover{
      background: url(icon2.png) no-repeat;
	}
	.progress{
		margin-top:2px;
	    width: 100%;
	    height: 14px;
	    margin-bottom: 10px;
	    overflow: hidden;
	    background-color: #f5f5f5;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	}
	.progress-bar{ 
		background-color: rgb(92, 184, 92);
		background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
		background-size: 40px 40px;
		box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
		box-sizing: border-box;
		color: rgb(255, 255, 255);
		display: block;
		float: left; 
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		transition-delay: 0s;
		transition-duration: 0.6s;
		transition-property: width;
		transition-timing-function: ease;
		width: 266.188px;
	}

.dz-preview .dz-details .dz-filename{
	text-align: center;
}

.dz-preview .dz-details .dz-filename .dz-name-download{
	display: block;
	text-decoration:none;
	margin-top: 10px;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{
	z-index: -100;
}

.dz-filename>span{
	/*display: inline-block;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}