@charset "UTF-8";
/* 改变主题色变量 */
html[data-v-4cd7e2d4] {
  --color-primary: #1E69FA;
  --color-primary-light: #e9f0ff;
  --color-gradient: linear-gradient(90deg, #2a73ff, #724fff);
  --color-assist: #7a70fd;
  --container-color-tab-selected: #d9e1fc;
  --border-color-secondary: rgba(63, 113, 246, 50%);
  --container-card-blue-light3-gradient: linear-gradient(90deg, #f0f3ff 0%, #e1e8ff 100%);
}

/* 输入框全局样式 */
[data-v-4cd7e2d4] .el-input__inner {
  height: 32px;
  padding: 12px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
[data-v-4cd7e2d4] .el-input__inner:hover {
  border-color: var(--color-primary);
}
[data-v-4cd7e2d4] .el-input__inner:focus {
  border-color: var(--color-primary);
}
[data-v-4cd7e2d4] .el-input__inner[disabled] {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #ccc;
  cursor: not-allowed;
}
[data-v-4cd7e2d4] .el-input__inner::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-4cd7e2d4] .el-input__inner::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-4cd7e2d4] .el-input__inner:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-4cd7e2d4] .el-input__inner::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-4cd7e2d4] .el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* 表格 Table
-------------------------- */
/* Tab
-------------------------- */
/* Dialog
-------------------------- */
[data-v-4cd7e2d4] .el-pagination.is-background .el-pager li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-4cd7e2d4] .el-pagination.is-background .btn-next,[data-v-4cd7e2d4] .el-pagination.is-background .btn-prev {
  background-color: #fff;
  border: none;
}
[data-v-4cd7e2d4] .el-pagination.is-background.el-pagination--small .btn-next,[data-v-4cd7e2d4] .el-pagination.is-background.el-pagination--small .btn-prev,[data-v-4cd7e2d4] .el-pagination.is-background.el-pagination--small .el-pager li {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
[data-v-4cd7e2d4] .el-pagination.is-background.el-pagination--small .el-select .el-input .el-input__inner {
  height: 26px;
  font-size: 14px;
}
[data-v-4cd7e2d4] .el-table {
  border-radius: 12px;
}
[data-v-4cd7e2d4] .el-table th {
  background-color: #f6f7fb;
  padding: 12px 0 10px 0;
}
[data-v-4cd7e2d4] .el-table__header th:first-child,[data-v-4cd7e2d4] .el-table tbody tr td:first-child {
  padding-left: 12px;
}
[data-v-4cd7e2d4] .el-table__header th:last-child,[data-v-4cd7e2d4] .el-table tbody tr td:nth-last-child(1) {
  padding-right: 12px;
}
[data-v-4cd7e2d4] .el-table .el-button {
  padding: 2px 0 2px 5px;
  font-weight: 600;
}
[data-v-4cd7e2d4] .el-table tbody tr {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-4cd7e2d4] .el-tabs__item {
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
}
[data-v-4cd7e2d4] .el-tabs__active-bar,[data-v-4cd7e2d4] .el-tabs__item.is-active::after {
  height: 3px;
  border-radius: 1.5px;
}
[data-v-4cd7e2d4] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-4cd7e2d4] .el-tabs__header {
  margin: 0 0 16px;
}
[data-v-4cd7e2d4] .first-tabs .el-tabs__item {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
[data-v-4cd7e2d4] .first-tabs .el-tabs__active-bar,[data-v-4cd7e2d4] .first-tabs .el-tabs__item.is-active::after {
  display: none;
}
[data-v-4cd7e2d4] .first-tabs .el-tabs__item.is-active {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-4cd7e2d4] .first-tabs .el-tabs__nav-wrap::after {
  display: block;
  height: 1px;
  color: rgba(0, 0, 0, 0.06);
}
[data-v-4cd7e2d4] .first-tabs .el-tabs__header {
  margin: 0 0 8px;
}
[data-v-4cd7e2d4] .el-divider--horizontal {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
[data-v-4cd7e2d4] .el-divider--vertical {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: inherit;
}
[data-v-4cd7e2d4] .el-link.el-link--primary {
  color: var(--color-primary);
}
[data-v-4cd7e2d4] .el-link.el-link--info {
  color: rgba(0, 0, 0, 0.6);
}
[data-v-4cd7e2d4] .el-tag--small {
  border-radius: 6px;
}
[data-v-4cd7e2d4] .el-tag--mini {
  border-radius: 4px;
}
[data-v-4cd7e2d4] .el-tag-special {
  border-top-left-radius: 0;
}
[data-v-4cd7e2d4] .el-tag.el-tag--info {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
[data-v-4cd7e2d4] .el-popper {
  padding: 4px 0;
}
[data-v-4cd7e2d4] .el-popper .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-4cd7e2d4] .el-popper .deleted {
  color: #f24b55;
}
[data-v-4cd7e2d4] .el-dropdown-menu .popper__arrow {
  display: none;
}
[data-v-4cd7e2d4] .el-range-editor--mini.el-input__inner {
  height: 24px;
}
[data-v-4cd7e2d4] .el-date-editor .el-range-input {
  background: transparent;
}
[data-v-4cd7e2d4] .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
[data-v-4cd7e2d4] .el-input--prefix .el-input__inner {
  padding-right: 30px;
}
[data-v-4cd7e2d4] .el-date-picker, .el-picker-panel[data-v-4cd7e2d4] {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
[data-v-4cd7e2d4] .el-range-editor--mini {
  border-radius: 4px;
}
[data-v-4cd7e2d4] .el-range-editor--small {
  border-radius: 6px;
}
[data-v-4cd7e2d4] .el-range-editor--large {
  border-radius: 8px;
}
[data-v-4cd7e2d4] .el-popover {
  padding: 12px;
}
[data-v-4cd7e2d4] .el-popover .el-popconfirm__main {
  margin: 10px 0;
}
[data-v-4cd7e2d4] .el-popover .popper__arrow {
  display: none;
}
[data-v-4cd7e2d4] .el-dialog {
  border-radius: 12px;
  font-weight: 600;
}
[data-v-4cd7e2d4] .el-dialog__header {
  padding-bottom: 16px;
}
[data-v-4cd7e2d4] .el-dialog__body {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 24px;
}
[data-v-4cd7e2d4] .el-page-header {
  padding: 16px;
}
.title-text[data-v-4cd7e2d4] {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
  line-height: 23px;
  letter-spacing: 0.01px;
  margin-top: 28px;
  margin-bottom: 14px;
}
.two-tab-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-tab-css .selected-tab[data-v-4cd7e2d4] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #1E69FA;
  line-height: 19px;
  cursor: pointer;
}
.two-tab-css .unselected-tab[data-v-4cd7e2d4] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.4);
  line-height: 19px;
  cursor: pointer;
}
.two-tab-css .tab-divider[data-v-4cd7e2d4] {
  width: 33px;
  height: 3px;
  background: #1E69FA;
  border-radius: 100px;
  margin-top: 4px;
}
.blue-css[data-v-4cd7e2d4] {
  width: 60px;
  height: 3px;
  background: #2a73ff;
  border-radius: 100px;
  margin-top: 7px;
  z-index: 999;
}
.hr-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 0px;
  border: 1px solid #eeeeee;
}
.card-container[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.card-container .card-list .card-list-item[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  position: relative;
}
.card-container .card-list .card-list-item .card-list-status[data-v-4cd7e2d4] {
  position: absolute;
  padding: 3.5px 12px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 14px;
  border-radius: 12px 0px 12px 0px;
}
.card-container .card-list .card-list-item .card-list-img[data-v-4cd7e2d4] {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.card-container .card-list .card-list-item .card-list-time[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card-container .card-list .card-list-item .card-list-time .card-list-title[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.9);
  line-height: 16px;
  letter-spacing: 0px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-container .card-list .card-list-item .card-list-time img[data-v-4cd7e2d4] {
  width: 16px;
  height: 16px;
}
.card-container .card-list .card-list-item .card-list-button-css[data-v-4cd7e2d4] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 添加这一行 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 添加这一行 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 添加这一行 */
  left: 50%;
  /* 添加这一行 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 添加这一行 */
}
.card-container .card-list .card-list-item .card-list-button-css .use-template-button[data-v-4cd7e2d4] {
  width: 104px;
  height: 36px;
  background: #2a73ff;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 36px;
  margin-bottom: 12px;
  border: none;
  cursor: pointer;
}
.card-container .card-list .card-list-item .card-list-button-css .card-list-checked-button[data-v-4cd7e2d4] {
  width: 104px;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #0057ff;
  line-height: 36px;
  border: none;
  cursor: pointer;
}
.custom-button[data-v-4cd7e2d4] {
  margin-top: 8px;
  padding: 8px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.custom-button[data-v-4cd7e2d4]:hover {
  background-color: #0056b3;
}
.check-dialog[data-v-4cd7e2d4] {
  border-radius: 12px;
}
.check-dialog[data-v-4cd7e2d4] .el-dialog__body {
  margin-top: -10px;
}
.check-dialog .hr-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 0px;
  border: 1px solid #eeeeee;
}
.check-dialog .check-dialog-title[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
}
.check-dialog .check-dialog-title p[data-v-4cd7e2d4] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: center;
  color: #606060;
  line-height: 14px;
}
.check-dialog .check-dialog-title span[data-v-4cd7e2d4] {
  color: #FAAD14;
}
.check-dialog .check-dialog-input[data-v-4cd7e2d4] {
  position: relative;
  margin-bottom: 16px;
}
.check-dialog .check-dialog-input .check-dialog-input-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 44px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 40px;
}
.check-dialog .check-dialog-input .link-css[data-v-4cd7e2d4] {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.check-dialog .check-dialog-upload[data-v-4cd7e2d4] {
  height: 160px;
  background: #fafafa;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-dialog .check-dialog-upload .upload-icon-img[data-v-4cd7e2d4] {
  width: 80px;
  height: 80px;
}
.check-dialog .check-dialog-upload .upload-text-css[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.4);
  line-height: 16px;
  margin-top: 12px;
}
.check-dialog .check-dialog-upload .upload-progress-text-css[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: CENTER;
  color: #1E69FA;
  line-height: 16px;
}
.check-dialog .check-dialog-upload .upload-path-css[data-v-4cd7e2d4] {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-dialog .check-dialog-upload .upload-del-icon-img[data-v-4cd7e2d4] {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.check-dialog .check-dialog-button[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 53px;
}
.check-dialog .check-dialog-button .check-dialog-button-cancel[data-v-4cd7e2d4] {
  margin-right: 16px;
  padding: 8px 24px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
}
.check-dialog .check-dialog-button .check-dialog-button-confirm[data-v-4cd7e2d4] {
  padding: 8px 24px;
  background: #1E69FA;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #fff;
  line-height: 16px;
  border: none;
}
.left-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.success-dialog-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.success-dialog-css .success-left-css[data-v-4cd7e2d4] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success-dialog-css .success-left-css .video-player-container[data-v-4cd7e2d4] {
  margin-top: 20px;
  width: 225px;
  height: 400px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3.73px 44.34px 0px rgba(183, 172, 172, 0.47);
          box-shadow: 0px 3.73px 44.34px 0px rgba(183, 172, 172, 0.47);
}
.success-dialog-css .success-left-css .info-dialog-big-card-source[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: CENTER;
  color: #1E69FA;
  line-height: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.success-dialog-css .success-left-css .info-dialog-big-card-source i[data-v-4cd7e2d4] {
  font-size: 14px;
}
.success-dialog-css .success-left-css .info-dialog-small-card[data-v-4cd7e2d4] {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success-dialog-css .success-left-css .info-dialog-small-card .icon-css[data-v-4cd7e2d4] {
  width: 28px;
  height: 28px;
}
.video-icon-css[data-v-4cd7e2d4] {
  position: absolute;
  top: 170px;
  left: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-icon-css img[data-v-4cd7e2d4] {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-icon-css p[data-v-4cd7e2d4] {
  opacity: 0.6;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  margin-top: 4px;
}
.public-preview-dialog[data-v-4cd7e2d4] {
  border-radius: 12px;
}
.public-preview-dialog[data-v-4cd7e2d4] .el-dialog__body {
  margin-top: -10px;
}
.public-preview-dialog .hr-css[data-v-4cd7e2d4] {
  height: 0px;
  border: 1px solid #eeeeee;
}
.public-preview-dialog .banner-css[data-v-4cd7e2d4] {
  width: 450px;
  height: 400px;
}
.public-preview-dialog .banner-css video[data-v-4cd7e2d4] {
  width: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.public-preview-dialog .banner-css[data-v-4cd7e2d4] .el-carousel__indicator--horizontal {
  display: none;
}
.public-preview-dialog .banner-css[data-v-4cd7e2d4] .el-carousel__container {
  height: 400px;
}
.info-dialog-big-card-source[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #1E69FA;
  line-height: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.info-dialog-big-card-source i[data-v-4cd7e2d4] {
  font-size: 14px;
}
.info-dialog-small-card[data-v-4cd7e2d4] {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-dialog-small-card .icon-css[data-v-4cd7e2d4] {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.small-card-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.small-card-css img[data-v-4cd7e2d4] {
  width: 90px;
  height: 160px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1.49px 17.74px 0px rgba(183, 172, 172, 0.47);
          box-shadow: 0px 1.49px 17.74px 0px rgba(183, 172, 172, 0.47);
  -o-object-fit: cover;
     object-fit: cover;
}
.small-card-css p[data-v-4cd7e2d4] {
  width: 87px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.4);
  line-height: 14px;
  letter-spacing: 0.04px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}
.success-right-css[data-v-4cd7e2d4] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.success-right-css .right-one-content-css[data-v-4cd7e2d4] {
  margin-top: 60px;
}
.success-right-css .title-css[data-v-4cd7e2d4] {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.9);
  line-height: 21px;
}
.success-right-css .right-hr-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 12px;
}
.success-right-css .tag-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.success-right-css .tag-css p[data-v-4cd7e2d4] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.4);
  line-height: 14px;
  padding: 2px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-right: 6px;
  margin-top: 12px;
}
.success-right-css .right-two-content-item-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  letter-spacing: 0.04px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  overflow-y: auto;
  margin-top: 12px;
  resize: none;
  background: #fff;
  border: none;
}
.success-right-css .right-three-content-item-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 200px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  letter-spacing: 0.04px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  overflow-y: auto;
  margin-top: 12px;
  resize: none;
  background: #fff;
  border: none;
}
.success-right-css .right-four-content-css[data-v-4cd7e2d4] {
  width: 100%;
  height: 124px;
  background: linear-gradient(107deg, #dbe1ff 0%, rgba(225, 235, 255, 0) 100%);
  border-radius: 12px;
  margin-top: 12px;
}
.success-right-css .right-four-content-text-css[data-v-4cd7e2d4] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  margin-left: 20px;
}
.success-right-css .right-four-content-button-css[data-v-4cd7e2d4] {
  padding: 6px 24px;
  background: #3345e3;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
  border: none;
}
.success-right-css .right-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.bottom-hr-css[data-v-4cd7e2d4] {
  height: 0px;
  border: 1px solid #eeeeee;
  margin: 20px 0px;
}
.bottom-div-css[data-v-4cd7e2d4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-div-css[data-v-4cd7e2d4] .scrollable-div::-webkit-scrollbar {
  display: none;
}
.bottom-div-css img[data-v-4cd7e2d4] {
  width: 72px;
  height: 96px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  cursor: pointer;
}

/* el-radio-button */
/* 未选中 */
[data-v-4cd7e2d4] .el-radio-button__inner {
  background-color: transparent;
  color: #999;
  padding: 4px 10px;
  border: none !important;
}

/* 选中 */
[data-v-4cd7e2d4] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #fff;
  color: #333;
  border: none !important;
  border-radius: 5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.second-tab-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.second-tab-css .second-tab-item[data-v-4cd7e2d4] {
  cursor: pointer;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  line-height: 16px;
}
.second-tab-css .second-tab-item-selected[data-v-4cd7e2d4] {
  padding: 6px 30px;
  background: #1E69FA;
  border-radius: 8px;
  color: #fff;
}
.second-tab-css .second-tab-item-unselected[data-v-4cd7e2d4] {
  padding: 6px 30px;
  border-radius: 8px;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.4);
}
.fenfa-title-css[data-v-4cd7e2d4] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.fenfa-input-css[data-v-4cd7e2d4] {
  width: 452px;
  height: 40px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  box-sizing: border-box;
}
.fenfa-button-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.fenfa-button-css .fenfa-button-css-left[data-v-4cd7e2d4] {
  padding: 8px 24px;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.6);
  line-height: 16px;
  cursor: pointer;
  border: none;
  margin-right: 12px;
}
.fenfa-button-css .fenfa-button-css-right[data-v-4cd7e2d4] {
  padding: 8px 24px;
  background: #1E69FA;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
  border: none;
}
[data-v-4cd7e2d4] ::-webkit-scrollbar {
  display: none;
}
.new-video-player-container[data-v-4cd7e2d4] {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  margin-top: 12px;
}
.new-banner-css[data-v-4cd7e2d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.new-banner-video-css[data-v-4cd7e2d4] {
  width: 225px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-left: -90px;
  cursor: pointer;
  z-index: 100;
}
.new-banner-left-img-css[data-v-4cd7e2d4] {
  width: 200px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.new-banner-right-img-css[data-v-4cd7e2d4] {
  width: 200px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-left: -85px;
}
.banner-left-img-css[data-v-4cd7e2d4] {
  width: 35px;
  height: 58px;
  z-index: 100;
  position: absolute;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.banner-right-img-css[data-v-4cd7e2d4] {
  width: 35px;
  height: 58px;
  z-index: 100;
  position: absolute;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
