.alioss-file {
	position: relative;
}

.alioss-file input[type="file"] {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	cursor: pointer;
}
.alioss-file-dist {
	position: absolute;
	display: none !important;
}
.alioss-table tbody td {
	word-break: break-all;
}

.alioss-table tbody .progressName {
	max-width: 20%;
}

.alioss-table tbody .info {
	max-width: 70%;
}
