.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  color: var(--color-text-2);
}

.load_11 {
  width: 60px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}
.load_11 > div {
  background-color: #437aff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin-right: 3px;
}
.load_11 .rect2 {
  animation-delay: -1.1s;
  background-color: #5a73ff;
}
.load_11 .rect3 {
  animation-delay: -1s;
  background-color: #706bff;
}
.load_11 .rect4 {
  animation-delay: -0.9s;
  background-color: #8c63ff;
}
.load_11 .rect5 {
  animation-delay: -0.8s;
  background-color: #a25bff;
  margin-right: 0 !important;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal-footer {
  margin: 28px 0;
  text-align: right;
  padding: 0 25px;
}
.modal-footer > button {
  height: 32px;
  margin-left: 8px;
}
.arco-modal-content {
  padding: 0;
}

.header-container-root {
  background-color: white;
  padding: 15px;
  border-radius: 12px;
  box-sizing: border-box;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 99px;
  background: linear-gradient(135deg, #3482ff 0%, rgba(171, 80, 255, 0.56) 100%);
  border-radius: 8px 8px 8px 8px;
  padding: 26px 33px;
  box-sizing: border-box;
}
.header-container > div:first-child {
  display: flex;
}
.header-container h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 22px;
  color: #ffffff;
  margin-right: 8px;
}
.header-container .sub-name {
  margin-top: 13px;
  font-size: 16px;
  color: #e8f2ff;
  line-height: 22px;
}
.header-container .header-title {
  display: flex;
  align-items: center;
}

.header_root {
  height: 70px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_root .logo-box {
  display: flex;
  align-items: center;
}
.header_root .logo-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  cursor: pointer;
}
.header_root .tool-box {
  display: flex;
  align-items: center;
}
.header_root .tool-box > div {
  margin-left: 37px;
}
.header_root .head-text {
  line-height: 33px;
  height: 36px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  font-family: PingFang SC,
      PingFang SC;
}

.popover-root {
  height: 22px;
}
.popover-root .arco-badge-number {
  top: 0px;
  right: -8px;
  height: 18px;
  line-height: 18px;
}
.popover-root .my-task-root {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.popover-root .my-task-root .circle-box {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #eb3b3b;
  border: 2px solid #ffffff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  right: -10px;
  top: -11px;
  line-height: 20px;
  text-align: center;
}
.popover-root .task-tip {
  background: white;
}
.popover-root .arco-badge {
  height: 22px;
}
.arco-trigger {
  max-width: 9999px !important;
}
.my-task-box {
  width: 520px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  padding: 28px;
  padding-bottom: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  min-height: 561px;
}
.my-task-box .task-empty-box {
  width: 100%;
  padding-top: 119px;
  text-align: center;
}
.my-task-box .task-empty-box > p {
  padding-right: 12px;
  margin-top: 5px;
}
.my-task-box h1 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
}
.my-task-box .my-task-footer {
  height: 50px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.my-task-box .my-task-content {
  padding-top: 5px;
  height: 471px;
  overflow-y: auto !important;
  overflow-x: hidden;
  box-sizing: border-box;
}
.arco-tooltip-content {
  border-radius: 4px;
}

.my-task-root {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.my-task-root .task-middle-box {
  flex: 1 1;
  margin-left: 8px;
}
.my-task-root h2 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 320px;
}
.my-task-root .my-task-type {
  display: block;
  width: 37px;
  height: 20px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
}
.my-task-root .task-user-info {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 320px;
}
.my-task-root .type-color-p {
  background: #f4e8ff;
  color: #8703ff;
}
.my-task-root .type-color-g {
  background: #daf6e0;
  color: #2d8f45;
}
.my-task-root .task-image {
  position: relative;
}
.my-task-root .task-image .unread-circle {
  background-color: red;
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid white;
  right: -6px;
  top: -6px;
}
.my-task-root .task-image .task-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.64);
  left: 0;
  top: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  flex-direction: column;
}
.my-task-root .task-image .task-mask p {
  margin-top: 3px;
}
.my-task-root .task-image .task-mask .circle-container {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid white;
}
.my-task-root .ellipsis-filename {
  display: inline-flex;
  max-width: 320px;
  /* 根据需要调整宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-task-root .filename-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 允许名称部分在容器中占据剩余空间 */
  flex-shrink: 1;
}
.my-task-root .filename-extension {
  flex-shrink: 0;
}
.arco-progress-circle-mask {
  stroke: white;
}
.arco-progress-circle-path {
  stroke: transparent;
}

