.upload-group {
  width: 100%;
  border: 1px dashed #bbb;
  padding: 36px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.upload-group.none {
  border: 1px dashed #fff;
  padding: 0px;
}
.upload-group.none.mb {
  margin-bottom: 35px;
}
.upload-group .frame_file {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.upload-group .frame_file .file {
  cursor: pointer;
  text-decoration: underline;
  color: #484848;
  margin-right: 15px;
  display: block;
}
.upload-group .frame_file .file img {
  width: 32px;
  height: 32px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: middle;
}
.upload-group .frame_file .file:hover {
  opacity: 80%;
  color: #484848;
}
.upload-group h3 {
  margin-bottom: 8px;
  font-size: 21px;
  color: #484848;
}
.upload-group .para {
  margin-bottom: 24px;
  color: #484848;
}

.upload-preview-group {
  margin-bottom: 16px;
}
.upload-preview-group .set {
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
  font-size: 16px;
  position: relative;
}
.upload-preview-group .set .delete {
  position: absolute;
  top: 5px;
  right: 23px;
}
.upload-preview-group .set .delete img {
  width: 20px;
  height: 20px;
  fill: #0d0d22;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.upload-preview-group .set .delete img:hover {
  opacity: 85%;
}
.upload-preview-group .set .obj {
  margin-bottom: 8px;
  margin-right: 15px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
}

.display_none {
  display: none;
}

.btn-gray {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 18px;
  color: #808080;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(235, 235, 235)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ebebeb", GradientType=0 );
}
.btn-gray:hover {
  color: #808080;
}
.btn-gray.nopic {
  padding: 6px 30px;
}
.btn-gray .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}/*# sourceMappingURL=main.css.map */