/* 文件上传css */
.layui-upload-drag-self {
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: 0;
	margin-right: 3px;
	float: left;
}

.layui-input-inlines-self {
	position: relative;
	/*margin-left: 90px;*/
	min-height: 36px;
	text-align: left;
}

.layui-upload-drag-self .layui-icon {
	font-size: 40px;
	color: #2d8cf0
}
.layui-upload-drag-self .img {
	position:relative;
	height: 70px;
	width: 70px;
}

.layui-upload-img {
	width: 74px;
	height: 74px;
	border-radius: 6px;
	margin-top: -3px;
	margin-left: 2px;
}


.handle {
	position: absolute;
	width: 74px;
	height: 74px;
	z-index: 90;
	border-radius: 6px;
	margin-left: 2px;
	top: 2px;
	background: rgba(59, 60, 61, 0.6);
	text-align: center;
}

.handle .icon-myself {
	z-index: 999;
	transition: all .3s;
	cursor: pointer;
	font-size: 25px;
	width: 25px;
	color: rgba(255, 255, 255, 0.91);
	margin: 0 4px 5px;
}
.layui-icon-upload{
	font-size: 20px;
}