.thumb[data-v-5fd300eb] {
  position: relative;
  width: 50px;
  height: 50px;
}
.thumb:hover .img img[data-v-5fd300eb] {
  opacity: 0.8;
}
.thumb:hover .btn[data-v-5fd300eb] {
  display: block;
}
.thumb .img[data-v-5fd300eb] {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f9f9f9;
}
.thumb .img img[data-v-5fd300eb] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb .img span[data-v-5fd300eb] {
  position: relative;
  display: block;
  border: 1px dashed #dddddd;
  background: #ffffff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #999999;
}
.thumb .btn[data-v-5fd300eb] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.thumb .btn .delete[data-v-5fd300eb] {
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 5;
  background: #ff0000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.thumb .btn .delete[data-v-5fd300eb]:hover {
  transform: rotate(90deg);
}
.thumb .btn .delete i[data-v-5fd300eb] {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  font-size: 8px;
  color: #ffffff;
}
.thumb .btn .edit[data-v-5fd300eb] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.thumb .btn .edit i[data-v-5fd300eb] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.form[data-v-142f8418] {
  position: relative;
  padding: 30px 0 0;
}
.form .icons[data-v-142f8418] .el-form-item__label {
  padding-top: 10px;
}
.form .tag[data-v-142f8418] {
  font-size: 12px;
  color: #999999;
}
.form .tag.tag-inline[data-v-142f8418] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.form .thumb[data-v-142f8418] {
  vertical-align: middle;
}
.form .thumb.thumb-inline[data-v-142f8418] {
  display: inline-block;
}
.form .supper[data-v-142f8418] {
  position: relative;
  top: 20px;
  width: 550px;
  margin: 0 0 20px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  padding: 20px 30px 1px;
  border-radius: 5px;
}
.form .supper .supper-box[data-v-142f8418] {
  position: relative;
}
.form .supper .supper-box[data-v-142f8418]::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -40px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f0f0f0;
}
.form .supper .supper-box.supper-box-pc[data-v-142f8418]::before {
  left: -10px;
}
.form .supper .supper-box.supper-box-h5[data-v-142f8418]::before {
  left: 60px;
}
.form .supper .supper-box.supper-box-app[data-v-142f8418]::before {
  left: 140px;
}
.form .supper .supper-item[data-v-142f8418] {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}
.form .supper .supper-label[data-v-142f8418] {
  float: left;
  width: 100px;
  text-align: right;
}
.form .supper .supper-control[data-v-142f8418] {
  margin: 0 0 0 110px;
}

.color-tripe[data-v-4fd0bcb7] {
  display: flex;
  align-items: center;
}
.color-tripe .bar[data-v-4fd0bcb7] {
  display: flex;
}
.color-tripe .bar .bar-item[data-v-4fd0bcb7] {
  width: 40px;
  height: 6px;
  margin-right: 5px;
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.color-tripe .text[data-v-4fd0bcb7] {
  margin-left: 10px;
}

.form[data-v-acbb615e] {
  width: 400px;
}
.form .password-wrap[data-v-acbb615e] {
  display: flex;
}
.form .password-wrap .tips[data-v-acbb615e] {
  position: absolute;
  margin-left: 108%;
  white-space: nowrap;
}

