.demo-block {
	padding: 24px;
	border: 1px solid #e0dfdf;
	line-height: 25px;
}
.el-upload-list--picture-card {
    margin: 0;
    display: inline;
    vertical-align: top;
}
.el-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.el-upload--picture-card {
	background-color: #fff;
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
.el-upload--picture-card .el-upload-text{
	color: #606266;
	font-size: 14px;
	text-align: center;
}
.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.el-upload i{
	font-size: 50px;
	color: #c0c4cc;
	margin: 40px 0 0px;
}
.el-upload--input {
	width: 180px;
	height: 180px;
	line-height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
   /*  display: none; */
    /* width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0; */
}
input {
    cursor: pointer;
}
.el-upload--picture-card:hover, .el-upload:focus {
    border-color: #409eff;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.el-upload-list__item {
    transition: all .5s cubic-bezier(.55,0,.1,1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    margin-top: 5px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}
.el-upload-list--picture-card .el-upload-list__item{
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	margin: 0 8px 8px 0;
	display: inline-block;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: 100%;
    height: 100%;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
    opacity: 1;
}
.el-upload-list--picture-card .el-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s;
}
.el-upload-list--picture-card .el-upload-list__item-actions:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}
.el-upload-list--picture-card .el-upload-list__item-actions span {
    display: none;
    cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
    display: inline-block;
}
.el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 15px;
}
.el-dialog__wrapper {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__header {
    padding: 20px 20px 10px;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
	font-size: 20px;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.v-modal {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}
input{
	border:0px;
}