
.container[data-v-71f36d92] {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.submit-btn[data-v-71f36d92] {
  background: #1e69fa;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: #ffffff;
  line-height: 16px;
  padding: 8px 24px;
  cursor: pointer;
}
[data-v-71f36d92] .el-input__inner {
  border: 0;
  color: black;
  font-size: 20px;
  font-weight: 600;
}
[data-v-71f36d92] .el-textarea__inner {
  overflow-y: scroll !important;
  border: none;
  padding: 8px 0 0 0px;
  resize: none;
  height: 800px !important;
  color: black;
}

/* 滚动条整体部分 */
.el-textarea__inner[data-v-71f36d92]::-webkit-scrollbar {
  width: 8px; /* 设置滚动条宽度 */
  height: 8px;
}

/* 滚动条的轨道 */
.el-textarea__inner[data-v-71f36d92]::-webkit-scrollbar-track {
  background-color: transparent; /* 轨道颜色 */
}
[data-v-71f36d92] ::-webkit-scrollbar-button {
  display: none; /* 隐藏滚动条的上下箭头按钮 */
}
.title[data-v-71f36d92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  text-align: LEFT;
  color: rgba(0, 0, 0, 0.90);
  line-height: 19px;
}
.Grid[data-v-71f36d92] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-top: 16px;
}
.GridItem[data-v-71f36d92] {
  aspect-ratio: 0.56;
  border-radius: 12px;
  cursor: pointer;
}
.Grid2[data-v-71f36d92] {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 16px;
  margin-top: 10px;
}
.GridItem2[data-v-71f36d92] {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  cursor: pointer;
  background-image: url(../img/audiobg.9d7d7ff1.jpg);
  background-size: cover;
}

/* 自定义滚动条样式 */
[data-v-71f36d92]::-webkit-scrollbar {
  width: 2px; /* 垂直滚动条宽度 */
}
[data-v-71f36d92]::-webkit-scrollbar-track {
  background-color: transparent; /* 滚动条轨道颜色 */
}
[data-v-71f36d92]::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滚动条滑块颜色 */
  border-radius: 4px;
}
.video-synthesis-container[data-v-71f36d92] {
  padding: 20px;
}
.selection-item[data-v-71f36d92] {
  position: relative;
  margin: 0px 10px 5px 0px;
  cursor: pointer;
}
.cover-image[data-v-71f36d92] {
  width: 60px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
[data-v-71f36d92] .radio-button .el-radio__label {
  display: none;
}
.button-group[data-v-71f36d92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.selection-container[data-v-71f36d92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selection-itemcard[data-v-71f36d92] {
  width: 100px;
  height: 50px;
  background-image: url(../img/audiobg.9d7d7ff1.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin: 5px;
  position: relative;
}
.left-section[data-v-71f36d92] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  cursor: pointer;
}
.play-button[data-v-71f36d92] {
  width: 20px;
  height: 20px;
}
.right-section[data-v-71f36d92] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
}
.audio-title[data-v-71f36d92] {
  font-size: 12px;
  color: #ffffff;
  height: 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-description[data-v-71f36d92] {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-button[data-v-71f36d92] {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 20px !important;
  height: 20px !important;
}
[data-v-71f36d92] .radio-button .el-radio__label {
  display: none;
}

