.qtdCreateTaskBox {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  min-width: 620px;
  width: 70%;
  max-width: 1200px; }
  .qtdCreateTaskBox.show-quote-box {
    margin-top: 38px; }
  .qtdCreateTaskBox.active .free-tip-box > em {
    display: block; }
  .qtdCreateTaskBox.show-free-tip {
    margin-bottom: 24px; }
  .qtdCreateTaskBox .ant-image {
    display: none;
    position: absolute; }
  .qtdCreateTaskBox .dragging-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    border-radius: 32px;
    color: #fff;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    .qtdCreateTaskBox .dragging-box .icon {
      font-size: 24px;
      margin-bottom: 8px; }
  .qtdCreateTaskBox .bg-box {
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    background: var(--qtd-ai-drak-bg-1);
    z-index: 1;
    opacity: 1;
    border-radius: 36px 36px 32px 32px;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s var(--qtd-transition-cubic-1); }
    .qtdCreateTaskBox .bg-box.top-box {
      border-radius: 32px 32px 36px 36px;
      top: unset;
      bottom: -8px; }
    .qtdCreateTaskBox .bg-box.small {
      opacity: 0; }
  .qtdCreateTaskBox .popover-position-box {
    position: absolute;
    left: -8px;
    right: 0;
    bottom: 0;
    width: calc(100% + 16px);
    height: 1px;
    background: transparent;
    pointer-events: none; }
    .qtdCreateTaskBox .popover-position-box.top-box {
      top: 0;
      bottom: unset; }
    .qtdCreateTaskBox .popover-position-box .ant-popover {
      z-index: 10; }
  .qtdCreateTaskBox .ai-search-icon-new-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 32px;
    margin-left: -2px;
    margin-top: -2px;
    background: transparent;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    display: none; }
    .qtdCreateTaskBox .ai-search-icon-new-bg::after {
      content: '';
      width: 1000px;
      height: 1000px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 32px;
      transform: translate(-50%, -50%);
      background: transparent;
      animation: ai-input-first-an 5s cubic-bezier(0.2, 0, 0, 1) infinite;
      transition: all 0.3s var(--qtd-transition-cubic-1); }
  .qtdCreateTaskBox.small .ai-search-icon-new-bg {
    border-radius: 32px; }
    .qtdCreateTaskBox.small .ai-search-icon-new-bg::after {
      border-radius: 32px; }
  .qtdCreateTaskBox.small > .create-task-main {
    height: 56px;
    border-radius: 32px; }
    .qtdCreateTaskBox.small > .create-task-main .bottom-box-wrap .create-textarea-model-box {
      min-width: 0; }
      .qtdCreateTaskBox.small > .create-task-main .bottom-box-wrap .create-textarea-model-box .randown-box {
        display: none; }
      .qtdCreateTaskBox.small > .create-task-main .bottom-box-wrap .create-textarea-model-box .create-textarea-input-box {
        width: auto;
        flex: 1; }
  .qtdCreateTaskBox .quote-img-box {
    position: absolute;
    top: -38px;
    left: 16px;
    width: calc(100% - 32px);
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    display: flex;
    gap: 4px;
    padding: 8px 8px 16px 16px;
    align-items: center;
    border-radius: 16px 16px 0 0;
    background: var(--new-grey-3); }
    .qtdCreateTaskBox .quote-img-box > span {
      color: var(--new-text-5); }
    .qtdCreateTaskBox .quote-img-box .quote-img-box-use-as-reference-box {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-left: 4px;
      cursor: pointer;
      color: var(--new-text-2);
      font-size: 14px; }
      .qtdCreateTaskBox .quote-img-box .quote-img-box-use-as-reference-box:hover {
        font-weight: 600;
        color: var(--new-text-1); }
    .qtdCreateTaskBox .quote-img-box .quote-img-box-img {
      width: 24px;
      height: 24px;
      border: 1px solid #FFF;
      border-radius: 4px;
      overflow: hidden;
      background: #FFF;
      cursor: pointer; }
      .qtdCreateTaskBox .quote-img-box .quote-img-box-img img {
        width: 22px;
        height: 22px;
        object-fit: cover; }
    .qtdCreateTaskBox .quote-img-box .quote-img-box-template-box {
      height: 24px;
      background: #FFF;
      display: flex;
      border-radius: 4px;
      padding: 1px;
      position: relative; }
      .qtdCreateTaskBox .quote-img-box .quote-img-box-template-box .quote-img-box-template-img-box {
        height: 22px;
        display: flex;
        gap: 1px;
        overflow: hidden;
        cursor: pointer;
        border-radius: 4px; }
        .qtdCreateTaskBox .quote-img-box .quote-img-box-template-box .quote-img-box-template-img-box img {
          height: 22px;
          object-fit: cover;
          aspect-ratio: 2/3; }
      .qtdCreateTaskBox .quote-img-box .quote-img-box-template-box .upload-img-box {
        display: none; }
    .qtdCreateTaskBox .quote-img-box .icon-Close {
      margin-left: auto;
      font-size: 12px;
      color: var(--new-text-4);
      cursor: pointer; }
      .qtdCreateTaskBox .quote-img-box .icon-Close:hover {
        color: var(--new-text-1); }
  .qtdCreateTaskBox > .create-task-main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 64px;
    width: 100%;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid #d8ff00;
    padding-left: 12px;
    background: var(--new-grey-3);
    backdrop-filter: blur(16px);
    z-index: 10;
    box-shadow: var(--new-shadow-1); }
    .qtdCreateTaskBox > .create-task-main:hover, .qtdCreateTaskBox > .create-task-main.active {
      border-color: var(--qtd-ai-light-color-6); }
    .qtdCreateTaskBox > .create-task-main.focus {
      outline: 3px solid #EFFAB9;
      border: 1px solid #EFFAB9; }
    .qtdCreateTaskBox > .create-task-main.dragging {
      outline: 3px solid #EFFAB9; }
    .qtdCreateTaskBox > .create-task-main.active {
      flex-direction: column;
      height: auto;
      padding: 16px; }
      .qtdCreateTaskBox > .create-task-main.active .top-box-wrap .choose-type-box {
        display: none; }
      .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap {
        width: 100%;
        max-width: 100%;
        align-items: flex-end; }
        .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap .create-textarea-model-box {
          flex-direction: column;
          gap: 16px;
          min-height: 114px; }
          .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap .create-textarea-model-box .create-textarea-box {
            width: 100%;
            align-items: flex-start;
            min-height: 48px; }
            .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap .create-textarea-model-box .create-textarea-box .randown-box {
              margin-top: -1px; }
            .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap .create-textarea-model-box .create-textarea-box .create-textarea-input-box {
              max-height: 240px; }
          .qtdCreateTaskBox > .create-task-main.active .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom {
            display: flex;
            width: 100%; }
      .qtdCreateTaskBox > .create-task-main.active .create-submit-box {
        position: absolute;
        right: 6px; }
  .qtdCreateTaskBox .top-box-wrap {
    gap: 8px;
    display: flex;
    width: max-content;
    margin-right: auto;
    align-items: center;
    flex-wrap: wrap;
    width: max-content; }
    .qtdCreateTaskBox .top-box-wrap.small {
      display: none; }
    .qtdCreateTaskBox .top-box-wrap .mask-box {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      align-items: flex-end;
      background: linear-gradient(180deg, rgba(51, 51, 51, 0) 66.6%, rgba(51, 51, 51, 0.48) 84%, rgba(51, 51, 51, 0.6) 100%);
      opacity: 0;
      z-index: 10;
      transition: all 0.3s var(--qtd-transition-cubic-1); }
      .qtdCreateTaskBox .top-box-wrap .mask-box .icon-Close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        color: #fff;
        border-radius: 10px;
        background: #333; }
        .qtdCreateTaskBox .top-box-wrap .mask-box .icon-Close span {
          display: none; }
      .qtdCreateTaskBox .top-box-wrap .mask-box .replace-text,
      .qtdCreateTaskBox .top-box-wrap .mask-box .view-original-box {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        color: rgba(255, 255, 255, 0.85);
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 4px;
        padding: 0 8px;
        transition: all 0.3s var(--qtd-transition-cubic-1); }
      .qtdCreateTaskBox .top-box-wrap .mask-box .view-original-box {
        position: absolute;
        bottom: 4px;
        left: 50%;
        z-index: 10;
        pointer-events: auto;
        transform: translateX(-50%); }
        .qtdCreateTaskBox .top-box-wrap .mask-box .view-original-box:hover {
          font-weight: 600; }
      .qtdCreateTaskBox .top-box-wrap .mask-box .replace-text {
        opacity: 1; }
        .qtdCreateTaskBox .top-box-wrap .mask-box .replace-text span {
          display: none; }
    .qtdCreateTaskBox .top-box-wrap .choose-style-box:hover .mask-box,
    .qtdCreateTaskBox .top-box-wrap .choose-template-box:hover .mask-box {
      opacity: 1;
      background: linear-gradient(180deg, rgba(51, 51, 51, 0.6) 0%, rgba(51, 51, 51, 0.6) 84%, rgba(51, 51, 51, 0.6) 100%);
      align-items: center; }
      .qtdCreateTaskBox .top-box-wrap .choose-style-box:hover .mask-box .replace-text,
      .qtdCreateTaskBox .top-box-wrap .choose-template-box:hover .mask-box .replace-text {
        opacity: 1; }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box:hover .mask-box .replace-text span,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box:hover .mask-box .replace-text span {
          display: inline; }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box:hover .mask-box .replace-text em,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box:hover .mask-box .replace-text em {
          display: none; }
    .qtdCreateTaskBox .top-box-wrap .choose-template-box {
      background: var(--qtd-ai-drak-func-color-2);
      position: relative;
      height: 40px;
      flex-direction: column;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 4px;
      overflow: hidden;
      cursor: pointer;
      outline: 1px solid var(--new-grey-4);
      box-shadow: 0 0.833px 3.333px 0 rgba(0, 0, 0, 0.1); }
      .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box {
        display: flex;
        height: 40px;
        gap: 2px;
        overflow: hidden;
        position: relative; }
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box img {
          aspect-ratio: 3/4;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-3,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-4,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-5,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-6,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-7,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-8,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-9,
        .qtdCreateTaskBox .top-box-wrap .choose-template-box .template-img-box .tpl-preview-10 {
          display: none; }
    .qtdCreateTaskBox .top-box-wrap .choose-style-box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      gap: 4px;
      border-radius: 8px;
      position: relative;
      background: var(--new-bg-3);
      cursor: pointer;
      transition: all 0.3s var(--qtd-transition-cubic-1);
      outline: 1px solid var(--new-grey-4);
      box-shadow: 0 0.833px 3.333px 0 rgba(0, 0, 0, 0.1); }
      .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        align-items: flex-start;
        overflow: hidden; }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item img {
          border-radius: 8px;
          max-width: 100%;
          min-height: 100%;
          object-fit: cover; }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item .upload-img-item-music {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
          .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item .upload-img-item-music .icon {
            font-size: 24px;
            color: var(--qtd-ai-text-color-hover-1); }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item .mask-box {
          top: 0;
          left: 0;
          border-radius: 8px;
          pointer-events: none;
          z-index: 2; }
          .qtdCreateTaskBox .top-box-wrap .choose-style-box .choose-style-box-img-item .mask-box .icon {
            pointer-events: auto; }
      .qtdCreateTaskBox .top-box-wrap .choose-style-box .icon-Plus1 {
        font-size: 12px;
        color: var(--qtd-ai-text-color-3); }
      .qtdCreateTaskBox .top-box-wrap .choose-style-box .upload-img-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 8px;
        flex-direction: column;
        border-radius: 8px;
        background: var(--new-grey-1); }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .upload-img-box:hover .icon {
          color: var(--qtd-ai-text-color-hover-1); }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .upload-img-box span {
          font-size: 14px;
          color: var(--new-text-5); }
        .qtdCreateTaskBox .top-box-wrap .choose-style-box .upload-img-box .icon {
          font-size: 22px; }
    .qtdCreateTaskBox .top-box-wrap .ant-spin-container::after {
      border-radius: 8px; }
  .qtdCreateTaskBox .bottom-box-wrap {
    display: flex;
    gap: 8px;
    flex: 1;
    align-items: center;
    max-width: 100%;
    min-width: 0; }
    .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box {
      display: flex;
      align-items: center;
      flex: 1;
      max-width: 100%;
      min-width: 0; }
      .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom {
        display: none;
        gap: 8px; }
        .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom .qtd-model-list-container {
          position: relative;
          top: unset;
          bottom: unset;
          left: unset;
          background: var(--new-grey-3);
          color: var(--new-text-1);
          padding: 0 8px;
          border-radius: 888px; }
          .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom .qtd-model-list-container.is-template-box {
            width: 32px;
            height: 32px;
            padding: 0 8px; }
          .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom .qtd-model-list-container:hover {
            background: var(--new-grey-4); }
          .qtdCreateTaskBox .bottom-box-wrap .create-textarea-model-box .textarea-box-bottom .qtd-model-list-container .free-tip {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -12px;
            left: 0;
            z-index: 1;
            width: max-content;
            height: 20px;
            font-family: zihunxinquhei;
            padding: 0 8px;
            border-radius: 20px;
            background-color: #fa5555;
            font-size: 12px;
            color: #fff;
            pointer-events: none; }
  .qtdCreateTaskBox .create-textarea-box {
    display: flex;
    flex: 1;
    height: 100%;
    width: max-content;
    max-width: 100%;
    position: relative; }
    .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box {
      width: 100%;
      min-height: 24px;
      font-size: 16px;
      max-height: 24px;
      line-height: 24px;
      color: var(--new-text-1);
      overflow: auto; }
      .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box.is-loading {
        opacity: 0;
        height: 0;
        position: absolute; }
      .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box em {
        color: #fd8320;
        font-weight: 500; }
      .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box:focus, .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box:focus-visible, .qtdCreateTaskBox .create-textarea-box .create-textarea-input-box:active {
        outline: none; }
    .qtdCreateTaskBox .create-textarea-box .placeholder-box {
      position: absolute;
      left: 32px;
      top: 0;
      z-index: 1;
      width: calc(100% - 32px);
      height: 24px;
      overflow: hidden;
      pointer-events: none; }
      .qtdCreateTaskBox .create-textarea-box .placeholder-box p {
        color: var(--new-text-4);
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .qtdCreateTaskBox .create-textarea-box .ant-spin {
      margin-right: 4px; }
    .qtdCreateTaskBox .create-textarea-box .randown-box {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 24px;
      height: 24px;
      cursor: pointer;
      transition: all 0.3s var(--qtd-transition-cubic-1);
      margin-right: 4px; }
      .qtdCreateTaskBox .create-textarea-box .randown-box::after {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        background: var(--new-grey-4);
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        opacity: 0;
        transition: all 0.3s var(--qtd-transition-cubic-1); }
      .qtdCreateTaskBox .create-textarea-box .randown-box svg {
        position: relative;
        z-index: 1; }
        .qtdCreateTaskBox .create-textarea-box .randown-box svg path,
        .qtdCreateTaskBox .create-textarea-box .randown-box svg rect {
          fill: var(--new-text-2); }
      .qtdCreateTaskBox .create-textarea-box .randown-box:hover::after {
        opacity: 1; }
  .qtdCreateTaskBox .create-submit-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 40px;
    gap: 4px;
    border-radius: 24px;
    background: #cf0;
    padding: 0 16px;
    color: #333;
    font-size: 16px;
    margin-right: 8px;
    font-weight: 600;
    cursor: text;
    opacity: 0.8;
    cursor: not-allowed;
    transition: all 0.3s var(--qtd-transition-cubic-1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); }
    .qtdCreateTaskBox .create-submit-box .icon-zhongzuo {
      display: flex;
      animation: roate 1s infinite; }
    .qtdCreateTaskBox .create-submit-box .icon-AI1 {
      font-size: 24px; }
    .qtdCreateTaskBox .create-submit-box em {
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
      height: 20px;
      padding: 0 8px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #141414;
      color: rgba(255, 255, 255, 0.65);
      margin-left: 4px; }
    .qtdCreateTaskBox .create-submit-box.active {
      background: #cf0;
      color: #333;
      cursor: pointer;
      opacity: 1; }
      .qtdCreateTaskBox .create-submit-box.active:hover {
        opacity: 0.8; }
  .qtdCreateTaskBox .rules {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    line-height: 32px;
    font-size: 12px;
    color: var(--qtd-ai-text-color-5); }
    .qtdCreateTaskBox .rules:hover {
      color: var(--qtd-ai-text-color-2); }
    .qtdCreateTaskBox .rules .icon {
      font-size: 12px;
      margin-right: 4px;
      color: var(--qtd-ai-drak-color-6); }
    .qtdCreateTaskBox .rules em {
      text-decoration: underline;
      cursor: pointer; }
  .qtdCreateTaskBox .free-tip-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    background-color: #f9ffe7;
    border-radius: 0 0 40px 40px;
    cursor: pointer;
    z-index: 2; }
    .qtdCreateTaskBox .free-tip-box.small {
      opacity: 0; }
    .qtdCreateTaskBox .free-tip-box img {
      height: 20px;
      margin-right: 2px; }
    .qtdCreateTaskBox .free-tip-box span {
      color: #333;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px; }
      .qtdCreateTaskBox .free-tip-box span em {
        font-weight: 400; }
    .qtdCreateTaskBox .free-tip-box > em {
      display: none;
      position: absolute;
      right: 30px;
      font-weight: 600;
      color: #333;
      font-size: 14px;
      transition: all 0.3s var(--qtd-transition-cubic-1); }
    .qtdCreateTaskBox .free-tip-box .icon-a-Close1 {
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
      position: absolute;
      right: 16px;
      font-size: 10px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #e8e8e8;
      color: #666;
      cursor: pointer;
      margin-left: 4px;
      transition: all 0.3s var(--qtd-transition-cubic-1);
      opacity: 0.9;
      padding-top: 1px; }
      .qtdCreateTaskBox .free-tip-box .icon-a-Close1:hover {
        color: #333;
        opacity: 1; }
    .qtdCreateTaskBox .free-tip-box * {
      z-index: 1; }
    .qtdCreateTaskBox .free-tip-box:hover > em {
      right: 40px;
      color: #141414; }
    .qtdCreateTaskBox .free-tip-box:hover .icon-a-Close1 {
      display: flex; }
    .qtdCreateTaskBox .free-tip-box.focus::after {
      width: calc(100% + 6px);
      left: -3px; }
    .qtdCreateTaskBox .free-tip-box::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 62px;
      width: 100%;
      background: #f9ffe7;
      border-radius: 0 0 32px 32px;
      z-index: 0; }

.original-prompt-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: var(--new-grey-2);
  padding: 8px 16px; }
  .original-prompt-box .icon-Close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: var(--new-text-2);
    cursor: pointer;
    transition: all 0.3s var(--qtd-transition-cubic-1);
    background-color: var(--new-grey-4);
    border-radius: 50%; }
  .original-prompt-box p {
    color: var(--new-text-4);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .original-prompt-box p span {
      display: flex;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      width: max-content;
      height: 24px;
      color: var(--new-text-1);
      padding: 0 8px;
      border-radius: 24px;
      border: 1px solid var(--new-grey-4);
      font-size: 16px;
      margin-left: 4px;
      cursor: pointer;
      transition: all 0.3s var(--qtd-transition-cubic-1); }
      .original-prompt-box p span:hover {
        color: var(--new-text-1);
        background-color: var(--new-grey-3); }

.model-list-box-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }
  .model-list-box-wrapper.top-box {
    bottom: unset;
    top: 0; }

