
.old-data-activation-dialog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px 0;
  overflow: hidden;
}
.old-data-activation-dialog-wrapper .el-dialog {
  max-width: calc(100% - 24px);
  margin: 0 auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 6px;
}
.old-data-activation-dialog-wrapper .el-dialog__header {
  padding: 20px 24px 16px;
}
.old-data-activation-dialog-wrapper .el-dialog__title {
  color: #303133;
  font-size: 18px;
  font-weight: 400;
}
.old-data-activation-dialog-wrapper .el-dialog__body {
  padding: 24px;
  box-sizing: border-box;
}
.old-data-activation-dialog-wrapper .el-dialog__footer {
  padding: 14px 24px;
}
.new-data-status-confirm-message-box {
  width: 300px;
  max-width: calc(100% - 24px);
}
.data-status-dialog {
  color: #303133;
}
.data-status-dialog__type-row {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 32px;
}
.data-status-dialog__type-options {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.data-status-dialog__type-options .el-radio {
  margin-right: 28px;
}
.data-status-dialog__assignee-row {
  display: block !important;
  margin-top: 20px;
}
.data-status-dialog__field {
  display: flex !important;
  flex: 1 1 0;
  align-items: center;
  min-height: 38px;
  min-width: 0;
}
.data-status-dialog__field + .data-status-dialog__field {
  margin-top: 16px;
}
.data-status-dialog__field-label {
  flex: 0 0 100px;
  margin-right: 12px;
  margin-bottom: 0;
  color: #303133;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
}
.required-mark {
  margin-right: 3px;
  color: #f56c6c;
}
.data-status-dialog__select {
  flex: 0 0 260px;
  min-width: 0;
}
.data-status-dialog__select .el-input__inner {
  height: 38px;
  line-height: 38px;
}
@media (max-height: 600px) {
.old-data-activation-dialog-wrapper {
    overflow-y: auto;
}
}


.short-video-resource-manage[data-v-0e8c8fee] {
  min-height: calc(100vh - 40px);
  overflow-x: hidden;
  box-sizing: border-box;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__header {
  margin: 0 0 16px;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__nav-wrap {
  padding: 0 16px;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__nav-wrap::after {
  display: none;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__item {
  height: 48px;
  line-height: 48px;
  color: #606266;
  font-size: 14px;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__item.is-active {
  color: #f08300;
  font-weight: 600;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-tabs__active-bar {
  height: 2px;
  background-color: #f08300;
}
.search-bar[data-v-0e8c8fee] {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ebeef5;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-sizing: border-box;
}
.search-bar[data-v-0e8c8fee] .el-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 16px;
}
.search-bar[data-v-0e8c8fee] .el-form-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 150px;
  max-width: 100%;
  margin: 0;
}
.search-bar[data-v-0e8c8fee] .el-form-item__label {
  padding: 0 0 6px;
  color: #606266;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
.search-bar[data-v-0e8c8fee] .el-form-item__content {
  line-height: 32px;
}
.search-bar[data-v-0e8c8fee] .el-select,
.search-bar[data-v-0e8c8fee] .el-input {
  width: 100% !important;
}
.search-bar[data-v-0e8c8fee] .el-date-editor.el-input,
.search-bar[data-v-0e8c8fee] .el-date-editor.el-input__inner {
  width: 270px !important;
  max-width: 100% !important;
}
.search-bar[data-v-0e8c8fee] .el-range-editor.el-input__inner {
  width: 270px !important;
  max-width: 100% !important;
}
.search-bar[data-v-0e8c8fee] .el-form-item:nth-last-child(2) {
  width: 270px;
  max-width: 100%;
}
.search-bar[data-v-0e8c8fee] .el-form-item:nth-child(5),
.search-bar[data-v-0e8c8fee] .el-form-item:nth-child(6) {
  width: 220px;
  max-width: 100%;
}
.search-bar[data-v-0e8c8fee] .el-form-item.contact-keyword-filter {
  width: 230px;
  max-width: 100%;
}
.search-bar[data-v-0e8c8fee] .el-form-item:last-child {
  width: auto;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 0;
}
.search-bar[data-v-0e8c8fee] .el-form-item:last-child .el-form-item__content {
  display: flex;
  gap: 8px;
}
.table-container[data-v-0e8c8fee] {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ebeef5;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-sizing: border-box;
}
.short-video-resource-manage[data-v-0e8c8fee] .el-table {
  max-width: 100%;
}
.short-video-resource-manage[data-v-0e8c8fee] .compact-resource-table th .cell,
.short-video-resource-manage[data-v-0e8c8fee] .compact-resource-table td .cell {
  padding-left: 4px;
  padding-right: 4px;
}
.short-video-resource-manage[data-v-0e8c8fee] .compact-resource-table th .cell {
  line-height: 18px;
  white-space: nowrap;
  word-break: keep-all;
}
.short-video-resource-manage[data-v-0e8c8fee] .compact-resource-table .el-table__body td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.short-video-resource-manage[data-v-0e8c8fee] .mark-invalid-button.el-button--danger.is-plain:focus:not(:hover) {
  color: #f56c6c;
  background-color: #fef0f0;
  border-color: #fbc4c4;
}
.short-video-resource-manage[data-v-0e8c8fee] .mark-invalid-button.el-button--danger.is-plain:focus-visible {
  outline: 2px solid #f56c6c;
  outline-offset: 2px;
}
.pagination[data-v-0e8c8fee] {
  margin-top: 20px;
  text-align: right;
}
.input-form-container[data-v-0e8c8fee] {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ebeef5;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-sizing: border-box;
}
.resource-input-form[data-v-0e8c8fee] {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
.contact-full-row[data-v-0e8c8fee] {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.wechat-nick-row[data-v-0e8c8fee] {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.contact-full-field[data-v-0e8c8fee] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.contact-tip[data-v-0e8c8fee] {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fef0f0;
  border-radius: 4px;
}
.dialog-content-ellipsis[data-v-0e8c8fee] {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.contact-encrypted[data-v-0e8c8fee] {
  margin-right: 8px;
}
.data-status-badge[data-v-0e8c8fee] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  white-space: nowrap;
  vertical-align: middle;
}
.data-status-badge--pending[data-v-0e8c8fee] {
  min-width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #d97706;
  background-color: #fff7e6;
  border-color: #ffd591;
  outline: none;
  cursor: default;
}
.data-status-badge--pending[data-v-0e8c8fee]:not(:disabled):hover,
.data-status-badge--pending[data-v-0e8c8fee]:not(:disabled):focus-visible {
  background-color: #ffedc2;
  cursor: pointer;
}
.data-status-badge--pending[data-v-0e8c8fee]:disabled {
  opacity: 0.72;
}
.data-status-badge__arrow[data-v-0e8c8fee] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
}
.data-status-badge__loading[data-v-0e8c8fee] {
  margin-right: 4px;
  font-size: 11px;
}
.list-qrcode-thumb[data-v-0e8c8fee] {
  width: 48px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
.list-qrcode-thumb[data-v-0e8c8fee] img {
  width: 48px;
  height: 32px;
  -o-object-fit: fill;
     object-fit: fill;
}
.short-video-resource-manage[data-v-0e8c8fee] .qrcode-table-cell .cell {
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
}
.short-video-resource-manage[data-v-0e8c8fee] .qrcode-header-cell .cell {
  line-height: 18px;
  white-space: nowrap;
  word-break: keep-all;
}
.short-video-resource-manage[data-v-0e8c8fee] .time-table-cell .cell {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.wechat-contact-row[data-v-0e8c8fee] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.qrcode-upload-row[data-v-0e8c8fee] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.wechat-field[data-v-0e8c8fee] {
  min-width: 0;
}
.wechat-id-field[data-v-0e8c8fee] {
  flex: 1 1 auto;
  width: 100%;
}
.qrcode-upload-field[data-v-0e8c8fee] {
  flex: 0 0 180px;
  min-width: 180px;
}
.wechat-field-label[data-v-0e8c8fee] {
  height: 20px;
  margin-bottom: 6px;
  color: #303133;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.qrcode-uploader[data-v-0e8c8fee] {
  width: 128px;
  height: 128px;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload {
  width: 128px;
  height: 128px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload:hover {
  border-color: #409eff;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload-dragger {
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload-dragger.is-dragover {
  border: none;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload__text {
  margin-top: 4px;
  font-size: 12px;
  color: #606266;
  text-align: center;
  line-height: 1.3;
}
.qrcode-uploader[data-v-0e8c8fee] .el-upload__text em {
  color: #409eff;
  font-style: normal;
}
.qrcode-uploader-icon[data-v-0e8c8fee] {
  color: #8c939d;
  font-size: 28px;
  line-height: 1;
}
.qrcode-preview-wrapper[data-v-0e8c8fee] {
  position: relative;
  width: 100%;
  height: 100%;
}
.qrcode-preview-img[data-v-0e8c8fee] {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.qrcode-delete-icon[data-v-0e8c8fee] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
}
.qrcode-preview-wrapper:hover .qrcode-delete-icon[data-v-0e8c8fee] {
  opacity: 1;
}
.input-tips[data-v-0e8c8fee] {
  margin-top: 6px;
  color: #ff3b3b;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* 自定义数据状态下拉菜单（避免 el-dropdown 引起的 Popper 定位闪烁） */
.status-dropdown {
  position: relative;
  display: inline-block;
}
.status-dropdown__menu.resource-status-menu {
  position: fixed;
  z-index: 2000;
  min-width: 132px;
  margin: 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 7px;
  box-shadow: 0 6px 18px rgba(31, 35, 41, 0.12);
  list-style: none;
}
.resource-status-menu__item {
  height: 34px;
  padding: 0 10px;
  border-radius: 5px;
  color: #303133;
  font-size: 13px;
  line-height: 34px;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
  list-style: none;
}
.resource-status-menu__item:hover,
.resource-status-menu__item:focus {
  color: #303133;
  background-color: #ecf5ff;
  outline: none;
}
.resource-status-menu__item.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
  pointer-events: none;
}
.el-upload-dragger .el-icon-upload {
  line-height: 20px !important;
}

