@charset "UTF-8";
[data-v-f804d704] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: var(--theme-font-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-box-shadow: -1px 0 0 0 var(--theme-color);
  box-shadow: -1px 0 0 0 #DCDFE6;
}
[data-v-f804d704] .el-radio-button__inner:hover {
  color: #090401;
}
[data-v-f804d704] .el-tabs__item.is-active {
  /* 创建渐变背景 */
  background: var(--theme-color);
  /* 设置背景clip到文本 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色为透明，以便显示背景的渐变效果 */
  color: transparent;
  /* 为了兼容webkit浏览器，需要设置-webkit-text-fill-color */
  -webkit-text-fill-color: transparent;
}
[data-v-f804d704] .el-tabs__item:hover {
  /* 创建渐变背景 */
  background: var(--theme-color);
  /* 设置背景clip到文本 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色为透明，以便显示背景的渐变效果 */
  color: transparent;
  /* 为了兼容webkit浏览器，需要设置-webkit-text-fill-color */
  -webkit-text-fill-color: transparent;
}
[data-v-f804d704] .el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--theme-color);
  z-index: 1;
  list-style: none;
}
.header-css[data-v-f804d704] {
  min-width: 900px;
  width: 99%;
  height: 175px;
  background: #f2f9fb;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-font[data-v-f804d704] {
  width: 144px;
  height: 34px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 28px;
}
.header-font-two[data-v-f804d704] {
  width: 89px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin-left: 8px;
}
.header-buttob-one[data-v-f804d704] {
  width: 134px;
  height: 36px;
  background: var(--theme-shadow-color);
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: var(--theme-font-color);
  line-height: 16px;
  line-height: 11px;
}
.my-work-create[data-v-f804d704] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  height: 284px;
  margin-right: 24px;
  background: #f6f8f9;
  border: 2px dashed #000;
  border-radius: 8px;
  cursor: pointer;
}
.my-work-card[data-v-f804d704] {
  position: relative;
  width: 160px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 284px;
  margin-right: 24px;
  background: #f6f8f9;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.my-work-card-h[data-v-f804d704] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
  margin-bottom: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-shrink: 0;
  width: 236px;
  min-width: 236px;
  height: 163px;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
.caogao[data-v-f804d704] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999;
  font-weight: 400;
  color: #000;
  border-color: #000;
  background-color: #ededed;
  padding: 2px 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.shuzi-card-tag[data-v-f804d704] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999;
  font-weight: 400;
  color: #000;
  border-color: #000;
  background-color: #ededed;
  padding: 2px 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.shuzi-card-tag[data-v-f804d704]:hover {
  background: var(--theme-shadow-color);
  color: var(--theme-font-color);
  border: none;
}
.shuzi-card-tag1[data-v-f804d704] {
  position: absolute;
  top: 8px;
  right: 78px;
  z-index: 999;
  font-weight: 400;
  color: #000;
  border-color: #000;
  background-color: #ededed;
  padding: 2px 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.yiwancheng[data-v-f804d704] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999;
  font-weight: 400;
  color: #000;
  border-color: #000;
  background: var(--theme-shadow-color);
  padding: 2px 8px;
  color: var(--theme-font-color);
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
}
.shuzizichan-table[data-v-f804d704] {
  padding: 0px 36px 16px 36px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 900px;
  display: grid;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));
  gap: 16px 24px;
  margin-top: 16px;
  min-height: 400px;
  max-height: 600px;
}
.shuzizichan-table1[data-v-f804d704] {
  padding: 0px 36px 16px 36px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 900px;
  display: grid;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));
  gap: 16px 24px;
  margin-top: 16px;
  min-height: 300px;
  max-height: 600px;
}

/* 隐藏滚动条 */
.shuzizichan-table[data-v-f804d704]::-webkit-scrollbar {
  width: 0.1em;
  background-color: #F5F5F5;
}

/* 滚动条轨道 */
.shuzizichan-table[data-v-f804d704]::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

/* 滚动条滑块 */
.shuzizichan-table[data-v-f804d704]::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}

/* 鼠标悬停时的滚动条滑块 */
.shuzizichan-table[data-v-f804d704]::-webkit-scrollbar-thumb:hover {
  background-color: #F5F5F5;
}
.shuzizichan-table-card[data-v-f804d704] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 24px;
  overflow: hidden;
  background: #f6f8f9;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
