.fileUploader_popup .rc-dialog-content {
	background: rgba(0,0,0,0);
}

.imagePreview {
	height: 100%;
	.title {
		height: 30px;
		line-height: 30px;
		background: rgba(0,0,0,1);
	}
	.content {
		height: calc(100% - 164px);
		width: 100%;
		background: rgba(0,0,0,1);
		.imgcontainer {
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-position: center;
		}
	}
	.footer {
		position: relative;
		height: 134px;
		background: rgba(0,0,0,0.9);
		padding-top: 41px;
		box-sizing: border-box;
		.cancel {
			position: relative;
			height: 36px;
		    width: 36px;
		    border: 1px solid #fff;
		    margin: 0 auto;
		    border-radius: 18px;
		    box-sizing: border-box;
		    span:first-child {
		    	display: inline-block;
			    position: absolute;
			    left: 10px;
			    top: 17px;
			    height: 1px;
			    width: 15px;
			    background: #fff;
			    transform: rotate(45deg);
		    }
		    span:last-child {
		    	display: inline-block;
			    position: absolute;
			    left: 10px;
			    top: 17px;
			    height: 1px;
			    width: 15px;
			    background: #fff;
			    transform: rotate(-45deg);
		    }
		}
		.name {
			position: absolute;
			width: 100%;
			bottom: 0;
			font-size: 14px;
			color: #fff;
			vertical-align: bottom;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow:hidden;
			box-sizing: border-box;
    		padding: 0 12px 12px 12px;
		}
	}
}

.fileUploader_wrap {
	&.rc-dialog-wrap {
		background: rgba(0,0,0,0);
	}
}