.header {
  background-color: white;
  padding: 22px 14px 17px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
.header .header-left {
  display: flex;
  align-items: center;
}
.header .header-left .log-img {
  width: 36px;
  height: 33px;
  cursor: pointer;
}
.header .header-left .image-text-img {
  position: relative;
}
.header .header-left .image-text-img .split {
  position: absolute;
  left: -120px;
  top: 0px;
  font-size: 20px;
}
.header .header-left .image-text-img .image-img {
  width: 104px;
  height: 22px;
  margin-left: 30px;
}
.header .edit-wrapper-container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .edit-wrapper-container img {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.header .cut-detail-action {
  display: flex;
  align-items: center;
}
.header .cut-detail-action .image-btn {
  width: 72px;
  height: 32px;
  background: linear-gradient(135deg, #165DFF 0%, #CB98FA 100%);
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 32px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 26px;
}
.header .cut-detail-action .image-btn .circle {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 22px;
  height: 22px;
  background: #EB3B3B;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}
.header .cut-detail-action .time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-right: 26px;
}
.header .cut-detail-action .button {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.18) 0%, rgba(181, 145, 251, 0.18) 100%);
  border-radius: 2px 2px 2px 2px;
  color: black;
}

.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;
  flex-wrap: wrap;
}
.preview-select-wrapper .column-select {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 5px;
}
.preview-select-wrapper .column-select .label {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: left;
  margin-bottom: 6px;
}
.preview-select-wrapper .column-select .arco-input-inner-wrapper {
  height: 36px;
}

ul.video-config-tab-header1 {
  display: flex;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
ul.video-config-tab-header1 .active-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 82px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(22, 93, 255, 0.15) 0%, rgba(198, 150, 250, 0.15) 100%);
  transition: all 0.3s;
}
ul.video-config-tab-header1 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;
  position: relative;
}
ul.video-config-tab-header1 li p {
  margin-bottom: 0px;
}
ul.video-config-tab-header1 li.disabled {
  color: #999;
  cursor: default;
}
ul.video-config-tab-header1 li .img-wrapper img {
  width: 28px;
  height: 28px;
}

.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;
}

