.project-name {
  font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.editicon-wrapper {
  margin-left: 12px;
}

figure.card-wrapper {
  overflow: hidden;
  width: 180px;
  height: 230px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f8ff;
  position: relative;
  margin-right: 13px;
  box-sizing: border-box;
}
figure.card-wrapper:hover .trigger-wrapper {
  bottom: 0px !important;
}
figure.card-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  /* 确保图片保持比例，不拉伸 */
}
figure.card-wrapper.opeater-box:hover .checkbox-wrapper {
  display: block;
}
figure.card-wrapper .show {
  display: inline-block !important;
}
figure.card-wrapper .checkbox-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
figure.card-wrapper img {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 8px 8px;
}
figure.card-wrapper img.mp3 {
  width: 60%;
  height: 54%;
  text-align: center;
}
figure.card-wrapper .type-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  transform: scale(0.7);
}
figure.card-wrapper .time-wrapper {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 10;
  width: 35px;
  line-height: 16px;
  background: rgba(51, 51, 51, 0.44);
  border-radius: 2px 2px 2px 2px;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}
figure.card-wrapper .life-wrapper {
  z-index: 10;
  width: 30px;
  background: #707070;
  border-radius: 2px 2px 2px 2px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
figure.card-wrapper .trigger-wrapper {
  box-sizing: border-box;
  position: absolute;
  bottom: -64px;
  width: 100%;
  height: 64px;
  background: #f5f8ff;
  border-radius: 6px;
  border: 1px solid #e6e9ed;
  display: flex;
  padding: 10px 17px;
  z-index: 10;
}
figure.card-wrapper .trigger-wrapper.active {
  bottom: 0px;
}
figure.card-wrapper .trigger-wrapper .more-icon {
  position: relative;
  top: 13px;
  left: 5px;
  cursor: pointer;
}
figure.card-wrapper .trigger-wrapper .msg {
  width: 120px;
  position: relative;
}
figure.card-wrapper .trigger-wrapper .msg .name {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
figure.card-wrapper .trigger-wrapper .msg .time {
  color: #999999;
  font-size: 12px;
  transform: scale(0.8);
  position: absolute;
  width: 150px;
  left: -14px;
}
.temp-img {
  width: 100%;
  height: 100%;
  background: #F5F8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-img .icon {
  width: 88px;
  height: 88px;
}

.project-card-wrapper {
  width: 180px;
  height: 230px;
  background: #f5f8ff;
  border-radius: 4px 4px 4px 4px;
  padding-top: 28px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-right: 13px;
  margin-bottom: 13px;
}
.project-card-wrapper:hover .more-opearte {
  display: inline-block;
}
.project-card-wrapper .more-opearte {
  display: none;
  position: absolute;
  bottom: 41px;
  right: 13px;
}
.project-card-wrapper.opeater-box:hover .checkbox-wrapper {
  display: block;
}
.project-card-wrapper .show {
  display: inline-block !important;
}
.project-card-wrapper .checkbox-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.project-card-wrapper .tag-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  transform: scale(0.7);
}
.project-card-wrapper .project-name {
  margin-top: 3px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  width: 126px;
  font-style: normal;
  text-transform: none;
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.project-card-wrapper .project-update-time {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 18px;
}
.project-card-wrapper img {
  width: 120px;
  height: 120px;
}
.project-card-wrapper .life-wrapper {
  z-index: 10;
  width: 30px;
  background: #707070;
  border-radius: 2px 2px 2px 2px;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.resolution-box {
  border: 1px solid #666666;
}
.resolution-box.size9-16 {
  width: 16px;
  height: 28px;
}
.resolution-box.size3-4 {
  width: 20px;
  height: 27px;
}
.resolution-box.size1-1 {
  width: 20px;
  height: 20px;
}
.resolution-box.size4-3 {
  width: 34px;
  height: 25px;
}
.resolution-box.size16-9 {
  width: 34px;
  height: 25px;
}
.resolution-box.size2-1 {
  width: 34px;
  height: 17px;
}

.resolution-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.resolution-wrapper li {
  width: 86px;
  height: 68px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cccccc;
  background: #f8f8f8;
  margin-right: 32px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.resolution-wrapper li.active {
  background: #3472ff;
  color: white;
}
.resolution-wrapper li.active .resolution-box {
  border-color: white;
}

._play-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
._video-wrapper-modal [data-focus-lock-disabled] {
  height: 100%;
}
._video-wrapper-modal .arco-modal-header {
  border-bottom: none;
  background: white;
  border-radius: 4px;
}
._video-wrapper-modal .arco-modal-content {
  height: calc(100% - 48px);
}
._video-wrapper-modal .arco-modal-content ._picture-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper ._video-wrapper-modal .arco-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-wrapper {
  font-weight: 400;
}
span.tip {
  margin-left: 22px;
  font-size: 14px;
  color: #333333;
}
span.num-tip {
  margin-left: 4px;
  font-size: 14px;
  color: #165dff;
}

.creation-content {
  border-radius: 12px;
  margin-top: 18px;
  width: 100%;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.creation-content .creation-title {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.creation-content .suspend-ai {
  position: absolute;
  right: 0;
  bottom: 25%;
  cursor: pointer;
  z-index: 3;
}
.creation-content .content-left {
  min-width: calc(100vw - 781px);
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}
.creation-content .content-left .save {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 20px;
}
.creation-content .content-left .creation-tool {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creation-content .content-left .creation-tool .creation-title {
  margin-left: 16px;
  margin-right: 22px;
}
.creation-content .content-left .creation-tool .creation-btn-box {
  display: flex;
}
.creation-content .content-left .creation-tool .creation-btn-box .arco-avatar-text {
  width: 100%;
  height: 100%;
}
.creation-content .content-left .creation-tool .creation-btn-box .import-script-btn,
.creation-content .content-left .creation-tool .creation-btn-box .add-column-btn {
  height: 38px;
  border-radius: 2px;
  border: 1px solid #165dff;
  background-color: white;
  font-weight: 400;
  font-size: 14px;
  color: #165dff;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.creation-content .content-left .creation-tool .creation-btn-box .save-btn {
  display: flex;
  align-items: center;
  height: 38px;
  background: linear-gradient(135deg, #165dff 0%, #cb98fa 100%);
  border-radius: 2px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.creation-content .content-left .creation-tool .creation-btn-box .creation-avatarGroup {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.creation-content .content-left .creation-tool .creation-btn-box .creation-avatarGroup .avatar-num {
  color: #adacac;
  transform: none;
  font-size: 16px;
}
.creation-content .content-left .creation-tool .creation-btn-box .arco-avatar {
  width: 35px;
  height: 35px;
}
.creation-content .content-left .creation-tool .creation-btn-box .arco-avatar-text {
  transform: translateX(-50%) !important;
}
.creation-content .content-left .creation-tool .creation-btn-box .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.creation-content .content-left .creation-name {
  display: flex;
  align-items: center;
  height: 24px;
}
.creation-content .content-left .creation-name .arco-input {
  padding: 0;
  background-color: white;
  font-size: 20px;
  font-weight: 500;
  border: none;
  flex: none;
}
.creation-content .content-left .creation-name .arco-input::placeholder {
  color: #999999;
}
.creation-content .content-left .creation-name-border {
  height: 19px;
  border-bottom: 1px solid #eeeeee;
}
.creation-content .content-left .creationScript-table {
  min-width: calc(100vw - 781px);
  max-height: calc(100vh - 262px);
  margin-top: 34px;
  overflow: auto;
}
.creation-content .content-left .table_bottom-hr {
  width: 100%;
  height: 38px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creation-content .content-left .table_bottom-hr .add-grouping {
  height: 38px;
  border-radius: 2px;
  border: 1px solid #165dff;
  background-color: white;
  font-weight: 400;
  font-size: 14px;
  color: #165dff;
  display: flex;
  align-items: center;
}
.creation-content .content-left .table_bottom-hr > div:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.creation-content .content-left .table_bottom-hr > div:nth-child(3) {
  height: 1px;
  width: 100%;
  background-color: #cccccc;
}
.creation-content .content-left .table {
  display: table;
  border-spacing: 0;
  /* 移除单元格之间的间距 */
  empty-cells: show;
  /* 显示空单元格的边框 */
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid transparent;
}
.creation-content .content-left .table thead tr th {
  position: relative !important;
  height: 48px;
  background: white;
  font-size: 14px;
}
.creation-content .content-left .table thead tr th div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
}
.creation-content .content-left .table thead tr th div:first-child .th-message-info {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.creation-content .content-left .table tbody tr {
  min-height: 187px;
}
.creation-content .content-left .table tbody tr td {
  flex: none;
  border: 1px solid #cccccc;
  position: relative;
  max-height: 178px;
}
.creation-content .content-left .table th::after {
  position: absolute !important;
  content: "";
  background: #f1f7ff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  border-bottom: none !important;
  border-right: none;
}
.creation-content .content-left .table th:nth-child(1)::after {
  border-radius: 8px 0 0 0;
}
.creation-content .content-left .table th:last-child::after {
  border-radius: 0 8px 0 0;
  width: auto !important;
  border-right: 1px solid #cccccc !important;
}
.creation-content .content-left .table tr {
  position: relative;
  overflow: hidden;
}
.creation-content .content-left .table tr::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: -1px;
  bottom: -1px;
  border: 3px solid transparent;
  z-index: -1;
  pointer-events: none;
}
.creation-content .content-left .table td::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  border: 1px solid transparent;
  z-index: 2;
  pointer-events: none;
}
.creation-content .content-left .table td {
  min-width: 244px;
  border-right: none !important;
  background-color: white;
  height: 187px;
  vertical-align: top;
}
.creation-content .content-left .table td:last-child {
  border-right: 1px solid #cccccc !important;
  /* 移除最后一列的右边框 */
}
.creation-content .content-right {
  display: flex;
}
.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 > 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;
  margin-left: 17px;
}
.creation-modal .modal-header .moadl-title > div:last-child {
  cursor: pointer;
}
.modal-content {
  padding: 18px 25px;
  padding-bottom: 0;
}
.modal-content .modal-download {
  padding: 0 10px;
  height: 47px;
  background: #f6f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 19px;
}
.modal-content .modal-download > a:last-child {
  display: flex;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  align-items: center;
  color: #165dff;
  cursor: pointer;
}
.modal-content .modal-download > a:last-child > span {
  margin-left: 8px;
}
.arco-dropdown-menu {
  max-height: 100%;
}
.transparent-input .arco-textarea {
  padding: 0;
  background-color: transparent;
  resize: none;
  border: none !important;
  position: static !important;
}
.transparent-input .textarea-word-limit {
  position: absolute;
  font-size: 12px;
  bottom: 6px;
  right: 10px;
  color: #86909c;
  -webkit-user-select: none;
  user-select: none;
}
.transparent-input .arco-textarea-wrapper {
  position: static !important;
}
.transparent-input .arco-textarea:focus {
  border: none !important;
}
.transparent-input .arco-textarea-word-limit {
  bottom: 5px;
  right: 5px;
}
.transparent-input .textarea-box li {
  position: absolute;
  left: 8px;
  top: -1px;
}
.td-box {
  height: 100%;
  max-height: 155px;
  padding: 15px 14px;
  box-sizing: border-box;
  overflow: auto;
}
.td-box .storyboardName-text {
  font-weight: 600;
  font-size: 14px;
  color: #165dff;
  margin-bottom: 9px;
}
.td-box .smart-b-icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
  z-index: 2;
}
.trpo .drpo {
  position: fixed;
  top: 0;
}
.selected-row {
  position: relative;
}
.selected-row td {
  border-bottom: none;
  color: #165dff !important;
}
.drag-position {
  position: relative;
}
.drag-position .drag-handle {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  color: #555;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 9px;
}
.tr-active::after {
  border: 3px solid #165dff !important;
  z-index: 1 !important;
  pointer-events: none;
  margin-left: -1px;
  margin-top: -1px;
}
.tr-hover::after {
  border: 2px solid #165dff !important;
  z-index: 1 !important;
  margin-right: 1px;
  pointer-events: none;
}
.hidden {
  display: none;
}
.flexbox {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  /* 或者其他你想要的宽度 */
}
.flex-item {
  flex: 1 0 auto;
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.col-group {
  display: flex;
  flex-direction: row;
  height: 100vh;
}
@media (max-width: 540px) {
  .col-group {
    flex-direction: column;
  }
}
/* Column-half */
body {
  overflow: hidden;
}
.column-half {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: auto;
}
.column-half:last-child {
  border-left: 1px solid var(--gray-3);
}
@media (max-width: 540px) {
  .column-half:last-child {
    border-left: none;
    border-top: 1px solid var(--gray-3);
  }
}
.column-half > .main-group {
  flex-grow: 1;
}
/* Collaboration status */
.collab-status-group {
  align-items: center;
  background-color: var(--white);
  border-top: 1px solid var(--gray-3);
  bottom: 0;
  color: var(--gray-5);
  display: flex;
  flex-direction: row;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.375rem 0.5rem 0.375rem 1rem;
  position: sticky;
  width: 100%;
  z-index: 100;
}
.collab-status-group button {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  background: none;
  display: -webkit-box;
  flex-shrink: 1;
  font-size: 0.75rem;
  max-width: 100%;
  padding: 0.25rem 0.375rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collab-status-group button::before {
  background-color: var(--color);
  border-radius: 0.375rem;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  z-index: -1;
}
.collab-status-group button:hover::before {
  opacity: 1;
}
.collab-status-group label {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 0.375rem;
  line-height: 1.1;
}
.collab-status-group label::before {
  border-radius: 50%;
  content: " ";
  height: 0.35rem;
  width: 0.35rem;
}
.collab-status-group[data-state="online"] label::before {
  background-color: var(--green);
}
.collab-status-group[data-state="offline"] label::before {
  background-color: var(--red);
}
.tiptap {
  /* Placeholder (at the top) */
  /* Give a remote user a caret */
  /* Render the username above the caret */
}
.tiptap :first-child {
  margin-top: 0;
}
.tiptap p.is-editor-empty:first-child::before {
  color: var(--gray-4);
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap p {
  word-break: break-all;
}
.tiptap .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;
}
.tiptap .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;
}
.creationScript-table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.creationScript-table::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.creationScript-table::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}
.table-anchor {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 99;
}
@keyframes blinkBorder {
  0% {
    border-color: transparent;
  }
  /* 50% { border-color: rgb(255, 205, 54); }   */
  50% {
    border-color: red;
  }
  100% {
    border-color: transparent;
  }
}
.blinking-border::after {
  animation: blinkBorder 1s infinite !important;
}
.avatar-script {
  width: 100%;
  height: 100%;
}
.avatar-script img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.delete-caption {
  cursor: pointer;
}

.modal-excel {
  width: 100%;
  height: 363px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #eeeeee;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
}
.modal-excel .arco-upload-trigger-drag {
  padding: 140px 0;
  border: 1px solid #eeeeee;
  background-color: none;
}
.modal-excel .excel-icon {
  margin-top: 79px;
}
.modal-excel .excel-lable {
  margin-top: 15px;
  color: #1d2129;
}
.modal-excel .excel-lable > span {
  color: #165dff;
}
.modal-excel > p:last-child {
  margin-top: 5px;
  color: #1d2129;
}
.modal-excel:hover {
  background-color: #ececec;
}
.modal-excel-dragover {
  background-color: #ececec;
}

.action-bar-wrapper {
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px 0px rgba(167, 176, 188, 0.2);
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.action-bar-wrapper li {
  display: flex;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  padding-left: 14px !important;
  cursor: pointer;
}
.action-bar-wrapper li:hover {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%);
}

.detail-card-wrapper {
  padding-left: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  width: 500px;
  background: white;
  box-shadow: 0px 2px 2px 0px rgba(167, 176, 188, 0.2);
  border: 1px solid #eeeeee;
}
.detail-card-wrapper .title {
  padding-top: 28px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #86909c;
}
.detail-card-wrapper .title span {
  color: #333333;
}

.action-bar-item {
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 100px;
}
.action-bar-item img {
  width: 16px;
  height: 16px;
}
.action-bar-item .action-bar-item-icon-wrapper {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.action-bar-item:hover {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%);
}
.action-bar-item.disabled {
  opacity: 0.7;
  color: #9e9e9e;
  cursor: auto;
}
.action-bar-item.disabled:hover {
  background: transparent !important;
}

.itemtree-box {
  border-radius: 4px;
  border: 1px solid #e5e6eb;
}

.create-project-form-wrapper .arco-input-group .arco-input-inner-wrapper-disabled {
  background-color: #f9f9f9 !important;
}
.create-project-form-wrapper .arco-input-disabled {
  color: #333;
  -webkit-text-fill-color: #333;
}
.create-project-empty-member {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.create-project-empty-member img {
  width: 80px;
}
.create-project-empty-member p {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.project-number-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-wrapper {
  width: 252px;
  height: auto !important;
  border-right: 1px solid #eeeeee;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.nav-wrapper .nav-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .nav-header .title {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .nav-header .img-logo {
  width: 40px;
  height: 40px;
  margin-right: 4px;
}
.nav-wrapper .nav-header .add-icon {
  height: 20px;
  width: 20px;
}
.nav-wrapper .nav-header .add-icon-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-wrapper .nav-header .title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.nav-wrapper .nav-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
}
.nav-wrapper .nav-clear img {
  width: 150px;
  margin-top: 10px;
}
.nav-wrapper .nav {
  margin-top: 23px;
  padding-bottom: 20px;
}
.nav-wrapper .nav li {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #1d2129;
  height: 32px;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
  text-transform: none;
  justify-content: space-between;
  border-radius: 4px;
  padding: 5px 12px;
  padding-right: 0;
  box-sizing: border-box;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 500;
  font-size: 14px;
  padding-right: 0 !important;
}
.nav-wrapper .nav li .action-icon {
  display: none;
}
.nav-wrapper .nav li.active {
  background: #f1f3fd;
  color: #165dff;
}
.nav-wrapper .nav li:hover {
  border-radius: 4px 4px 4px 4px;
}
.nav-wrapper .nav li:hover .action-icon {
  display: block !important;
}
.nav-wrapper .nav li .nav-item-container {
  display: flex;
  align-items: center;
  height: 18px !important;
}
.nav-wrapper .nav li .nav-item-container .project-name {
  display: -webkit-box;
  /* 作为弹性盒子显示 */
  -webkit-box-orient: vertical;
  /* 垂直布局方向 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.nav-wrapper .nav li img {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.nav-wrapper .nav li .project-name {
  line-height: 100%;
  height: 15px;
}
.nav-wrapper .nav li .project-name .nav-wrapper {
  width: 252px;
  height: auto !important;
  border-right: 1px solid #eeeeee;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header .title {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header .img-logo {
  width: 40px;
  height: 40px;
  margin-right: 4px;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header .add-icon {
  height: 20px;
  width: 20px;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header .add-icon-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav-header .title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav {
  margin-top: 23px;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav li {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  height: 32px;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
  text-transform: none;
  justify-content: space-between;
  border-radius: 4px;
  padding: 5px 40px;
  box-sizing: border-box;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav li .nav-item-container {
  display: flex;
  align-items: center;
  height: 18px !important;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav li img {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.nav-wrapper .nav li .project-name .nav-wrapper .nav li .icon {
  margin-right: 10px;
}
.nav-wrapper .nav li .project-name .nav-wrapper .recyclebin {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-top: auto;
}
.nav-wrapper .nav li.active {
  background: #f1f3fd;
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #165dff;
}
.nav-wrapper .nav li:hover {
  border-radius: 4px 4px 4px 4px;
}
.nav-wrapper .nav li:hover .action-icon {
  display: block !important;
}
.nav-wrapper .nav li .icon {
  margin-right: 10px;
}
.nav-wrapper .recyclebin {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-top: auto;
}
.name {
  display: inline-block;
  height: 15px;
}
.nav-tag {
  width: 36px;
  height: 20px;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.edit-input-wrapper {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.edit-input-wrapper input.arco-input {
  margin-left: 13px;
  margin-right: 19px;
  width: 290px;
}

.space-file-transfer-modal-wrapper {
  width: 760px;
}
.space-file-transfer-modal-wrapper .arco-modal-header {
  border: none;
}
.space-file-transfer-modal-wrapper .arco-modal-content {
  padding: 6px;
  height: 547px;
}
.space-file-transfer-modal-wrapper .space-file-wrapper {
  display: flex;
  height: 100%;
}
.space-file-transfer-modal-wrapper .file-transfer {
  width: calc(100% - 250px);
  height: 100%;
  border-radius: 8px;
}
.space-file-transfer-modal-wrapper .transfer-header {
  padding: 0px 13px;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}
.space-file-transfer-modal-wrapper .transfer-header .transfer-header-name {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.space-file-transfer-modal-wrapper .transfer-header h3 {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper {
  display: flex;
  height: calc(100% - 50px);
  border: 1px solid #eee;
  border-top: none;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul {
  width: 33%;
  padding: 14px 6px;
  height: 100%;
  overflow: auto;
  border-left: 1px solid #eee;
  position: relative;
  left: -1px;
  overflow: hidden;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li {
  display: flex;
  padding: 5px 0px;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
  padding-left: 6px;
  color: #333333;
  overflow: hidden;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li img.folder-img {
  width: 20px;
  height: 20px;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li .name {
  width: 102px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 1 表示限制为一行 */
  position: relative;
  top: -4px;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li span {
  margin-left: 12px;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li .icon-next {
  display: none;
  color: #165dff;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li.active {
  background: #f1f3fd;
  border-radius: 4px 4px 4px 4px;
  color: #165dff;
}
.space-file-transfer-modal-wrapper .file-menu-wrapper ul li.active .icon-next {
  display: inline-block;
}

.link-project-container-wrapper .link-project-container {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  max-height: 700;
}
.link-project-container-wrapper .link-project-container > * {
  margin-bottom: 20px;
}
.link-project-container-wrapper .control-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 14px;
}

.user-default {
  font-family: PingFang SC,
    PingFang SC;
  width: 19px;
  height: 19px;
  cursor: pointer;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-weight: 500;
  font-size: 8px;
}

.engineer-card {
  width: 180px;
  height: 230px;
  background: #f5f8ff;
  border-radius: 4px 4px 4px 4px;
  padding-top: 28px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-right: 13px;
  margin-bottom: 13px;
}
.engineer-card:hover .more-opearte {
  display: inline-block;
}
.engineer-card .more-opearte {
  display: none;
  position: absolute;
  bottom: 53px;
  right: 13px;
}
.engineer-card:hover .engineer-checkbox-wrapper {
  display: inline-block !important;
}
.engineer-card .show {
  display: inline-block !important;
}
.engineer-card .engineer-checkbox-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 100;
}
.engineer-card .tag-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 10;
  transform: scale(0.7);
}
.engineer-card .project-name {
  margin-bottom: 5px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left !important;
  padding-left: 9px;
  width: 126px;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.engineer-card .project-update-time {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 10px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 9px;
  display: flex;
  align-items: center;
}
.engineer-card img {
  width: 120px;
  height: 120px;
}
.engineer-card .avator-list-wrapper {
  padding-left: 18px;
  display: flex;
  align-items: center;
}
.engineer-card .avator-list-wrapper p {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}

.batch-action-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 38px;
}

.creative-space-search-wrapper {
  box-sizing: border-box;
  width: 100%;
}
.creative-space-search-wrapper .search-wrapper-opeate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creative-space-search-wrapper .opeate {
  display: flex;
  align-items: center;
}
.creative-space-search-wrapper .opeate .toggle-icon {
  transform: rotate(90deg);
  position: relative;
  cursor: pointer;
}
.creative-space-search-wrapper .opeate .toggle-icon:hover {
  color: #3472ff;
}
.hybrid-select {
  margin-left: 10px;
  display: flex;
  width: 200px;
  align-items: center;
  border-radius: 2px;
  height: 36px;
  border: 1px solid #dddddd;
}
.hybrid-select .arco-select {
  height: 26px !important;
  line-height: 26px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.hybrid-select .arco-select-size-large.arco-select-single .arco-select-view {
  height: 26px !important;
  line-height: 26px !important;
  padding-right: 19px;
}
.hybrid-select .arco-select .arco-select-view {
  border: none;
}
.hybrid-select .sc-middle {
  border-right: 1px solid #d8d8d8;
  width: 1px;
  height: 26px;
}
.hybrid-select .sc-wrapper {
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: normal;
}

.upload-material-modal .arco-modal-content {
  height: 572px;
}
.upload-material-modal .metarial-upload-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  width: calc(100% - 0px);
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100%;
}
.upload-material-modal .upload-button {
  text-align: center;
}
.upload-material-modal .upload-button .btn {
  width: 118px;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  color: #165dff;
}
.upload-material-modal .upload-button .arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-loading):hover {
  color: #165dff;
  background: #ffffff;
}

.create-space-material-wrapper {
  width: 100%;
}
.create-space-material-wrapper .mask {
  width: 180px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #bfbfbf;
}
.create-space-material-wrapper .mask button.arco-btn {
  background: white;
  border: none;
  border-radius: 4px;
}
.create-space-material-wrapper .mask button.arco-btn:hover {
  opacity: 0.7;
  background: white !important;
}
.create-space-material-wrapper .create-sapce-meterial-search-wrapper {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
}
.upload-material:hover .mask {
  display: flex !important;
}
.container-box {
  display: flex;
  flex: 1 1;
  margin-top: 20px;
  flex-wrap: wrap;
  overflow: auto;
  height: calc(100vh - 280px);
  align-content: flex-start;
}
.showloading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.script-item-wrapper {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eeeeee;
  padding: 14px 23px 16px 22px;
  position: relative;
}
.script-item-wrapper.active {
  background: #f6faff;
  border-color: #165dff;
}
.script-item-wrapper:hover {
  background: #f6faff;
  border-color: #165dff;
}
.script-item-wrapper:hover .name-icon {
  display: none !important;
}
.script-item-wrapper:hover .action-bar {
  display: inline-block;
}
.script-item-wrapper:hover .checkbox {
  display: flex;
  align-items: center;
}
.script-item-wrapper.disabled-select:hover .name-icon {
  display: inline-block !important;
}
.script-item-wrapper .checkbox {
  display: none;
  margin-right: 3px;
  position: relative;
  left: -5px;
}
.script-item-wrapper .action-bar {
  position: absolute;
  top: 17px;
  right: 25px;
  display: none;
}
.script-item-wrapper .action-bar .action-icon {
  margin-right: 16px;
  cursor: pointer;
}
.script-item-wrapper .action-bar .action-icon:hover {
  color: #165dff;
}
.script-item-wrapper .name {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.script-item-wrapper .name > span.name-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #165dff;
  border-radius: 50%;
  margin-right: 12px;
}
.script-item-wrapper .title {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.script-item-wrapper .context {
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.script-item-wrapper .msg-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.script-item-wrapper .msg-wrapper .user-time {
  display: flex;
  align-items: center;
}
.script-item-wrapper .msg-wrapper .time {
  font-size: 12px;
  color: #999999;
  display: flex;
}
.script-item-wrapper .msg-wrapper .count {
  font-size: 12px;
  color: #999999;
}
.script-item-wrapper .msg-wrapper .img-wrapper {
  position: relative;
}
.script-item-wrapper .msg-wrapper .img-wrapper img:nth-child(1) {
  position: absolute;
  z-index: 11;
}
.script-item-wrapper .msg-wrapper .img-wrapper img:nth-child(2) {
  position: absolute;
  left: 20px;
  z-index: 10;
}
.script-item-wrapper .msg-wrapper .img-wrapper img:nth-child(3) {
  position: absolute;
  left: 40px;
  z-index: 9;
}
.script-item-wrapper .msg-wrapper .img-wrapper img:nth-child(4) {
  position: absolute;
  left: 60px;
  z-index: 8;
}
.script-item-wrapper .msg-wrapper .img-wrapper img:nth-child(5) {
  position: absolute;
  left: 80px;
  z-index: 7;
}
.script-item-wrapper {
  width: 100%;
  margin-right: 20px;
}

.voice-clone-index {
  padding: 18px;
  background-color: #fff;
  border-radius: 12px;
}
.voice-clone-index .voice-clone-header {
  height: 119px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  background: linear-gradient(135deg, #3482FF 0%, #575CFF 100%);
}
.voice-clone-index .voice-clone-header .flex-clone {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-left {
  padding: 31px 0 31px 34px;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-left .voice-title {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 22px;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-left .voice-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #E8F2FF;
  line-height: 22px;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-right {
  display: flex;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-right .btn-wrapper {
  display: flex;
  align-items: center;
}
.voice-clone-index .voice-clone-header .flex-clone .voice-right .btn-wrapper .clone-btn {
  cursor: pointer;
  margin-right: 20px;
  width: 94px;
  height: 38px;
  color: #165DFF;
  font-weight: bold;
  padding: 0 14px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice-clone-index .voice-clone-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 31px 0 23px 0;
}
.voice-clone-index .voice-clone-search .clone-text {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 22px;
}
.voice-clone-index .clone-list {
  display: flex;
  min-height: calc(100vh - 338px);
}
.voice-clone-index .clone-list .clone-item {
  position: relative;
  margin-right: 30px;
}
.voice-clone-index .clone-list .clone-item:hover .img .img-black {
  display: flex;
}
.voice-clone-index .clone-list .clone-item .img {
  width: 190px;
  height: 216px;
  border-radius: 8px 8px 8px 8px;
}
.voice-clone-index .clone-list .clone-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
}
.voice-clone-index .clone-list .clone-item .img .img-black {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 216px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 8px;
}
.voice-clone-index .clone-list .clone-item .img .img-black.play {
  background: rgba(180, 186, 202, 0.5);
  display: flex;
}
.voice-clone-index .clone-list .clone-item .img .img-black img {
  width: 50px;
  height: 50px;
}
.voice-clone-index .clone-list .clone-item .item-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.voice-clone-index .clone-list .clone-item .item-name .name-text {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.voice-clone-index .clone-list .clone-item .item-time {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.voice-clone-index .clone-list .clone-item .clone-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 9px;
  height: 24px;
  background: #419F56;
  border-radius: 8px 0px 8px 0px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
.voice-clone-index .clone-list .clone-item .clone-tag.color-2 {
  background: #f76d5e;
}
.voice-clone-index .clone-list .clone-item .clone-tag.color-3 {
  background: linear-gradient(135deg, #DCD5FF 0%, #FFE4E4 100%);
}
.clone-drop-list {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(79, 79, 79, 0.31);
  border-radius: 4px 4px 4px 4px;
  padding: 10px 14px;
}
.clone-drop-list .clone-drop-item {
  display: flex;
  align-items: center;
  padding: 5px 11px 5px 5px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.clone-drop-list .clone-drop-item .disabled-text {
  color: #999999;
  cursor: not-allowed;
}
.clone-drop-list .clone-drop-item:hover {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%);
}
.clone-drop-list .clone-drop-item img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.voice-list-rename {
  padding: 16px 16px 0 16px;
}
.voice-list-rename .rename-title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}


/*# sourceMappingURL=main-4a1e6617.24a7b028.css.map*/