
html[oldUi] .materialMask .el-dialog {
    width: 976px;
}

@charset "UTF-8";
input[type=checkbox][data-v-2dad912f] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background-image: url("https://cdn.ix5j.net/saas_assets/uncheck.webp");
  border: #dcdcdc solid 1px;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox][data-v-2dad912f]:checked {
  background-image: url("https://cdn.ix5j.net/saas_assets/checked.webp");
  border: none;
}
.material_pop[data-v-2dad912f] {
  height: 100%;
  background-color: #fff;
  padding: 6px 16px;
  position: relative;
}
.cursor-pointer[data-v-2dad912f] {
  cursor: pointer;
}
[data-v-2dad912f] .el-dialog > .el-dialog__header {
  display: none;
}
.material_pop .material_pop_header[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.material_pop .material_pop_header_group[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.material_pop .material_pop_header_group span[data-v-2dad912f] {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.material_pop .material_pop_header_group span.selected[data-v-2dad912f] {
  color: #262626;
  font-weight: 500;
}
.material_pop .material_pop_header_close[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 0;
}
.material_pop_content[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 20px;
  overflow-y: auto;
  padding: 20px 0;
}
.material_pop_content_grid[data-v-2dad912f] {
  display: grid;
  grid-template-columns: repeat(4, minmax(111px, 1fr));
  gap: 20px;
}
.material_pop_content_grid .mediaObj_item[data-v-2dad912f] {
  aspect-ratio: 211/176;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  display: inline-block;
  max-width: 211px;
  position: relative;
}
.mediaObj_item_disabled[data-v-2dad912f] {
  position: relative;
  pointer-events: none; /* 禁用鼠标事件 */
  opacity: 0.3; /* 设置不可用状态的透明度 */
}
.mediaObj_item_disabled[data-v-2dad912f]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* 设置蒙层的背景色和透明度 */
  z-index: 1; /* 确保蒙层位于其他内容之上 */
}
.mediaObj_item-checkbox[data-v-2dad912f] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.mediaObj_item_box_img[data-v-2dad912f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  aspect-ratio: 211/119;
}
.mediaObj_item_box_img img[data-v-2dad912f] {
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
  height: 100%;
  width: 100%;
}
.mediaObj_item_box_time[data-v-2dad912f] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
}
.video_icon[data-v-2dad912f] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("https://cdn.ix5j.net/saas_assets/mixed/video.webp") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.mediaObj_item_box_title[data-v-2dad912f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px 3px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #262626;
  line-height: 20px;
  height: 31px;
}
.mediaObj_item_box_subtitle[data-v-2dad912f] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  height: 17px;
}
.dialog-footer[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.dialog-footer .footer_left[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.dialog-footer .footer_left .pager[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.8rem;
}
.dialog-footer .footer_left .pager .arrow[data-v-2dad912f] {
  font-size: 14px;
  font-weight: 700;
}
.dialog-footer .footer_left .page_text[data-v-2dad912f] {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}
.dialog-footer .footer_left .slectall[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dialog-footer .button-area[data-v-2dad912f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.body-tag-overflow-css[data-v-2dad912f] {
  width: 936px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 36px;
  line-height: 30px;
}
[data-v-2dad912f] .body-tag-overflow-css::-webkit-scrollbar {
  display: none;
}
.body-biaoqian-title-css[data-v-2dad912f] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
}
.body-selected-tag-css[data-v-2dad912f] {
  height: 20px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
}
.body-no-selected-tag-css[data-v-2dad912f] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
}
.scrollable-div[data-v-2dad912f] {
  width: 221px;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 6px;
}
[data-v-2dad912f] .scrollable-div::-webkit-scrollbar {
  display: none;
}
.body-card-tag-css[data-v-2dad912f] {
  width: 60px;
  height: 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #999999;
  line-height: 20px;
  overflow-x: auto;
  margin-left: 8px;
  margin-bottom: 6px;
  padding-left: 2px;
  padding-right: 2px;
}
.row-css[data-v-680cc7d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img-delete-css[data-v-680cc7d2] {
  margin: -350px 0 0 145px;
  width: 20px;
  cursor: pointer;
}
.header-font-title[data-v-680cc7d2] {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 22px;
}
.header-little-font[data-v-680cc7d2] {
  margin: 2px 0 4px 0;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
}
.header-little1-font[data-v-680cc7d2] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #cccccc;
  line-height: 14px;
}
.header-but-css[data-v-680cc7d2] {
  width: 144px;
  height: 36px;
  background: #0fd7b3;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 10px;
  margin-left: 44px;
  margin-right: 36px;
}
.hr-css[data-v-680cc7d2] {
  width: 98%;
  height: 0px;
  border: 1px solid #f5f5f5;
  margin-top: 12px;
}
.left-css[data-v-680cc7d2] {
  width: 828px;
}
.left-title-css[data-v-680cc7d2] {
  margin: 32px 0 20px 32px;
  width: 250px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 2px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d2efea), to(rgba(210, 239, 234, 0)));
  background: linear-gradient(90deg, #d2efea 0%, rgba(210, 239, 234, 0) 100%);
}
.left-top-t-css[data-v-680cc7d2] {
  width: 13px;
  height: 13px;
  border: 2px solid #0d0d0d;
  margin-right: 6px;
}
.left-top-pt-css[data-v-680cc7d2] {
  font-size: 11px;
  text-align: center;
  line-height: 15.5px;
  font-weight: 550;
}
.left-top-div-css[data-v-680cc7d2] {
  width: 794px;
  height: 167px;
  background: #ffffff;
  border: 0.5px solid #f4f5fa;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(181, 188, 194, 0.12);
          box-shadow: 0px 4px 12px 0px rgba(181, 188, 194, 0.12);
  margin: 35px 0 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.left-top-one-css[data-v-680cc7d2] {
  width: 248px;
  height: 85px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 18px;
  margin-top: 8px;
}
[data-v-680cc7d2] .left-top-one-css {
  overflow-y: auto;
}
[data-v-680cc7d2] .left-top-one-css::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
[data-v-680cc7d2] .left-top-one-css::-webkit-scrollbar-track {
  background-color: #ccc;
}
.left-flex-center[data-v-680cc7d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left-img-css[data-v-680cc7d2] {
  width: 80px;
  height: 100px;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 15px;
}
.div-hr-css[data-v-680cc7d2] {
  width: 0px;
  height: 89px;
  border: 0.5px solid #f4f4f4;
  margin-left: 20px;
  margin-top: 39px;
}
.left-top-but-css[data-v-680cc7d2] {
  margin: -10px 0 0 20px;
  border-style: none;
  width: 128px;
  height: 36px;
  background: #effcfa;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #0bb899;
  line-height: 16px;
  cursor: pointer;
}
.left-upload-font-css[data-v-680cc7d2] {
  padding: 0 0 0 49px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #999999;
}
.left-upload-font-css1[data-v-680cc7d2] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #0bb899;
}
.left-upload-css[data-v-680cc7d2] {
  width: 146px;
  height: 98px;
  background: #efefef;
  border-radius: 0 0 12px 12px;
  margin: 11px -16px -5px 32px;
}
.left-upload-css1[data-v-680cc7d2] {
  cursor: pointer;
  width: 146px;
  height: 102px;
  background: #efefef;
  border-radius: 12px 12px 0 0;
  margin: 11px -20px -15px 32px;
}
[data-v-680cc7d2] .el-upload-list--picture-card .el-upload-list__item {
  width: 146px;
  height: 195px;
  margin: 0 -16px 0 32px;
}
.left-bottom-but-css[data-v-680cc7d2] {
  width: 793px;
  height: 44px;
  border-radius: 8px;
  border: 1px #ffffff solid;
  margin: 33px 0 74px 32px;
}
.right-css[data-v-680cc7d2] {
  width: 349.5px;
}
.right-title-css[data-v-680cc7d2] {
  margin: 36px 0 6px 36px;
  width: 160px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 2px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d2efea), to(rgba(210, 239, 234, 0)));
  background: linear-gradient(90deg, #d2efea 0%, rgba(210, 239, 234, 0) 100%);
}
.right-content-css[data-v-680cc7d2] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin: 6px 0 24px 36px;
}
.right-div-card-css[data-v-680cc7d2] {
  width: 278px;
  height: 288px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  margin: 0 0 26px 36px;
}
.right-card-content-css[data-v-680cc7d2] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 14px;
  margin: 26px 0 25px 20px;
}
.right-card-hr-css[data-v-680cc7d2] {
  width: 238px;
  height: 0px;
  border: 1px solid #eeeeee;
  margin-left: 20px;
}
.right-getNum-css[data-v-680cc7d2] {
  border-style: none;
}
.right-card-content1-css[data-v-680cc7d2] {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin: -25px 0 24px 19px;
}
.right-select-css[data-v-680cc7d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.right-bottom-title-css[data-v-680cc7d2] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin: 0 32px 24px 36px;
}
[data-v-680cc7d2] .right-select-css .el-radio-button__inner {
  height: 24px;
  line-height: 1px;
}
[data-v-680cc7d2] .right-select-css .el-radio-button__inner,
el-radio-group[data-v-680cc7d2] {
  vertical-align: baseline;
}
.tipsFontcss[data-v-680cc7d2] {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #000000;
}
.font-css[data-v-680cc7d2] {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
}