.vl-audio-player {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.88);
}
.vl-audio-player .title {
  display: flex;
  justify-content: space-between;
}
.vl-audio-player .title span {
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
.vl-audio-player .audio-cotainer {
  background: #f2f3f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
}
.vl-audio-player .audio-cotainer > * {
  display: flex;
  align-items: center;
}
.vl-audio-player .audio-cotainer .time-count {
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.vl-audio-player .audio-cotainer .play-process {
  flex: 1 1;
  padding-left: 8px;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-button:after {
  width: 14px;
  height: 14px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 8px 8px;
  border: none;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-road::before {
  height: 4px;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-bar {
  height: 4px;
}
.vl-audio-player .audio-cotainer .volumn {
  margin-left: 10px;
}
.vl-audio-player .audio-cotainer .volumn .slider-box {
  width: 24px;
  padding: 0 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F3F5;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider.arco-slider-vertical {
  width: 10px !important;
  min-width: 10px !important;
}
.vl-audio-player .audio-cotainer .volumn .icon-sound {
  padding: 10px;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider-button::after {
  width: 12px;
  height: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E4E4E4;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider-road.arco-slider-road-vertical::before {
  width: 4px;
}

.music-card {
  height: 78px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  position: relative;
}
.music-card.active {
  border-width: 2px;
  border-color: #165dff;
}
.music-card.active .checkout-wrapper {
  display: inline-block;
}
.music-card .checkout-wrapper {
  position: absolute;
  top: -1px;
  left: -2px;
  display: none;
}
.music-card:hover .checkout-wrapper {
  display: inline-block;
}
.music-card .img-wrapper {
  position: relative;
  cursor: pointer;
}
.music-card .img-wrapper .preview-img {
  width: 67px;
  height: 67px;
  margin-left: 3px;
  margin-top: 3px;
}
.music-card .img-wrapper .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.music-card .music-msg-wrapper {
  padding: 6px;
  margin-left: 6px;
  width: calc(100% - 87px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.music-card .music-msg-wrapper .name {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  width: 92px;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 必须使用 -webkit-box */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 必须指定为 vertical */
}
.music-card .music-msg-wrapper .singer {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 必须使用 -webkit-box */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 必须指定为 vertical */
}
.music-card .music-msg-wrapper .bottom {
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.music-card .music-msg-wrapper .bottom .time {
  font-weight: 500;
  font-size: 10px;
  color: #999999;
}
.music-card .music-msg-wrapper .bottom img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.bg-music-container1 {
  flex: 1 1;
  padding-left: 9px;
  padding-top: 6px;
  padding-right: 10px;
  box-sizing: border-box;
  height: 742px;
  overflow-y: auto;
}
.bg-music-container1 .bg-music-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.bg-music-container1 .empyt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  /* align-content: center; */
  height: 80%;
  align-items: center;
}
.bg-music-container1 .empyt img {
  width: 90px;
}
.bg-music-container1 .empyt p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.bg-music-container1 .music-card-wrapper {
  width: 100%;
  height: calc(100% - 20px);
}
.bg-music-container1 .music-card-wrapper .music-card-container {
  width: 100%;
  height: 100%;
}
.bg-music-container1 .music-card-wrapper .music-card-container .arco-spin-children {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.bg-music-container1 .chose-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 3px;
}

.bg-music-config-nav {
  min-width: 70px;
  background: #f4f4f4;
  padding-left: 9px;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
}
.bg-music-config-nav li {
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  padding-top: 9px;
  color: #333333;
  text-align: left;
}
.bg-music-config-nav li.active {
  background: linear-gradient(180deg, #165dff 0%, #be7bff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-music-tabs {
  display: flex;
  position: relative;
}

.custom-music-group {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
  padding: 8px;
  padding-right: 0;
}
.custom-music-group .chose-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 3px;
}
.custom-music-group .delete-btn {
  position: absolute;
  bottom: 6px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
.custom-music-group .delete-btn > img {
  width: 10px;
}
.custom-music-group .music-card {
  width: 126px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border-radius: 8px 8px 8px 8px;
}
.custom-music-group .music-card img {
  width: 100%;
  height: 20px;
}
.custom-music-group .custom-music-card {
  cursor: pointer;
}
.custom-music-group .custom-music-card p {
  width: 126px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.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;
}

.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;
}

.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(90deg, rgba(22, 93, 255, 0.15) 0%, rgba(198, 150, 250, 0.15) 100%);
}

.timbre-card1 {
  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;
  position: relative;
}
.timbre-card1 .checkicon {
  position: absolute;
  left: 6px;
  top: 6px;
}
.timbre-card1 .no-check {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
}
.timbre-card1 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.timbre-card1 .timbre-msg {
  margin-left: 8px;
}
.timbre-card1 .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-card1 .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;
}

.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;
}

.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;
}
.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;
}
.voice-config-contaienr {
  border: 1px solid #eeeeee;
  border-top: none;
  padding: 11px;
}
.quick-custom-timbre-select-card-group {
  margin-top: 10px;
}
.quick-custom-timbre-select-card-group .arco-collapse-item > .arco-collapse-item-header {
  height: 34px;
}
.quick-custom-timbre-select-card-group .arco-collapse-item-content-box {
  background: #ffffff;
  padding: 8px 13px 8px 8px;
}

.textdesc_text-desc__ws7Fw {
  background: #F3F8FF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #E5EDFF;
  padding: 10px 14px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
}
.textdesc_text-total__5Zb0A {
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-weight: 400;
  font-size: 10px;
  color: #666666;
}
.textdesc_text-title__zw8jf {
  background: linear-gradient(90deg, rgba(22, 93, 255, 0.15) 0%, rgba(198, 150, 250, 0.15) 100%);
  border-radius: 4px 4px 4px 4px;
  padding: 2px 9px;
  min-width: 78px;
  cursor: pointer;
}
.textdesc_text-btn__4mb0E {
  width: 78px;
  height: 22px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(180deg, #215BFF 0%, #8E42F9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.textdesc_text-switch__1cTg6 {
  color: #333333;
  font-size: 14px;
}

.matrix-modal-footer {
  text-align: right;
  padding: 0px 15px 16px 0;
  margin-top: 15px;
}
.matrix-modal-footer > button {
  height: 32px;
  margin-left: 8px;
}
.arco-modal-content {
  padding: 0;
}
.creation-modal .modal-header {
  height: 57px;
  background: linear-gradient(135deg, rgba(65, 122, 255, 0.3) 0%, rgba(171, 80, 255, 0.084) 100%);
}
.creation-modal .modal-header .moadl-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
}
.creation-modal .modal-header .moadl-title .arco-image-img {
  width: 26px;
  height: 26px;
}
.creation-modal .modal-header .moadl-title > div:first-child {
  display: flex;
  align-items: center;
}
.creation-modal .modal-header .moadl-title > div:first-child > span {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.creation-modal .modal-header .moadl-title > div:last-child {
  cursor: pointer;
}

.arco-input {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
}
.arco-input:hover {
  border-color: #165dff;
  background: #ffffff;
}
.arco-select-size-default.arco-select-single .arco-select-view {
  height: 36px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  line-height: 36px;
}
.arco-select-popup .arco-select-option.arco-select-option-hover {
  background: #F6F9FF;
}

.choose_text-content__bvRX6 {
  min-height: 600px;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.choose_text-content__bvRX6 .choose_spin__OJEmF {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk {
  height: 580px;
  position: relative;
  overflow: auto;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_no-data__5AmXP {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_no-data__5AmXP img {
  width: 81px;
  height: 60px;
  display: block;
  margin: 30px auto;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_no-data__5AmXP .choose_data-info__Ym4n0 {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_text-li__Ioxf2 {
  background: #FAFCFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  margin-bottom: 11px;
  padding: 12px 24px;
  box-sizing: border-box;
  cursor: pointer;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_text-li__Ioxf2 .choose_title__NeJmD {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_text-li__Ioxf2 .choose_number-time__gB2X1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.choose_text-content__bvRX6 .choose_text-list__-3QUk .choose_text-li__Ioxf2.choose_active__FzsAo {
  border: 1px solid #165DFF;
}

.templateConfig {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  padding: 11px 13px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.templateConfig .t-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.templateConfig .t-header .total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.templateConfig .scroll-box {
  height: calc(100% - 35px);
  overflow-y: auto;
}
.templateConfig .scroll-box::-webkit-scrollbar {
  width: 4px;
}
.templateConfig .t-tableData {
  display: grid;
  grid-template-columns: repeat(auto-fill, 99px);
  grid-column-gap: 15px;
  grid-row-gap: 13px;
}
.templateConfig .t-tableData .custom-btn {
  width: 99px;
  height: 126px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.templateConfig .t-tableData .table-item {
  border-radius: 4px;
  height: 126px;
  position: relative;
}
.templateConfig .t-tableData .table-item .img {
  width: 99px;
  height: 126px;
  border-radius: 4px;
  object-fit: cover;
}
.templateConfig .t-tableData .table-item .img-close-btn {
  cursor: pointer;
  display: none;
  width: 14px;
  height: 14px;
  background: #636363;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  color: white;
  font-size: 7px;
}
.templateConfig .t-tableData .table-item .img-close-btn .close-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.templateConfig .t-tableData .table-item:hover .img-close-btn {
  display: block;
}
.templateConfig .no-data {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.templateConfig .no-data img {
  width: 80px;
  height: 58px;
  display: block;
}
.templateConfig .no-data .info {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 10px;
}

.template-box .template-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 7px;
  gap: 7px;
  padding: 0;
  padding-bottom: 50px;
}
.template-box .img-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 95px);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.template-box .img-box .img-item {
  cursor: pointer;
  width: 95px;
  height: 128px;
  border-radius: 4px 4px 4px 4px;
  background: #F5F8FF;
}
.template-box .img-box .img-item .img-cover {
  width: 95px;
  height: 100px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-box .img-box .img-item .img-info {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px;
}
.template-box .img-box .img-item .select-check,
.template-box .img-box .img-item .no-check {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
}
.template-box .template-item {
  cursor: pointer;
  width: 120px;
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 16px 23px 17px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin: 0;
}
.template-box .template-item img {
  display: block;
  margin: 0 auto;
}
.template-box .template-item:hover {
  background: #F8F8FF;
  border-radius: 6px 6px 6px 6px;
  color: #575CFF;
}
.template-box .template-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.template-box .template-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.template-box .nav-title {
  width: 72px;
  height: 24px;
  background: linear-gradient(270deg, #FFE7E4 0%, #C0B3FF 100%);
  border-radius: 0px 4px 0px 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #333333;
}
.template-box .no-data img {
  width: 81px;
  height: 60px;
  display: block;
  margin: 30px auto;
}
.template-box .no-data .data-info {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.template-box .base-page-pagination {
  margin-top: 0;
  padding: 16px 0 0 0;
  background: #fff;
  text-align: right;
  position: absolute;
  width: calc(100% - 48px);
  bottom: 50px;
  z-index: 1;
}
.template-box .base-page-pagination .arco-select-size-default.arco-select-single .arco-select-view {
  height: 32px;
  line-height: 32px;
}

.specialEffects {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  padding: 11px 13px;
  box-sizing: border-box;
  height: 100%;
}
.specialEffects .t-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.specialEffects .t-header .total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.specialEffects .t-header .total .clear {
  cursor: pointer;
}
.specialEffects .t-header .total .chose-detail-popover-wrapper {
  border: 1px solid #dddddd;
}
.specialEffects .t-header .total .chose-detail-popover-wrapper .arco-popover-inner-content {
  padding: 14px;
  background-color: white;
  width: 350px;
  box-sizing: border-box;
}
.specialEffects .t-header .total .chose-detail-popover-wrapper .chose-detail-content-wrapper {
  width: 330px;
}
.specialEffects .t-header .total .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;
}
.specialEffects .t-header .total .selected-list {
  width: 200px;
}
.specialEffects .t-tableData {
  display: grid;
  grid-template-columns: repeat(auto-fill, 84px);
  grid-column-gap: 6px;
  grid-row-gap: 15px;
  padding-bottom: 10px;
  position: relative;
}
.specialEffects .t-tableData .spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.specialEffects .t-tableData .table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.specialEffects .t-tableData .table-item .look {
  display: none;
  position: absolute;
  right: 4px;
  bottom: 25px;
}
.specialEffects .t-tableData .table-item .check {
  position: absolute;
  left: 4px;
  top: 2px;
}
.specialEffects .t-tableData .table-item .effect-img {
  width: 84px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid transparent;
  margin-bottom: 2px;
}
.specialEffects .t-tableData .table-item .effect-name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.specialEffects .t-tableData .table-item:hover .look {
  display: block;
}
.specialEffects .t-tableData .table-item.active .effect-img {
  border: 1px solid #165DFF;
}

.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;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0 6px;
  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 .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;
}

.self-upload-card {
  width: 126px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  cursor: pointer;
  border-radius: 8px 8px 8px 8px;
}
.self-upload-card p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.video-group-item-wrapper1 {
  border: 1px solid #eeeeee;
  border-radius: 8px 8px 8px 8px;
  background: white;
}
.video-group-item-wrapper1.error.active {
  border-color: #f98282 !important;
}
.video-group-item-wrapper1 .hover-display-img {
  display: none;
  cursor: pointer;
}
.video-group-item-wrapper1:hover .hover-display-img {
  display: inline-block;
}
.video-group-item-wrapper1 .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-wrapper1 .video-group-item-header .name-wrapper,
.video-group-item-wrapper1 .video-group-item-header .opeator {
  display: flex;
  align-items: center;
}
.video-group-item-wrapper1 .video-group-item-header .name-wrapper .name,
.video-group-item-wrapper1 .video-group-item-header .opeator .name {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.video-group-item-wrapper1 .video-group-item-header .name-wrapper .time-wrapper,
.video-group-item-wrapper1 .video-group-item-header .opeator .time-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.video-group-item-wrapper1 .video-group-item-header .name-wrapper .arco-input-inner-wrapper,
.video-group-item-wrapper1 .video-group-item-header .opeator .arco-input-inner-wrapper {
  height: 27px;
}
.video-group-item-wrapper1 .video-group-item-header .name-wrapper .has-duration,
.video-group-item-wrapper1 .video-group-item-header .opeator .has-duration {
  height: 27px;
  line-height: 27px;
  background: linear-gradient(270deg, #FFE4E4 0%, #DCD5FE 100%);
  border-radius: 4px 4px 4px 4px;
  padding: 0 9px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-left: 10px;
}
.video-group-item-wrapper1 .video-group-item-header .duration-range {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.video-group-item-wrapper1 .video-group-item-header .duration-range span {
  font-size: 10px;
}
.video-group-item-wrapper1 .video-group-item-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 14px 22px;
  border-bottom: none;
}
.video-group-item-wrapper1 .video-group-item-container .video-group-material-wrapper {
  flex: 1 1;
  display: flex;
  overflow-x: auto;
}
.video-group-item-wrapper1 .video-group-item-container.hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.video-group-item-wrapper1 .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-wrapper1 .video-group-item-container .mask button.arco-btn {
  background: white;
  border: none;
  border-radius: 4px;
}
.video-group-item-wrapper1 .video-group-item-container .mask button.arco-btn:hover {
  opacity: 0.7;
  background: white !important;
}
.video-group-item-wrapper1 .video-group-item-container .cut-material-upload:hover .mask {
  display: flex;
}
.video-group-item-wrapper1 .video-group-item-container .video-box {
  width: 126px;
  height: 161px;
  margin-left: 8px;
}
.video-group-item-wrapper1 .video-group-item-footer {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
}
.video-group-item-wrapper1 .video-group-item-footer .line-title {
  display: flex;
  width: calc(100% - 300px);
  flex-wrap: nowrap;
  overflow: hidden;
  /* 让超出部分内容在父容器内滚动 */
}
.video-group-item-wrapper1 .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-wrapper1 .video-group-item-footer .line-title .item .item-container {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-group-item-wrapper1 .video-group-item-footer .line-title .item:hover {
  opacity: 0.7;
}
.video-group-item-wrapper1 .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-header1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mix-cut-detail-videogroup-header1 .arco-select .arco-select-view {
  height: 32px;
  line-height: 32px;
}
.mix-cut-detail-videogroup-header1 .video-group-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.mix-cut-detail-videogroup-header1 .video-group-introduce {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}
.mix-cut-detail-videogroup-header1 .parse-btn {
  padding: 0 10px;
  box-sizing: border-box;
  height: 32px;
  background: linear-gradient(270deg, #FFE4E4 0%, #DCD5FF 100%);
  border-radius: 2px 2px 2px 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  width: 138px;
  font-weight: 400;
  cursor: pointer;
}
.mix-cut-detail-videogroup-header1 .parse-btn img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.bottom-wrapper {
  display: flex;
  justify-content: center;
}
.add-first,
.add-last {
  width: 94px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-radius: 2px 2px 2px 2px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 8px 7px;
  box-sizing: border-box;
}
.add-last {
  margin-left: 10px;
  margin-right: 10px;
}
.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;
}

.mix-cut-detail-container {
  display: flex;
  max-height: calc(100vh - 84px);
  overflow-y: scroll;
  background: #fff;
}
.loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 155px;
  padding: 42px 0 20px 0;
  box-sizing: border-box;
}
.loading-box .text {
  margin-top: 29px;
}

.transbox .total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.transbox .total .clear {
  cursor: pointer;
}
.transbox .total .chose-detail-popover-wrapper {
  border: 1px solid #dddddd;
}
.transbox .total .chose-detail-popover-wrapper .arco-popover-inner-content {
  padding: 14px;
  background-color: white;
  width: 350px;
  box-sizing: border-box;
}
.transbox .total .chose-detail-popover-wrapper .chose-detail-content-wrapper {
  width: 330px;
}
.transbox .total .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;
}
.transbox .total .selected-list {
  width: 200px;
}
.transbox .transition-timer {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.transbox .transition-timer .arco-input-inner-wrapper {
  height: 27px;
}
.transbox .transition-timer .arco-input-group-wrapper.arco-input-group-wrapper-mini {
  border: 1px solid #dddddd !important;
  height: 27px;
  line-height: 27px;
}
.transbox .transition-timer .arco-input-number-step-button {
  background-color: white;
  border: none;
}
.transbox .transition-timer .arco-input-inner-wrapper-mini {
  border: none;
}
.transbox .trans-content {
  height: 500px;
  overflow: auto;
}
.transbox .trans-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.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%;
}

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

.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;
}

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


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