
.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.fancybox {
  max-width: 100%;
}


/* 批量操作按钮区域 */
.batch-actions[data-v-77ab4b1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 证书条目样式 */
.cert-item[data-v-77ab4b1f] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cert-item[data-v-77ab4b1f]:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 证书头部 */
.cert-header[data-v-77ab4b1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 证书图片预览 */
.cert-image-preview[data-v-77ab4b1f] {
  position: relative;
}

/* 上传组件文本提示 */
.upload-text[data-v-77ab4b1f] {
  text-align: center;
  padding: 20px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upload-text[data-v-77ab4b1f]:hover {
  border-color: #2d8cf0;
  color: #2d8cf0;
}

/* 空状态样式 */
.empty-state[data-v-77ab4b1f] {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
}

/* 加载图标 */
.spin-icon-load[data-v-77ab4b1f] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}


.pdf-file-container[data-v-214ad0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  min-width: 250px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pdf-file-container[data-v-214ad0a6]:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
.pdf-file-container:hover .pdf-icon[data-v-214ad0a6] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pdf-file-container:hover .pdf-file-name[data-v-214ad0a6] {
  color: #495057;
}
.pdf-file-container .pdf-icon[data-v-214ad0a6] {
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.pdf-file-container .pdf-file-name[data-v-214ad0a6] {
  font-size: 14px;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.no-pdf-container[data-v-214ad0a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px dashed #dee2e6;
  min-width: 250px;
  color: #6c757d;
}
.no-pdf-container .no-pdf-text[data-v-214ad0a6] {
  margin-left: 8px;
  font-size: 14px;
}


/* 批量操作按钮区域 */
.batch-actions[data-v-8fd8c04e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 证书条目样式 */
.cert-item[data-v-8fd8c04e] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cert-item[data-v-8fd8c04e]:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 证书头部 */
.cert-header[data-v-8fd8c04e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 证书图片预览 */
.cert-image-preview[data-v-8fd8c04e] {
  position: relative;
}

/* 上传组件文本提示 */
.upload-text[data-v-8fd8c04e] {
  text-align: center;
  padding: 20px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upload-text[data-v-8fd8c04e]:hover {
  border-color: #2d8cf0;
  color: #2d8cf0;
}

/* 空状态样式 */
.empty-state[data-v-8fd8c04e] {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
}

/* 加载图标 */
.spin-icon-load[data-v-8fd8c04e] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}



.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.fancybox {
  max-width: 100%
}
.ivu-upload {
  width: auto !important;
}

