@charset "UTF-8";
/** Variables */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.store-status-tabs[data-v-08d3ac6d] {
  margin-bottom: 15px;
}
.store-status-tabs[data-v-08d3ac6d] .el-tabs__header {
    margin-bottom: 0;
}

/* 状态组样式 */
.status-group[data-v-08d3ac6d] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.status-item[data-v-08d3ac6d] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.status-label[data-v-08d3ac6d] {
  color: #909399;
  font-size: 12px;
}

/* 弹窗样式优化 */
.store-dialog[data-v-08d3ac6d] .el-dialog {
  border-radius: 12px;
  box-shadow: 0 12px 32px 4px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__header {
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__body {
  padding: 0;
  max-height: 75vh;
  overflow-y: auto;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__body::-webkit-scrollbar {
    width: 8px;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__body::-webkit-scrollbar-thumb:hover {
      background: #a8a8a8;
}
.store-dialog[data-v-08d3ac6d] .el-dialog__footer {
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  background-color: #fafafa;
}

/* 弹窗头部 */
.dialog-header[data-v-08d3ac6d] {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.dialog-header .dialog-icon[data-v-08d3ac6d] {
    font-size: 20px;
    margin-right: 12px;
    opacity: 0.9;
}
.dialog-header .dialog-title[data-v-08d3ac6d] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* 弹窗内容 */
.dialog-content[data-v-08d3ac6d] {
  padding: 40px 32px;
  background-color: #fff;
}
.dialog-content .el-row[data-v-08d3ac6d] {
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.dialog-content .el-row .el-col[data-v-08d3ac6d] {
      padding-left: 12px !important;
      padding-right: 12px !important;
}

/* 表单样式 */
.store-form[data-v-08d3ac6d] .el-form-item {
  margin-bottom: 28px !important;
  padding-bottom: 12px;
}
.store-form[data-v-08d3ac6d] .el-form-item:last-child {
    margin-bottom: 0 !important;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-form-item__label {
    font-weight: 500;
    color: #303133;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    height: auto !important;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-form-item__content {
    line-height: normal;
    min-height: 42px;
    display: flex;
    align-items: center;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input,
  .store-form[data-v-08d3ac6d] .el-form-item .el-select {
    width: 100%;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input ::v-deep .el-input__inner,
    .store-form[data-v-08d3ac6d] .el-form-item .el-select ::v-deep .el-input__inner {
      border-radius: 6px;
      border: 1.5px solid #e4e7ed;
      transition: all 0.3s ease;
      height: 40px;
      line-height: 40px;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input ::v-deep .el-input__inner:focus,
      .store-form[data-v-08d3ac6d] .el-form-item .el-select ::v-deep .el-input__inner:focus {
        border-color: #409eff;
        box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
}
.store-form[data-v-08d3ac6d] .el-form-item .el-select ::v-deep .el-input__inner {
    height: 40px;
    line-height: 40px;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input-number {
    width: 100%;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input-number:not(.rate-number) ::v-deep .el-input__inner {
      border-radius: 6px;
      border: 1.5px solid #e4e7ed;
      transition: all 0.3s ease;
      height: 40px;
      line-height: 40px;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-input-number:not(.rate-number) ::v-deep .el-input__inner:focus {
        border-color: #409eff;
        box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
}
.store-form .el-row[data-v-08d3ac6d] {
  margin-bottom: 0;
}
.store-form .el-row .el-col[data-v-08d3ac6d] {
    padding-bottom: 0;
}

/* 详情文本样式 */
.detail-text[data-v-08d3ac6d] {
  color: #606266;
  font-size: 14px;
  line-height: 1.8;
  padding: 12px 16px;
  min-height: 42px;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin: 0;
}
.detail-text.time-text[data-v-08d3ac6d] {
    color: #909399;
    font-family: 'Monaco', 'Menlo', monospace;
}
.detail-text.bonus-rate[data-v-08d3ac6d] {
    color: #e6a23c;
    font-weight: 600;
    font-size: 15px;
    background-color: #fef7e6;
    border-color: #f4d77a;
}
.detail-text.empty-text[data-v-08d3ac6d] {
    color: #c0c4cc;
    font-style: italic;
    background-color: #f5f5f5;
}

/* 佣金比例输入 */
.bonus-rate-input[data-v-08d3ac6d] {
  display: flex;
  align-items: stretch;
  height: 40px;
  position: relative;
}
.bonus-rate-input .rate-number[data-v-08d3ac6d] {
    flex: 1;
    margin-right: 0;
}
.bonus-rate-input .rate-number[data-v-08d3ac6d] .el-input__inner {
      border-radius: 6px 0 0 6px !important;
      border-right: none !important;
}
.bonus-rate-input .rate-number[data-v-08d3ac6d] .el-input-number__increase,
    .bonus-rate-input .rate-number[data-v-08d3ac6d] .el-input-number__decrease {
      border-radius: 0;
}
.bonus-rate-input .rate-number[data-v-08d3ac6d] .el-input-number__increase {
      border-radius: 0;
      border-right: none;
}
.bonus-rate-input .unit-text[data-v-08d3ac6d] {
    color: #606266;
    font-size: 14px;
    font-weight: 500;
    min-width: 32px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #f5f7fa;
    border: 1.5px solid #e4e7ed;
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 上传区域 */
.upload-section[data-v-08d3ac6d] {
  padding: 10px 0;
  min-height: 40px;
  display: flex;
  align-items: flex-start;
}
.upload-section[data-v-08d3ac6d] .finish_room {
    width: 100%;
}
.upload-section[data-v-08d3ac6d] .finish_room2 {
    align-items: flex-start;
}
.upload-section[data-v-08d3ac6d] .room_add_img {
    border: 2px dashed #d9d9d9;
    border-radius: 8px;
    background-color: #fafafa;
    transition: all 0.3s ease;
    margin-left: 0;
    margin-top: 0;
}
.upload-section[data-v-08d3ac6d] .room_add_img:hover {
      border-color: #409eff;
      background-color: #f0f8ff;
}
.upload-section[data-v-08d3ac6d] .room_img {
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.upload-section[data-v-08d3ac6d] .room_img .img {
      border-radius: 8px;
}
.upload-section[data-v-08d3ac6d] .im-button {
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background-color: #ff4757;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.upload-section[data-v-08d3ac6d] .im-button:hover {
      background-color: #ff3742;
}
.upload-section[data-v-08d3ac6d] .im-close,
  .upload-section[data-v-08d3ac6d] .im-close1 {
    width: 12px;
    height: 2px;
    left: 4px;
    bottom: 9px;
}
.upload-section .upload-tip[data-v-08d3ac6d] {
    margin-top: 8px;
    color: #909399;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 4px;
}
.upload-section .upload-tip i[data-v-08d3ac6d] {
      color: #409eff;
      font-size: 14px;
}

/* 图片预览 */
.image-preview[data-v-08d3ac6d] {
  padding: 12px 0;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
}
.image-preview .preview-image[data-v-08d3ac6d] {
    width: 220px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}
.image-preview .preview-image[data-v-08d3ac6d]:hover {
      transform: scale(1.03);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
      cursor: pointer;
}

/* 状态包装 */
.status-wrapper[data-v-08d3ac6d] {
  padding: 12px 16px;
  min-height: 42px;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
}

/* 备注文本 */
.remark-text[data-v-08d3ac6d] {
  color: #606266;
  font-size: 14px;
  line-height: 1.8;
  padding: 14px 18px;
  background-color: #f8f9fa;
  border-left: 4px solid #409eff;
  border-radius: 6px;
  margin: 0;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
}

/* 弹窗底部 */
.dialog-footer[data-v-08d3ac6d] {
  text-align: right;
}
.dialog-footer .el-button[data-v-08d3ac6d] {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.dialog-footer .el-button.el-button--primary[data-v-08d3ac6d] {
      background: linear-gradient(135deg, #409eff 0%, #36a3f7 100%);
      border: none;
      box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
}
.dialog-footer .el-button.el-button--primary[data-v-08d3ac6d]:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(64, 158, 255, 0.4);
}
.dialog-footer .el-button.el-button--primary[data-v-08d3ac6d]:active {
        transform: translateY(0);
}
.dialog-footer .el-button[data-v-08d3ac6d]:not(.el-button--primary) {
      background-color: #fff;
      border: 1.5px solid #dcdfe6;
      color: #606266;
}
.dialog-footer .el-button[data-v-08d3ac6d]:not(.el-button--primary):hover {
        background-color: #f5f7fa;
        border-color: #c0c4cc;
}

/* 响应式优化 */
@media (max-width: 768px) {
.store-dialog[data-v-08d3ac6d] .el-dialog {
    width: 95% !important;
    margin: 5vh auto !important;
}
.dialog-content[data-v-08d3ac6d] {
    padding: 20px 16px;
}
.dialog-content .el-row[data-v-08d3ac6d] {
      margin-left: -8px !important;
      margin-right: -8px !important;
}
.dialog-content .el-row .el-col[data-v-08d3ac6d] {
        padding-left: 8px !important;
        padding-right: 8px !important;
}
.store-form[data-v-08d3ac6d] .el-form-item {
    margin-bottom: 20px !important;
}
.store-form[data-v-08d3ac6d] .el-form-item .el-form-item__label {
      width: 100px !important;
      margin-bottom: 6px;
}
.bonus-rate-input .unit-text[data-v-08d3ac6d] {
    min-width: 28px;
    padding: 0 6px;
}
}

