.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%;
}
.cloud_file[data-v-129ae047] {
  display: flex;
  background-color: var(--cloud-file-title-bg);
  color: var(--text-color1);
  padding: 12px 30px 12px 30px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.cloud_file .cloud_icon[data-v-129ae047] {
  font-size: 25px;
  padding-right: 20px;
}
.cloud_file .cloud_Content .title[data-v-129ae047] {
  font-size: 12px;
  color: var(--cloud-file-title-color);
}
.cloud_file .cloud_Content .mail_address[data-v-129ae047] {
  color: #1890ff;
}
.ul_box .box_p[data-v-129ae047] {
  font-size: 13px;
  color: var(--cloud-file-box_p);
  font-weight: bold;
  margin: 32px 0 12px 6px;
}
.ul_box ul[data-v-129ae047] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.ul_box li[data-v-129ae047] {
  list-style: none;
  border: 1px solid var(--cloud-file-item-border);
  background: var(--cloud-file-item-bg);
  border-radius: 6px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 12px;
  width: calc(33.333% - 12px);
  height: 64px;
  margin: 6px;
}
.ul_box li[data-v-129ae047]:hover {
  border: 1px solid #2b5bfc;
  background: rgba(43, 91, 252, 0.03);
}
.ul_box .file-item[data-v-129ae047] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--cloud-file-item);
}
.ul_box .fileIcon[data-v-129ae047] {
  margin-right: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.ul_box .flex_warp[data-v-129ae047] {
  display: flex;
  flex-wrap: wrap;
}
.ul_box .file-name[data-v-129ae047] {
  color: var(--cloud-file-name);
  width: 162px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.no_data_box[data-v-129ae047] {
  color: var(--cloud-file-no-data);
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.no_data_box img[data-v-129ae047] {
  width: 220px;
  height: 160px;
  vertical-align: middle;
}
.no_data_box p[data-v-129ae047] {
  width: 100%;
  text-align: center;
}
.lc_icon[data-v-129ae047] {
  display: flex;
  align-items: center;
}
.popover_content[data-v-129ae047] {
  font-size: 12px;
}
.popover_content p[data-v-129ae047] {
  margin-bottom: 10px;
}
.popover_content img[data-v-129ae047] {
  margin-right: 6px;
}
.popover_content .content_min[data-v-129ae047] {
  padding-bottom: 12px;
  padding-left: 38px;
}
.popover_content .content_min[data-v-129ae047]:last-child {
  padding-bottom: 0px;
}
.popover_content .content_min .title[data-v-129ae047] {
  color: var(--cloud-file-name);
  font-size: 13px;
}
.popover_content .content_min .content[data-v-129ae047] {
  color: var(--cloud-file-item);
  font-size: 12px;
}
.popover_content[data-v-129ae047] .ant-popover-inner {
  padding: 20px;
}
