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

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

.bg-color-headerleft-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-color-block {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  border-radius: 2px;
}

.empty-div {
  position: relative;
  display: inline-block;
  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;
}
.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;
}
.color-picker-container {
  position: absolute;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

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

.bg-music-config-nav {
  width: 73px;
  background: #f4f4f4;
  padding-left: 9px;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 13px;
}
.bg-music-config-nav li {
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  padding-top: 9px;
  color: #333333;
}
.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;
}

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

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

.border-radius-search .arco-input-inner-wrapper {
  border-radius: 16px;
  border: 1px solid #ccc;
}
.bg-search {
  margin-right: 10px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper {
  border-color: #DDDDDD;
  height: 24px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper input::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #999999;
  font-size: 12px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper input {
  color: #999999;
}
.small-search-wrapper {
  transition: all 0.3s;
}
.small-search-wrapper .arco-input-inner-wrapper-focus {
  border-color: #DDDDDD !important;
}
.small-search-wrapper .arco-input-inner-wrapper:hover {
  background: #ffffff;
}
.search-circle {
  height: 24px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
}
.search-circle .search-icon {
  margin-right: 6px;
}

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

.title-group-tag-item {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  position: relative;
  min-width: 60px;
  background-color: red;
  word-wrap: no-wrap;
  text-align: center;
  padding: 3px 16px;
  background: #f4f4f4;
  cursor: pointer;
}
.title-group-tag-item.active {
  color: #165dff;
  background: white;
}
.title-group-tag-item .icon-close {
  display: none;
  position: absolute;
  top: 6px;
  transform: scale(0.7);
}
.title-group-tag-item:hover .icon-close {
  display: inline-block;
}

.video-cut-title-wrapper {
  display: flex;
  padding: 3px 4px;
  background: #f4f4f4;
  border-radius: 4px 4px 4px 4px;
  max-width: 310px;
  overflow-x: auto;
}

.cover-card {
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  position: relative;
}
.cover-card .img-wrapper {
  width: 83px;
  height: 83px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cover-card .img-wrapper img {
  width: 84px;
  height: 84px;
  object-fit: cover;
}
.cover-card .img-look {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.cover-card .img-look .yulan {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card.active {
  width: 84px;
  height: 84px;
}
.cover-card.active img {
  width: 84px;
  height: 84px;
}
.cover-card.active .yulan {
  width: 16px;
  height: 16px;
}

.cover-group {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.cover-group p {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

.custom-cover-container {
  display: flex;
  flex-wrap: wrap;
}
.custom-cover-container .customCover-wrapper {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
}
.custom-cover-container .customCover-wrapper:hover .delete-icon {
  display: flex;
}
.custom-cover-container .customCover-wrapper .delete-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}

.bg-cover-config-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choice-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 6px;
}

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

.bg-search-filed-select {
  width: 119px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #DDDDDD;
}
.bg-search-filed-select .arco-select-view {
  border: none !important;
}
.header-color-block {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  border-radius: 2px;
}

.cover-card-wrapper {
  position: relative;
  margin-left: 16px;
}
.cover-card-wrapper .look_wrapper {
  position: absolute;
  display: none;
  right: 30px;
  bottom: 37px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card-wrapper .look_wrapper img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cover-card-wrapper .delete_wrapper {
  position: absolute;
  display: none;
  right: 12px;
  bottom: 37px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card-wrapper .delete_wrapper img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cover-card-wrapper .checkbox-wrapper {
  display: none;
}
.cover-card-wrapper.active img.cover-img,
.cover-card-wrapper:hover img.cover-img {
  border: 2px solid #165dff;
}
.cover-card-wrapper.active .delete_wrapper,
.cover-card-wrapper:hover .delete_wrapper {
  display: block;
}
.cover-card-wrapper.active .look_wrapper,
.cover-card-wrapper:hover .look_wrapper {
  display: block;
}
.cover-card-wrapper.active .checkbox-wrapper,
.cover-card-wrapper:hover .checkbox-wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
}
.cover-card-wrapper img.cover-img {
  width: 126px;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid transparent;
  object-fit: cover;
}
.cover-card-wrapper p {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  width: 130px;
  display: -webkit-box;
  /* 作为弹性盒子显示 */
  -webkit-box-orient: vertical;
  /* 垂直布局方向 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.cover-img-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.title-group-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.title-group-tag-wrapper .add-btn {
  font-size: 12px;
  color: #333333;
}
.title-group-tag-wrapper .button-group {
  position: absolute;
  right: 80px;
  display: flex;
}
.title-group-tag-wrapper .button-group .button-group-block-wrapper {
  width: 28px;
  height: 28px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}
.title-group-tag-wrapper .button-group .button-group-block-wrapper.active {
  color: #165dff;
  cursor: pointer;
}

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

.video-config-simple-title-wrapper .tiptap.ProseMirror {
  height: 106px;
  overflow-y: auto;
}
.video-config-simple-title-wrapper.title-item-active .video-config-card-header {
  border-color: #165dff;
}
.video-config-simple-title-wrapper.title-item-active .video-config-card-container {
  border-color: #165dff;
}
.video-config-simple-title-wrapper .arco-textarea {
  background: white;
}
.video-config-simple-title-wrapper .arco-textarea:focus {
  border-color: transparent;
}
.video-config-simple-title-wrapper .arco-textarea:hover {
  background: white;
}
.video-config-simple-title-wrapper .delete-title-item {
  cursor: pointer;
}
.video-config-simple-title-wrapper .video-config-card-container-item {
  position: relative;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title {
  position: absolute;
  bottom: 6px;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title .insert-opeator {
  cursor: pointer;
  display: flex;
}
.video-config-simple-title-wrapper .video-config-card-container-item .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;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title .insert-opeator .start-time > img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

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

.seo-drawer .arco-drawer-inner {
  border-left: 1px solid #EEEEEE;
}
.seo-header {
  display: flex;
  align-items: center;
}
.seo-header img {
  width: 106px;
  height: 16px;
}
.seo-content .activeName {
  font-weight: 500;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
  text-align: left;
  margin-bottom: 7px;
}
.seo-content .activeName .keyword {
  color: #4E45F7;
}
.seo-content .seo-list .empty-data {
  margin: 200px auto;
}
.seo-content .seo-list .empty-data img {
  width: 161px;
  height: 116px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.seo-content .seo-list .empty-data .empty-text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card {
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  padding: 16px 13px;
  box-sizing: border-box;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .circle-box {
  min-width: 19px;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .circle-box .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(128deg, #165DFF 0%, #AC31FF 100%);
  margin-top: 5px;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .info {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.seo-content .seo-list .seo-list-item .seo-btns {
  margin-left: auto;
  display: flex;
  width: 80px;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 12px;
}
.seo-content .seo-list .seo-list-item .seo-btns img {
  width: 16px;
  height: 16px;
}
.empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.mingan-header {
  display: flex;
  align-items: center;
}
.mingan-header img {
  width: 24px;
  height: 21px;
  margin-right: 12px;
}
.mingan-header span {
  font-weight: 500;
  font-size: 16px;
  color: #1D2129;
  font-style: normal;
  text-transform: none;
}
.sensitive-desc {
  font-weight: 400;
  font-size: 14px;
  color: #1D2129;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  margin-bottom: 9px;
}
.sensitive-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sensitive-content {
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #EEEEEE;
  padding: 10px;
}
.sensitive-content .all-delete {
  width: 82px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EEEEEE;
  text-align: center;
  line-height: 32px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
.sensitive-content .sensitive-item-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sensitive-content .sensitive-item {
  width: 100%;
  background: #FAFAFA;
  padding: 10px 21px 8px 8px;
  box-sizing: border-box;
}
.sensitive-content .sensitive-item .sensitive-item-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left {
  display: flex;
  align-items: center;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .editInput {
  height: 28px;
  margin-bottom: 2px;
  background: #F1F0F0;
  border-radius: 32px 32px 32px 32px;
  border: none;
  width: 269px;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .line {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 28px;
  background: #FBE5E4;
  border-radius: 32px 32px 32px 32px;
  text-align: left;
  padding: 0 11px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #F98282;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .edit-replace {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 28px;
  background: #F0F5FF;
  border-radius: 32px 32px 32px 32px;
  text-align: left;
  padding: 0 11px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #165DFF;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-btn img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.sensitive-content .sensitive-item .sensitive-item-info {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  font-style: normal;
  display: flex;
  align-items: center;
  padding-left: 41px;
  width: 100%;
  box-sizing: border-box;
}
.sensitive-content .sensitive-item .sensitive-item-info img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.sensitive-content-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sensitive-content-nav .title {
  width: 130px;
  display: flex;
  align-items: center;
}
.sensitive-content .btn-group {
  max-width: 304px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sensitive-content .btn-group .btns {
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  min-width: 50px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 0 8px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  margin-right: 6px;
}
.sensitive-content .btn-group .btns:nth-last-child {
  margin-right: 0;
}
.sensitive-content .btn-group .btns.active {
  color: #165DFF;
}
.sensitive-content .btn-group::-webkit-scrollbar {
  height: 3px;
}
.circle-title {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FBE5E4;
  text-align: center;
  line-height: 20px;
  color: #F98282;
  z-index: 99;
}
.empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.team_overview {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: calc(100% - 19px - 19px);
  background-color: #ffffff;
  padding: 19px;
}
.team_overview .team_overview_header {
  width: calc(100% - 19px);
  min-height: 353px;
  max-height: 35vh;
  background: #ffffff;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
}
.team_overview .team_overview_header .header_contel {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px 30px 28px;
  align-items: center;
  height: 102px;
}
.team_overview .team_overview_header .header_contel .basic-box {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  font-family: PingFang SC, PingFang SC;
  margin-bottom: 5px;
}
.team_overview .team_overview_header .header_contel .basic-box .basic-info {
  position: absolute;
  left: 60px;
  top: 0px;
}
.team_overview .team_overview_header .header_contel .contel_L {
  display: flex;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img {
  position: relative;
  width: 78px;
  height: 78px;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img .upload-mask {
  cursor: pointer;
  position: absolute;
  width: 78px;
  height: 78px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img .upload-mask > p {
  margin-top: 4px;
  font-family: PingFang SC,
                PingFang SC;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img:hover .upload-mask {
  display: flex;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne {
  margin-left: 23px;
  display: flex;
  flex-direction: column;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne h4 {
  font-size: 22px;
  color: #333333;
  line-height: 31px;
  text-align: left;
  display: flex;
  align-items: center;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne .contel_Lcomne_renzhen {
  width: 65px;
  height: 26px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px !important;
  color: #165dff;
  line-height: 22px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: end;
  padding: 0 6px;
  border: 1px solid #4080ff;
  margin-right: 5px;
}
.team_overview .team_overview_header .header_contel .contel_R {
  display: flex;
  margin-top: 19px;
}
.team_overview .team_overview_header .header_contel .contel_R .imgbutton {
  width: 99px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 8px;
}
.team_overview .team_overview_header .header_contel .contel_R .mov_btn_SH {
  border: 1px solid #ff9900;
  color: #ff9900;
}
.team_overview .team_overview_header .header_contel .contel_R .mov_btn_Error {
  border: 1px solid #e45a5a;
  color: #e45a5a;
}
.team_overview .team_overview_header .contel {
  position: relative;
  flex: 1 1;
  display: flex;
  margin: 0 28px;
  padding: 30px 0 25px 0;
  border-top: 1px solid #eeeeee;
}
.team_overview .team_overview_header .contel .contel-Item {
  width: calc(25% - 20px);
  height: 148px;
  margin: 0 10px;
  background: #f6f9ff;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.team_overview .team_overview_header .contel .contel-Item .top {
  display: flex;
  justify-content: space-between;
  margin: 17px 34px 0 20px;
  padding-right: 2px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left {
  margin-bottom: 11px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left h5 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p span {
  font-weight: 900;
  font-size: 28px;
  color: #333333;
  line-height: 37px;
  display: inline-block;
  margin-right: 6px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p span span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  margin: 0 0 0 4px;
}
.team_overview .team_overview_header .contel .contel-Item .top img {
  width: 40px;
  height: 40px;
}
.team_overview .team_overview_header .contel .contel-Item .bottom {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-left: 20px;
  margin-top: 13px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: left;
}
.team_overview .team_overview_header .contel .contel-Item .code_body img {
  width: 78px;
  height: 78px;
  margin-left: 27px;
  margin-right: 27px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel {
  display: flex;
  flex-direction: column;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel h5 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel p {
  margin-top: 7px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
.team_overview .team_overview_header .contel .oppoation {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 233px;
  height: 21px;
  background: #ffffff;
}
.team_overview .team_overview_header .contel .oppoation img {
  width: 169px;
  height: 21px;
}
.team_overview .team_overview_content {
  height: calc(100% - 369px);
  width: 100%;
  background-color: #ffffff;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.modal_title_qyrzsurren {
  font-weight: 400;
  font-size: 14px;
  color: #86909c;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}
.modal_qirzsurren_contel {
  width: 240px;
  height: 211px;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 2 6px 0px rgba(203, 203, 203, 0.42);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eeeeee;
}
.modal_title_qyrzsurren_bold {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.modals_team_overview_qiy {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.modals_team_overview_qiy .arco-input-inner-wrapper {
  border: 1px solid #f2f3f5;
}
.modals_team_overview_qiy .topname {
  margin-top: 24px;
}
.modals_team_overview_qiy .input_Social {
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  line-height: 22px;
  margin-bottom: 6px;
}
.modals_team_overview_qiy .contel_wrapp {
  display: flex;
  width: 524px;
}
.modals_team_overview_qiy .arco-upload-list {
  display: none;
}
.modals_team_overview_qiy .arco-upload-list-type-text {
  display: none;
}
.modals_team_overview_qiy .trigger {
  width: 218px;
  height: 130px;
  border-radius: 2px 2px 2px 2px;
  border: 1px dashed #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modals_team_overview_qiy .trigger .contell_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modals_team_overview_qiy .trigger .arco-icon-plus {
  width: 11px;
  height: 11px;
  color: #bfbfbf;
}
.modals_team_overview_qiy .trigger p {
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 22px;
}
.modals_team_overview_qiy .contell_upload_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
}
.modals_team_overview_qiy .contell_upload_right p {
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 22px;
  text-align: left;
}
.team-name {
  height: 26px;
}
.team-name > div:first-child {
  display: flex;
  align-items: flex-end;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500 !important;
  font-size: 22px !important;
  color: #333333;
}
.mov_pro_title_einfo {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4 10px 0px rgba(221, 221, 221, 0.45);
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px;
}
.mov_pro_title_einfo img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.team_overview_content_tabs {
  width: 162px;
  height: 36px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  text-align: center;
}
.team_overview_content_tabs .arco-radio-button {
  width: 72px;
  font-size: 12px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  margin: 2px 3px;
}
.team_overview_content_tabs .arco-radio-button.arco-radio-checked {
  font-weight: 600;
  color: #165DFF;
  background-color: #FFFFFF;
}
.team_overview_content_tabs .arco-radio-button:hover {
  font-weight: 600;
  color: #165DFF;
  background-color: #FFFFFF;
}
.team_overview_content_tabs .arco-radio-button-inner {
  padding: 0;
}
.contel_componts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 35px 0 15px 0 ;
  height: calc(100% - 369px);
  width: calc(100% - 19px);
  background-color: #FFFFFF;
}
.contel_componts .contel_R {
  display: flex ;
}
.contel_componts .contel_R .plearthPhone {
  margin-right: 19px;
  width: 276px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
}
.contel_componts .contel_R .optab_select {
  width: 200px;
  margin-right: 19px;
}
.contel_componts .contel_R .optab_select .arco-select-view {
  width: 200px;
  height: 38px !important;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
}
.contel_componts .contel_R .select_data {
  width: 240px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
}
.contel_componts .Filtememberscontexttabs {
  width: 376px;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header-nav-line .arco-tabs-header-title-text::before {
  left: 0 !important;
  right: 0 !important;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header {
  height: 38px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header-title {
  width: 82px;
  height: 28px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title {
  width: 82px;
  height: 28px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title-text {
  width: 100%;
  display: inline-block;
}
.contel_componts .arco-tabs-header-title-active {
  width: 82px;
  height: 28px;
  background: #FFFFFF !important;
  border-radius: 4px 4px 4px 4px;
  font-weight: bold;
  font-size: 14px;
  color: #165DFF !important;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title-active .arco-tabs-header-title-text {
  width: 100%;
  display: inline-block;
}
.contel_componts .arco-tabs-header-nav::before {
  background-color: none;
  width: 0;
  height: 0;
  border: none;
}
.contel_componts .arco-tabs-header-ink {
  width: 0;
  height: 0;
}
.selccompont_tabdata {
  width: calc(100% - 19px);
  margin-top: 20px;
  position: relative;
  margin-bottom: 32px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata .arco-table {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata .arco-table .arco-spin {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container .arco-table-content-scroll {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container .arco-table-content-scroll .arco-table-content-inner {
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata table {
  flex: 1 1;
  border: none;
}
.selccompont_tabdata table thead th {
  height: 44px;
  background: #F8FAFD;
  border-radius: 0px 0px 0px 0px;
  color: #333333;
  line-height: 22px;
  font-weight: bold;
  border-bottom: none !important;
}
.selccompont_tabdata table tbody {
  height: calc(100% - 58px - 44px);
  overflow: scroll;
}
.selccompont_tabdata table tbody tr {
  height: 59px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.selccompont_tabdata table tbody tr .arco-table-td {
  border-bottom: 1px solid #EEEEEE;
}
.selccompont_tabdata .tab-pages {
  width: 100%;
  position: absolute;
  height: 32px;
  bottom: -40px;
  background-color: #FFFFFF;
}
.selccompont_tabdata .tab-pages .arco-pagination-total-text {
  flex: 1 1;
}
.selccompont_tabdata .tab-pages .arco-pagination-jumper {
  display: none;
}
.selccompont_tabdata .opdatatitle {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
}
.selccompont_tabdata .opred {
  background: #F18888;
  border-radius: 4px 4px 4px 4px;
}
.selccompont_tabdata .opgren {
  background: #5EC279;
  border-radius: 4px 4px 4px 4px;
}

.wrapel_contel {
  width: 264px;
  height: 528px;
  padding-bottom: 32px;
  background: #ffffff;
  box-shadow: 0px 2 6px 0px rgba(203, 203, 203, 0.42);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapel_contel .Input_childn {
  width: 233px;
  height: 38px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  margin-top: 17px;
}
.wrapel_contel .companydiv {
  width: 221px;
  height: 38px;
  padding-left: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 38px;
  text-align: left;
}
.wrapel_contel .btns_contel {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: end;
  background-color: #FFFFFF;
}
.wrapel_contel .btns_contel .arco-btn {
  margin-right: 10px;
  width: 60px;
  height: 32px;
  border-radius: 2px;
  background: #165DFF;
  font-size: 14px;
  text-align: center;
  margin-bottom: 11px;
}
.wrapel_contel .btns_contel .dis_err {
  color: #4E5969;
  background: #F2F3F5;
}
.wrapel_contel .arco-collapse-item-content {
  background-color: #ffffff;
  transition: height 0.2s cubic-bezier(0.34, 0.69, 0.1, 1) !important;
}
.wrapel_contel .arco-collapse-item {
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #417aff;
  line-height: 22px;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header {
  background: #f1f3fd;
  border-radius: 0px 0px 0px 0px;
  color: #417aff;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header .arco-icon-caret-right {
  color: #417aff;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header {
  border: none;
  transition: none;
}
.wrapel_contel .arco-collapse-item-header {
  transition: none;
}
.wrapel_contel::-webkit-scrollbar {
  display: none;
}


/*# sourceMappingURL=main-234c6f6e.f531334a.css.map*/