.weda-uploader-pc {
  margin: 0;
  padding: 0;
}

.weda-uploader-pc .weda-uploader-pc__title {
  color: #000000;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 4px;
}

/* 单张图片回显 */
.weda-uploader-pc .weda-uploader-pc__image-box {
  height: 100px;
  width: 100px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #f2f2f2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.weda-uploader-pc .weda-uploader-pc__body {
  margin-bottom: 8px;
}

.weda-uploader-pc .weda-uploader-pc__input-box {
  margin-bottom: 8px;
}

.weda-uploader-pc.cloudbase_standard .weda-uploader-pc__body {
  margin-bottom: 0px;
}

.weda-uploader-pc.cloudbase_standard .weda-uploader-pc__input-box {
  margin-bottom: 0px;
}

.weda-uploader-pc.cloudbase_standard .weda-uploader-pc__image-list {
  margin-left: 8px;
}

.weda-uploader-pc .weda-uploader-pc__image-box:hover .weda-uploader-pc__action {
  display: flex;
}

.weda-uploader-pc .weda-uploader-pc__image {
  max-height: 100%;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}

._weda-fn-upload-result__item .weda-uploader-pc__image {
  width: 100%;
  object-fit: cover;
}

.weda-uploader-pc__input-box .wedatea2td-disabled {
  cursor: not-allowed;
}

.weda-uploader-pc .weda-uploader-pc__action {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.weui-uploader.horizontal {
  display: flex;
}

.weui-uploader.horizontal .weui-uploader__hd {
  display: inline-block;
  align-self: center;
}

.weda-uploader-pc.horizontal {
  display: flex;
  justify-content: space-between;
}

.weui-uploader.horizontal .weda-formcells__label {
  width: 130px;
}

.weda-ui .weui-uploader__hd {
  display: block;
}

.weui-uploader__label {
  display: flex;
  flex: 1;
}

.weui-uploader.vertical .weui-uploader__title {
  flex: unset;
}

.weui-uploader.horizontal .weui-uploader__title {
  display: inline-block;
}

.weda-ui .weui-uploader.horizontal .weui-uploader__bd {
  padding: 16px 0;
}

.weda-ui .weui-uploader.vertical .weui-uploader__bd {
  padding: 16px;
}

.weui-uploader__hd.vertical {
  padding-bottom: 0;
}

.weda-ui .weui-uploader__file {
  width: 6.85714em;
  height: 6.85714em;
}

.weda-ui .weui-uploader__input-box {
  width: 6.85714em;
  height: 6.85714em;
}

.weda-ui .img-shape-ectangle {
  border-radius: 0;
}

.weda-ui .img-shape-circular {
  border-radius: 50%;
}

.weda-ui .img-shape-rounded-tectangle {
  border-radius: 6px;
}

.img-shape-circular:before {
  border-radius: 50%;
}

.img-shape-rounded-tectangle:before {
  border-radius: 6px;
}
