.drag-box{
	width: 100%;
	height: 190px;
	max-height: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.drag-box .preview{
	width: 100%;
	height: 180px;
	max-height: 100%;
	color: #000;
	padding: 9px;
	cursor: pointer;
	text-align: center;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, .3);
	box-shadow: 0 0 1px #000;
	background-position: center;
	background-size: cover;
}

.drag-box .preview img{
	width: 70px;
	margin-top: 15px;
}

.drag-box .preview span{
	display: block;
	font-size: 15px;
	color: #777;
	margin-top: 15px;
}