[data-v-97d1b73e]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.product-script-list[data-v-97d1b73e] {
  display: flex;
  flex-wrap: wrap;
}
.product-item[data-v-97d1b73e] {
  position: relative;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin: 2px;
  box-sizing: border-box;
  flex: 0 1 calc(25% - 4px);
}
@media (max-width: 2000px) {
.product-item[data-v-97d1b73e] {
    flex: 0 1 calc(20% - 4px);
}
}
@media (max-width: 1600px) {
.product-item[data-v-97d1b73e] {
    flex: 0 1 calc(25% - 4px);
}
}
@media (max-width: 900px) {
.product-item[data-v-97d1b73e] {
    flex: 0 1 calc(33.33% - 4px);
}
}
@media (max-width: 768px) {
.product-item[data-v-97d1b73e] {
    flex: 0 1 calc(50% - 4px);
}
}
.title-text[data-v-97d1b73e] {
  font-size: 16px;
  color: white;
  font-family: "DingTalk_JinBuTi", serif;
}
.aspect-ratio-box[data-v-97d1b73e] {
  width: 100%;
  height: 0;
  padding-top: 125%;
  position: relative;
}
.aspect-ratio-content[data-v-97d1b73e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.class-image-loading-anime[data-v-97d1b73e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #ccc;
}
.class-image-loading-anime .el-image[data-v-97d1b73e] {
  width: 15px;
  height: 15px;
  animation: rotate 1s linear infinite;
}
.delete-icon[data-v-97d1b73e] {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
