@charset "UTF-8";
[data-v-cbf7a5a2]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.product-script-list[data-v-cbf7a5a2] {
  display: flex;
  flex-wrap: wrap;
}
.scroll-bottom[data-v-cbf7a5a2] {
  height: 1px; /* 确保元素存在但不影响布局 */
}
.product-item[data-v-cbf7a5a2] {
  border-radius: 10px;
  text-align: center;
  max-width: 450px;
  margin: 5px;
  box-sizing: border-box;
  background-color: #303033;
  flex: 0 1 calc(20% - 10px);
}
@media (max-width: 1500px) {
.product-item[data-v-cbf7a5a2] {
    flex: 0 1 calc(25% - 10px);
}
}
@media (max-width: 1000px) {
.product-item[data-v-cbf7a5a2] {
    flex: 0 1 calc(50% - 10px);
}
}
@media (max-width: 500px) {
.product-item[data-v-cbf7a5a2] {
    flex: 0 1 calc(100% - 10px);
}
}
.viewContent[data-v-cbf7a5a2] {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.product-item-null[data-v-cbf7a5a2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #303033;
}

/* 将子元素垂直排列 */
.product-item-image[data-v-cbf7a5a2] {
  width: 50px;
  height: 50px;
}
.title-text[data-v-cbf7a5a2] {
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.product-item-data[data-v-cbf7a5a2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-item-data .data-bgImage-div[data-v-cbf7a5a2] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.product-item-data .smegma-div[data-v-cbf7a5a2] {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(49, 47, 47);
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.product-item-data .data-name-div[data-v-cbf7a5a2] {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}
.product-item-data .data-name-div .image-dropdown[data-v-cbf7a5a2] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 0;
}
.product-item-data .data-name-div .image-dropdown .image-gengduo[data-v-cbf7a5a2] {
  width: 30px;
  height: 30px;
}
.product-item-data .data-name-text[data-v-cbf7a5a2] {
  color: white;
  opacity: 1;
  font-weight: bold;
  font-size: 18px;
  height: 25px;
  max-width: calc(100% - 10px);
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 60%;
}
.product-item-data .composite-video-smegma[data-v-cbf7a5a2] {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgb(49, 47, 47);
  opacity: 0.6;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 4;
  cursor: pointer;
}
.product-item-data .composite-video[data-v-cbf7a5a2] {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 5;
  color: white;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.product-item-data .composite-video .loading-spinner[data-v-cbf7a5a2] {
  border: 4px solid #378cff;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-cbf7a5a2 1s linear infinite;
}
.product-item-data .complete-video[data-v-cbf7a5a2] {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0.8;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.product-item-data .complete-video .image-gengduo[data-v-cbf7a5a2] {
  width: 45px;
  height: 45px;
}
.product-item-data .complete-video .image-dropdown[data-v-cbf7a5a2] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 5px;
}
.product-item-data .complete-video .image-dropdown .image-gengduo[data-v-cbf7a5a2] {
  width: 30px;
  height: 30px;
}
@keyframes spin-cbf7a5a2 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@charset "UTF-8";
[data-v-1c59f1d5]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.scrollbar-flex-content[data-v-1c59f1d5] {
  display: flex;
  flex-wrap: wrap;
}
.scrollbar-demo-item[data-v-1c59f1d5] {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #303033;
  flex: 0 1 calc(50% - 10px);
}
@media (max-width: 1400px) {
.scrollbar-demo-item[data-v-1c59f1d5] {
    flex: 0 1 calc(100% - 10px);
}
}
.scrollbar-demo-item .product-image[data-v-1c59f1d5] {
  width: calc(100% - 10px);
  height: 130px;
  margin: 5px;
  border-radius: 10px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrollbar-demo-item .detail-div[data-v-1c59f1d5] {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.scrollbar-demo-item .detail-div .image-gengduo[data-v-1c59f1d5] {
  max-width: 25px;
  max-height: 25px;
  margin-left: 5px;
}
.scrollbar-demo-item .detail-div .name-view[data-v-1c59f1d5] {
  width: calc(100% - 35px);
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  /* 设置元素纵向排列 */
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.scrollbar-demo-item .repaint-content[data-v-1c59f1d5] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.scrollbar-demo-item .repaint-overlay[data-v-1c59f1d5] {
  position: absolute;
  /* 修改为绝对定位 */
  top: 0;
  /* 覆盖在列表项上方 */
  left: 0;
  /* 覆盖在列表项上方 */
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  z-index: 2;
}
.scrollbar-demo-item .quxiaoStyle[data-v-1c59f1d5] {
  margin-left: 30px;
  font-size: 15px;
}
.scrollbar-demo-item .repaint-spinner[data-v-1c59f1d5] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-1c59f1d5 1s linear infinite;
}
.scrollbar-demo-item .product-item-null[data-v-1c59f1d5] {
  border-radius: 10px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  /* 将子元素垂直排列 */
}
.scrollbar-demo-item .product-item-null .product-item-image[data-v-1c59f1d5] {
  width: 50px;
  height: 50px;
}
.scrollbar-demo-item .product-item-null .title-text[data-v-1c59f1d5] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
@keyframes spin-1c59f1d5 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.scroll-bottom[data-v-1c59f1d5] {
  height: 2px; /* 确保元素存在但不影响布局 */
  width: 100%;
}
@charset "UTF-8";
[data-v-2c9af6f9]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.scrollbar-flex-content[data-v-2c9af6f9] {
  display: flex;
  flex-wrap: wrap;
}
.text-div[data-v-2c9af6f9] {
  background-color: #585858;
  width: calc(100% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  margin-left: 5px;
  height: 30px;
  border-radius: 5px;
}
.image-dropdown[data-v-2c9af6f9] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.image-dropdown .image-gengduo[data-v-2c9af6f9] {
  width: 25px;
  height: 25px;
}
.scrollbar-demo-item[data-v-2c9af6f9] {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #303033;
  flex: 0 1 calc(50% - 10px);
}
@media (max-width: 1400px) {
.scrollbar-demo-item[data-v-2c9af6f9] {
    flex: 0 1 calc(100% - 10px);
}
}
.scrollbar-demo-item .list-item[data-v-2c9af6f9] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollbar-demo-item .list-item .data-bgImage-div[data-v-2c9af6f9] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scrollbar-demo-item .list-item .smegma-div[data-v-2c9af6f9] {
  border-radius: 10px;
  position: absolute;
  width: 120px;
  height: 160px;
  background: rgb(13, 13, 13);
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.scrollbar-demo-item .list-item .data-name-div[data-v-2c9af6f9] {
  border-radius: 10px;
  position: absolute;
  width: 120px;
  height: 160px;
  display: flex;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.scrollbar-demo-item .list-item .data-name-div .data-name-text[data-v-2c9af6f9] {
  width: 100%;
  color: #fbc32a;
  opacity: 1;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.scrollbar-demo-item .product-image[data-v-2c9af6f9] {
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 10px;
}
.scrollbar-demo-item .detail-div[data-v-2c9af6f9] {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.scrollbar-demo-item .detail-div .image-gengduo[data-v-2c9af6f9] {
  max-width: 25px;
  max-height: 25px;
  margin-left: 5px;
}
.scrollbar-demo-item .detail-div .name-view[data-v-2c9af6f9] {
  width: 80px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  /* 设置元素纵向排列 */
  align-items: center;
  justify-content: center;
}
.scrollbar-demo-item .repaint-content[data-v-2c9af6f9] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.scrollbar-demo-item .repaint-overlay[data-v-2c9af6f9] {
  position: absolute;
  /* 修改为绝对定位 */
  top: 0;
  /* 覆盖在列表项上方 */
  left: 0;
  /* 覆盖在列表项上方 */
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.75;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 2;
}
.scrollbar-demo-item .quxiaoStyle[data-v-2c9af6f9] {
  margin-left: 30px;
  font-size: 15px;
}
.scrollbar-demo-item .repaint-spinner[data-v-2c9af6f9] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-2c9af6f9 1s linear infinite;
}
.scrollbar-demo-item .product-item-null[data-v-2c9af6f9] {
  border-radius: 10px;
  width: 100%;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  /* 将子元素垂直排列 */
}
.scrollbar-demo-item .product-item-null .product-item-image[data-v-2c9af6f9] {
  width: 50px;
  height: 50px;
}
.scrollbar-demo-item .product-item-null .title-text[data-v-2c9af6f9] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
@keyframes spin-2c9af6f9 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.scroll-bottom[data-v-2c9af6f9] {
  height: 1px; /* 确保元素存在但不影响布局 */
}
@charset "UTF-8";
[data-v-12e042db]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.f-hender[data-v-12e042db] {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.f-hender .f-title[data-v-12e042db] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.f-hender .f-title .el-text[data-v-12e042db] {
  color: white;
  font-size: 22px;
  font-weight: 500;
}
.f-hender .custom-icon-button[data-v-12e042db] {
  border-width: 0px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: left;
}
.f-contaent[data-v-12e042db] {
  width: 100%;
  margin-top: 20px;
}
.f-contaent .f-button[data-v-12e042db] {
  background-color: white;
  color: #b07af3;
  border: 1px solid #b07af3;
}
.f-contaent .f-button-select[data-v-12e042db] {
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-contaent .f-button[data-v-12e042db]:active {
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-contaent .role-button[data-v-12e042db] {
  margin-left: 0px;
  background-color: white;
  color: #b07af3;
  border: 1px solid #b07af3;
}
.f-contaent .role-button-select[data-v-12e042db] {
  margin-left: 0px;
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-contaent .role-button[data-v-12e042db]:active {
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-contaent .c-button[data-v-12e042db] {
  margin-left: 0px;
  background-color: white;
  color: #b07af3;
  border: 1px solid #b07af3;
}
.f-contaent .c-button-select[data-v-12e042db] {
  margin-left: 0px;
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-contaent .c-butto[data-v-12e042db]:active {
  background-color: #b07af3;
  color: white;
  border: 1px solid #b07af3;
}
.f-list[data-v-12e042db] {
  background: white;
  border: 1px solid #b07af3;
  overflow: auto;
  /* 设置溢出内容可滚动 */
}
.dialogRow[data-v-12e042db] {
  margin-bottom: 10px;
  margin-left: 10px;
}
.dialogRow .selectViewStyle[data-v-12e042db] {
  width: 100%;
}
.diver-content[data-v-12e042db] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
}
.diver-content .item[data-v-12e042db] {
  width: 120px;
  height: 120px;
  margin: 10px 10px 0 0;
}
.diver-content .item .image[data-v-12e042db] {
  width: 100%;
  height: 100%;
}
.diver-content .item .image.active[data-v-12e042db] {
  border: 4px solid #b07af3;
  border-radius: 14px;
}
.titleLabel[data-v-12e042db] {
  width: 100%;
  text-align: left;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
}
.center-col[data-v-12e042db] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.center-col .baocunBnt[data-v-12e042db] {
  width: 150px;
  height: 40px;
  opacity: 1;
  border-radius: 40px;
  border-width: 0px;
  background: #b07af3;
  /** 文本1 */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  text-align: left;
  vertical-align: top;
}
.infinite-list[data-v-12e042db] {
  height: 500px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.infinite-list .box-card-role-template[data-v-12e042db] {
  background-color: white;
  margin-bottom: 10px;
  --el-card-padding: 10px;
  border-radius: 10px;
}
.infinite-list .box-card-role-template .roleImage[data-v-12e042db] {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.infinite-list .box-card-role-template .titlText[data-v-12e042db] {
  /** 文本1 */
  color: black;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.infinite-list .box-card-role-template .containerText[data-v-12e042db] {
  color: black;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 设置最大展示行数为2 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.infinite-list .box-card-role-template-selected[data-v-12e042db] {
  background-color: #b07af3;
  margin-bottom: 10px;
  --el-card-padding: 10px;
  border-radius: 10px;
}
.infinite-list .box-card-role-template-selected .roleImage[data-v-12e042db] {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.infinite-list .box-card-role-template-selected .titlText[data-v-12e042db] {
  /** 文本1 */
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.infinite-list .box-card-role-template-selected .containerText[data-v-12e042db] {
  color: white;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 设置最大展示行数为2 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.preview-image[data-v-12e042db] {
  width: 600px;
  height: 600px;
}
.videoClose[data-v-12e042db] {
  color: #aaa;
  cursor: pointer;
  float: right;
  font-size: 38px;
  font-weight: bold;
}
