/*! 
 Build based on gin-vue-admin 
 Time : 1766231861380 */
.store-select-dialog .added-stores-tip[data-v-df566d77] {
  margin-bottom: 16px;
}
.store-select-dialog .added-stores-tip[data-v-df566d77] .el-alert__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.8;
}
.store-select-dialog .pagination-wrapper[data-v-df566d77] {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.dialog-footer[data-v-df566d77] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-footer .selected-count[data-v-df566d77] {
  color: #606266;
  font-size: 14px;
}.import-dialog .el-dialog__body {
  padding: 24px 24px 20px;
}
.import-dialog .dialog-content .import-tip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 8px;
}
.import-dialog .dialog-content .import-tip .tip-icon {
  font-size: 20px;
  color: #0ea5e9;
  margin-top: 2px;
  flex-shrink: 0;
}
.import-dialog .dialog-content .import-tip .tip-content {
  flex: 1;
}
.import-dialog .dialog-content .import-tip .tip-content .tip-title {
  font-size: 14px;
  font-weight: 600;
  color: #0369a1;
  margin-bottom: 4px;
}
.import-dialog .dialog-content .import-tip .tip-content .tip-text {
  font-size: 13px;
  color: #0284c7;
  line-height: 1.5;
}
.import-dialog .dialog-content .import-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.import-dialog .dialog-content .import-steps .step-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.import-dialog .dialog-content .import-steps .step-item:hover {
  background: #f5f5f5;
}
.import-dialog .dialog-content .import-steps .step-item > .step-button,
.import-dialog .dialog-content .import-steps .step-item > .step-upload {
  align-self: flex-start;
  margin-top: 0;
}
.import-dialog .dialog-content .import-steps .step-item .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.import-dialog .dialog-content .import-steps .step-item .step-content {
  flex: 1;
  min-width: 0;
}
.import-dialog .dialog-content .import-steps .step-item .step-content .step-title {
  font-size: 15px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 4px;
}
.import-dialog .dialog-content .import-steps .step-item .step-content .step-desc {
  font-size: 13px;
  color: #606266;
  line-height: 1.4;
}
.import-dialog .dialog-content .import-steps .step-item .step-button {
  flex-shrink: 0;
  width: 140px;
  height: 36px;
}
.import-dialog .dialog-content .import-steps .step-item .step-upload {
  flex-shrink: 0;
  width: 140px;
}
.import-dialog .dialog-content .import-steps .step-item .step-upload :deep(.el-upload) {
  display: block;
  width: 100%;
}
.import-dialog .dialog-content .import-steps .step-item .step-upload :deep(.el-upload .el-button) {
  width: 100%;
  height: 36px;
}
.import-dialog .dialog-content .import-steps .step-item .step-upload .upload-tip {
  margin-top: 8px;
  font-size: 12px;
  color: #909399;
  text-align: center;
  line-height: 1.4;
}
.import-dialog .dialog-content .import-steps .step-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #e4e7ed, transparent);
  margin: 12px 0;
  position: relative;
}
.import-dialog .dialog-content .import-steps .step-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  border-radius: 50%;
}
.import-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #ebeef5;
  margin-top: 8px;
}
.import-dialog .dialog-footer .el-button {
  min-width: 88px;
  height: 36px;
}[data-v-f1671d92] .price-set-dialog .el-dialog__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #ebeef5;
}
[data-v-f1671d92] .price-set-dialog .el-dialog__header .el-dialog__title {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}
[data-v-f1671d92] .price-set-dialog .el-dialog__body {
  padding: 0;
}
[data-v-f1671d92] .price-set-dialog .el-dialog__footer {
  padding: 16px 24px 20px;
  border-top: 1px solid #ebeef5;
}
.dialog-content[data-v-f1671d92] {
  padding: 24px;
}
.dialog-content .dialog-tip[data-v-f1671d92] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 8px;
  font-size: 14px;
  color: #0369a1;
  line-height: 1.6;
}
.dialog-content .dialog-tip .tip-icon[data-v-f1671d92] {
  font-size: 18px;
  color: #0ea5e9;
  flex-shrink: 0;
  margin-top: 2px;
}
.dialog-content .price-form[data-v-f1671d92] .el-form-item {
  margin-bottom: 24px;
}
.dialog-content .price-form[data-v-f1671d92] .el-form-item__label {
  font-weight: 500;
  color: #303133;
  font-size: 14px;
}
.dialog-content .price-form[data-v-f1671d92] .el-input-number {
  width: 100%;
}
.dialog-content .price-form[data-v-f1671d92] .el-input-number .el-input__inner {
  height: 40px;
  line-height: 40px;
}
.dialog-content .price-form .form-tip[data-v-f1671d92] {
  margin-top: 6px;
  font-size: 12px;
  color: #909399;
  line-height: 1.5;
}
.dialog-footer[data-v-f1671d92] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.dialog-footer .el-button[data-v-f1671d92] {
  min-width: 88px;
  height: 36px;
  font-size: 14px;
}[data-v-3f1c8245] .price-set-dialog .el-dialog__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #ebeef5;
}
[data-v-3f1c8245] .price-set-dialog .el-dialog__header .el-dialog__title {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}
[data-v-3f1c8245] .price-set-dialog .el-dialog__body {
  padding: 0;
}
[data-v-3f1c8245] .price-set-dialog .el-dialog__footer {
  padding: 16px 24px 20px;
  border-top: 1px solid #ebeef5;
}
.dialog-content[data-v-3f1c8245] {
  padding: 24px;
}
.dialog-content .dialog-tip[data-v-3f1c8245] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 8px;
  font-size: 14px;
  color: #0369a1;
  line-height: 1.6;
}
.dialog-content .dialog-tip .tip-icon[data-v-3f1c8245] {
  font-size: 18px;
  color: #0ea5e9;
  flex-shrink: 0;
  margin-top: 2px;
}
.dialog-content .price-form[data-v-3f1c8245] .el-form-item {
  margin-bottom: 24px;
}
.dialog-content .price-form[data-v-3f1c8245] .el-form-item__label {
  font-weight: 500;
  color: #303133;
  font-size: 14px;
}
.dialog-content .price-form[data-v-3f1c8245] .el-input-number {
  width: 100%;
}
.dialog-content .price-form[data-v-3f1c8245] .el-input-number .el-input__inner {
  height: 40px;
  line-height: 40px;
}
.dialog-content .price-form .form-tip[data-v-3f1c8245] {
  margin-top: 6px;
  font-size: 12px;
  color: #909399;
  line-height: 1.5;
}
.dialog-footer[data-v-3f1c8245] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.dialog-footer .el-button[data-v-3f1c8245] {
  min-width: 88px;
  height: 36px;
  font-size: 14px;
}.rich-editor-container[data-v-9c228014] {
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
}
.rich-editor-content[data-v-9c228014] {
  overflow-y: auto;
  margin-top: 2px;
  flex: 1;
}