.root[data-v-b4a32a72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #121213;
  position: relative;
  z-index: 10;
}
/* 菜单 */
.menu-x[data-v-b4a32a72] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background-color: #242426;
  padding: 5px 0;
}
/* 菜单每个选项 */
.menu-li[data-v-b4a32a72] {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin: 0 5px;
  color: white;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* 鼠标经过的选项，更改背景色 */
.menu-li[data-v-b4a32a72]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.bottomHandleContainer[data-v-19b521c7] {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #111112;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.textEdit[data-v-19b521c7] {
  width: calc(100% - 32px);
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.line[data-v-19b521c7] {
  width: 3px;
  height: 22px;
  background: #36f1db;
  border-radius: 100px;
}
.divider[data-v-19b521c7] {
  width: calc(100% - 32px);
  height: 0px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
}
.input-text[data-v-19b521c7] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 8px;
  line-height: 16px;
  resize: none;
}
.input-textarea[data-v-19b521c7] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 8px;
  margin-top: 5px;
  line-height: 16px;
  resize: none;
}
.btn-ok[data-v-19b521c7] {
  width: 56px;
  height: 32px;
  background: #36f1db;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
}
.bottom-btn-label[data-v-19b521c7] {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  margin-top: 4px;
}
.my-container[data-v-42bf9437] {
  width: 100%;
  background: #222222;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  overflow: auto;
  padding-bottom: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.tab-container[data-v-42bf9437] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
.tab-container .selected[data-v-42bf9437] {
  font-size: 14px;
  font-weight: 600;
  text-align: LEFT;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0px;
}
.tab-container .unselected[data-v-42bf9437] {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  letter-spacing: 0px;
}
.list-container[data-v-42bf9437] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  overflow-y: scroll;
}
.list-container .card-item[data-v-42bf9437] {
  position: relative;
}
.list-container .card-item img[data-v-42bf9437] {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.list-container .card-item .card-item-css[data-v-42bf9437] {
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-container .card-item .card-item-css .card-item-text[data-v-42bf9437] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
[data-v-42bf9437]::-webkit-scrollbar {
  display: none;
  width: 0;
}
.add-css[data-v-42bf9437] {
  background: rgba(255, 255, 255, 0.06);
  aspect-ratio: 1/1;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-css img[data-v-42bf9437] {
  width: 32px;
  height: 32px;
}
.add-css .add-text[data-v-42bf9437] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 0px;
  margin-top: 8px;
}
.header-container[data-v-42bf9437] {
  margin-top: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-container .header-title[data-v-42bf9437] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #ffffff;
  line-height: 19px;
}
.header-container .el-icon-check[data-v-42bf9437] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-container .el-icon-arrow-left[data-v-42bf9437] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-line[data-v-42bf9437] {
  width: 100%;
  height: 0px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
.play-img[data-v-42bf9437] {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 12px;
}
.popular-container[data-v-108d8262] {
  width: 100%;
  background: #222222;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  overflow: auto;
  padding-bottom: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.tab-container[data-v-108d8262] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  margin-bottom: 16px;
}
.tab-container .selected[data-v-108d8262] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0px;
}
.tab-container .unselected[data-v-108d8262] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  letter-spacing: 0px;
}
.list-container[data-v-108d8262] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  overflow-y: scroll;
}
.list-container .card-item img[data-v-108d8262] {
  width: 100%;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
[data-v-108d8262]::-webkit-scrollbar {
  display: none;
  width: 0;
}
.add-css[data-v-108d8262] {
  background: rgba(255, 255, 255, 0.06);
  height: 142px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.add-css img[data-v-108d8262] {
  width: 32px;
  height: 32px;
}
.add-css .add-text[data-v-108d8262] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 0px;
  margin-top: 8px;
}
.header-container[data-v-108d8262] {
  margin-top: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-container .header-title[data-v-108d8262] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #ffffff;
  line-height: 19px;
}
.header-container .el-icon-check[data-v-108d8262] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-container .el-icon-arrow-left[data-v-108d8262] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-line[data-v-108d8262] {
  width: 100%;
  height: 0px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
.popular-container[data-v-6a9d4c1b] {
  width: 100%;
  background: #222222;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  overflow: auto;
  padding-bottom: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.tab-container[data-v-6a9d4c1b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
.tab-container .selected[data-v-6a9d4c1b] {
  font-size: 14px;
  font-weight: 600;
  text-align: LEFT;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0px;
}
.tab-container .unselected[data-v-6a9d4c1b] {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  letter-spacing: 0px;
}
.list-container .card-item[data-v-6a9d4c1b] {
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}
.list-container .card-item .card-img[data-v-6a9d4c1b] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}
.list-container .card-item .card-info[data-v-6a9d4c1b] {
  margin-left: 8px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
}
.list-container .card-item .card-info .card-name[data-v-6a9d4c1b] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 0px;
}
.list-container .card-item .card-info .card-time[data-v-6a9d4c1b] {
  font-size: 10px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: rgba(255, 255, 255, 0.4);
  line-height: 12px;
  letter-spacing: 0px;
}
.header-container[data-v-6a9d4c1b] {
  margin-top: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-container .header-title[data-v-6a9d4c1b] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #ffffff;
  line-height: 19px;
}
.header-container .el-icon-check[data-v-6a9d4c1b] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-container .el-icon-arrow-left[data-v-6a9d4c1b] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-line[data-v-6a9d4c1b] {
  width: 100%;
  height: 0px;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
.memgceng-css[data-v-6a9d4c1b] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.play-img[data-v-6a9d4c1b] {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
/* 媒体查询，适用于最大宽度为 1080px 的屏幕 */
@media screen and (max-width: 1080px) {
.root[data-v-74d7c348] {
    width: 100%;
    height: 100vh;
    background: #111112;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
.container[data-v-74d7c348] {
  width: 100%;
  height: 100%;
  background: #111112;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-save[data-v-74d7c348] {
  width: 56px;
  height: 32px;
  background: #36f1db;
  border-radius: 8px 0px 0px 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
}
.loading[data-v-74d7c348] {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes rotation-74d7c348 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotation-74d7c348 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.video-preview-video-loding[data-v-74d7c348] {
  width: 60px;
  height: 60px;
  -webkit-animation: rotation-74d7c348 1s linear infinite;
          animation: rotation-74d7c348 1s linear infinite;
  /* 缩短动画周期以加速旋转 */
  will-change: transform;
  /* 提高性能，提前告知浏览器该元素会变化 */
  display: block;
  /* 确保图片独占一行，避免布局影响 */
  margin: auto;
  /* 居中图片（假设在父容器中） */
  color: var(--theme-color);
}
.voiceDialog[data-v-74d7c348] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dialogContainer[data-v-74d7c348] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 240px;
  background: #222222;
}
.header-container[data-v-74d7c348] {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-container .header-title[data-v-74d7c348] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #ffffff;
  line-height: 19px;
}
.header-container .el-icon-check[data-v-74d7c348] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}
.header-container .el-icon-arrow-left[data-v-74d7c348] {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 900;
}

