.form-inline {
  background-color: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.form-inline .btn-store-search {
  border: 1px solid #ef2228;
  border-radius: 3px;
  margin-left: 20px;
  font-size: 14px;
  color: #ef2228;
}
.form-inline .left-form,
.form-inline .right-form {
  float: left;
  width: 50%;
}
.thumb-track-1 {
  display: flex;
}
.thumb-track-1 .thumb-item {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 32px;
  margin-right: 12px;
}
.thumb-track-1 .thumb-item.default {
  border: dashed 1px #e1e1e3;
}
.thumb-track-1 .thumb-item.default .default-camera {
  width: 24px;
  height: 22px;
  margin-right: 8px;
}
.thumb-track-1 .thumb-item.default .upload-text {
  font-size: 11px;
  font-weight: 500;
  color: #666666;
}
.thumb-track-1 .thumb-item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 116px;
  height: 32px;
  object-fit: cover;
}
.thumb-track-1 .thumb-item .uploader {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 32px;
  opacity: 0;
}
.file-info-all .file-info-item {
  width: 392px;
  height: 24px;
  background: #F3F3F5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  margin-top: 2px;
}
.file-info-all .file-info-item span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  max-width: 300px;
}
.file-info-all .file-info-item img {
  width: 16px;
  height: 16px;
}