.qtd-model-list-container-wrap {
  display: flex; }
  .qtd-model-list-container-wrap.detail-box {
    position: relative !important; }
    .qtd-model-list-container-wrap.detail-box .model-list-box-wrapper {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }
  .qtd-model-list-container-wrap .ant-popover-inner {
    border: none;
    box-shadow: unset; }
  .qtd-model-list-container-wrap.qtd-model-popover {
    display: block;
    background: transparent !important;
    width: max-content;
    padding-top: 0; }
    .qtd-model-list-container-wrap.qtd-model-popover.ant-popover-hidden {
      display: none; }
    .qtd-model-list-container-wrap.qtd-model-popover .model-list-row {
      pointer-events: auto; }
    .qtd-model-list-container-wrap.qtd-model-popover .ant-popover-content {
      width: max-content; }
      .qtd-model-list-container-wrap.qtd-model-popover .ant-popover-content .ant-popover-arrow {
        display: none; }
      .qtd-model-list-container-wrap.qtd-model-popover .ant-popover-content .ant-popover-inner {
        border-radius: 32px;
        width: max-content; }
        .qtd-model-list-container-wrap.qtd-model-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
          padding: 0; }
    .qtd-model-list-container-wrap.qtd-model-popover.detail-qtd-model-popover {
      box-shadow: var(--new-shadow-1);
      border-radius: 24px; }
      .qtd-model-list-container-wrap.qtd-model-popover.detail-qtd-model-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
        padding-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px; }
  .qtd-model-list-container-wrap .model-list-row {
    width: max-content;
    min-width: 256px;
    height: 480px;
    display: flex;
    z-index: -10;
    flex-direction: column;
    background: #fff;
    border: none;
    border-radius: 8px;
    opacity: 1;
    pointer-events: none;
    max-height: 50vh;
    transition: all 0.3s var(--qtd-transition-cubic-1);
    transition-delay: 0.3s;
    color: var(--qtd-ai-text-color-1);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    overscroll-behavior: contain;
    overflow: auto; }
    .qtd-model-list-container-wrap .model-list-row .model-type-list {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px;
      border-radius: 42px;
      background: var(--new-grey-3);
      position: relative;
      z-index: 10;
      gap: 4px;
      width: max-content;
      margin-left: 4px;
      margin-top: -4px;
      margin-bottom: 8px; }
      .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        padding: 0 8px;
        cursor: pointer;
        gap: 8px;
        height: 32px;
        border-radius: 25px;
        background: transparent;
        color: var(--new-text-4);
        font-size: 16px;
        z-index: 2;
        font-weight: 400;
        line-height: 20px;
        transition: background 0.3s var(--qtd-transition-cubic-1); }
        .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item img {
          width: 16px;
          height: 16px;
          border-radius: 8px; }
        .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item:hover, .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item.active {
          font-weight: 600;
          background: var(--new-grey-3);
          color: var(--new-text-1); }
        .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item.active {
          font-weight: 600;
          box-shadow: var(--new-shadow-1);
          color: var(--new-text-1) !important; }
      .qtd-model-list-container-wrap .model-list-row .model-type-list .model-type-list-item-after {
        z-index: 1;
        display: none;
        height: 32px;
        background: var(--new-grey-3);
        position: absolute;
        top: 4px;
        left: 4px;
        transition: all 0.3s var(--qtd-transition-cubic-1);
        width: 80px;
        border-radius: 25px; }
    .qtd-model-list-container-wrap .model-list-row .model-list-row-wrap {
      overflow: auto;
      height: max-content;
      width: 100%;
      flex: 1;
      gap: 8px;
      display: flex;
      flex-direction: column;
      height: 100%;
      max-height: 464px;
      padding: 12px 0;
      padding-top: 16px;
      overscroll-behavior: contain; }
      .qtd-model-list-container-wrap .model-list-row .model-list-row-wrap.show-border {
        border-left: 1px solid var(--new-grey-4); }
    .qtd-model-list-container-wrap .model-list-row.model-and-radio-list {
      display: flex;
      height: max-content;
      flex-direction: row;
      align-items: flex-start;
      min-height: 0;
      max-height: 464px;
      border-radius: 16px;
      background: var(--new-grey-1); }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list.is-radio-box {
        width: auto; }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list.is-aspect-box .model-list-row-wrap:last-child {
        padding-bottom: 0; }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title {
        display: flex;
        align-items: center;
        color: var(--new-text-1);
        font-size: 14px;
        font-weight: 400;
        padding: 0 12px;
        line-height: 22px; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .active-model-text {
          color: var(--new-text-1);
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          margin-left: 8px; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .active-model-desc,
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .active-size-text {
          color: var(--new-text-4);
          font-weight: 400; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .active-size-text {
          font-weight: 600; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .split {
          width: 1px;
          height: 12px;
          margin: 0 8px;
          background: var(--new-grey-4);
          display: inline-block; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-and-radio-list-title .size-icon {
          font-size: 24px; }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap {
        display: flex;
        flex-direction: column;
        padding: 8px 16px 4px 16px;
        padding-left: 8px;
        z-index: 10;
        position: relative; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box {
          display: flex;
          align-items: center;
          justify-content: center;
          justify-content: flex-start;
          align-content: center;
          gap: 8px;
          flex-wrap: wrap; }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 56px;
            max-height: 56px;
            padding: 4px 8px;
            flex-direction: column;
            border-radius: 32px;
            cursor: pointer;
            border: 1px solid var(--new-grey-4);
            outline: 3px solid transparent;
            transition: all 0.3s var(--qtd-transition-cubic-1); }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.rect {
              width: 56px;
              height: 56px;
              padding: 8px 0px;
              border-radius: 12px; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.rect .radio-list-item-text {
                max-width: 40px; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item .icon {
              color: var(--new-text-2); }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item .radio-list-item-text {
              color: var(--new-text-1);
              font-size: 14px;
              text-align: center;
              font-weight: 400;
              line-height: 22px;
              transition: all 0.3s var(--qtd-transition-cubic-1); }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item .radio-list-item-text svg {
                transform: translateY(4px);
                margin-left: 2px; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.is-dpi {
              width: auto;
              height: auto;
              padding: 8px 12px; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item:hover, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.active {
              border-color: var(--new-grey-5);
              outline: 3px solid var(--new-grey-4); }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item:hover .radio-list-item-text, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.active .radio-list-item-text {
                color: var(--new-text-1);
                font-weight: 600; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item:hover .icon, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .radio-list-wrap .radio-list-box .radio-list-item.active .icon {
                color: var(--new-text-1);
                font-weight: 600; }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-width: 0;
        z-index: 10;
        overflow: auto;
        min-height: 0;
        position: relative;
        align-items: flex-start;
        overscroll-behavior: contain; }
        .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          min-width: 0;
          flex-shrink: 0;
          padding: 4px 8px;
          border-radius: 8px;
          height: 48px;
          gap: 20px;
          cursor: pointer;
          position: relative; }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item img {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            border: 1px solid transparent;
            outline: 3px solid transparent;
            transition: all 0.3s var(--qtd-transition-cubic-1); }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info {
            display: flex;
            justify-content: center;
            flex-direction: column;
            min-width: 0;
            padding-top: 2px;
            flex: 1; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row {
              display: flex;
              align-items: center; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row i {
                margin-right: 4px; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row span {
                color: var(--new-text-1);
                font-size: 14px;
                line-height: 22px;
                overflow: hidden;
                text-align: center;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row .version-tag {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #d4fd53;
                margin-left: 4px;
                color: #333;
                font-family: zihunxinquhei;
                height: 14px;
                line-height: 14px;
                padding: 0 4px 0 4px;
                padding-bottom: 2px;
                font-size: 12px;
                gap: 8px;
                border-radius: 8px; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row .model-list-item-text-desc {
                color: var(--new-text-5);
                font-size: 12px;
                line-height: 18px;
                font-weight: 400;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .model-list-item-info .model-list-item-info-row.is-desc {
                display: none; }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item .free-tip {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: max-content;
            height: 16px;
            padding: 0 4px;
            padding-bottom: 3px;
            font-family: zihunxinquhei;
            border-radius: 20px;
            background-color: #fa5555;
            font-size: 12px;
            color: #fff !important;
            pointer-events: none; }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.model-list-item-special {
            border: 1px solid #FD8320;
            background: linear-gradient(90deg, #FFDAC9 0%, #FFF 100%), linear-gradient(90deg, #EBFFF5 0%, #FFF 100%) !important;
            margin: 8px 0; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.model-list-item-special .model-list-item-info .model-list-item-text {
              text-shadow: 0.1px 0 0 #141414, -0.1px 0 0 #141414;
              color: #141414 !important; }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.model-list-item-special .model-list-item-info .model-list-item-info-row.is-desc {
              display: flex; }
              .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.model-list-item-special .model-list-item-info .model-list-item-info-row.is-desc .model-list-item-text-desc {
                color: #FD8320; }
          .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item:hover, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.active {
            background: var(--new-grey-3); }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item:hover .model-list-item-info .model-list-item-text, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.active .model-list-item-info .model-list-item-text {
              text-shadow: 0.1px 0 0 var(--new-text-1), -0.1px 0 0 var(--new-text-1); }
            .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item:hover .model-list-item-info .model-list-item-info-row.is-desc, .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .model-list-box .model-list-item.active .model-list-item-info .model-list-item-info-row.is-desc {
              display: flex; }
      .qtd-model-list-container-wrap .model-list-row.model-and-radio-list .template-list-box {
        padding: 8px 16px 0 16px;
        width: 100%;
        margin-top: 8px;
        min-width: 0;
        position: relative;
        z-index: 10; }
    .qtd-model-list-container-wrap .model-list-row:hover {
      opacity: 1;
      z-index: 10;
      pointer-events: auto; }
  .qtd-model-list-container-wrap .tag-list-box-wrap,
  .qtd-model-list-container-wrap .upload-list-box-wrap {
    position: relative;
    overflow: hidden; }
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev,
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next,
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev,
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 10;
      background: var(--qtd-ai-drak-func-color-1);
      border-radius: 50%;
      transition: all 0.3s var(--qtd-transition-cubic-1);
      width: 32px;
      height: 32px;
      color: var(--qtd-ai-text-color-2);
      border: 1px solid var(--qtd-ai-drak-func-color-4);
      font-size: 14px; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev:hover,
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next:hover,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev:hover,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next:hover {
        border-color: var(--qtd-ai-text-color-hover-1);
        color: var(--qtd-ai-text-color-hover-1); }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev .icon,
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next .icon,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev .icon,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next .icon {
        display: inline-block; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev.swiper-button-disabled,
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next.swiper-button-disabled,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev.swiper-button-disabled,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next.swiper-button-disabled {
        opacity: 0;
        pointer-events: none; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev::after,
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next::after,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev::after,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next::after {
        display: none !important; }
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev,
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev {
      left: 0; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev .icon,
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev .icon {
        transform: rotate(180deg); }
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next,
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next {
      right: 0; }
  .qtd-model-list-container-wrap .tag-list-box-wrap {
    display: flex;
    flex: 1;
    min-width: 0; }
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-container {
      padding: 0;
      width: 100%; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-container .swiper-slide {
        width: max-content; }
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev,
    .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next {
      width: 24px;
      height: 24px;
      top: 22px; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-prev .icon,
      .qtd-model-list-container-wrap .tag-list-box-wrap .swiper-button-next .icon {
        font-size: 12px; }
    .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item {
      display: flex;
      align-items: center;
      justify-content: center;
      display: flex;
      height: 24px;
      flex-shrink: 0;
      padding: 0 8px;
      gap: 4px;
      border-radius: 88px;
      border: 1px solid var(--qtd-ai-drak-func-color-4);
      transition: all 0.3s var(--qtd-transition-cubic-1);
      color: var(--qtd-ai-text-color-2);
      cursor: pointer; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item span {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px; }
      .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item:hover, .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item.active {
        border-color: var(--qtd-ai-text-color-hover-1);
        color: var(--qtd-ai-text-color-hover-1); }
        .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item:hover span, .qtd-model-list-container-wrap .tag-list-box-wrap .tag-item.active span {
          font-weight: 600; }
  .qtd-model-list-container-wrap .upload-list-box-wrap {
    margin-left: -4px; }
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-container {
      padding: 8px 4px;
      padding-right: 12px; }
      .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-container .swiper-slide {
        width: max-content; }
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-prev,
    .qtd-model-list-container-wrap .upload-list-box-wrap .swiper-button-next {
      top: 50%; }
  .qtd-model-list-container-wrap .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 145px;
    height: 24px;
    position: relative; }
    .qtd-model-list-container-wrap .search-box .icon {
      position: absolute;
      left: 8px;
      z-index: 10;
      top: 2px;
      font-size: 14px;
      color: #666; }
    .qtd-model-list-container-wrap .search-box .ant-input {
      border-color: var(--qtd-ai-drak-func-color-4);
      background: var(--qtd-ai-drak-func-color-1);
      color: var(--qtd-ai-text-color-2);
      padding-right: 16px;
      padding-left: 24px; }
      .qtd-model-list-container-wrap .search-box .ant-input::placeholder {
        color: var(--qtd-ai-text-color-3); }
      .qtd-model-list-container-wrap .search-box .ant-input:focus {
        border-color: var(--qtd-ai-text-color-hover-1);
        color: var(--qtd-ai-text-color-1); }
  .qtd-model-list-container-wrap .template-list-filter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-width: 0; }
  .qtd-model-list-container-wrap .template-list-item-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 8px; }
  .qtd-model-list-container-wrap .template-list-item-list-item-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 464px;
    color: var(--new-text-4); }
  .qtd-model-list-container-wrap .upload-list-box {
    display: flex;
    padding: 0 0 8px 12px;
    position: relative;
    z-index: 10;
    gap: 4px; }
    .qtd-model-list-container-wrap .upload-list-box .upload-box {
      display: flex;
      align-items: center;
      justify-content: center;
      display: flex;
      width: 64px;
      flex-shrink: 0;
      height: 64px;
      padding: 8px 0px;
      flex-direction: column;
      border-radius: 16px;
      border: 1px solid var(--qtd-ai-drak-func-color-4);
      cursor: pointer; }
      .qtd-model-list-container-wrap .upload-list-box .upload-box .icon {
        font-size: 16px;
        color: var(--qtd-ai-text-color-2); }
      .qtd-model-list-container-wrap .upload-list-box .upload-box:hover {
        border-color: var(--qtd-ai-text-color-hover-1);
        color: var(--qtd-ai-text-color-hover-1); }
      .qtd-model-list-container-wrap .upload-list-box .upload-box span {
        font-size: 14px;
        color: var(--qtd-ai-text-color-2);
        line-height: 22px; }
    .qtd-model-list-container-wrap .upload-list-box .upload-img-item {
      width: 128px;
      height: 128px;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      border: 1px solid var(--qtd-ai-drak-func-color-4);
      transition: all 0.3s var(--qtd-transition-cubic-1); }
      .qtd-model-list-container-wrap .upload-list-box .upload-img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .qtd-model-list-container-wrap .upload-list-box .upload-img-item .upload-img-item-music {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .qtd-model-list-container-wrap .upload-list-box .upload-img-item .upload-img-item-music .icon {
          font-size: 24px;
          color: var(--qtd-ai-text-color-hover-1); }
      .qtd-model-list-container-wrap .upload-list-box .upload-img-item:hover, .qtd-model-list-container-wrap .upload-list-box .upload-img-item.active {
        border: 1px solid var(--qtd-ai-text-color-hover-1);
        outline: 3px solid var(--qtd-ai-outline-color-1); }

.qtd-model-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2000;
  left: 8px;
  bottom: 8px;
  height: 32px;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 8px;
  transition: all 0.3s var(--qtd-transition-cubic-1); }
  .qtd-model-list-container label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--qtd-ai-text-color-2);
    font-size: 14px;
    font-weight: 400;
    gap: 4px; }
  .qtd-model-list-container:hover .value .icon-xiala {
    color: var(--new-text-1); }
  .qtd-model-list-container .value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px; }
    .qtd-model-list-container .value .model-type-icon {
      font-size: 16px;
      line-height: 16px;
      color: #333; }
    .qtd-model-list-container .value .split-line {
      width: 1px;
      height: 14px;
      background: var(--qtd-ai-drak-func-color-6); }
    .qtd-model-list-container .value img {
      width: 16px;
      height: 16px;
      border-radius: 4px; }
    .qtd-model-list-container .value span {
      font-size: 14px;
      color: var(--new-text-1);
      line-height: 22px; }
      .qtd-model-list-container .value span.model-name {
        font-weight: 600;
        margin-left: 2px; }
      .qtd-model-list-container .value span.model-version {
        color: var(--new-text-4);
        margin-right: 2px; }
    .qtd-model-list-container .value em {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: var(--new-text-1); }
    .qtd-model-list-container .value i {
      display: inline-block;
      color: var(--new-text-1);
      transition: all 0.3s var(--qtd-transition-cubic-1); }
      .qtd-model-list-container .value i.icon-xiala {
        color: var(--new-text-5);
        font-size: 12px; }
  .qtd-model-list-container.active .icon-xiala {
    transform: rotate(180deg); }

.model-type-list-wrap {
  width: 240px;
  height: 100%;
  max-height: 464px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 0;
  display: flex;
  flex-direction: column; }
  .model-type-list-wrap .choose-model-title {
    color: var(--new-text-4);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-left: 8px; }
  .model-type-list-wrap .model-group {
    width: 100%; }
  .model-type-list-wrap .model-group-title {
    color: var(--new-text-4);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    gap: 4px;
    display: flex;
    margin-left: 8px; }
  .model-type-list-wrap .model-tip {
    padding: 4px 8px;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    background: #cf0;
    position: relative;
    color: #333; }
    .model-type-list-wrap .model-tip .icon {
      position: absolute;
      right: 8px;
      top: 4px;
      font-size: 12px;
      color: var(--new-text-4);
      cursor: pointer; }
      .model-type-list-wrap .model-tip .icon:hover {
        color: var(--new-text-1); }
    .model-type-list-wrap .model-tip em {
      font-weight: 600; }

.qtd-ai-light-mode .qtdCreateTaskBox .create-task-main {
  background-color: var(--new-grey-1); }

.style-panel-with-tabs {
  pointer-events: auto;
  overflow: auto;
  overscroll-behavior: contain; }
  .style-panel-with-tabs .style-panel-container {
    display: flex;
    height: 100%;
    min-height: 0; }
  .style-panel-with-tabs .style-panel-sidebar {
    display: flex;
    flex-direction: column;
    padding: 8px;
    padding-left: 4px;
    padding-right: 16px;
    padding-top: 16px;
    border-right: 1px solid var(--new-grey-4);
    overflow-y: auto; }
    .style-panel-with-tabs .style-panel-sidebar .style-panel-nav-item {
      display: flex;
      align-items: center;
      justify-content: center;
      display: flex;
      gap: 8px;
      height: 40px;
      padding: 0 12px;
      border-radius: 22px;
      cursor: pointer;
      color: var(--new-text-4);
      font-size: 16px;
      font-weight: 400;
      transition: all 0.3s var(--qtd-transition-cubic-1); }
      .style-panel-with-tabs .style-panel-sidebar .style-panel-nav-item i {
        font-size: 14px; }
      .style-panel-with-tabs .style-panel-sidebar .style-panel-nav-item:hover {
        background: var(--new-grey-3);
        color: var(--new-text-1);
        font-weight: 600; }
      .style-panel-with-tabs .style-panel-sidebar .style-panel-nav-item.active {
        background: var(--new-grey-3);
        color: var(--new-text-1);
        font-weight: 600; }
  .style-panel-with-tabs .style-panel-content {
    flex: 1;
    overflow-y: auto;
    padding: 12px 8px 16px 16px;
    padding-top: 24px;
    min-width: 0;
    overscroll-behavior: contain; }
  .style-panel-with-tabs .recent-actions-box {
    margin-bottom: 8px; }
    .style-panel-with-tabs .recent-actions-box .upload-list-box {
      display: flex;
      align-items: center;
      justify-content: center;
      display: flex;
      gap: 8px;
      padding: 0;
      position: relative; }
      .style-panel-with-tabs .recent-actions-box .upload-list-box .upload-box {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex-shrink: 0;
        width: 128px;
        height: 128px;
        border: 0.667px solid var(--new-grey-4);
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s var(--qtd-transition-cubic-1); }
        .style-panel-with-tabs .recent-actions-box .upload-list-box .upload-box i {
          font-size: 24px;
          color: var(--new-text-4); }
        .style-panel-with-tabs .recent-actions-box .upload-list-box .upload-box span {
          font-size: 14px;
          color: var(--new-text-4); }
        .style-panel-with-tabs .recent-actions-box .upload-list-box .upload-box:hover {
          border-color: var(--new-grey-5);
          background: var(--new-grey-3); }
      .style-panel-with-tabs .recent-actions-box .upload-list-box .upload-list-box-wrap {
        flex: 1;
        position: relative;
        overflow: hidden; }
  .style-panel-with-tabs .search-material-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    display: flex;
    width: 100%; }
    .style-panel-with-tabs .search-material-box .search-input-box {
      display: flex;
      align-items: center;
      justify-content: center;
      display: flex;
      width: 100%;
      max-width: 400px; }
      .style-panel-with-tabs .search-material-box .search-input-box.active .ant-input, .style-panel-with-tabs .search-material-box .search-input-box:hover .ant-input {
        border-color: var(--new-grey-7); }
      .style-panel-with-tabs .search-material-box .search-input-box.active .ant-btn, .style-panel-with-tabs .search-material-box .search-input-box:hover .ant-btn {
        border-color: var(--new-grey-7); }
      .style-panel-with-tabs .search-material-box .search-input-box .ant-input {
        flex: 1;
        height: 40px;
        padding: 0 12px;
        border-radius: 20px 0 0 20px;
        border-color: var(--new-grey-4); }
        .style-panel-with-tabs .search-material-box .search-input-box .ant-input:focus {
          z-index: 2;
          border-color: var(--new-grey-7); }
      .style-panel-with-tabs .search-material-box .search-input-box .ant-btn {
        height: 40px;
        margin-left: -1px;
        border-radius: 0 20px 20px 0;
        border-color: var(--new-grey-4); }
        .style-panel-with-tabs .search-material-box .search-input-box .ant-btn:hover {
          z-index: 2;
          border-color: var(--new-grey-7);
          color: var(--new-text-1); }
  .style-panel-with-tabs .waterfall-masonry-container {
    padding: 8px 0; }
    .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item {
      position: relative;
      width: calc(20% - 6.4px);
      margin-bottom: 8px;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.3s var(--qtd-transition-cubic-1);
      background: var(--new-grey-2); }
      .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item .waterfall-image-item-mask {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        align-items: flex-end;
        padding-bottom: 24px;
        opacity: 0;
        transition: all 0.3s var(--qtd-transition-cubic-1); }
        .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item .waterfall-image-item-mask .waterfall-image-item-mask-text {
          display: flex;
          align-items: center;
          justify-content: center;
          width: max-content;
          height: 32px;
          padding: 0 16px;
          border-radius: 24px;
          background-color: var(--new-grey-5);
          color: var(--new-text-1);
          border: 1px solid var(--new-grey-5);
          font-size: 14px;
          transition: all 0.3s var(--qtd-transition-cubic-1); }
          .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item .waterfall-image-item-mask .waterfall-image-item-mask-text:hover {
            background: #d8ff00;
            border-color: #d8ff00;
            color: #333; }
      .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
      .style-panel-with-tabs .waterfall-masonry-container .waterfall-image-item:hover .waterfall-image-item-mask {
        opacity: 1; }
  .style-panel-with-tabs .loading-container,
  .style-panel-with-tabs .empty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    min-height: 200px; }
    .style-panel-with-tabs .loading-container p,
    .style-panel-with-tabs .empty-container p {
      color: var(--new-text-4);
      font-size: 14px;
      margin: 4px 0; }
  .style-panel-with-tabs .loading-more-container {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    grid-column: 1 / -1; }

@keyframes ai-input-first-an {
  0% {
    background-image: conic-gradient(#00b27700 0, #00b277 30%, #00b277 40%, #fc954c 45%, #fa5555 50%, #4e4cd9 60%, #4e4cd9 70%, rgba(25, 128, 255, 0.3) 90%, rgba(25, 128, 255, 0) 100%);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0; }
  5% {
    background-image: conic-gradient(#00b27700 0, #00b277 30%, #00b277 40%, #fc954c 45%, #fa5555 50%, #4e4cd9 60%, #4e4cd9 70%, rgba(25, 128, 255, 0.3) 90%, rgba(25, 128, 255, 0) 100%);
    opacity: 1; }
  80% {
    background-image: conic-gradient(#00b27700 0, #00b277 30%, #00b277 40%, #fc954c 45%, #fa5555 50%, #4e4cd9 60%, #4e4cd9 70%, rgba(25, 128, 255, 0.3) 90%, rgba(25, 128, 255, 0) 100%);
    opacity: 1; }
  100% {
    background-image: conic-gradient(#00b27700 0, #00b277 30%, #00b277 40%, #fc954c 45%, #fa5555 50%, #4e4cd9 60%, #4e4cd9 70%, rgba(25, 128, 255, 0.3) 90%, rgba(25, 128, 255, 0) 100%);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0; } }

@keyframes roate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@font-face {
  font-family: zihunxinquhei;
  src: url(//static.qiantucdn.com/static/images/zihun/zihunxinquhei_small.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.ant-popover.big-preview-box-popover {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .ant-popover.big-preview-box-popover .ant-popover-content .ant-popover-arrow {
    display: none; }
  .ant-popover.big-preview-box-popover .ant-popover-content .ant-popover-inner {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: unset; }
    .ant-popover.big-preview-box-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
      background: transparent;
      padding: 0; }

.big-preview-box-popover .big-preview-box-content {
  display: flex;
  gap: 16px;
  max-width: 960px;
  flex-wrap: wrap;
  width: 100%; }

.big-preview-box-popover .choose-template-box {
  background: var(--qtd-ai-drak-func-color-2);
  position: relative;
  height: 160px;
  flex-direction: column;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
  .big-preview-box-popover .choose-template-box .template-img-box {
    display: flex;
    height: 160px;
    gap: 2px;
    overflow: hidden;
    position: relative; }
    .big-preview-box-popover .choose-template-box .template-img-box img {
      aspect-ratio: 3/4;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-3,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-4,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-5,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-6,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-7,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-8,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-9,
    .big-preview-box-popover .choose-template-box .template-img-box .tpl-preview-10 {
      display: none; }

.big-preview-box-popover .choose-style-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
  border-radius: 24px;
  position: relative;
  background: var(--new-bg-3);
  cursor: pointer;
  transition: all 0.3s var(--qtd-transition-cubic-1);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
  .big-preview-box-popover .choose-style-box .choose-style-box-img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 24px;
    align-items: flex-start;
    overflow: hidden; }
    .big-preview-box-popover .choose-style-box .choose-style-box-img-item img {
      border-radius: 24px;
      max-width: 100%;
      min-height: 100%;
      object-fit: cover; }
    .big-preview-box-popover .choose-style-box .choose-style-box-img-item .upload-img-item-music {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .big-preview-box-popover .choose-style-box .choose-style-box-img-item .upload-img-item-music .icon {
        font-size: 24px;
        color: var(--qtd-ai-text-color-hover-1); }
    .big-preview-box-popover .choose-style-box .choose-style-box-img-item .mask-box {
      top: 0;
      left: 0;
      border-radius: 24px;
      pointer-events: none;
      z-index: 2; }
      .big-preview-box-popover .choose-style-box .choose-style-box-img-item .mask-box .icon {
        pointer-events: auto; }
  .big-preview-box-popover .choose-style-box .icon-Plus1 {
    font-size: 12px;
    color: var(--qtd-ai-text-color-3); }
  .big-preview-box-popover .choose-style-box .upload-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    padding: 15px 16px;
    flex-direction: column;
    border: 1px solid var(--new-grey-4);
    border-radius: 24px;
    background: var(--new-grey-1); }
    .big-preview-box-popover .choose-style-box .upload-img-box:hover .icon {
      color: var(--qtd-ai-text-color-hover-1); }
    .big-preview-box-popover .choose-style-box .upload-img-box span {
      font-size: 14px;
      color: var(--new-text-5); }
    .big-preview-box-popover .choose-style-box .upload-img-box .icon {
      font-size: 22px; }

.big-preview-box-popover .ant-spin-container::after {
  border-radius: 8px; }

.big-preview-box-popover .mask-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 66.6%, rgba(51, 51, 51, 0.48) 84%, rgba(51, 51, 51, 0.6) 100%);
  opacity: 1;
  z-index: 10;
  transition: all 0.3s var(--qtd-transition-cubic-1); }
  .big-preview-box-popover .mask-box .icon-Close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 0 4px;
    color: #fff;
    border-radius: 10px;
    background: #333; }
    .big-preview-box-popover .mask-box .icon-Close span {
      display: none; }
  .big-preview-box-popover .mask-box .replace-text,
  .big-preview-box-popover .mask-box .view-original-box {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 0 8px;
    transition: all 0.3s var(--qtd-transition-cubic-1); }
  .big-preview-box-popover .mask-box .view-original-box {
    position: absolute;
    bottom: 4px;
    left: 50%;
    z-index: 10;
    pointer-events: auto;
    transform: translateX(-50%); }
    .big-preview-box-popover .mask-box .view-original-box:hover {
      font-weight: 600; }
  .big-preview-box-popover .mask-box .replace-text {
    opacity: 1; }
    .big-preview-box-popover .mask-box .replace-text span {
      display: none; }

.big-preview-box-popover .choose-style-box:hover .mask-box,
.big-preview-box-popover .choose-template-box:hover .mask-box {
  opacity: 1;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.6) 0%, rgba(51, 51, 51, 0.6) 84%, rgba(51, 51, 51, 0.6) 100%);
  align-items: center; }
  .big-preview-box-popover .choose-style-box:hover .mask-box .replace-text,
  .big-preview-box-popover .choose-template-box:hover .mask-box .replace-text {
    opacity: 1; }
    .big-preview-box-popover .choose-style-box:hover .mask-box .replace-text span,
    .big-preview-box-popover .choose-template-box:hover .mask-box .replace-text span {
      display: inline;
      z-index: 10;
      pointer-events: auto; }
      .big-preview-box-popover .choose-style-box:hover .mask-box .replace-text span:hover,
      .big-preview-box-popover .choose-template-box:hover .mask-box .replace-text span:hover {
        font-weight: 600; }
    .big-preview-box-popover .choose-style-box:hover .mask-box .replace-text em,
    .big-preview-box-popover .choose-template-box:hover .mask-box .replace-text em {
      display: none; }
  .big-preview-box-popover .choose-style-box:hover .mask-box .icon-Close,
  .big-preview-box-popover .choose-template-box:hover .mask-box .icon-Close {
    width: max-content; }
    .big-preview-box-popover .choose-style-box:hover .mask-box .icon-Close span,
    .big-preview-box-popover .choose-template-box:hover .mask-box .icon-Close span {
      display: inline; }

.mode-content-box {
  display: flex;
  padding: 12px 8px;
  flex-direction: column;
  border-radius: 16px;
  background: var(--new-grey-1);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
  .mode-content-box .text-model-hover-box {
    position: relative; }
    .mode-content-box .text-model-hover-box .text-model-current {
      min-width: 96px; }
      .mode-content-box .text-model-hover-box .text-model-current .icon-xiala {
        margin-left: auto;
        font-size: 12px;
        color: var(--new-text-5);
        transition: all 0.3s ease; }
    .mode-content-box .text-model-hover-box .text-model-list {
      display: none;
      position: absolute;
      top: 0;
      left: calc(100% - 4px);
      min-width: 144px;
      width: max-content;
      padding: 8px;
      border-radius: 16px;
      background: var(--new-grey-1);
      z-index: 2;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
    .mode-content-box .text-model-hover-box:hover .text-model-current {
      background: var(--new-grey-4); }
      .mode-content-box .text-model-hover-box:hover .text-model-current span {
        text-shadow: 0.1px 0 0 var(--new-text-1), -0.1px 0 0 var(--new-text-1); }
      .mode-content-box .text-model-hover-box:hover .text-model-current .icon-xiala {
        color: var(--new-text-1);
        transform: rotate(-90deg); }
    .mode-content-box .text-model-hover-box:hover .text-model-list {
      display: block; }
  .mode-content-box .mode-item-box {
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 4px;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 40px; }
    .mode-content-box .mode-item-box img {
      width: 20px;
      height: 20px;
      border-radius: 4px; }
    .mode-content-box .mode-item-box .icon {
      font-size: 16px;
      color: var(--new-text-1); }
      .mode-content-box .mode-item-box .icon.icon-gou1 {
        display: none;
        font-size: 16px; }
    .mode-content-box .mode-item-box span {
      font-size: 14px;
      color: var(--new-text-1);
      line-height: 22px; }
    .mode-content-box .mode-item-box:hover, .mode-content-box .mode-item-box.active {
      background: var(--new-grey-4); }
      .mode-content-box .mode-item-box:hover span, .mode-content-box .mode-item-box.active span {
        text-shadow: 0.1px 0 0 var(--new-text-1), -0.1px 0 0 var(--new-text-1); }
      .mode-content-box .mode-item-box:hover .icon .icon-gou1, .mode-content-box .mode-item-box.active .icon .icon-gou1 {
        display: inline-block; }
  .mode-content-box .split-line {
    width: 100%;
    height: 1px;
    background: var(--new-grey-4);
    margin: 8px 0; }

.mode-pro-tag {
  display: flex;
  align-items: center;
  background: #d4fd53;
  color: #333;
  font-family: zihunxinquhei;
  height: 14px;
  line-height: 14px;
  padding: 0 4px 0 4px;
  padding-bottom: 2px;
  font-size: 12px;
  gap: 8px;
  border-radius: 8px; }

.promptLoading {
  display: flex;
  gap: 4px; }
  .promptLoading .textContent {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradient linear infinite;
    background-image: linear-gradient(to right, #40ffaa, #4079ff, #40ffaa, #4079ff, #40ffaa);
    animation-duration: 3s; }
  .promptLoading .progressBox {
    width: 44px;
    display: flex;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    background: #474747; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

