.upload{
	&-title{
		@include styleFont(#343434,13);
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	margin-top: 10px;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #FFFFFF;
	&-cont {
		@include  flexRowWrap;
		&-list{
			width: 73px;
			height: 73px;
			border-radius: 5px;
			margin-right: 10px;
			margin-bottom: 10px;
			position: relative;
		}
		&-image{
			width: 73px;
			height: 73px;
		}
		
		&-delete {
			@include positionFixed;
			z-index: 999;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 1);
		}
		
		&-show-image{
			position: absolute;
			top: 50%;
			transform: translate(0, -100%);
			width: 100%;
			height: 50%;
			margin-top: 40%;
		}
		&-uniIcon{
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 0);
			height: 73px;
			width: 20px;
		}
		
		&-update{
			width: 73px;
			height: 73px;
			position: relative;
			align-items: center;
			justify-content: center;
			border-style: dashed;
			border-color: #999;
			border-width: 1px;
			&-test{
				@include styleFont(#999,10);
			}
		}
	}
	
}