.shuzizichan-table-card-img[data-v-f804d704] {
  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;
  width: 100%;
  height: 100%;
}
.shuzizichan-table-card-desc[data-v-f804d704] {
  height: 50px;
  padding: 10px 12px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
}
.shuzizichan-table-card-desc-text[data-v-f804d704] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.shuzizichan-table-card-desc-type-1[data-v-f804d704] {
  background-color: #ffbe5c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  padding: 1px 3px !important;
  font-weight: 500;
  padding: 2px 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.shuzizichan-table-card-desc-tag[data-v-f804d704] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #4e566a;
  font-size: 12px;
  line-height: 30px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.shuzizichanbili[data-v-f804d704] {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 110px;
  padding: 24px 58px;
  color: #1e212a;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
}
.qubianji[data-v-f804d704] {
  width: 80px;
  height: 30px;
  margin: 75% 0 0 25%;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
}
.qubianji[data-v-f804d704]:hover {
  background: var(--theme-shadow-color);
  color: var(--theme-font-color);
}
.caogao[data-v-f804d704]:hover {
  background: var(--theme-shadow-color);
  color: var(--theme-font-color);
  border: none;
}
.bofang-h[data-v-f804d704] {
  width: 50px;
  margin: 25% 0 0 40%;
  position: absolute;
}
.bofang[data-v-f804d704] {
  width: 50px;
  margin: 70% 0 0 35%;
  position: absolute;
}
.video-preview[data-v-f804d704] {
  position: fixed; /* 固定定位，使蒙层覆盖整个屏幕 */
  top: 0; /* 蒙层从顶部开始 */
  left: 0; /* 蒙层从左边开始 */
  width: 100%; /* 蒙层宽度为100%，覆盖整个屏幕宽度 */
  height: 100%; /* 蒙层高度为100%，覆盖整个屏幕高度 */
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
  z-index: 9999; /* 确保蒙层在其他元素之上显示 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; /* 过渡效果，持续时间为0.5秒，使用ease缓动函数 */
}
.video-preview .video-preview-img[data-v-f804d704] {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10000; /* 确保蒙层在其他元素之上显示 */
}
.video-preview .video-preview-video[data-v-f804d704] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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-f804d704 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotation-f804d704 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.video-preview .video-preview-video-loding[data-v-f804d704] {
  width: 60px;
  height: 60px;
  -webkit-animation: rotation-f804d704 1s linear infinite;
          animation: rotation-f804d704 1s linear infinite; /* 缩短动画周期以加速旋转 */
  will-change: transform; /* 提高性能，提前告知浏览器该元素会变化 */
  display: block; /* 确保图片独占一行，避免布局影响 */
  margin: auto; /* 居中图片（假设在父容器中） */
  color: var(--theme-color);
}
.modify-span[data-v-f804d704] {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #0c1916;
  line-height: 24px;
  margin-right: 8px;
}
.modify-input-css[data-v-f804d704] {
  width: 300px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 8px;
  padding-left: 8px;
  border: none;
}
.modify-cancel-but-css[data-v-f804d704] {
  width: 88px;
  height: 32px;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 32px;
  border: none;
  cursor: pointer;
  margin-right: 24px;
}
.modify-submit-but-css[data-v-f804d704] {
  width: 88px;
  height: 32px;
  background: var(--theme-color);
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 32px;
  border: none;
  cursor: pointer;
}
.music-audition-css[data-v-f804d704] {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 16px;
  cursor: pointer;
}
ul[data-v-f804d704] {
  list-style: disc; /*小圆点*/
}
.upload-musci-audition-div-css[data-v-f804d704] {
  width: 626px;
  height: 100px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 16px;
  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;
  position: relative;
}
.upload-musci-audition-title-div-css[data-v-f804d704] {
  width: 626px;
  height: 133px;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.upload-musci-audition-title-div-css P[data-v-f804d704] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  padding: 16px;
}
.upload-musci-audition-title-div-css li[data-v-f804d704] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #666666;
  line-height: 16px;
  margin-bottom: 8px;
}
.upload-modify-audition-num-font-css[data-v-f804d704] {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: end;
  color: #666666;
  line-height: 16px;
  margin-top: 16px;
}
.modify-cancel-css[data-v-f804d704] {
  width: 60px;
  height: 32px;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 7px;
  padding-left: 13px;
}
.modify-submit-css[data-v-f804d704] {
  width: 60px;
  height: 32px;
  background: var(--theme-color);
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 7px;
  padding-left: 13px;
}
[data-v-f804d704] .el-dialog__footer {
  text-align: end;
  margin-top: -10px;
}
.trainingEffect-top-font-css[data-v-f804d704] {
  width: 626px;
  height: 31px;
  background: rgba(255, 203, 103, 0.15);
  border-radius: 8px;
  margin-bottom: 32px;
}
.trainingEffect-top-font-css p[data-v-f804d704] {
  padding: 6px;
  text-align: center;
}
.traningEffect-textarea-div-css[data-v-f804d704] {
  width: 556px;
  height: 103px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.traningEffect-textarea-div-css[data-v-f804d704] {
  resize: none;
  padding: 8px;
  position: relative;
}
.trainingEffect-num-css[data-v-f804d704] {
  position: absolute;
  margin-left: 24px;
  margin-top: 100px;
}
[data-v-f804d704] ::-webkit-scrollbar {
  width: 0px;
}
.trainingEffect-cancel-css[data-v-f804d704] {
  width: 88px;
  height: 32px;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 7px;
  padding-left: 15px;
}
.trainingEffect-submit-css[data-v-f804d704] {
  width: 60px;
  height: 32px;
  background: var(--theme-color);
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 7px;
  padding-left: 15px;
}
.trainingEffect-bottom-but-css[data-v-f804d704] {
  width: 626px;
  height: 36px;
  background: #f9f9f9;
  border: 0.5px solid #eeeeee;
  border-radius: 8px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trainingEffect-bottom-but-css p[data-v-f804d704] {
  width: 56px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: center;
  color: var(--theme-color);
  line-height: 16px;
}
.trainingEffect-tips-font-css[data-v-f804d704] {
  text-align: end;
  margin-top: 17px;
  margin-bottom: 4px;
}
.trainingEffect-tips-font-css p[data-v-f804d704] {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: right;
  line-height: 14px;
}
