.x-multifile-wrap {
	width: 100%;
	height: 300px;
}

.x-multifile-wrap .placeholder {
	height: 100%;
	border: 3px dashed #e6e6e6;
}

.x-multifile-wrap .placeholder .wrap {
	height: 100%;
	position: relative;
}

.x-multifile-wrap .placeholder .tips {
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 2;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #ccc;
}

.x-multifile-wrap .add {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -25px;
}

.x-multifile-wrap .add label {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1ABDB9;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.x-multifile-wrap .add:hover label {
	background: #70CBC7;
}

.x-multifile-wrap .add input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.x-multifile-wrap .filelist {
	display: none;
	height: 115px;
	padding: 10px;
	border: 1px solid #dadada;
	overflow: auto;
	margin-bottom: 0px;
}

.x-multifile-wrap .filelist li {
	position: relative;
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	border: 1px solid #dadada;
	overflow: hidden;
}

.x-multifile-wrap .filelist li .img {
	margin: 0;
	padding: 2px;
	text-align: center;
	overflow: hidden;
	transform: translateY(0%);
	transition: transform 0.5s ease-in;
	-webkit-transition: -webkit-transform .3s ease-out;
}

.x-multifile-wrap .filelist li .title {
	margin: 0px;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	color: #666;
	border-top: 1px solid #dadada;
	font-size: 12px;
	background: #E1E1E1;
}

.x-multifile-wrap .filelist li .title a {
	cursor: pointer;
}

.x-multifile-wrap .filelist li .title a:hover {
	color: #ff0000;
	text-decoration: none;
}

.x-multifile-wrap .filelist li .tool {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
}

.x-multifile-wrap .filelist li .result {
	display: none;
	position: absolute;
	right: 0;
	bottom: 25px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-family: "iconfont";
	font-size: 16px;
	color: #fff;
	background: #00a2d4;
}

.x-multifile-wrap .status {
	display: none;
	position: relative;
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	border: 1px solid #dadada;
	border-top: 0;
}

.x-multifile-wrap .status .progress {
	display: none;
	position: relative;
	width: 198px;
	height: 18px;
	line-height: 18px;
	margin-right: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #1483d8;
}

.x-multifile-wrap .status .progress .text {
	position: relative;
	color: #6dbfff;
	z-index: 1;
}

.x-multifile-wrap .status .progress .percentage {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #1483d8;
}

.x-multifile-wrap .status .info {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}

.x-multifile-wrap .status .btns {
	position: absolute;
	left: 10px;
	top: 50%;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
}

.x-multifile-wrap .status .btns .upload, .x-multifile-wrap .status .btns .add
	{
	display: inline-block;
	position: relative;
	float: left;
	left: auto;
	top: auto;
	margin: 0;
}

.x-multifile-wrap .status .btns .upload, .x-multifile-wrap .status .btns .add label
	{
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 60px;
	font-size: 14px;
}

.x-multifile-wrap .status .btns .add label {
	background-color: #f1f1f1;
	border: 1px solid #cfcfcf;
	color: #565656;
}