.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-34a7171f] {
  margin-top: 20px;
}
.import_box[data-v-34a7171f] .ant-modal-body {
  padding: 0;
}
.import_box .flex[data-v-34a7171f] {
  display: flex;
}
.import_box .flex .left[data-v-34a7171f] {
  padding: 12px;
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-color8);
}
.import_box .flex .right[data-v-34a7171f] {
  width: 80%;
  height: calc(100vh - 350px);
  padding: 20px;
}
.import_box .flex .right .cloud_file[data-v-34a7171f] {
  display: flex;
  background-color: var(--bg-color9);
  color: var(--text-color1);
  padding: 15px 30px 15px 15px;
  border-radius: 6px;
}
.import_box .flex .right .cloud_file .cloud_icon[data-v-34a7171f] {
  font-size: 25px;
  padding-right: 20px;
}
.import_box .flex .right .cloud_file .cloud_Content .title[data-v-34a7171f] {
  font-size: 18px;
  padding-bottom: 10px;
}
.upload_box[data-v-34a7171f] {
  height: calc(100vh - 390px);
}
.parent-active[data-v-34a7171f] {
  border-radius: 4px;
  background-color: #2b5bfc;
  color: white;
}

/* 防止选中状态的悬停效果 */
.item.parent-active[data-v-34a7171f]:hover {
  background-color: #2b5bfc;
  color: white;
}
.item[data-v-34a7171f] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 36px;
  line-height: 17px;
  padding: 9.5px 12px;
  cursor: pointer;
}
.item[data-v-34a7171f]:hover {
  background-color: rgba(68, 110, 255, 0.08);
  border-radius: 4px;
}
.item:hover .del_right[data-v-34a7171f] {
  display: block;
}
[data-v-34a7171f] .ant-upload.ant-upload-drag .ant-upload-btn:hover {
  background-color: #eef2ff;
}
.ant-upload-drag-icon[data-v-34a7171f] {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #d6dfff;
  border-radius: 50%;
  text-align: center;
}
.ant-upload-drag-icon .upload_icon[data-v-34a7171f] {
  font-size: 34px !important;
  padding-top: 10px;
}
@charset "UTF-8";
.tableEmail[data-v-236552cc] {
  margin-top: 20px;
}
.import_box[data-v-236552cc] .ant-modal-body {
  padding: 0;
}
.import_box .flex[data-v-236552cc] {
  display: flex;
}
.import_box .flex .left[data-v-236552cc] {
  padding: 12px;
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-color8);
}
.import_box .flex .right[data-v-236552cc] {
  width: 80%;
  height: calc(100vh - 350px);
  padding: 20px;
}
.import_box .flex .right .cloud_file[data-v-236552cc] {
  display: flex;
  background-color: var(--bg-color9);
  color: var(--text-color1);
  padding: 15px 30px 15px 15px;
  border-radius: 6px;
}
.import_box .flex .right .cloud_file .cloud_icon[data-v-236552cc] {
  font-size: 25px;
  padding-right: 20px;
}
.import_box .flex .right .cloud_file .cloud_Content .title[data-v-236552cc] {
  font-size: 18px;
  padding-bottom: 10px;
}
.upload_box[data-v-236552cc] {
  height: calc(100vh - 390px);
}
.parent-active[data-v-236552cc] {
  border-radius: 4px;
  background-color: #2b5bfc;
  color: white;
}

/* 防止选中状态的悬停效果 */
.item.parent-active[data-v-236552cc]:hover {
  background-color: #2b5bfc;
  color: white;
}
.item[data-v-236552cc] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  height: 36px;
  line-height: 17px;
  padding: 9.5px 12px;
  cursor: pointer;
}
.item[data-v-236552cc]:hover {
  background-color: rgba(68, 110, 255, 0.08);
  border-radius: 4px;
}
.item:hover .del_right[data-v-236552cc] {
  display: block;
}
[data-v-236552cc] .ant-upload.ant-upload-drag .ant-upload-btn:hover {
  background-color: #eef2ff;
}
.ant-upload-drag-icon[data-v-236552cc] {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #d6dfff;
  border-radius: 50%;
  text-align: center;
}
.ant-upload-drag-icon .upload_icon[data-v-236552cc] {
  font-size: 34px !important;
  padding-top: 10px;
}
img[data-v-236552cc] {
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
.content_boxs[data-v-09081fd2] {
  display: flex;
}
.content_boxs .left[data-v-09081fd2] {
  flex: 1;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid var(--btn-rt-color);
  padding-top: 20px;
}
.content_boxs .right[data-v-09081fd2] {
  flex: 1;
  padding-top: 20px;
}
[data-v-09081fd2] .content_boxs .ant-select-selection {
  width: 300px;
}
.prompt[data-v-09081fd2] {
  margin-bottom: 20px;
}
.json_box[data-v-09081fd2] {
  margin-left: 100px;
}
.slider_box[data-v-09081fd2] {
  margin-top: 20px;
}
.content_box[data-v-09081fd2] {
  margin: 20px 0;
}
.answer[data-v-09081fd2] {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--inp-disabled-color);
}
.rams[data-v-09081fd2] {
  margin-top: 20px;
}
.lc_list_form[data-v-09081fd2] {
  border-bottom: 1px solid var(--inp-disabled-color);
}
.lc_list_form[data-v-09081fd2] .ant-form-item {
  margin-bottom: 8px;
}
[data-v-09081fd2] .el-collapse {
  margin: 10px 0;
}
[data-v-09081fd2] .system_box {
  margin-bottom: 20px;
}
[data-v-09081fd2] .system_box::placeholder {
  color: #a8a8a8;
  /* 修改 placeholder 颜色 */
  font-size: 14px;
  /* 修改 placeholder 字体大小 */
}
[data-v-09081fd2] .prompt_box::placeholder {
  color: #a8a8a8;
  /* 修改 placeholder 颜色 */
  font-size: 14px;
  /* 修改 placeholder 字体大小 */
}
.footer_btn[data-v-09081fd2] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.mark_box[data-v-09081fd2] {
  height: 450px;
  border: 1px solid var(--btn-bd-color);
  background-color: var(--inp-disabled-color);
  padding: 5px 10px;
  overflow: auto;
  width: 900px;
}
.drawSelect_box[data-v-09081fd2] {
  width: 100%;
  height: 100%;
}
.img_box[data-v-09081fd2] {
  width: 100%;
  height: 100%;
}
.prompt_box_up[data-v-09081fd2] {
  margin-bottom: 20px;
}
