.pdf_css[data-v-6435d74d] {
  display: flex;
  flex-direction: column;
}
.pdf_css .img[data-v-6435d74d] {
  flex: 1 1 200px;
  width: 200px;
  height: 200px;
  padding: 0 16px;
  background-color: #f4f5f7;
  border-radius: 6px;
  border: 1px solid #e7e9ea;
  position: relative;
  box-sizing: border-box;
}
.pdf_css .img img[data-v-6435d74d] {
  width: 100%;
  height: 100%;
}
.pdf_css .img .overlay[data-v-6435d74d] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pdf_css .img .overlay[data-v-6435d74d]:hover {
  opacity: 1;
}
.pdf_css .img .overlay .view_icon[data-v-6435d74d],
.pdf_css .img .overlay .del[data-v-6435d74d] {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  color: #dadada;
  font-size: 22px;
  cursor: pointer;
}
.pdf_css .img .overlay .view_icon[data-v-6435d74d]:hover,
.pdf_css .img .overlay .del[data-v-6435d74d]:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.pdf_css .img .overlay .view_icon .del_ic[data-v-6435d74d],
.pdf_css .img .overlay .del .del_ic[data-v-6435d74d] {
  font-size: 20px;
  color: #fff;
}
.pdf_css .img .overlay .view_icon[data-v-6435d74d] {
  margin-right: 16px;
}
.pdf_css .img .overlay .view_ic[data-v-6435d74d] {
  line-height: 49px;
}
.pdf_css .name[data-v-6435d74d] {
  color: var(--text-color1);
  font-size: 12px;
  padding: 10px 0 6px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pdf_css .time[data-v-6435d74d] {
  color: var(--inp-label-color);
  font-size: 11px;
}
.pdf_box[data-v-6435d74d] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.pdf_css .img[data-v-6435d74d] {
  position: relative;
  display: inline-block;
}
.pdf_css .img[data-v-6435d74d]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  border-radius: 6px;
}
.pdf_css .img[data-v-6435d74d]:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.upload[data-v-6435d74d] {
  width: 200px;
  height: 200px;
  border-radius: 12px;
}
[data-v-6435d74d] .ant-upload.ant-upload-drag {
  width: 200px;
  height: 200px;
  border-radius: 6px;
}
[data-v-6435d74d] .ant-upload.ant-upload-drag .icon_upload {
  font-size: 25px;
}
[data-v-6435d74d] .ant-upload.ant-upload-drag .anticon svg {
  color: var(--inp-label-color);
}
[data-v-6435d74d] .ant-upload.ant-upload-drag .ant-upload-text {
  color: var(--inp-label-color);
}
[data-v-6435d74d] .avatar-uploader:hover {
  border-color: #2b5bfc;
}
[data-v-6435d74d] .avatar-uploader:hover .anticon svg {
  color: #2b5bfc;
}
[data-v-6435d74d] .avatar-uploader:hover .ant-upload-text {
  color: #2b5bfc;
}
.img_box[data-v-6435d74d] {
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
.tableEmail[data-v-b2d7ea64] {
  margin-top: 20px;
}
.import_box[data-v-b2d7ea64] .ant-modal-body {
  padding: 0;
}
.import_box .flex[data-v-b2d7ea64] {
  display: flex;
}
.import_box .flex .left[data-v-b2d7ea64] {
  padding: 12px;
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.import_box .flex .right[data-v-b2d7ea64] {
  width: 80%;
  height: calc(100vh - 350px);
  padding: 20px;
}
.import_box .flex .right .cloud_file[data-v-b2d7ea64] {
  display: flex;
  background-color: #f5f7ff;
  padding: 15px 30px 15px 15px;
  border-radius: 6px;
}
.import_box .flex .right .cloud_file .cloud_icon[data-v-b2d7ea64] {
  font-size: 25px;
  padding-right: 20px;
}
.import_box .flex .right .cloud_file .cloud_Content .title[data-v-b2d7ea64] {
  font-size: 18px;
  padding-bottom: 10px;
}
.upload_box[data-v-b2d7ea64] {
  height: calc(100vh - 390px);
}
.parent-active[data-v-b2d7ea64] {
  border-radius: 4px;
  background-color: #2b5bfc;
  color: white;
}

/* 防止选中状态的悬停效果 */
.item.parent-active[data-v-b2d7ea64]:hover {
  background-color: #2b5bfc;
  color: white;
}
.item[data-v-b2d7ea64] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 36px;
  line-height: 17px;
  padding: 9.5px 12px;
  cursor: pointer;
}
.item[data-v-b2d7ea64]:hover {
  background-color: rgba(68, 110, 255, 0.08);
  border-radius: 4px;
}
.item:hover .del_right[data-v-b2d7ea64] {
  display: block;
}
[data-v-b2d7ea64] .ant-upload.ant-upload-drag .ant-upload-btn:hover {
  background-color: #eef2ff;
}
.ant-upload-drag-icon[data-v-b2d7ea64] {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #d6dfff;
  border-radius: 50%;
  text-align: center;
}
.ant-upload-drag-icon .upload_icon[data-v-b2d7ea64] {
  font-size: 34px !important;
  padding-top: 10px;
}
@charset "UTF-8";
/* 外层容器 */
.progress-bar[data-v-71f42a85] {
  width: 160px;
  /* 进度条的宽度 */
  height: 8px;
  /* 进度条的高度 */
  background-color: var(--progress-bar-bg);
  /* 进度条的背景颜色 */
  border-radius: 10px;
  /* 圆角 */
  position: relative;
  /* 相对定位 */
  margin-right: 8px;
}

/* 进度条 */
.progress[data-v-71f42a85] {
  width: 160px;
  height: 100%;
  /* 高度与外层容器一致 */
  background: linear-gradient(90deg, #9cecfb, #2b5bfc);
  /* 渐变背景 */
  transition: width 0.5s ease;
  /* 宽度变化时的过渡效果 */
  border-radius: 10px;
  /* 圆角 */
}
.progress_box[data-v-71f42a85] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@charset "UTF-8";
.tableEmail[data-v-75b67456] {
  margin-top: 20px;
}
.import_box[data-v-75b67456] .ant-modal-body {
  padding: 0;
}
.import_box .flex[data-v-75b67456] {
  display: flex;
}
.import_box .flex .left[data-v-75b67456] {
  padding: 12px;
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-color8);
}
.import_box .flex .right[data-v-75b67456] {
  width: 80%;
  height: calc(100vh - 350px);
  padding: 20px;
}
.upload_box[data-v-75b67456] {
  height: calc(100vh - 390px);
}
.parent-active[data-v-75b67456] {
  border-radius: 4px;
  background-color: #2b5bfc;
  color: white;
}

/* 防止选中状态的悬停效果 */
.item.parent-active[data-v-75b67456]:hover {
  background-color: #2b5bfc;
  color: white;
}
.item[data-v-75b67456] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 36px;
  line-height: 17px;
  padding: 9.5px 12px;
  cursor: pointer;
}
.item[data-v-75b67456]:hover {
  background-color: rgba(68, 110, 255, 0.08);
  border-radius: 4px;
}
.item:hover .del_right[data-v-75b67456] {
  display: block;
}
[data-v-75b67456] .ant-upload.ant-upload-drag .ant-upload-btn:hover {
  background-color: #eef2ff;
}
.ant-upload-drag-icon[data-v-75b67456] {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #d6dfff;
  border-radius: 50%;
  text-align: center;
}
.ant-upload-drag-icon .upload_icon[data-v-75b67456] {
  font-size: 34px !important;
  padding-top: 10px;
}
.label[data-v-75b67456] {
  color: var(--tit-text-color);
  font-weight: 600;
  padding-left: 15px;
  font-size: 14px;
}