@font-face {
  font-family: "MyCustomFont";
  src: url(/4467a6a5e7e6ac860443.ttf);
}
.DOUYU-text {
  font-family: "MyCustomFont";
  font-weight: 400;
  font-size: 12px !important;
  background: linear-gradient(180deg, #2d6cff 0%, #9358ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Fallback for older browsers */
}
.menu-root {
  position: relative;
  height: calc(100% - 16px);
}
.menu-root .arco-tooltip-arrow {
  width: 0 !important;
  height: 0 !important;
}
.menu-root .collapse-box {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(79, 84, 225, 0.34);
  position: absolute;
  right: -15px;
  top: 57px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}
.menu-root .menu-container {
  margin-top: 16px;
  height: 100%;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-pop-header {
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-inner {
  height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}
.menu-root .menu-container .arco-menu {
  min-width: 107px;
  background-color: transparent;
}
.menu-root .menu-container .layout-subMenu {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 28px;
  line-height: normal;
  font-size: 14px !important;
  color: #333333;
  font-weight: 400;
}
.menu-root .menu-container .layout-subMenu .arco-menu-item {
  padding: 0 !important;
}
.menu-root .menu-container .menu-item {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: normal;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.menu-root .menu-container .menu-item:hover {
  color: #3662ec;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-pop-header,
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header {
  padding-right: 12px;
}
.menu-root .menu-container .arco-menu-selected {
  color: #3662ec !important;
}
.menu-root .menu-container .arco-menu-light .arco-menu-item.arco-menu-selected {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-light .arco-menu-pop-header:hover,
.menu-root .menu-container .arco-menu-light .arco-menu-item:hover {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-item {
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-light .arco-menu-item {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header {
  margin-bottom: 0;
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-light .arco-menu-inline-header {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-item-inner {
  box-sizing: border-box;
  padding-left: 51px;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix {
  right: 10px;
}
.menu-root .menu-container .arco-menu-icon-suffix {
  font-size: 12px;
}
.menu-root .menu-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  margin-bottom: 0 !important;
  margin-right: 12px;
  color: black;
}
.menu-root .menu-container-collapse {
  margin-top: 16px;
  width: 107px;
  height: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow-y: auto;
}
.menu-root .menu-container-collapse .menu-item-collapse {
  width: 100%;
  height: 51px;
  margin-bottom: 28px;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text {
  height: 51px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
  line-height: normal;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text > p {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text:hover {
  color: #3662ec !important;
}
.menu-item-c-collapse {
  width: 220px;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(120, 120, 120, 0.28);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 12px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.menu-item-c-collapse .menu-item-c-collapse-item {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-family: PingFang HK,
      PingFang HK;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 12px;
  padding: 8px 19px;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-item-c-collapse .menu-item-c-collapse-item .menu-item-c-collapse-text {
  padding-left: 16px;
}
.menu-item-c-collapse .menu-item-c-collapse-item:hover {
  background: #eff2ff;
}
.menu-item-c-collapse .menu-item-c-collapse-svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.menu-icon .arco-image {
  height: 26px;
  line-height: normal;
}
.menu-hot {
  position: absolute;
  top: -9px;
  right: -25px;
  width: 34px;
  height: 18px;
  background: linear-gradient(134deg, #ff9696 0%, #a768fc 100%);
  border-radius: 8px;
  border: 2px solid #ffffff;
  font-family: MyCustomFont;
  font-weight: 400;
  font-size: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.menu-hot > span {
  margin-top: 2px;
}
.tasks-submenu {
  margin-top: auto !important;
}
.engineer-title-wrapper {
  display: flex;
  align-items: center;
}
.engineer-title-wrapper img {
  width: 22px;
  margin-right: 5px;
}

.intelligent-root {
  height: 100%;
  background: #ffffff;
  border-radius: 18px 18px 0px 0px;
  border-radius: 12px;
  display: flex;
  flex: 1 1;
}
.intelligent-root .intelligent-box {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.intelligent-root .intelligent-box .intelligent-header {
  height: 56px !important;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px !important;
}
.intelligent-root .intelligent-box .intelligent-content {
  display: flex;
  height: 100%;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left {
  width: calc(100% - 70px);
  padding: 18px;
  height: calc(100vh - 140px);
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box {
  white-space: pre-line;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.2) 0%, rgba(203, 152, 250, 0.2) 100%);
  padding: 0 10px;
  border-radius: 12px;
  box-sizing: border-box;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box .original-corner-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 20px;
  background: #165dff;
  border-radius: 12px 0px 12px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box .original-text {
  margin-top: 27px;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-tool {
  display: flex;
  align-items: center;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-tool .typed-loading {
  width: 80px;
  height: 40px;
  line-height: 36px;
  background: #f3f7fe;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box {
  text-align: center;
  margin-top: 10px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box .arco-select-view {
  border-radius: 8px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box .typed-reset {
  width: 100%;
  height: 38px;
  background: linear-gradient(135deg, #165dff 0%, #cb98fa 100%);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right {
  width: 70px;
  border-left: 1px solid #eeeeee;
  padding: 17px;
  box-sizing: border-box;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right .intelligent-tab-box {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 20px;
  cursor: pointer;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right .intelligent-tab-box .intelligent-tab {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.intelligent-msg {
  width: 100%;
  text-align: center;
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  margin-top: auto;
}

.document-root {
  box-sizing: border-box;
  background: #f3f7fe;
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  padding-bottom: 30px;
  position: relative;
  word-break: break-all;
}
.document-root .document-tool {
  position: absolute;
  right: 20px;
  bottom: 7px;
  cursor: pointer;
}

.assistant-root {
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
}
.assistant-root .assistant-header {
  height: 56px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.assistant-root .assistant-box {
  flex: 1 1;
  overflow: auto;
}
.assistant-root .assistant-box .assistant-content {
  width: 100%;
  padding: 22px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.assistant-root .assistant-box .assistant-content .assistant-title {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%);
  border-radius: 12px;
}
.assistant-root .assistant-box .assistant-content .assistant-title .AI-icon {
  margin: -4px 11px 0 20px;
}
.assistant-root .assistant-box .assistant-content .assistant-title h2 {
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 5px;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .assistant-title p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .examples-box .examples-list {
  display: inline-block;
  margin-top: 12px;
  background: #f5f5f6;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  padding: 10px 15px;
  cursor: pointer;
  word-break: break-all;
}
.assistant-root .assistant-box .assistant-content .ai-loading-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.assistant-root .assistant-box .assistant-content .ai-loading-box .ai-loading {
  width: 80px;
  height: 40px;
  background: #f3f7fe;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}
.assistant-root .assistant-box .assistant-content .my-info {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.assistant-root .assistant-box .assistant-content .my-info > div {
  display: inline-block;
  padding: 8px 17px;
  background: linear-gradient(44deg, #3b76ff 0%, #9780ff 100%);
  border-radius: 12px 12px 0px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
}
.assistant-root .assistant-box .assistant-content .ai-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #3d3d3d;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child {
  display: inline-block;
  background: #f6f8f9;
  border-radius: 12px 12px 12px 0px;
  padding: 13px 24px;
  box-sizing: border-box;
  position: relative;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child > h1 {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin: 0;
  margin-bottom: 13px;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child > p {
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  bottom: -45px;
  left: 0;
  justify-content: space-between;
  padding: 10px 0;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info > span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info .ai-copy {
  cursor: pointer;
}
.assistant-root .assistant-input-box {
  transition: width 0.3s ease;
  padding: 0 20px;
  background-color: white;
  margin-top: auto;
}
.assistant-root .assistant-input-box .assistant-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.assistant-root .assistant-input-box .arco-select-view {
  height: 36px;
  line-height: 36px;
}
.assistant-root .assistant-input-box .arco-select .arco-select-view {
  border-radius: 8px;
}
.assistant-root .assistant-input-box > div:first-child {
  display: flex;
  align-items: center;
}
.assistant-root .assistant-input-box .chat-input {
  height: 44px;
  background: #ffffff;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(96deg, #165dff, #8a38f5);
}
.assistant-root .assistant-input-box .chat-input .arco-input-inner-wrapper:focus {
  border-color: transparent !important;
}
.assistant-root .assistant-input-box .new-chat {
  width: 100px;
  height: 38px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dddddd;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background-color: white;
  margin-top: 10px;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper {
  padding: 0;
  background: #ffffff;
  border-radius: 50px;
}
.assistant-root .assistant-input-box .arco-input {
  padding-right: 0;
  border: none;
  padding: 0;
  height: 38px;
  padding-left: 15px;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper:focus,
.assistant-root .assistant-input-box .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
  border-color: transparent;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper {
  border-color: transparent;
}
.assistant-root .assistant-input-box .arco-btn-secondary:not(.arco-btn-disabled) {
  background-color: transparent;
  border-color: #dddddd;
  color: black;
}
.assistant-content::-webkit-scrollbar {
  width: 5px;
}
.assistant-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.assistant-content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}

.file-upload-folder-img-wrapper {
  width: 106px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.file-upload-folder-img-wrapper img {
  width: 58px;
  height: 58px;
}
.file-upload-folder-folder-card-wrapper .file-name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  width: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.checkbox-wrapper-hoc {
  position: relative;
  border: 1px solid transparent;
}
.checkbox-wrapper-hoc .checkbox-item {
  position: absolute;
  top: 2px;
  left: 1px;
  display: none;
  z-index: 100;
}
.checkbox-wrapper-hoc.active {
  border: 1px solid rgba(22, 93, 255);
}
.checkbox-wrapper-hoc.active > * {
  border: none !important;
}
.checkbox-wrapper-hoc:hover .checkbox-item {
  display: inline-block;
}

.file-upload-small-material-card {
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  height: 112px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.file-upload-small-material-card .tag-wrapper {
  position: absolute;
  top: 3px;
  right: 4px;
}
.file-upload-small-material-card .import-tag-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 8px 0px 0px 0px;
  overflow: hidden;
}
.file-upload-small-material-card .file-upload-small-material-card-image {
  width: 106px;
  height: 100%;
  overflow: hidden;
}
.file-upload-small-material-card .file-upload-small-material-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.material-folder-container {
  height: 545px;
  width: 100%;
}
.material-folder-container .upload-material-folder-contaienr {
  max-height: 545px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.material-folder-container .upload-modal-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  flex-direction: column;
}
.material-folder-container .upload-modal-empty img {
  width: 100px;
}
.material-folder-container .upload-modal-empty p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.material-folder-container .file-upload-small-material-card-content p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 106px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.material-upload-block-bg {
  width: 100%;
  display: flex;
  cursor: pointer;
  background: #f5f8ff;
  border-radius: 4px;
  flex-direction: column;
  /* 让 img 和 p 垂直排列 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  height: 100%;
  /* 根据需要调整高度 */
  text-align: center;
  /* 确保 p 内部内容居中 */
}
.material-upload-block-bg img.add-img {
  width: 20px;
  height: 20px;
}
.material-upload-block-bg p {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.material-upload-block-bg img.tip-img {
  width: 10px;
  height: 10px;
}

.showUploadNoda-wrapper {
  width: 106px;
}
.showUploadNoda-wrapper p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.show-up-load-success {
  width: 106px;
  height: 112px;
  box-sizing: border-box;
  position: relative;
}
.show-up-load-success:hover .icon-close-btn {
  display: flex;
}
.show-up-load-success .icon-close-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 14px;
  height: 14px;
  z-index: 10;
  border-radius: 50%;
  background: #636363;
  cursor: pointer;
}
.show-up-load-success .icon-close-btn * {
  font-size: 8px;
  color: white;
}
.show-up-load-success .cover-img {
  width: 106px;
  height: 112px;
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  background: #f5f8ff;
  position: relative;
}
.show-up-load-success .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-up-load-success .type-tag-wrapper,
.show-up-load-success .time-wrapper {
  position: absolute;
}
.show-up-load-success .type-tag-wrapper {
  right: 4px;
  top: 3px;
}
.show-up-load-success .time-wrapper {
  bottom: 10px;
  left: 10px;
  width: 35px;
  height: 14px;
  background: rgba(51, 51, 51, 0.44);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
}
.show-up-load-success p {
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.upload-node-wrapper {
  width: 106px;
  height: 142px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.upload-node-wrapper .upload-contaienr {
  width: 106px;
  height: 112px;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}
.upload-node-wrapper * {
  box-sizing: border-box;
}
.upload-node-wrapper .upload-error-wrapper,
.upload-node-wrapper .parse-loading-wrapper {
  height: 112px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.upload-node-wrapper .upload-error-wrapper p,
.upload-node-wrapper .parse-loading-wrapper p {
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.upload-node-wrapper .upload-error-wrapper .cover-mask,
.upload-node-wrapper .parse-loading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper {
  position: relative;
  width: 80%;
  z-index: 10;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper img {
  position: absolute;
  right: 0px;
  top: -3px;
  width: 10px;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper .arco-progress-line-outer,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper .arco-progress-line-outer {
  height: 2px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-node-wrapper .parse-progress-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-node-wrapper .parse-progress-wrapper img {
  animation: rotate 1.2s linear infinite;
  position: relative;
  z-index: 100;
}
.upload-node-wrapper .parse-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .wait-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #f5f8ff;
  padding: 7px;
  border-radius: 4px 4px 4px 4px;
  height: 112px;
}
.upload-node-wrapper .wait-msg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.upload-node-wrapper .wait-msg span {
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.upload-node-wrapper .uploading-wrapper {
  border-radius: 4px 4px 4px 4px;
  background: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 112px !important;
  position: relative;
}
.upload-node-wrapper .uploading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper {
  margin: 0 auto;
  width: 80%;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 10px;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte div {
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .uploading-wrapper p {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .img-wrapper {
  width: 100%;
  height: calc(100% - 30px);
  color: green;
}
.upload-node-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .type-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
.upload-node-wrapper .time-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.upload-node-wrapper .upload-node-wrapper,
.upload-node-wrapper .uploading-wrapper {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 关键属性，确保文本垂直方向限制为一行 */
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: 18px;
}
.upload-node-wrapper .upload-error-wrapper {
  width: 100%;
  height: 112px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: #f5f8ff;
}
.upload-error-wrapper .error-tip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-error-wrapper > p {
  color: #f98282;
}
.upload-error-tip .arco-popover-inner {
  padding: 4px 6px;
}
.music-cover-picture {
  object-fit: contain;
}

.crumb-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crumb-box .bread-crumb {
  display: flex;
}
.crumb-box .bread-crumb span.interval {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumb-box .bread-crumb .small-item {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumb-box .bread-crumb .small-item.active {
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
}

.project-list {
  height: 545px;
  position: relative;
}
.project-list .project-list-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.project-list .spin-project {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.project-box {
  max-height: 450px;
  min-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #EEEEEE;
  padding: 14px 13px;
  align-content: flex-start;
}
.project-box .pro-item {
  cursor: pointer;
  width: 120px;
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 16px 23px 17px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.project-box .pro-item .pro-img {
  margin: 0 auto;
}
.project-box .pro-item:hover {
  background: #F8F8FF;
  border-radius: 6px 6px 6px 6px;
  color: #575CFF;
}
.nav-clear {
  margin: 0 auto;
  text-align: center;
}
@keyframes loading {
  50% {
    height: 20%;
    opacity: 0.2;
  }
}

.local {
  position: relative;
}
.upload-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.upload-file-modal .pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.upload-file-modal .pagination-wrapper .arco-pagination-size-default {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.upload-file-modal .pagination-wrapper .arco-pagination-size-default .arco-pagination-list {
  margin-left: auto;
}
.upload-file-modal .upload-file-modal-content {
  padding: 19px 23px;
  box-sizing: border-box;
}
.upload-file-modal .modal-header {
  height: 57px;
  background: linear-gradient(135deg, rgba(65, 122, 255, 0.3) 0%, rgba(171, 80, 255, 0.084) 100%);
}
.upload-file-modal .modal-header .moadl-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
}
.upload-file-modal .modal-header .moadl-title > div:first-child {
  display: flex;
  align-items: center;
}
.upload-file-modal .modal-header .moadl-title > div:first-child > span {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  margin-left: 17px;
}
.upload-file-modal .modal-header .moadl-title > div:last-child {
  cursor: pointer;
}
.upload-file-modal .arco-modal-content {
  padding: 0 !important;
}
.upload-file-modal .arco-modal-content .file-upload-modal-content {
  display: flex;
  margin-top: 12px;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 545px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 15px;
  position: relative;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .clickSpin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .opeator-bar {
  display: flex;
  justify-content: space-between;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper {
  height: 100%;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper .arco-spin-children {
  height: 100%;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper .arco-spin-children .material-container {
  height: 90%;
  overflow-y: scroll;
}
.upload-file-modal .arco-modal-footer {
  padding-top: 0px;
}

.react-node-ssml-tag.break .ssml-tag-value-select__value {
  background-color: #3F2088;
}
.tiptap p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

.ssml-tag-value-select.time .ssml-tag-value-select__inputbox {
  position: absolute;
  top: 20px;
  left: -20px;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd transparent transparent #dddddd;
  left: 20px;
  top: -2px;
  z-index: 1;
  background: white;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .ssml-tag-value-select__inputbox__inner {
  z-index: 10;
  padding: 0 8px;
  color: #979797;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .ssml-tag-value-select__inputbox__inner svg {
  width: 20px;
  height: 20px;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox input {
  min-width: 0;
  min-width: initial;
  width: 40px;
  height: 32px;
  border: 0 none;
  text-align: right;
  color: #222;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .seconds {
  margin-top: 1px;
}
.locale-cn .ssml-tag-value-select.time .ssml-tag-value-select__inputbox input,
.locale-tw .ssml-tag-value-select.time .ssml-tag-value-select__inputbox input {
  width: 60px;
}

.ssml-tag-editor {
  font-weight: normal;
}
.ssml-tag-editor ul {
  list-style: disc;
  margin: 0;
  padding-left: 1rem;
}
.ssml-tag-editor .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  pointer-events: none;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
}
.ssml-tag-editor .mask-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  position: absolute;
  background-color: white;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(100% - 28px);
  height: calc(100% - 30px);
  padding: 15px 14px;
}
.ssml-tag-editor .textarea-word-limit {
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.ssml-tag-editor .bottom-info {
  font-size: 12px;
  color: #86909c;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.ssml-tag-editor .estimated-duration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #EDF4FF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #165DFF;
}
.flex--start {
  display: flex;
  justify-content: flex-start;
}
.flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex--end--center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex--start--center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex--between--center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex--between--start {
  display: flex;
  justify-content: space-between;
}
.flex--1 {
  flex: 1 1;
  min-width: 0;
}
.ssml-tag-editor {
  font-size: 14px;
  line-height: 20px;
}
.ssml-tag-editor .ProseMirror {
  outline: none;
}
.ssml-tag-editor .attrs-mark {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.ssml-tag-editor .react-node-ssml-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select {
  position: relative;
  margin: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__value {
  padding: 2px 4px;
  background-color: #1e6ee6;
  border-radius: 2px;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 1;
  min-width: 96px;
  padding: 8px 0;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item {
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  cursor: pointer;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item:hover {
  background-color: #f5f5f5;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item.active {
  background-color: #f5f5f5;
}
.ssml-tag-editor .node-say-as,
.ssml-tag-editor .node-break,
.ssml-tag-editor .node-phoneme,
.ssml-tag-editor .node-sub {
  display: inline-block;
  cursor: default;
}
.ssml-tag-editor .node-say-as .attrs-mark,
.ssml-tag-editor .node-break .attrs-mark,
.ssml-tag-editor .node-phoneme .attrs-mark,
.ssml-tag-editor .node-sub .attrs-mark {
  cursor: pointer;
}
.ssml-tag-editor input[type="number"]::-webkit-inner-spin-button,
.ssml-tag-editor input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* index.less */
.sensitive-word {
  background-color: rgba(255, 0, 0, 0.2) !important;
  /* 淡红色背景 */
  /* 深红色文字 */
}

.lgparsing-contel-bodydiv {
  width: 180px;
  height: 285px;
  background: #f5f8ff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.lgparsing-contel-bodydiv p {
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodydiv p:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 5px;
}
.lgparsing-contel-bodydiv p:nth-child(3) {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodydiv p:nth-child(4) {
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodyactive {
  width: 180px;
  height: 285px;
  background: #e8ebf3;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.grid-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: justify-content 1s ease;
}
.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 禁止项目自动拉伸 */
  flex: 0 0 auto;
}
.grid-item.placeholder {
  visibility: hidden;
  /* 隐藏占位元素，但占据空间 */
}

.volong-primary-button {
  background: linear-gradient(135deg, #165DFF 0%, #CB98FA 100%) !important;
}

.form {
  flex: 1 1;
  margin-right: 20px;
}
.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 360px;
  height: 640px;
  background: #333;
  overflow: hidden;
}
.preview .video-controlsprogress-slide {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 94%;
  background: rgba(134, 144, 156, 0.54);
  border-radius: 8px 8px 8px 8px;
  height: 33px;
  margin: 0 12px;
}
.preview .format-time {
  width: 100%;
  margin-top: 10px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.preview .format-time .format-tool {
  display: flex;
  align-items: center;
}
.preview .video-progress-slider {
  margin: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.preview .video-progress-slider .arco-slider {
  width: 100% !important;
  height: 12px;
}
.preview .video-progress-slider .arco-slider-road::before {
  height: 5px;
}
.preview .video-progress-slider .arco-slider-button {
  z-index: 3;
  height: 14px;
  width: 14px;
}
.preview .video-progress-slider .arco-slider-button::after {
  border: none;
}
.preview .video-progress-slider .arco-slider-bar {
  height: 5px;
  background-color: #9cbfff;
}
.preview .audio-control-box {
  height: 100px;
  padding-bottom: 5px;
}
.preview .audio-control-box .arco-slider-wrapper {
  height: 100%;
}
.preview .audio-control-box .arco-slider-wrapper .arco-slider-road-vertical {
  min-height: auto;
}
.preview .volume-control {
  display: flex;
  align-items: center;
}
.preview .volume-control .arco-slider {
  height: 100px;
  margin-left: 10px;
}
.play-btn {
  position: absolute;
}
.compose-preview {
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-all;
}
/* 隐藏默认播放器控件 */
.Player_player_player__13kf6 .Player_player_player_tool_bar__2nLR3,
.ProgressBar_player_progressBar__13sfL {
  display: none !important;
}

.close-wrapper {
  width: 11px;
  height: 11px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: black;
  cursor: pointer;
}

.checkbox-wrapper-hoc {
  position: relative;
  border: 1px solid transparent;
}
.checkbox-wrapper-hoc .checkbox-item {
  position: absolute;
  top: 2px;
  left: 1px;
  display: none;
  z-index: 100;
}
.checkbox-wrapper-hoc.active {
  border: 1px solid rgba(22, 93, 255);
}
.checkbox-wrapper-hoc.active > * {
  border: none !important;
}
.checkbox-wrapper-hoc:hover .checkbox-item {
  display: inline-block;
}

.showUploadNoda-wrapper {
  width: 106px;
}
.showUploadNoda-wrapper p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.show-up-load-success {
  width: 106px;
  height: 112px;
  box-sizing: border-box;
  position: relative;
}
.show-up-load-success:hover .icon-close-btn {
  display: flex;
}
.show-up-load-success .icon-close-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 14px;
  height: 14px;
  z-index: 10;
  border-radius: 50%;
  background: #636363;
  cursor: pointer;
}
.show-up-load-success .icon-close-btn * {
  font-size: 8px;
  color: white;
}
.show-up-load-success .cover-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 112px;
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  background: #f5f8ff;
  position: relative;
}
.show-up-load-success .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-up-load-success .cover-img img.default-cover {
  width: 52%;
  object-fit: contain;
}
.show-up-load-success .type-tag-wrapper,
.show-up-load-success .time-wrapper {
  position: absolute;
}
.show-up-load-success .type-tag-wrapper {
  right: 10px;
  top: 10px;
}
.show-up-load-success .time-wrapper {
  bottom: 10px;
  left: 10px;
  width: 35px;
  height: 14px;
  background: rgba(51, 51, 51, 0.44);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
}
.show-up-load-success p {
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.upload-node-wrapper {
  width: 106px;
  height: 142px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.upload-node-wrapper .upload-contaienr {
  width: 106px;
  height: 112px;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}
.upload-node-wrapper * {
  box-sizing: border-box;
}
.upload-node-wrapper .upload-error-wrapper,
.upload-node-wrapper .parse-loading-wrapper {
  height: 112px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.upload-node-wrapper .upload-error-wrapper p,
.upload-node-wrapper .parse-loading-wrapper p {
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.upload-node-wrapper .upload-error-wrapper .cover-mask,
.upload-node-wrapper .parse-loading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper {
  position: relative;
  width: 80%;
  z-index: 10;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper img {
  position: absolute;
  right: 0px;
  top: -3px;
  width: 10px;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper .arco-progress-line-outer,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper .arco-progress-line-outer {
  height: 2px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-node-wrapper .parse-progress-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-node-wrapper .parse-progress-wrapper img {
  animation: rotate 1.2s linear infinite;
  position: relative;
  z-index: 100;
}
.upload-node-wrapper .parse-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .wait-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #f5f8ff;
  padding: 7px;
  border-radius: 4px 4px 4px 4px;
  height: 112px;
}
.upload-node-wrapper .wait-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-node-wrapper .wait-msg span {
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.upload-node-wrapper .uploading-wrapper {
  border-radius: 4px 4px 4px 4px;
  background: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 112px !important;
  position: relative;
}
.upload-node-wrapper .uploading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper {
  margin: 0 auto;
  width: 80%;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 10px;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte div {
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .uploading-wrapper p {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .img-wrapper {
  width: 100%;
  height: calc(100% - 30px);
  color: green;
}
.upload-node-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .type-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
.upload-node-wrapper .time-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.upload-node-wrapper .upload-node-wrapper,
.upload-node-wrapper .uploading-wrapper {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 关键属性，确保文本垂直方向限制为一行 */
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: 18px;
}
.upload-node-wrapper .upload-error-wrapper {
  width: 100%;
  height: 112px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: #f5f8ff;
}
.upload-error-wrapper .error-tip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-error-wrapper > p {
  color: #f98282;
}
.upload-error-tip .arco-popover-inner {
  padding: 4px 6px;
}
.music-cover-picture {
  object-fit: contain;
}

.material-upload-block-bg {
  width: 100%;
  display: flex;
  cursor: pointer;
  background: #f5f8ff;
  border-radius: 4px;
  flex-direction: column;
  /* 让 img 和 p 垂直排列 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  height: 100%;
  /* 根据需要调整高度 */
  text-align: center;
  /* 确保 p 内部内容居中 */
}
.material-upload-block-bg img.add-img {
  width: 20px;
  height: 20px;
}
.material-upload-block-bg p {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.material-upload-block-bg img.tip-img {
  width: 10px;
  height: 10px;
}

.play-point {
  position: sticky;
  display: block;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ab50ff;
  transform: translateX(-50%);
  cursor: move;
  box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.52);
  border: 2px solid #fff;
}

.video-thumbs {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid transparent;
}
.video-thumbs.active {
  border: 2px solid #cdcdcd;
}
.video-thumbs .list {
  display: flex;
}
.timeline-editor-edit-area {
  color: red;
}
.timeline-editor-edit-area .timeline-editor-action-left-stretch {
  left: -8px;
  z-index: 99;
  border-radius: 0;
}
.timeline-editor-edit-area .timeline-editor-action-left-stretch::after {
  top: 4px;
  bottom: 4px;
}
.timeline-editor-edit-area .timeline-editor-action-right-stretch {
  right: -8px;
  z-index: 99;
  border-radius: 0;
}
.timeline-editor-edit-area .timeline-editor-action-right-stretch::after {
  top: 4px;
  bottom: 4px;
}
#track-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
}
.track-list {
  /* 设置滚动条的整体样式 */
  /* 设置滚动条轨道 */
  /* 设置滚动条滑块 */
}
.track-list::-webkit-scrollbar {
  height: 10px;
  /* 水平滚动条的高度 */
}
.track-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  /* 滚动条轨道的颜色 */
  border-radius: 4px;
  /* 圆角 */
}
.track-list::-webkit-scrollbar-thumb {
  background-color: #555;
  /* 滚动条滑块的颜色 */
  border-radius: 4px;
  /* 滚动条滑块的圆角 */
}

.img-wrapper {
  position: relative;
}

.trackItem.isDrag {
  z-index: 50;
}
.trackItem.drag-over::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.trackItem.drag-error {
  background: rgba(255, 111, 111, 0.4) !important;
  cursor: not-allowed;
}

.collapse-root .collapse-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.collapse-root .collapse-btn > div:first-child {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #eeeeee;
}
.collapse-root .collapse-btn > div:nth-child(2) {
  width: 140px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}
.collapse-root .collapse-btn > div:last-child {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #eeeeee;
}
.collapse-root .collapse-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
}

.collapse-root-ectype {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.collapse-root-ectype .collapse-btn {
  display: flex;
  height: 42px;
  line-height: 42px;
  align-items: center;
  font-size: 14px;
}
.collapse-root-ectype .collapse-btn > div:nth-child(2) {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.collapse-root-ectype .collapse-btn:hover {
  color: #165DFF;
}
.collapse-root-ectype .collapse-content {
  transition: max-height 0.3s ease;
  background-color: white !important;
}

.tag-root {
  width: 100%;
  padding-top: 1px !important;
}
.tag-root .arco-popover-arrow {
  display: none !important;
}
.row-tag {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  flex-wrap: wrap;
}
.row-tag > span:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-right: 40px;
}
.row-tag .tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  margin-right: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.row-tag .active-tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(131deg, #165dff, #ca98fa);
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #165dff;
  position: relative;
}
.selected {
  display: flex;
  align-items: center;
}
.selected > span:first-child {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 41.5px;
}
.selected .checked-row {
  display: flex;
  align-items: center;
}
.selected .checked-row .arco-tag-checked {
  height: 40px;
  background: #f3f8ff;
  border-radius: 8px;
  font-size: 14px;
  color: #165dff;
  font-weight: 600;
}
.selected .checked-row .arco-tag-content {
  flex: none;
}
.selected .checked-row .arco-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  margin-right: 14px;
}
.selected .checked-row .arco-tag .arco-tag-close-btn {
  margin-left: 7px;
}
.row-tag {
  display: flex;
  align-items: center;
}
.tag-title {
  margin-right: 12px;
  font-weight: bold;
}
.tag-buttons {
  display: flex;
  gap: 8px;
}
.tag-button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.tag-button:hover {
  background-color: #f0f0f0;
}
.active-tag-button {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
.selected-title {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.checked-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.second-checked {
  max-height: 300px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  padding: 15px;
  box-sizing: border-box;
}
.second-checked > div > div {
  display: flex;
}
.second-checked > div > div > p {
  color: black;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
}
.second-checked > div > div > p:hover {
  color: #165DFF;
}

._root {
  position: relative;
}
.mask {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff86;
}
.loading {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.loading span {
  display: inline-block;
  animation: float 1.5s infinite;
  margin: 0 0.06rem;
  font-weight: bold;
}
.loading span {
  color: #653366;
}
.loading span:nth-child(2) {
  color: #ffcd36;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.loading span:nth-child(1) {
  animation-delay: 0s;
}
.loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading span:nth-child(5) {
  animation-delay: 0.8s;
}
.loading span:nth-child(6) {
  animation-delay: 1s;
}
/* 
@keyframes float {  
    0%, 100% { opacity: 0; }  
    50% { opacity: 1; }  
  }  
    
  .loading span:nth-child(1) { animation-delay: 0s; }  
  .loading span:nth-child(2) { animation-delay: 0.2s; }  
  .loading span:nth-child(3) { animation-delay: 0.4s; }  
  .loading span:nth-child(4) { animation-delay: 0.6s; }  
  .loading span:nth-child(5) { animation-delay: 0.8s; }  
  .loading span:nth-child(6) { animation-delay: 1s; } */


/*# sourceMappingURL=main-6dad9db7.b60b9594.css.map*/