.mix-cut-video-wrapper {
  margin-top: 14px;
  box-sizing: border-box;
}
.mix-cut-video-wrapper ul {
  display: flex;
  padding: 18px 19px;
  justify-content: space-between;
  border-radius: 2px 2px 2px 2px;
  background: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
}
.mix-cut-video-wrapper ul li {
  width: 50%;
}
.mix-cut-video-wrapper ul .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.mix-cut-video-wrapper ul .title span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  transform: scale(0.7);
  position: relative;
  top: 1px;
}

.card-title .title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 280px;
}
.card-title .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.mix-cut-config-wrapper {
  border: 1px solid #eeeeee;
  padding: 12px 16px;
}
.mix-cut-config-wrapper::-webkit-scrollbar {
  width: 4px;
}

.video-wrapper {
  width: 360px;
  margin-top: 7px;
  position: relative;
}
.video-wrapper p {
  margin-bottom: 0 !important;
}
.video-wrapper .loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  flex-direction: column;
}
.video-wrapper .loading-wrapper p {
  color: white;
  margin-top: 20px;
}
.video-wrapper .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preview-select-wrapper {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.preview-select-wrapper span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

ul.video-config-tab-header {
  display: flex;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
ul.video-config-tab-header li {
  cursor: pointer;
  flex: 1 1;
  height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  border-radius: 8px;
}
ul.video-config-tab-header li p {
  margin-bottom: 0px;
}
ul.video-config-tab-header li.disabled {
  color: #999;
  cursor: default;
}
ul.video-config-tab-header li .img-wrapper img {
  width: 28px;
  height: 28px;
}
ul.video-config-tab-header li.active {
  background: linear-gradient(270deg, rgba(22, 93, 255, 0.12) 0%, rgba(181, 145, 251, 0.12) 100%);
}

.video-config-card-header {
  height: 34px;
  background: #f9f9f9;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}
.video-config-card-header .video-config-card-right {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
}
.video-config-card-header .video-config-card-left {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.video-config-card-container {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 11px;
  border-radius: 0 0 8px 8px;
  /* List styles */
  /* Heading styles */
  /* Code and preformatted text styles */
  /* Highlight specific styles */
  /* Task list specific styles */
  /* Give a remote user a caret */
  /* Render the username above the caret */
}
.video-config-card-container ul li p,
.video-config-card-container ol li p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.video-config-card-container h1,
.video-config-card-container h2,
.video-config-card-container h3,
.video-config-card-container h4,
.video-config-card-container h5,
.video-config-card-container h6 {
  line-height: 1.1;
  margin-top: 2.5rem;
  text-wrap: pretty;
}
.video-config-card-container h1,
.video-config-card-container h2 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.video-config-card-container h1 {
  font-size: 1.4rem;
}
.video-config-card-container h2 {
  font-size: 1.2rem;
}
.video-config-card-container h3 {
  font-size: 1.1rem;
}
.video-config-card-container h4,
.video-config-card-container h5,
.video-config-card-container h6 {
  font-size: 1rem;
}
.video-config-card-container code {
  background-color: var(--purple-light);
  border-radius: 0.4rem;
  color: var(--black);
  font-size: 0.85rem;
  padding: 0.25em 0.3em;
}
.video-config-card-container pre {
  background: var(--black);
  border-radius: 0.5rem;
  color: var(--white);
  font-family: "JetBrainsMono", monospace;
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
}
.video-config-card-container pre code {
  background: none;
  color: inherit;
  font-size: 0.8rem;
  padding: 0;
}
.video-config-card-container blockquote {
  border-left: 3px solid var(--gray-3);
  margin: 1.5rem 0;
  padding-left: 1rem;
}
.video-config-card-container hr {
  border: none;
  border-top: 1px solid var(--gray-2);
  margin: 2rem 0;
}
.video-config-card-container mark {
  background-color: #faf594;
  border-radius: 0.4rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.1rem 0.3rem;
}
.video-config-card-container ul[data-type="taskList"] {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.video-config-card-container ul[data-type="taskList"] li {
  align-items: flex-start;
  display: flex;
}
.video-config-card-container ul[data-type="taskList"] li > label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  -webkit-user-select: none;
          user-select: none;
}
.video-config-card-container ul[data-type="taskList"] li > div {
  flex: 1 1 auto;
}
.video-config-card-container ul[data-type="taskList"] input[type="checkbox"] {
  cursor: pointer;
}
.video-config-card-container ul[data-type="taskList"] ul[data-type="taskList"] {
  margin: 0;
}
.video-config-card-container p {
  word-break: break-all;
}
.video-config-card-container .collaboration-cursor__caret {
  border-left: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  margin-left: -1px;
  margin-right: -1px;
  pointer-events: none;
  position: relative;
  word-break: normal;
}
.video-config-card-container .collaboration-cursor__label {
  border-radius: 3px 3px 3px 0;
  color: #0d0d0d;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  left: -1px;
  line-height: normal;
  padding: 0.1rem 0.3rem;
  position: absolute;
  top: -1.4em;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.close,
.open {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px;
  position: relative;
  cursor: pointer;
}
.close {
  border-color: transparent transparent transparent black;
}
.open {
  border-color: black transparent transparent transparent;
  top: 2px;
  left: -7px;
}

.timbre-slider-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.timbre-slider-wrapper .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 18px;
  text-wrap: nowrap;
}
.timbre-slider-wrapper .value {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-left: 8px;
}
.timbre-slider-wrapper .arco-slider-wrapper {
  position: relative;
  z-index: 1;
}
.timbre-slider-wrapper .arco-slider-wrapper::after,
.timbre-slider-wrapper .arco-slider-wrapper::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  background: #165dff;
  top: 10px;
  transform: translate(-50%, -100%);
}
.timbre-slider-wrapper .arco-slider-wrapper::after {
  background: #dddddd;
}
.timbre-slider-wrapper .arco-slider.full {
  z-index: 1;
  position: relative;
}
.timbre-slider-wrapper .arco-slider.full .arco-slider-wrapper::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #165dff;
  top: 10px;
  transform: translate(-50%, -100%);
}
.timbre-slider-wrapper .arco-slider-tick {
  top: 12px;
  z-index: 1;
  display: none;
}
.timbre-slider-wrapper .arco-slider-button {
  z-index: 100;
}
.timbre-slider-wrapper .arco-slider-button::after {
  width: 8px;
  height: 19px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e4e4e4;
  top: -5px;
  z-index: 100;
}

.chose-action-bar {
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.chose-detail-bar-wrapper {
  display: flex;
  align-items: center;
}
.chose-detail-bar-wrapper > span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.chose-detail-bar-wrapper > .chose-detail-content-wrapper .title-wrapper > span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.chose-detail-popover-wrapper {
  border: 1px solid #dddddd;
}
.chose-detail-popover-wrapper .arco-popover-inner-content {
  padding: 14px;
  background-color: white;
  width: 350px;
  box-sizing: border-box;
}
.chose-detail-popover-wrapper .chose-detail-content-wrapper {
  width: 330px;
}
.chose-detail-popover-wrapper .chose-detail-content-wrapper .title-wrapper {
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.transition-card-wrapper {
  position: relative;
}
.transition-card {
  width: 208px;
  height: 108px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.transition-card .checkbox-wrapper {
  position: absolute;
  left: 9px;
  top: 6px;
}
.transition-card img {
  width: 100%;
  height: 100%;
}

.transition-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.transition-group .transition-card-wrapper > p {
  text-align: left;
  font-size: 14px;
  margin-top: 6px;
}

.transition-header {
  display: flex;
  justify-content: space-between;
}
.transition-header .transition-timer {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.transition-header .transition-timer .arco-input-group-wrapper.arco-input-group-wrapper-mini {
  border: 1px solid #dddddd !important;
  border-radius: 4px;
  padding: 2px 2px;
}
.transition-header .transition-timer .arco-input-number-step-button {
  background-color: white;
  border: none;
}
.transition-header .transition-timer .arco-input-inner-wrapper-mini {
  border: none;
}

.flower-img-block {
  width: 54px;
  height: 54px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.flower-img-block img {
  width: 44px;
  height: 23px;
}
.flower-img-block.active {
  border-color: #165dff;
}

.open-icon-wrapper {
  display: flex;
  width: fit-content;
}
.open-icon-wrapper .span {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.open-icon-wrapper .close,
.open-icon-wrapper .open {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px;
  position: relative;
  cursor: pointer;
  margin-left: 4px;
}
.open-icon-wrapper .open {
  border-color: transparent transparent black transparent;
  top: 0px;
  left: 2px;
}
.open-icon-wrapper .close {
  border-color: black transparent transparent transparent;
  left: 2px;
  top: 7px;
}

.flower-font-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.flower-font-group-wrapper .flower-font-block-wrapper {
  margin-left: 10px;
  margin-bottom: 10px;
}
.open-wrapper {
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  width: fit-content;
}
.open-wrapper .open-icon {
  position: relative;
  left: -11px;
  top: 4px;
}

.color-line-block {
  width: 18px;
  height: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.color-line-block img {
  width: 10px;
  height: 10px;
}
.color-line-block .line {
  width: 18px;
  height: 3px;
  box-sizing: border-box;
  margin-top: 1px;
  border: 1px solid black;
  position: relative;
  top: -5px;
  right: 3px;
}

.choice-block {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.choice-block > img {
  width: 16px;
  height: 16px;
}

.line-font-config-line {
  display: flex;
  align-items: center;
}
.line-font-config-line .line-font-config-box {
  width: 50%;
  display: flex;
  align-items: center;
}
.line-font-config-line .line-font-config-box .font-config-number-input-wrapper .arco-input-inner-wrapper {
  border: none;
  background: #f9f9f9;
}
.line-font-config-line .font-setting-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-font-config-line .border .arco-select-view {
  border: none;
}
.line-font-config-line .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.line-font-config-line .font-setting-config-container {
  margin-left: 16px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}
.line-font-config-line .font-setting-config-container > img {
  width: 18px;
  margin-left: 15px;
}
.line-font-config-line .font-setting-config-container .font-select {
  position: relative;
  left: 2px;
  top: 3px;
}
.line-font-config-line .font-setting-config-container .font-select .slideDynamicOrigin-enter-done > .arco-select-popup {
  width: 42px !important;
  overflow: visible !important;
}
.line-font-config-line .font-setting-config-container .font-select .arco-select-arrow-icon {
  display: none;
}
.line-font-config-line .font-setting-config-container .font-select .arco-select-view {
  padding: 0;
}
.select-bg {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.select-bg .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  min-width: 73px;
}
.flower-font-choose {
  display: flex;
  margin-top: 24px;
}
.flower-font-choose .title {
  position: relative;
  top: 5px;
  width: 73px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.empty-div1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 62px;
  height: 22px;
}
.custom-line {
  position: absolute;
  top: 45%;
  left: -8%;
  width: 130%;
  height: 1px;
  background-color: #eeeeee;
  transform: rotate(-16deg);
}

.bg-color-chose-container {
  display: flex;
}
.bg-color-chose-container * {
  box-sizing: border-box;
}
.bg-color-chose-container .use {
  width: 134px;
}
.bg-color-chose-container .recommend {
  width: calc(100% - 134px);
}
.bg-color-chose-container .color-block,
.bg-color-chose-container .none {
  width: 22px;
  height: 22px;
  border-radius: 2px 2px 2px 2px;
}
.bg-color-chose-container .color-block.active,
.bg-color-chose-container .none.active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.bg-color-chose-container .none {
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-color-chose-container .none img {
  width: 16px;
  height: 16px;
}
.bg-color-chose-container .color-block-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bg-color-chose-container .color-block-select {
  width: 84px;
  border-radius: 2px;
  display: flex;
  justify-content: end;
  margin-left: 8px;
  border: 1px solid #dddddd;
}
.bg-color-chose-container .color-block-select .select {
  width: 22px;
  height: 22px;
  background-color: #eeeeee;
  position: relative;
}
.bg-color-chose-container .color-block-select .select::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  display: "inline-block";
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.timberSelector {
  display: flex;
}
.timberSelector .timber-selector-block {
  padding: 8px 14px;
  background: #f9f9f9;
  border-radius: 8px 8px 8px 8px;
  margin-right: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.timberSelector .timber-selector-block.active {
  background: linear-gradient(270deg, rgba(22, 93, 255, 0.12) 0%, rgba(181, 145, 251, 0.12) 100%);
}

.timbre-card {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 135px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #e4e4e4;
  padding: 10px 14px;
  min-height: 60px;
  cursor: pointer;
}
.timbre-card.active {
  border-color: #165dff;
  background: #f3f8ff;
}
.timbre-card img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.timbre-card .timbre-msg {
  margin-left: 8px;
}
.timbre-card .timbre-msg .title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 60px;
}
.timbre-card .timbre-msg .sub-title {
  font-weight: 400;
  font-size: 12px;
  color: #979797;
  width: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.custom-timbre-selector-wrapper {
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-top: 20px;
}
.custom-timbre-selector-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-timbre-selector-wrapper li.timbre-card-wrapper {
  margin-bottom: 16px;
  margin-left: 12px;
}
.custom-timbre-selector-wrapper .oepn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.voice-config-header {
  height: 34px;
  background: #f9f9f9;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}
.voice-config-header .header-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.voice-config-header .config {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
}
.voice-config-contaienr {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 11px;
}
.custom-timbre-select-card-group {
  margin-top: 10px;
}
.custom-timbre-select-card-group .arco-collapse-item-content-box {
  background: #ffffff;
  padding: 8px 13px 8px 8px;
}

.voice-line-wrapper {
  margin-top: 15px;
}
.voice-line-wrapper ul,
.voice-line-wrapper ol {
  padding: 0 1rem;
  margin: 1.25rem 1rem 1.25rem 0.4rem;
}
.voice-line-wrapper .video-config-card-header.active {
  border-color: #1e6ee6;
}
.voice-line-wrapper .header-left {
  display: flex;
  align-items: center;
}
.voice-line-wrapper .header-left img {
  cursor: pointer;
  width: 14px;
  margin-left: 6px;
}
.voice-line-wrapper .video-config-card-container {
  position: relative;
}
.voice-line-wrapper .video-config-card-container .clear {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.voice-line-wrapper .arco-textarea {
  background: white;
  border: none;
}
.voice-line-wrapper .arco-textarea:focus {
  border: none;
}
.voice-line-wrapper .arco-textarea:hover {
  background: white;
}
.voice-line-wrapper .tiptap.ProseMirror {
  height: 106px;
  overflow-y: auto;
}
.voice-line-wrapper .voice-line-header {
  height: 34px;
  background: #f9f9f9;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.voice-line-wrapper .voice-line-header .span {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.voice-line-wrapper .voice-line-header .tip {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.voice-line-wrapper .voice-line-container {
  height: 98px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  border: 1px solid #eeeeee;
  border-bottom: none;
  border-top: none;
}
.voice-line-wrapper .voice-line-container .textarea-word-limit {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.voice-line-wrapper .voice-line-container span.line-header {
  width: 8px;
  height: 8px;
  background: #cde0ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.voice-line-wrapper .voice-container-bar {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  border-top: none;
}
.voice-line-wrapper .voice-container-bar .preview-time {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-line-wrapper .voice-container-bar .preview-time > :last-child {
  color: #666666;
}
.voice-line-wrapper .voice-container-bar .preview-time .preview-info {
  background: #EDF4FF;
  border-radius: 4px 4px 4px 4px;
  color: #165DFF;
  padding: 2px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-line-wrapper .voice-container-bar .preview-time img {
  width: 12px;
}
.voice-line-wrapper .voice-container-bar .insert-opeator {
  display: flex;
}
.voice-line-wrapper .voice-container-bar .insert-opeator .tags {
  width: 76px;
  height: 22px;
  background: #edf4ff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-line-wrapper .voice-container-bar .insert-opeator .tags.insert-stop img {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.voice-line-wrapper .voice-container-bar .insert-opeator .ai-line {
  width: 73px;
  height: 22px;
  cursor: pointer;
}
.voice-line-wrapper .voice-container-bar .clear-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.global-caption .caption-header {
  display: flex;
  align-items: center;
}
.global-caption .caption-header img {
  margin-left: 6px;
  width: 16px;
  cursor: pointer;
}
.editor-wrapper .arco-textarea {
  background: white;
  border: none;
}
.editor-wrapper .arco-textarea:focus {
  border: none;
}
.editor-wrapper .arco-textarea:hover {
  background: white;
}
.editor-wrapper .tiptap.ProseMirror {
  height: 106px;
  overflow-y: auto;
}
.editor-wrapper .ai-line {
  width: 73px;
  height: 22px;
  cursor: pointer;
}
.editor-wrapper .voice-container-bar {
  display: flex;
  padding-top: 22px;
  padding-right: 9px;
  padding-bottom: 9px;
  border-top: none;
}
.editor-wrapper .voice-container-bar .clear-box-wrapper,
.editor-wrapper .voice-container-bar .seo-box-wrapper {
  padding: 0 10px;
  height: 22px;
  background: #edf4ff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-wrapper .voice-container-bar .clear-box-wrapper img,
.editor-wrapper .voice-container-bar .seo-box-wrapper img {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.editor-wrapper .voice-container-bar .seo-box-wrapper {
  padding: 0 10px;
  box-sizing: border-box;
}
.editor-wrapper .voice-container-bar .preview-time {
  position: absolute;
  right: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-wrapper .voice-container-bar .preview-time > :last-child {
  color: #666666;
}
.editor-wrapper .voice-container-bar .preview-time .preview-info {
  background: #EDF4FF;
  border-radius: 4px 4px 4px 4px;
  color: #165DFF;
  padding: 2px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-wrapper .voice-container-bar .preview-time img {
  width: 12px;
}
.editor-wrapper .voice-container-bar .insert-opeator {
  display: flex;
}
.editor-wrapper .voice-container-bar .insert-opeator .tags {
  width: 76px;
  height: 22px;
  background: #edf4ff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-wrapper .voice-container-bar .insert-opeator .tags.insert-stop img {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.editor-wrapper .voice-container-bar .insert-opeator .ai-line {
  width: 73px;
  height: 22px;
  cursor: pointer;
}
.editor-wrapper .voice-container-bar .clear-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.add-button-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-wrapper-title .tiptap.ProseMirror {
  height: 106px;
  overflow-y: auto;
}
.editor-wrapper-title .voice-container-bar-title {
  position: absolute;
  bottom: 4px;
}
.editor-wrapper-title .voice-container-bar-title > .insert-opeator {
  cursor: pointer;
  display: flex;
}
.editor-wrapper-title .voice-container-bar-title > .insert-opeator > img {
  width: 73px;
  height: 22px;
}
.editor-wrapper-title .voice-container-bar-title > .insert-opeator .start-time {
  height: 22px;
  padding: 0px 6px;
  background-color: #edf4ff;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-wrapper-title .voice-container-bar-title > .insert-opeator .start-time img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.title-group-current-active .video-config-card-header {
  border-color: #165dff;
}
.title-group-current-active .video-config-card-container {
  border-color: #165dff;
}
.global-title-container-wrapper ul,
.global-title-container-wrapper ol {
  padding: 0 1rem;
  margin: 1.25rem 1rem 1.25rem 0.4rem;
}

.config-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 16px;
}
.opeator .scene-btn {
  background: #FAFBFC;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #F1F3F6;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.transition-icon-wrapper {
  height: 13px;
  display: flex;
  justify-content: center;
}
.transition-icon-wrapper .transition-icon-container {
  position: relative;
  height: 13px;
}
.transition-icon-wrapper .transition-icon-container img {
  cursor: pointer;
  width: 38px;
  height: 38px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.transition-icon-wrapper .transition-icon-container .wrapper-number {
  position: absolute;
  top: -27px;
  right: -33px;
  width: 23px;
  height: 23px;
  background: #b591fb;
  border: 2px solid #ffffff;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.video-close-btn {
  display: none;
  width: 14px;
  height: 14px;
  background: #636363;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  color: white;
  font-size: 7px;
}
.video-close-btn .close-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-group-video-container {
  position: relative;
}
.video-group-video-container:hover .video-close-btn {
  display: flex;
  cursor: pointer;
}
.video-group-video-container .loading-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(51, 51, 51, 0.46);
  border-radius: 8px 8px 8px 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-group-video-container .duration-tip {
  height: 14px;
  width: 27px;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(51, 51, 51, 0.44);
}
.video-group-video-container .getText {
  position: absolute;
  bottom: -2px;
  right: 0px;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.video-group-video-container .cut-img {
  position: absolute;
  bottom: -2px;
  right: 20px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 10;
}
.video-group-video-container .cuted {
  position: absolute;
  bottom: 12px;
  right: 30px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  z-index: 10;
}
.video-group-video-container .video-item-cover-img {
  width: 125px;
  height: 160px;
  object-fit: cover;
}
.video-group-video-container .video-item-edit {
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 45px;
  cursor: pointer;
}
.video-group-video-container .video-item-cutted {
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 15px;
  cursor: pointer;
}

.video-group-item-wrapper {
  border: 1px solid #eeeeee;
  border-radius: 8px 8px 8px 8px;
  background: white;
}
.video-group-item-wrapper.error.active {
  border-color: #f98282 !important;
}
.video-group-item-wrapper.active {
  border-color: #165dff;
}
.video-group-item-wrapper .hover-display-img {
  display: none;
  cursor: pointer;
}
.video-group-item-wrapper:hover .hover-display-img {
  display: inline-block;
}
.video-group-item-wrapper .video-group-item-header {
  background: #f7faff;
  border-radius: 8px 8px 0px 0px;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-group-item-wrapper .video-group-item-header .name-wrapper,
.video-group-item-wrapper .video-group-item-header .opeator {
  display: flex;
  align-items: center;
}
.video-group-item-wrapper .video-group-item-header .name-wrapper .name,
.video-group-item-wrapper .video-group-item-header .opeator .name {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.video-group-item-wrapper .video-group-item-header .name-wrapper .time-wrapper,
.video-group-item-wrapper .video-group-item-header .opeator .time-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.video-group-item-wrapper .video-group-item-header .duration-range {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.video-group-item-wrapper .video-group-item-header .duration-range span {
  font-size: 10px;
}
.video-group-item-wrapper .video-group-item-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 14px 22px;
  border-bottom: 1px solid #eeeeee;
}
.video-group-item-wrapper .video-group-item-container .video-group-material-wrapper {
  flex: 1 1;
  display: flex;
  overflow-x: auto;
}
.video-group-item-wrapper .video-group-item-container.hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.video-group-item-wrapper .video-group-item-container .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #bfbfbf;
}
.video-group-item-wrapper .video-group-item-container .mask button.arco-btn {
  background: white;
  border: none;
  border-radius: 4px;
}
.video-group-item-wrapper .video-group-item-container .mask button.arco-btn:hover {
  opacity: 0.7;
  background: white !important;
}
.video-group-item-wrapper .video-group-item-container .cut-material-upload:hover .mask {
  display: flex;
}
.video-group-item-wrapper .video-group-item-container .video-box {
  width: 126px;
  height: 161px;
  margin-left: 8px;
}
.video-group-item-wrapper .video-group-item-footer {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
}
.video-group-item-wrapper .video-group-item-footer .line-title {
  display: flex;
  width: calc(100% - 300px);
  flex-wrap: nowrap;
  overflow: hidden;
  /* 让超出部分内容在父容器内滚动 */
}
.video-group-item-wrapper .video-group-item-footer .line-title .item {
  max-width: calc(50% - 28px);
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 22px;
  padding: 2px 8px;
  padding-right: 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.video-group-item-wrapper .video-group-item-footer .line-title .item .item-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-group-item-wrapper .video-group-item-footer .line-title .item:hover {
  opacity: 0.7;
}
.video-group-item-wrapper .video-group-item-footer .opeator-bar {
  width: 242px;
}
.video-popover-error {
  border: 1px solid #f98282;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 2px;
  background: #fafafa;
  box-shadow: 0px 2px 4px 0px #e2e2e2;
  border-radius: 8px;
}
.video-popover-error p.content {
  display: flex;
  align-items: center;
}
.video-popover-error p.content .error-message {
  width: 162px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  padding-top: 2px;
  margin-left: 4px;
}
.video-popover-error .arco-popover-arrow {
  border-color: #f98282;
}
.text-box {
  padding: 13px 16px;
}
.text-box .text-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.text-box .text-header .title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.text-box .text-header .btns {
  font-size: 12px;
}
.text-box .text-content {
  height: 163px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
  background: #F5F8FF;
  border-radius: 6px 6px 6px 6px;
  padding: 10px 9px 13px 12px;
}

.cut-modal .arco-modal-content .time-line-wrapper,
.cut-modal .arco-modal-content .frame-timeline-wrapper {
  overflow: auto;
}
.cut-modal .arco-modal-content .time-line-wrapper::-webkit-scrollbar,
.cut-modal .arco-modal-content .frame-timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.cut-modal .time-line-wrapper {
  height: 95px;
}
.cut-modal .frame-timeline-wrapper {
  position: relative;
  top: -39px;
}

.mix-cut-detail-videogroup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mix-cut-detail-videogroup-header .video-group-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.mix-cut-detail-videogroup-header .video-group-introduce {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.bottom-wrapper {
  display: flex;
  justify-content: center;
}
.add-button {
  width: 112px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: linear-gradient(90deg, rgba(22, 93, 255, 0.15) 0%, rgba(198, 150, 250, 0.15) 100%);
}
.add-button:hover {
  opacity: 0.7;
}
.modal-script-export img {
  width: 20px;
  margin-right: 10px;
}
.modal-script-export .modal-script-header {
  display: flex;
  align-items: center;
}
.modal-script-export .modal-script-content {
  padding: 25px 61px;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}

#container {
  width: 100%;
  height: 100%;
}

.componse-modal-form-choice-item {
  min-width: 104px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.componse-modal-form-choice-item span {
  white-space: nowrap;
  font-size: 12px;
  color: #666666;
}
.componse-modal-form-choice-item.active {
  background: #f3f8ff;
  border: 1px solid #165dff;
  color: #165dff;
}

.choice-group {
  display: flex;
}

.componse-modal-wrapper-white {
  width: 484px;
}
.componse-modal-wrapper-white .componse-wrappper {
  color: #165dff;
}
.componse-modal-wrapper-white .arco-modal-content {
  padding: 20px 23px;
}
.componse-modal-wrapper-white .componse-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.componse-modal-wrapper-white .componse-modal-footer .tip {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.componse-modal-wrapper-white .componse-modal-footer .tip span {
  padding: 3px;
}
.componse-modal-wrapper-black {
  width: 484px;
}
.componse-modal-wrapper-black .arco-modal-header {
  background: #2c2c2c;
  border-bottom: none;
}
.componse-modal-wrapper-black .arco-modal-close-icon,
.componse-modal-wrapper-black .arco-modal-title {
  color: white;
}
.componse-modal-wrapper-black .arco-input-clear-icon,
.componse-modal-wrapper-black .arco-input-group-suffix {
  color: #a5a5a5;
}
.componse-modal-wrapper-black .arco-input-inner-wrapper-focus {
  border: 1px solid white !important;
  background: #1b1b1c;
}
.componse-modal-wrapper-black .cancel-btn {
  border: 1px solid #555555;
  background: #1b1b1c;
  color: #f7f7f7;
}
.componse-modal-wrapper-black .save-btn {
  background: linear-gradient(-270deg, #165dff 0%, #ab50ff 100%);
}
.componse-modal-wrapper-black .arco-tree-select .arco-tree-select-view {
  border: 1px solid #555555;
  background: #1b1b1c;
  color: #f7f7f7;
}
.componse-modal-wrapper-black .arco-tree-select-popup {
  background: #323232;
  border: none;
}
.componse-modal-wrapper-black .arco-tree-node-selected .arco-tree-node-title,
.componse-modal-wrapper-black .arco-tree-node-selected .arco-tree-node-title:hover {
  color: white !important;
}
.componse-modal-wrapper-black .arco-tree-node-title:hover {
  background: #2c2c2c;
}
.componse-modal-wrapper-black .arco-tree-node-title {
  color: #a5a5a5;
}
.componse-modal-wrapper-black .arco-tree-select-focused .arco-tree-select-view {
  border: 1px solid white;
}
.componse-modal-wrapper-black .arco-input-inner-wrapper:focus {
  background: #1b1b1c;
}
.componse-modal-wrapper-black .arco-input {
  color: white;
}
.componse-modal-wrapper-black .arco-input-inner-wrapper {
  border: 1px solid #555555;
}
.componse-modal-wrapper-black .componse-modal-form-choice-item {
  border: 1px solid #555555;
  background: #1b1b1c;
  color: #a5a5a5;
}
.componse-modal-wrapper-black .componse-modal-form-choice-item.active {
  border: 1px solid #ffffff;
  background: #1b1b1c;
  color: #ffffff;
}
.componse-modal-wrapper-black .arco-modal-content {
  background: #1b1b1c;
  color: white;
}
.componse-modal-wrapper-black .arco-form-label-item > label {
  color: #ffffff !important;
}
.componse-modal-wrapper-black .arco-modal-footer {
  background: #1b1b1c;
}
.componse-modal-wrapper-black .arco-modal-footer .tip {
  color: #898989 !important;
}
.componse-modal-wrapper-black .arco-modal-footer .tip > span {
  color: white !important;
}
.componse-modal-wrapper-black .componse-wrappper {
  color: #165dff;
}
.componse-modal-wrapper-black .arco-modal-content {
  padding: 20px 23px;
}
.componse-modal-wrapper-black .componse-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.componse-modal-wrapper-black .componse-modal-footer .tip {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.componse-modal-wrapper-black .componse-modal-footer .tip span {
  padding: 3px;
}


/*# sourceMappingURL=main-4594878c.cbef18b3.css.map*/