*[data-v-17e50498] {
  box-sizing: border-box;
}
.upload-left-panel[data-v-17e50498] {
  position: fixed;
  left: 0;
  top: 65px;
  bottom: 0;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: auto;
  z-index: 9999;
}
.upload-panel[data-v-17e50498] {
  position: fixed;
  top: 65px;
  left: 330px;
  right: 0;
  bottom: 0;
  background-color: #f8f9fb;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-panel .example-images-box[data-v-17e50498] {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.upload-panel .example-images-box .example-images-box-title[data-v-17e50498] {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
}
.upload-panel .example-images-box .example-images[data-v-17e50498] {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.upload-panel .example-images-box .example-images img[data-v-17e50498] {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.upload-panel .upload-area[data-v-17e50498] {
  position: relative;
  background-color: #ffffff;
  border: 2px dashed #047afc;
  width: 379px;
  height: 342px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.upload-panel .upload-area .upload-colorful-btn[data-v-17e50498] {
  padding: 0 12px;
  min-width: 254px;
  height: 60px;
  background: linear-gradient(318deg, #7e2fe9, #8730fd 0%, #2741f5 41%, #39e3fb);
  border-radius: 45px;
  opacity: 0.88;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: 600;
  z-index: 9;
  cursor: pointer;
}
.batch-panel[data-v-17e50498] {
  position: fixed;
  right: 0;
  top: 65px;
  height: calc(100% - 65px);
  width: 144px;
  padding: 17px 17px 10px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 901;
}
.batch-panel > *[data-v-17e50498] {
  flex-shrink: 0;
}
.batch-panel .upload-btn[data-v-17e50498] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  border: 1px dashed #666666ff;
  background-color: #f5f5f5ff;
  cursor: pointer;
}
.batch-panel .upload-btn img[data-v-17e50498] {
  width: 29px;
  height: 29px;
  filter: brightness(0.7);
}
.batch-panel .upload-btn span[data-v-17e50498] {
  color: #999999ff;
  font-size: 16px;
  font-weight: 400;
  filter: brightness(0.6);
}
.batch-panel .bottom-content[data-v-17e50498] {
  position: fixed;
  right: 10px;
  width: 134px;
  padding: 10px 17px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.batch-panel .bottom-content[data-v-17e50498]::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
.batch-panel .bottom-content .bottom-content-left[data-v-17e50498] {
  font-size: 12px;
  color: #222222;
  font-weight: 400;
  cursor: default;
}
.batch-panel .bottom-content .bottom-content-right[data-v-17e50498] {
  font-size: 12px;
  color: #f23031;
  font-weight: 400;
  cursor: pointer;
}
.batch-panel .deal-item-active[data-v-17e50498] {
  border: 2px solid #047afc;
}
.batch-panel .item[data-v-17e50498] {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
}
.batch-panel .item .deal-image[data-v-17e50498] {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  display: block;
}
.batch-panel .item .deal-image-sucess-icon[data-v-17e50498] {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 2px;
  top: 2px;
}
.batch-panel .item .deal-image-mask[data-v-17e50498] {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  cursor: pointer;
}
.batch-panel .item .deal-image-loading-box[data-v-17e50498] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #22222250;
  border-radius: 6px;
  z-index: 9999;
}
.batch-panel .item .deal-image-loading-box .deal-image-loading[data-v-17e50498] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 32px;
  height: 32px;
  border: 3px solid #047afc;
  border-top-color: transparent;
  border-radius: 100%;
  animation: loadingRotate-17e50498 infinite 0.75s ease-in-out;
}
@keyframes loadingRotate-17e50498 {
0% {
    transform: translate(-50%, -50%) rotate(0deg);
}
100% {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
.batch-panel .item .deal-image-hover-box[data-v-17e50498] {
  display: none;
  position: fixed;
  top: var(--1438b856);
  width: 172px;
  height: 172px;
  background-color: #fff;
  right: 136px;
  z-index: 9999;
  border-radius: 6px;
  box-shadow: 0 3px 12px 4px #00000017;
  overflow: hidden;
}
.batch-panel .item .deal-image-hover-box .deal-image-hover-box-image[data-v-17e50498] {
  max-width: 100%;
  max-height: 100%;
}
.batch-panel .item .deal-image-delete-icon[data-v-17e50498] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  cursor: pointer;
}
.batch-panel .item:hover .deal-image-mask[data-v-17e50498] {
  display: block;
}
.batch-panel .item:hover .deal-image-hover-box[data-v-17e50498] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.batch-collapse-btn[data-v-17e50498] {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  user-select: none;
  width: 20px;
  height: 64px;
  right: 144px;
  background-color: #fff;
  z-index: 900;
}
.batch-collapse-btn-fold[data-v-17e50498] {
  right: 0;
}
.loading[data-v-17e50498] {
  pointer-events: none !important;
}
.upload-disabled[data-v-17e50498] {
  pointer-events: none !important;
  border: 1px dashed #c8c8c8ff !important;
}
.upload-disabled img[data-v-17e50498] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
.upload-disabled span[data-v-17e50498] {
  filter: brightness(1) !important;
  opacity: 0.5;
}
