.BaseEdit {
  display: flex;
  flex-direction: column;
}

.BaseEdit .common-label {
  display: flex;
  align-items: center;
}

.BaseEdit .common-label img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.BaseEdit .el-input {
  height: 36px;
}

.BaseEdit .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
  position: absolute;
  left: 76px;
}
.BaseEdit-container{
	width: 1200px;
	margin: 0 auto;
}
.el-form{
	background: #fff;
	padding: 30px;
}
.BaseEdit-wrap{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.BaseEdit-wrap img{
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.upload-content {
  width: 181px;
  min-height: 60px;
  background-color: #f7fbfe;
  border: 1px dashed #d4d6d9;
  border-radius: 6px;
  margin: 12px 0 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.upload-submit {
  width: 76px;
  height: 32px;
  background: #2d9cff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.file-main {
  width: 60%;
  display: flex;
}

.conten-l {
  flex: 1;
  display: flex;
  gap: 16px;
}

.file-main .conten-l img {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}

.file-item {
    flex: 1;
    display: flex;
    min-height: 42px;
    align-items: center;
}

.conten-r {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.conten-r .el-button {
  padding-bottom: 0;
}
.file-wrap{
	border: 1px dashed #dddddd;
	border-radius: 4px;
	display: inline-block;
	padding: 8px;
}
.file-li{
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 120px;
	cursor: pointer;
}
.file-li .el-image{
	width:120px;
	height: 120px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}
.file-view{
	display: none;
	width: 120px;
	height: 120px;
	background: rgba(45, 54, 62, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
}
.file-li:hover .file-view{
	display: block;
}
.file-txt{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.file-img1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.file-view span{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 25px;
}
.file-img2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.file-close{
	width: 20px;
	height: 20px;
	position: absolute;
	right: -6px;
	top: -6px;
	background: rgba(45, 54, 62, 0.6);
	border-radius: 50%;
	z-index: 99;
}
.file-close img{
	width: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.upload-wrap{
	width: 100px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}
.item2 .el-form-item__content{
	display: block;
}