.panel-root[data-v-ece8b8cd] {
  background: #ffffff;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.panel-root .show-container[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .image-and-video-list[data-v-ece8b8cd] {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.panel-root .show-container .image-and-video-list .image-and-video-content[data-v-ece8b8cd] {
  height: 84px;
  aspect-ratio: 1;
  background: #F5F5F5;
  border-radius: 8px;
  position: relative;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .video-content[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .video-content .video-show[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .video-content .video-play[data-v-ece8b8cd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .img-content[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .img-content .img-show[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .audio-content[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .audio-content .audio-show[data-v-ece8b8cd] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .reference-replace-layout[data-v-ece8b8cd] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-root .show-container .image-and-video-list .image-and-video-content .reference-replace-layout .reference-replace-btn[data-v-ece8b8cd] {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.panel-root .show-container .image-and-video-list .delete-btn[data-v-ece8b8cd] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.panel-root .show-container .image-and-video-list .replace-btn[data-v-ece8b8cd] {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.panel-root .show-container .upload-and-prompt[data-v-ece8b8cd] {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.panel-root .show-container .upload-btn[data-v-ece8b8cd] {
  height: 100%;
  aspect-ratio: 1;
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
.panel-root .show-container .upload-btn img[data-v-ece8b8cd] {
  width: 20px;
  height: 20px;
}
.panel-root .show-container .upload-btn span[data-v-ece8b8cd] {
  width: 80px;
  text-align: center;
}
.panel-root .show-container .prompt[data-v-ece8b8cd] {
  flex: 1;
  height: 100%;
  outline: none;
  border: none;
  resize: none;
  padding: 6px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: auto;
}
.panel-root .show-container .prompt[data-v-ece8b8cd]::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.panel-root .show-container .prompt[data-v-ece8b8cd]::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}
.panel-root .show-container .prompt[data-v-ece8b8cd]::placeholder {
  color: #999999;
  font-weight: 400;
  font-style: normal;
}
.panel-root .show-container .func-area[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.panel-root .show-container .func-area .func-btn[data-v-ece8b8cd] {
  height: 30px;
  cursor: pointer;
  border-radius: 15px;
  background: #F0F6FF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #047AFC;
}
.panel-root .show-container .func-area .func-btn .txt[data-v-ece8b8cd] {
  margin-left: 4px;
}
.panel-root .show-container .func-area .func-btn .arrow[data-v-ece8b8cd] {
  margin-left: 7px;
  width: 8px;
  height: auto;
}
.panel-root .show-container .func-area .func-btn.disabled[data-v-ece8b8cd] {
  pointer-events: none;
  background: #F6F6F8;
  color: #999999;
}
.panel-root .show-container .func-area .edit-method-btn[data-v-ece8b8cd] {
  position: relative;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-icon[data-v-ece8b8cd] {
  width: 22px;
  height: 22px;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list[data-v-ece8b8cd] {
  position: absolute;
  left: 0;
  z-index: 10000;
  overflow-y: auto;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list[data-v-ece8b8cd]::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list[data-v-ece8b8cd]::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list .edit-method-content[data-v-ece8b8cd] {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 6px;
  cursor: pointer;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list .edit-method-content img[data-v-ece8b8cd] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list .edit-method-content[data-v-ece8b8cd]:hover {
  background: #F0F9FF;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list.top[data-v-ece8b8cd] {
  bottom: 40px;
}
.panel-root .show-container .func-area .edit-method-btn .edit-method-list.bottom[data-v-ece8b8cd] {
  top: 40px;
}
.panel-root .show-container .func-area .model-btn[data-v-ece8b8cd] {
  position: relative;
}
.panel-root .show-container .func-area .model-btn .model-icon[data-v-ece8b8cd] {
  width: 15px;
  aspect-ratio: auto;
  margin-right: 3px;
}
.panel-root .show-container .func-area .model-btn .model-details[data-v-ece8b8cd] {
  position: absolute;
  left: 0;
  z-index: 10000;
  width: auto;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 4px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left[data-v-ece8b8cd] {
  margin-top: 8px;
  margin-bottom: 20px;
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .title[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list[data-v-ece8b8cd] {
  width: 100%;
  height: auto;
  margin-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list .family-name-content[data-v-ece8b8cd] {
  width: calc((100% - 46px) / 3);
  height: 50px;
  background: #F2F3F7;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list .family-name-content img[data-v-ece8b8cd] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list .family-name-content span[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 15px;
  color: #222222;
  line-height: 12px;
  text-align: left;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list .family-name-content-active[data-v-ece8b8cd] {
  background: #F0F6FF;
  outline: 1px solid #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .family-name-list .family-name-content-active span[data-v-ece8b8cd] {
  color: #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list[data-v-ece8b8cd] {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content[data-v-ece8b8cd] {
  width: auto;
  height: 56px;
  margin-left: 15px;
  margin-right: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E6E7EB;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content .model-title-and-audio-support[data-v-ece8b8cd] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content .model-title-and-audio-support .model-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 13px;
  color: #222222;
  line-height: 15px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content .model-title-and-audio-support .model-audio-support[data-v-ece8b8cd] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: #F2F3F7;
  border-radius: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content .model-title-and-audio-support .model-audio-support-selected[data-v-ece8b8cd] {
  background: #F0F6FF;
  color: #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content .model-desc[data-v-ece8b8cd] {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-left .model-list .model-content-active[data-v-ece8b8cd] {
  outline: 1px solid #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .split-line[data-v-ece8b8cd] {
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #EBEBEB;
  border-radius: 4px;
  opacity: 0.53;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right[data-v-ece8b8cd] {
  display: flex;
  flex-direction: column;
  min-width: 330px;
  max-width: 435px;
  width: max-content;
  margin-top: 8px;
  margin-bottom: 20px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list[data-v-ece8b8cd] {
  width: 100%;
  margin-top: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list .aspect-content[data-v-ece8b8cd] {
  width: 49px;
  height: auto;
  padding: 1px;
  flex-shrink: 0;
  /* 防止被压缩 */
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list .aspect-content .aspect-icon[data-v-ece8b8cd] {
  width: 49px;
  height: 49px;
  background: #F2F3F7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list .aspect-content .aspect-icon img[data-v-ece8b8cd] {
  width: 23px;
  height: 23px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list .aspect-content .aspect-label[data-v-ece8b8cd] {
  margin-top: 4px;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  line-height: 13px;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .aspect-details .aspect-list .aspect-content-active .aspect-icon[data-v-ece8b8cd] {
  outline: 1px solid #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .resolution-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .resolution-details .resolution-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .resolution-details .resolution-list[data-v-ece8b8cd] {
  width: 100%;
  margin-top: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .resolution-details .resolution-list .resolution-content[data-v-ece8b8cd] {
  width: 49px;
  height: 31px;
  background: #F2F3F7;
  border-radius: 5px;
  flex-shrink: 0;
  /* 防止被压缩 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .resolution-details .resolution-list .resolution-content-active[data-v-ece8b8cd] {
  border: 1px solid #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .duration-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .duration-details .duration-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .duration-details .duration-list[data-v-ece8b8cd] {
  width: 100%;
  margin-top: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .duration-details .duration-list .duration-content[data-v-ece8b8cd] {
  width: 49px;
  height: 31px;
  background: #F2F3F7;
  border-radius: 5px;
  flex-shrink: 0;
  /* 防止被压缩 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .duration-details .duration-list .duration-content-active[data-v-ece8b8cd] {
  border: 1px solid #047AFC;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .minmax-duration-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .minmax-duration-details .minmax-duration-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .minmax-duration-details .minmax-duration-content[data-v-ece8b8cd] {
  margin-top: 9px;
  width: 59px;
  height: 31px;
  background: #F2F3F7;
  border-radius: 5px;
  border: 1px solid #047AFC;
  flex-shrink: 0;
  /* 防止被压缩 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .sound-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .sound-details .sound-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .keep-original-sound-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .keep-original-sound-details .keep-original-sound-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .web-search-details[data-v-ece8b8cd] {
  margin-top: 12px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-right .web-search-details .web-search-title[data-v-ece8b8cd] {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  font-style: normal;
}
.panel-root .show-container .func-area .model-btn .model-details .model-details-close[data-v-ece8b8cd] {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.panel-root .show-container .func-area .model-btn .model-details.top[data-v-ece8b8cd] {
  bottom: 40px;
}
.panel-root .show-container .func-area .model-btn .model-details.bottom[data-v-ece8b8cd] {
  top: 40px;
}
.panel-root .show-container .func-area .preset-prompt-btn[data-v-ece8b8cd] {
  width: 30px;
}
.panel-root .show-container .func-area .preset-prompt-btn .preset-icon[data-v-ece8b8cd] {
  width: 13px;
  aspect-ratio: auto;
}
.panel-root .show-container .generate-btn[data-v-ece8b8cd] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  width: 148px;
  height: 42px;
  background: #047AFC;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-root .show-container .generate-btn[data-v-ece8b8cd]:disabled {
  background: #c8c8c8;
}
.panel-root .show-container .generate-btn .use-credit[data-v-ece8b8cd] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
}
.panel-root .show-container .generate-btn .use-credit img[data-v-ece8b8cd] {
  width: 13px;
  height: 12px;
}
.panel-root .collapse-container[data-v-ece8b8cd] {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.panel-root .collapse-container .collapse-upload-layout[data-v-ece8b8cd] {
  width: 42px;
  height: 42px;
  margin-left: 15px;
  margin-right: 15px;
  background: #F5F5F5;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-root .collapse-container .collapse-upload-layout img[data-v-ece8b8cd] {
  width: 16px;
  height: 16px;
}
.panel-root .collapse-container .collapse-prompt-area[data-v-ece8b8cd] {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}
.panel-root .collapse-container .collapse-generate-btn[data-v-ece8b8cd] {
  width: 93px;
  height: 42px;
  margin-left: 15px;
  margin-right: 15px;
  background: #047AFC;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}
