@charset "UTF-8";
[data-v-504e1678]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.scrollbar-flex-content[data-v-504e1678] {
  display: flex;
  flex-wrap: wrap;
}
.text-div[data-v-504e1678] {
  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-504e1678] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.image-dropdown .image-gengduo[data-v-504e1678] {
  width: 25px;
  height: 25px;
}
.scrollbar-demo-item[data-v-504e1678] {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #303033;
  flex: 0 1 calc(33% - 10px);
}
.scrollbar-demo-item .viewContent[data-v-504e1678] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  background-color: #303033;
  cursor: pointer;
}
.scrollbar-demo-item .viewContent .list-item[data-v-504e1678] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollbar-demo-item .viewContent .list-item .data-bgImage-div[data-v-504e1678] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scrollbar-demo-item .viewContent .list-item .smegma-div[data-v-504e1678] {
  border-radius: 10px;
  position: absolute;
  width: 100px;
  height: 140px;
  background: rgb(13, 13, 13);
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.scrollbar-demo-item .viewContent .list-item .data-name-div[data-v-504e1678] {
  border-radius: 10px;
  position: absolute;
  width: 100px;
  height: 140px;
  display: flex;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.scrollbar-demo-item .viewContent .list-item .data-name-div .data-name-text[data-v-504e1678] {
  width: 100%;
  color: gray;
  opacity: 1;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.scrollbar-demo-item .viewContent .list-item .data-name-div .image-dropdown[data-v-504e1678] {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.scrollbar-demo-item .viewContent .list-item .data-name-div .image-dropdown .image-gengduo[data-v-504e1678] {
  width: 25px;
  height: 25px;
}
.scrollbar-demo-item .viewContent .product-image[data-v-504e1678] {
  width: 80px;
  height: 80px;
  margin: 10px;
  border-radius: 10px;
}
.scrollbar-demo-item .viewContent .detail-div[data-v-504e1678] {
  width: 100%;
  display: flex;
}
.scrollbar-demo-item .viewContent .detail-div .image-gengduo[data-v-504e1678] {
  max-width: 25px;
  max-height: 25px;
}
.scrollbar-demo-item .viewContent .detail-div .name-view[data-v-504e1678] {
  width: 65px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollbar-demo-item .viewContent .detail-div .name-view .textStyle[data-v-504e1678] {
  color: black;
}
.scrollbar-demo-item .viewContent .repaint-content[data-v-504e1678] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.scrollbar-demo-item .viewContent .repaint-overlay[data-v-504e1678] {
  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 .viewContent .quxiaoStyle[data-v-504e1678] {
  margin-left: 30px;
  font-size: 15px;
}
.scrollbar-demo-item .viewContent .repaint-spinner[data-v-504e1678] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-504e1678 1s linear infinite;
}
.scrollbar-demo-item .viewContent .product-item-null[data-v-504e1678] {
  border-radius: 10px;
  width: 100px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
}
.scrollbar-demo-item .viewContent .product-item-null .product-item-image[data-v-504e1678] {
  width: 30px;
  height: 30px;
}
.scrollbar-demo-item .viewContent .product-item-null .title-text[data-v-504e1678] {
  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-504e1678 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.scrollbar-demo-item .selectViewContent[data-v-504e1678] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #378cff;
  background-color: #303033;
  cursor: pointer;
}
.scrollbar-demo-item .selectViewContent .list-item[data-v-504e1678] {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollbar-demo-item .selectViewContent .list-item .data-bgImage-div[data-v-504e1678] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scrollbar-demo-item .selectViewContent .list-item .smegma-div[data-v-504e1678] {
  border-radius: 10px;
  position: absolute;
  width: 100px;
  height: 140px;
  background: rgb(13, 13, 13);
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.scrollbar-demo-item .selectViewContent .list-item .data-name-div[data-v-504e1678] {
  border-radius: 10px;
  position: absolute;
  width: 100px;
  height: 140px;
  display: flex;
  flex-direction: column;
  /* 将子元素垂直排列 */
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.scrollbar-demo-item .selectViewContent .list-item .data-name-div .data-name-text[data-v-504e1678] {
  width: 100%;
  color: #fbc32a;
  opacity: 1;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.scrollbar-demo-item .selectViewContent .list-item .data-name-div .image-dropdown[data-v-504e1678] {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.scrollbar-demo-item .selectViewContent .list-item .data-name-div .image-dropdown .image-gengduo[data-v-504e1678] {
  width: 25px;
  height: 25px;
}
.scrollbar-demo-item .selectViewContent .product-image[data-v-504e1678] {
  width: 80px;
  height: 80px;
  margin: 10px;
  border-radius: 10px;
}
.scrollbar-demo-item .selectViewContent .detail-div[data-v-504e1678] {
  width: 100%;
  display: flex;
}
.scrollbar-demo-item .selectViewContent .detail-div .image-gengduo[data-v-504e1678] {
  max-width: 25px;
  max-height: 25px;
}
.scrollbar-demo-item .selectViewContent .detail-div .name-view[data-v-504e1678] {
  width: 65px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollbar-demo-item .selectViewContent .detail-div .name-view .textStyle[data-v-504e1678] {
  color: white;
}
.scrollbar-demo-item .selectViewContent .repaint-content[data-v-504e1678] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.scrollbar-demo-item .selectViewContent .repaint-overlay[data-v-504e1678] {
  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 .selectViewContent .quxiaoStyle[data-v-504e1678] {
  margin-left: 30px;
  font-size: 15px;
}
.scrollbar-demo-item .selectViewContent .repaint-spinner[data-v-504e1678] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-504e1678 1s linear infinite;
}
.scrollbar-demo-item .selectViewContent .product-item-null[data-v-504e1678] {
  border-radius: 10px;
  width: 100px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
}
.scrollbar-demo-item .selectViewContent .product-item-null .product-item-image[data-v-504e1678] {
  width: 30px;
  height: 30px;
}
.scrollbar-demo-item .selectViewContent .product-item-null .title-text[data-v-504e1678] {
  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-504e1678 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.scroll-bottom[data-v-504e1678] {
  height: 1px; /* 确保元素存在但不影响布局 */
}
@charset "UTF-8";
[data-v-70156676]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.scrollbar-flex-content[data-v-70156676] {
  display: flex;
  flex-wrap: wrap;
}
.scrollbar-demo-item[data-v-70156676] {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  flex: 0 1 calc(25% - 10px);
}
.selectViewContent[data-v-70156676] {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 3px solid #378cff;
  background-color: #303033;
  cursor: pointer;
}
.selectViewContent .textStyleTemp[data-v-70156676] {
  color: white;
  font-size: 12px;
}
.selectViewContent .textStyle[data-v-70156676] {
  color: white;
}
.selectViewContent .product-image[data-v-70156676] {
  width: calc(100% - 10px);
  height: 100px;
  margin: 5px;
  border-radius: 10px;
}
.selectViewContent .detail-div[data-v-70156676] {
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectViewContent .detail-div .image-gengduo[data-v-70156676] {
  max-width: 20px;
  max-height: 20px;
}
.selectViewContent .detail-div .name-view[data-v-70156676] {
  width: 65px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  /* 设置元素纵向排列 */
  align-items: center;
  justify-content: center;
}
.selectViewContent .repaint-content[data-v-70156676] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.selectViewContent .repaint-overlay[data-v-70156676] {
  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;
}
.selectViewContent .quxiaoStyle[data-v-70156676] {
  margin-left: 30px;
  font-size: 15px;
}
.selectViewContent .repaint-spinner[data-v-70156676] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-70156676 1s linear infinite;
}
.selectViewContent .product-item-null[data-v-70156676] {
  border-radius: 10px;
  width: 100px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
}
.selectViewContent .product-item-null .product-item-image[data-v-70156676] {
  width: 30px;
  height: 30px;
}
.selectViewContent .product-item-null .title-text[data-v-70156676] {
  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-70156676 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.selecttextStyleTemp[data-v-70156676] {
  color: white;
  font-size: 12px;
}
.textStyleTemp[data-v-70156676] {
  color: white;
  font-size: 12px;
}
.selecttextStyle[data-v-70156676] {
  color: white;
}
.textStyle[data-v-70156676] {
  color: white;
}
.viewContent[data-v-70156676] {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #303033;
  background-color: #303033;
  cursor: pointer;
}
.viewContent .textStyleTemp[data-v-70156676] {
  color: black;
  font-size: 12px;
}
.viewContent .textStyle[data-v-70156676] {
  color: white;
}
.viewContent .product-image[data-v-70156676] {
  width: calc(100% - 10px);
  height: 100px;
  margin: 5px;
  border-radius: 10px;
}
.viewContent .detail-div[data-v-70156676] {
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewContent .detail-div .image-gengduo[data-v-70156676] {
  max-width: 20px;
  max-height: 20px;
}
.viewContent .detail-div .name-view[data-v-70156676] {
  width: 65px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  /* 设置元素纵向排列 */
  align-items: center;
  justify-content: center;
}
.viewContent .repaint-content[data-v-70156676] {
  position: relative;
  /* 新增包裹层的相对定位 */
}
.viewContent .repaint-overlay[data-v-70156676] {
  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;
}
.viewContent .quxiaoStyle[data-v-70156676] {
  margin-left: 30px;
  font-size: 15px;
}
.viewContent .repaint-spinner[data-v-70156676] {
  border: 2px solid #378cff;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin-70156676 1s linear infinite;
}
.viewContent .product-item-null[data-v-70156676] {
  border-radius: 10px;
  width: 100px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 将子元素垂直排列 */
}
.viewContent .product-item-null .product-item-image[data-v-70156676] {
  width: 30px;
  height: 30px;
}
.viewContent .product-item-null .title-text[data-v-70156676] {
  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-70156676 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.scroll-bottom[data-v-70156676] {
  height: 2px; /* 确保元素存在但不影响布局 */
  width: 100%;
}
