.zent-upload.inline {
    display: inline;
}
.zent-upload .zent-dialog-r {
    min-width: 760px !important;
}
.zent-upload .zent-dialog-r-footer {
      margin-top: 0;
      padding-top: 10px;
      text-align: center;
    }
.zent-upload .zent-dialog-r-title {
      margin-bottom: 10px;
    }
.zent-upload-dialog.zent-dialog-r {
    padding: 15px;
}
.zent-upload__footer {
    text-align: center;
}
.zent-upload-container {
  position: relative;
  padding: 0;
  overflow-y: auto;
}
.zent-upload-container ul, .zent-upload-container li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.zent-upload-container {
  width: 760px;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zent-upload-network-image-region, .zent-upload-group-region, .zent-upload-local-attachment-region {
  padding: 30px 10px;
  overflow: hidden;
}
.zent-upload-network-image-region .zent-upload-title, .zent-upload-group-region .zent-upload-title, .zent-upload-local-attachment-region .zent-upload-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 100px;
  }
.zent-upload-network-image-region .zent-upload-content, .zent-upload-group-region .zent-upload-content, .zent-upload-local-attachment-region .zent-upload-content {
    background-color: #fff;
    position: relative;
    zoom: 1;
    margin-left: 100px;
  }
.zent-upload-group-region .zent-upload-title {
    line-height: 30px;
  }
.zent-upload-network-image-region {
  overflow: hidden;
}
.zent-upload-network-image-region .zent-upload-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.zent-upload-network-image-region .zent-btn {
    float: right;
  }
.zent-upload-network-image-region .zent-upload-title {
    line-height: 30px;
  }
.zent-upload-network-image-region .zent-upload-input-append {
    margin-bottom: 10px;
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
.zent-upload-network-image-region .zent-upload-image-preview {
    max-width: 200px;
    max-height: 200px;
  }
.zent-upload-network-image-region .zent-upload-image-preview img {
      max-width: 200px;
      max-height: 200px;
    }
.zent-upload-local-attachment-region {
  height: 100%;
}
.zent-upload-local-attachment-region .zent-upload-content {
    margin-top: -10px;
    height: 100%;
  }
.zent-upload-local-attachment-region .zent-upload-local-tips {
    clear: both;
    padding-top: 20px;
    font-size: 12px;
  }
.zent-upload-local-attachment-region .zent-upload__upload-local-image-list {
    height: auto;
    padding-top: 10px;
  }
.zent-upload-local-attachment-region .zent-upload__upload-local-image-list .zent-upload-image-item {
      position: relative;
      float: left;
      margin: 0 10px 10px 0;
      width: 80px;
      height: 80px
    }
.zent-upload-local-attachment-region .zent-upload__upload-local-image-list .zent-upload-image-item:hover .zent-upload__close-modal {
          display: block;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-image-list .zent-upload-image-item__box {
        width: 80px;
        height: 80px;
        background-size: cover;
        background-position: 50% 50%;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-image-list .zent-upload-image-item__progress {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        line-height: 80px;
        font-size: 14px;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list {
    height: auto
  }
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item {
      position: relative;
      float: left;
      width: 300px;
      height: 60px;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 9px;
      border: 1px solid #e5e5e5;
      cursor: pointer;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item:hover .zent-upload__close-modal {
          display: block;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__icon {
        width: 40px;
        height: 40px;
        background: #cacaca;
        background-size: 40px 40px;
        background-image: url('https://b.yzcdn.cn/upload/image/play@2x.png');
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__icon.loading {
    background-image: url('https://b.yzcdn.cn/upload/image/loading@2x.gif');
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__icon.playing {
    background-image: url('https://b.yzcdn.cn/upload/image/playing@2x.gif');
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__name {
        position: absolute;
        width: 200px;
        height: 18px;
        line-height: 18px;
        top: 10px;
        left: 60px;

        text-overflow: ellipsis;

        white-space: nowrap;

        overflow: hidden;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__createtime {
        position: absolute;
        bottom: 10px;
        left: 60px;
        line-height: 14px;
        color: #999;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__duration {
        position: absolute;
        top: 12px;
        right: 10px;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__progress {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        line-height: 60px;
        font-size: 14px;
}
.zent-upload-local-attachment-region .zent-upload__upload-local-voice-list .zent-upload-voice-item__size {
        position: absolute;
        top: 34px;
        right: 10px;
        color: #999;
}
.zent-upload__close-modal {
  display: none;
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 9px
}
.zent-upload__close-modal:hover {
    color: #fff;
    background: #333;
}
.zent-upload-add-local-attachment {
  position: relative;
  width: 44px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.zent-upload-add-local-attachment input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    direction: rtl;
    font-size: 23px;
    opacity: 0;
    cursor: pointer;
  }
.zent-upload-wrapper, .zent-upload-add-local-image-button, .zent-upload-trigger {
  position: relative;
}
.zent-upload-wrapper input[type=file], .zent-upload-add-local-image-button input[type=file], .zent-upload-trigger input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    direction: rtl;
    font-size: 23px;
    opacity: 0;
    cursor: pointer;
  }
.zent-upload-add-local-image-button, .zent-upload-trigger {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 2px dashed #e5e5e5;
  line-height: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 36px;
  color: #e5e5e5;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}
.zent-upload-add-local-image-button {
  margin: 0 20px 20px 0;
}
.zent-upload-tips {
  line-height: 14px;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #666;
  position: absolute;
}
.zent-upload-link {
  color: #38f;
  cursor: pointer;
  font-weight: bold;
}
.zent-upload-split {
  margin: 0 10px;
}
