.share-dialog .dialog-body[data-v-7ca823e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 16px;
  height: 60vh;
  overflow: hidden;
}
.share-dialog .left-panel[data-v-7ca823e1] {
  width: 280px;
  border-right: 1px solid #ebeef5;
  padding-right: 16px;
  overflow-y: auto;
}
.share-dialog .right-panel[data-v-7ca823e1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative;
}
.share-dialog .right-panel .sticky-header[data-v-7ca823e1] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #fff;
  z-index: 1000;
  padding: 16px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-dialog .right-panel .sticky-header .header-title[data-v-7ca823e1] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}
.share-dialog .right-panel .sticky-header .header-radio[data-v-7ca823e1] {
  /* 如果需要微调单选框位置或间距，在这里写 */
  margin: 0;
}
.share-dialog .project-checkbox-group[data-v-7ca823e1],
.share-dialog .project-check-group.grid-layout[data-v-7ca823e1] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-dialog .project-checkbox-group .el-checkbox[data-v-7ca823e1],
.share-dialog .project-check-group.grid-layout .el-checkbox[data-v-7ca823e1] {
  margin: 0;
}
.share-dialog .project-checkbox-group .el-checkbox[data-v-7ca823e1]  .el-checkbox__label,
.share-dialog .project-check-group.grid-layout .el-checkbox[data-v-7ca823e1]  .el-checkbox__label {
  white-space: nowrap;
}
.share-dialog .form-section[data-v-7ca823e1] {
  margin-bottom: 20px;
}
.share-dialog .form-section-title[data-v-7ca823e1] {
  font-size: 13px;
  color: #303133;
  margin-bottom: 10px;
  font-weight: 600;
}
.share-dialog .project-tags[data-v-7ca823e1] {
  gap: 6px;
}
.share-dialog .project-tags .project-tag[data-v-7ca823e1] {
  margin: 2px;
  font-size: 12px;
}
.share-dialog .effective-tag[data-v-7ca823e1] {
  font-size: 12px;
  padding: 0 8px;
}
.share-dialog .action-buttons .el-button[data-v-7ca823e1] {
  padding: 5px 10px;
}
.share-dialog .dialog-footer[data-v-7ca823e1] {
  padding: 12px 20px;
  background: #f8f9fa;
}
.share-dialog .user-card-container[data-v-7ca823e1] {
  min-height: 140px;
  margin-bottom: 12px;
}
.share-dialog .add-user-btn[data-v-7ca823e1] {
  width: 100%;
}
.share-dialog .user-cell[data-v-7ca823e1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
.share-dialog .user-cell[data-v-7ca823e1]  .el-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-dialog .user-cell .user-name[data-v-7ca823e1] {
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.share-dialog .user-search-section .user-search-input[data-v-7ca823e1] {
  margin-bottom: 12px;
}
.share-dialog .user-search-section .user-search-input .search-btn[data-v-7ca823e1] {
  padding: 12px;
}
.share-dialog .user-search-section .user-card-container[data-v-7ca823e1] {
  min-height: 160px;
  margin-bottom: 12px;
}
.share-dialog .user-search-section .user-card[data-v-7ca823e1] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.share-dialog .user-search-section .user-card .user-avatar img[data-v-7ca823e1] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.share-dialog .user-search-section .user-card .user-name[data-v-7ca823e1] {
  font-size: 14px;
  margin-bottom: 4px;
}
.share-dialog .user-search-section .user-card .user-phone[data-v-7ca823e1] {
  color: #909399;
  font-size: 12px;
}
.share-dialog .user-search-section .user-card .user-status[data-v-7ca823e1] {
  margin-top: 8px;
}
.fade-enter-active[data-v-7ca823e1],
.fade-leave-active[data-v-7ca823e1] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade-enter[data-v-7ca823e1],
.fade-leave-to[data-v-7ca823e1] {
  opacity: 0;
}

.info-card[data-v-d9d95720] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.info-card[data-v-d9d95720] .el-card__header {
  padding: 10px 24px;
}
.card-header[data-v-d9d95720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-d9d95720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-d9d95720] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-d9d95720] {
  color: #67c23a;
}
.card-header .header-left .card-title[data-v-d9d95720] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
/* 修复描述项宽度变化问题 */
[data-v-d9d95720] .el-descriptions {
  table-layout: fixed !important;
  width: 100%;
}
[data-v-d9d95720] .el-descriptions-item__label {
  line-height: 35px !important;
  width: 10% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-d9d95720] .el-descriptions-item__cell {
  min-width: 250px !important;
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_room[data-v-d9d95720] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.col[data-v-d9d95720] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col > .key[data-v-d9d95720] {
  color: #777777;
  width: 84px !important;
  text-align: right;
  margin-right: 10px;
}
.col > .value[data-v-d9d95720] {
  color: #333333;
}
.col > .inline-edit[data-v-d9d95720] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.line[data-v-d9d95720] {
  height: 1px;
  border-top: 1px dashed #ccc;
  margin: 20px;
}

.page-bar[data-v-3209297e] {
  margin-top: 20px;
}
.search-input[data-v-3209297e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.search-input span[data-v-3209297e] {
  margin-right: 10px;
  margin-left: 10px;
}
.search-input button[data-v-3209297e] {
  margin-right: 10px;
  margin-left: 10px;
}
.search-input .el-input[data-v-3209297e] {
  width: 220px;
}
.search-input el-select[data-v-3209297e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.demo-table-expand label[data-v-3209297e] {
  width: 90px;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-3209297e] {
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 0;
  width: 30%;
}
.auto_scroll_y[data-v-3209297e] {
  max-height: 650px;
  overflow-y: auto;
}
.my-dialog[data-v-3209297e] {
  margin-top: -80px !important;
  /* 或你自己想要的值 */
}
[data-v-3209297e] .tableBox th {
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
}
[data-v-3209297e] .tableBox td {
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
}
.footer[data-v-3209297e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-bar[data-v-aeee41a4] {
  margin-top: 20px;
}
.search-input[data-v-aeee41a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.search-input span[data-v-aeee41a4] {
  margin-right: 10px;
  margin-left: 10px;
}
.search-input button[data-v-aeee41a4] {
  margin-right: 10px;
  margin-left: 10px;
}
.search-input .el-input[data-v-aeee41a4] {
  width: 220px;
}
.search-input el-select[data-v-aeee41a4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.demo-table-expand label[data-v-aeee41a4] {
  width: 90px;
  color: #99a9bf;
}
.demo-table-expand .el-form-item[data-v-aeee41a4] {
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 0;
  width: 30%;
}
.auto_scroll_y[data-v-aeee41a4] {
  max-height: 650px;
  overflow-y: auto;
}
.my-dialog[data-v-aeee41a4] {
  margin-top: -80px !important;
  /* 或你自己想要的值 */
}
[data-v-aeee41a4] .tableBox th {
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
}
[data-v-aeee41a4] .tableBox td {
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
}
.footer[data-v-aeee41a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-creation-container[data-v-3d4a2f6e] {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  background-color: #f8f9fa;
}
.creation-card[data-v-3d4a2f6e] {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ebeef5;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.creation-card[data-v-3d4a2f6e]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.creation-card .card-header[data-v-3d4a2f6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(#ffffff));
  background: linear-gradient(90deg, #f8f9fa, #ffffff);
  border-bottom: 1px solid #ebeef5;
}
.creation-card .card-header .card-title[data-v-3d4a2f6e] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creation-card .card-header .card-title i[data-v-3d4a2f6e] {
  margin-right: 8px;
  font-size: 18px;
  color: #409EFF;
}
.creation-card .card-header .card-title .el-tag[data-v-3d4a2f6e] {
  margin-left: 8px;
  height: 20px;
  line-height: 18px;
}
.compact-form[data-v-3d4a2f6e] {
  padding: 16px 24px;
}
.compact-form .el-form-item[data-v-3d4a2f6e] {
  margin-bottom: 18px;
}
.compact-form .el-input__prefix[data-v-3d4a2f6e],
.compact-form .el-input__suffix[data-v-3d4a2f6e] {
  color: #606266;
}
.dense-table[data-v-3d4a2f6e]  th {
  font-weight: 600;
  font-size: 13px;
}
.dense-table .device-info[data-v-3d4a2f6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dense-table .device-info i[data-v-3d4a2f6e] {
  margin-right: 8px;
  font-size: 18px;
  color: #909399;
}
.dense-table .device-info .device-name[data-v-3d4a2f6e] {
  margin-right: 8px;
  font-weight: 500;
}
.dense-table .price-cell[data-v-3d4a2f6e] {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 500;
  color: #303133;
}
.sidebar[data-v-3d4a2f6e] {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar .summary-card[data-v-3d4a2f6e] {
  margin-bottom: 20px;
}
.sidebar .summary-card .price-summary[data-v-3d4a2f6e] {
  padding: 16px;
}
.sidebar .summary-card .price-summary .price-item[data-v-3d4a2f6e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0;
  font-size: 14px;
  color: #606266;
  height: 20px;
}
.sidebar .summary-card .price-summary .price-item .span[data-v-3d4a2f6e] {
  width: 80px;
  font-size: 14px;
}
.sidebar .summary-card .price-summary .price-item[data-v-3d4a2f6e] .edit-item {
  width: 60%;
}
.sidebar .summary-card .price-summary .price-item[data-v-3d4a2f6e] .edit-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #303133;
  font-weight: 500;
}
.sidebar .summary-card .price-summary .total-price[data-v-3d4a2f6e] {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar .summary-card .price-summary .total-price[data-v-3d4a2f6e] .edit-item {
  width: 70%;
}
.sidebar .summary-card .price-summary .total-price[data-v-3d4a2f6e] .edit-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f56c6c;
  font-weight: 600;
  font-size: 18px;
}
.sidebar.remark-card[data-v-3d4a2f6e]  .el-textarea__inner {
  border: none;
  padding: 0;
  font-size: 14px;
  color: #606266;
}
.action-bar[data-v-3d4a2f6e] {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.action-bar .action-btn[data-v-3d4a2f6e] {
  margin-left: 0;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.action-bar .action-btn i[data-v-3d4a2f6e] {
  margin-right: 6px;
}
.action-bar .action-btn[data-v-3d4a2f6e]:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
@media (max-width: 1200px) {
.order-creation-container[data-v-3d4a2f6e] {
    grid-template-columns: 1fr;
    padding: 16px;
}
.order-creation-container .sidebar[data-v-3d4a2f6e] {
    position: static;
    grid-row: 1;
}
}

.info-card[data-v-21d85a98],
.list-card[data-v-21d85a98] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.info-card[data-v-21d85a98] .el-card__header,
.list-card[data-v-21d85a98] .el-card__header {
  padding: 10px 24px;
}
.info-card .order-card-but[data-v-21d85a98],
.list-card .order-card-but[data-v-21d85a98] {
  font-size: 20px;
  color: #409EFF;
}
.card-header[data-v-21d85a98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-21d85a98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-21d85a98] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-21d85a98] {
  color: #67C23A;
}
.card-header .header-left .el-icon-s-order[data-v-21d85a98] {
  color: #E6A23C;
}
.card-header .header-left .el-icon-s-home[data-v-21d85a98] {
  color: #F56C6C;
}
.card-header .header-left .card-title[data-v-21d85a98] {
  font-size: 16px !important;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
.card-header .header-right[data-v-21d85a98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.table-header[data-v-21d85a98],
.theme-table[data-v-21d85a98] th {
  background: #f8f9fc !important;
  color: #606266 !important;
  font-weight: 500 !important;
}
/* 操作按钮图标 */
.action-buttons .el-button i[data-v-21d85a98] {
  font-size: 12px;
  color: #909399;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.action-buttons .el-button i[data-v-21d85a98]:hover {
  color: #409EFF;
}
.table-header[data-v-21d85a98],
.theme-table[data-v-21d85a98] th {
  background: #f5f7fa !important;
  color: #2c3e50 !important;
  font-weight: 600 !important;
  font-size: 14px;
}
.el-table[data-v-21d85a98] .el-table__row {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-table[data-v-21d85a98] .el-table__row:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.el-table[data-v-21d85a98] .el-table__row td {
  padding: 12px 0;
}
.el-table--striped[data-v-21d85a98] .el-table__body tr.el-table__row--striped td {
  background: #fafbfc;
}
.type-tag[data-v-21d85a98] {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.type-tag--0[data-v-21d85a98] {
  background: #f0f4ff;
  color: #409EFF;
}
.type-tag--1[data-v-21d85a98] {
  background: #ecfff0;
  color: #4caf50;
}
.type-tag--2[data-v-21d85a98] {
  background: #e4e4e4;
  color: #6e6e6e;
}
.type-tag--3[data-v-21d85a98] {
  background: #fff3e2;
  color: #ff9800;
}
.type-tag--4[data-v-21d85a98] {
  background: #ffe9e9;
  color: #ff8080;
}
.type-tag--5[data-v-21d85a98] {
  background: #e9deff;
  color: #9e67ff;
}
.status-badge[data-v-21d85a98] {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge--0[data-v-21d85a98] {
  background: #fff3e0;
  color: #ff9800;
}
.status-badge--1[data-v-21d85a98] {
  background: #e8f5e9;
  color: #4caf50;
}
.status-badge--2[data-v-21d85a98] {
  background: #e3f2fd;
  color: #2196f3;
}
.status-badge--3[data-v-21d85a98] {
  background: #fff3e0;
  color: #f47878;
}
.status-badge--4[data-v-21d85a98] {
  background: #efefef;
  color: #9e9e9e;
}
.status-badge-deliver[data-v-21d85a98] {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge-deliver--0[data-v-21d85a98] {
  background: #fff3e0;
  color: #ff9800;
}
.status-badge-deliver--1[data-v-21d85a98] {
  background: #f0f4ff;
  color: #7940da;
}
.status-badge-deliver--2[data-v-21d85a98] {
  background: #fce4ec;
  color: #e91e63;
}
.action-buttons[data-v-21d85a98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.action-buttons[data-v-21d85a98]:hover {
  opacity: 1;
}
.action-buttons .el-button[data-v-21d85a98] {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.action-buttons .el-button[data-v-21d85a98]:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.time-text[data-v-21d85a98] {
  color: #909399;
  font-size: 12px;
}
.el-table[data-v-21d85a98] {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dialog[data-v-3f079ff6] {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.list-card[data-v-5ff79bf2] {
  margin-bottom: 30px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.list-card[data-v-5ff79bf2] .el-card__header {
  padding: 10px 24px;
}
.list-card .order-card-but[data-v-5ff79bf2] {
  font-size: 20px;
  color: #409eff;
}
.card-header[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header .header-left[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.card-header .header-left i[data-v-5ff79bf2] {
  font-size: 30px;
  margin-right: 8px;
}
.card-header .header-left .el-icon-s-help[data-v-5ff79bf2] {
  color: #67c23a;
}
.card-header .header-left .el-icon-s-order[data-v-5ff79bf2] {
  color: #e6a23c;
}
.card-header .header-left .el-icon-s-home[data-v-5ff79bf2] {
  color: #f56c6c;
}
.card-header .header-left .card-title[data-v-5ff79bf2] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
}
.card-header .header-right[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.table-header[data-v-5ff79bf2],
.theme-table[data-v-5ff79bf2] th {
  background: #f8f9fc !important;
  color: #606266 !important;
  font-weight: 500 !important;
}
.theme-title-wrapper[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 120px;
  width: 100%;
  padding-right: 16px;
}
.theme-title-wrapper .theme-meta-grid[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 8px;
  min-height: 100px;
}
.theme-title-wrapper .theme-meta-grid .meta-row[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header[data-v-5ff79bf2] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#ebf3ff), to(rgba(231, 255, 253, 0)));
  background: linear-gradient(90deg, #ebf3ff 0%, rgba(231, 255, 253, 0) 100%);
  border-radius: 6px 6px 6px 6px;
  height: 53px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .theme-version[data-v-5ff79bf2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 版本禁止收缩 */
  margin-left: 12px;
  font-size: 12px;
  color: #909399;
  padding: 2px 8px;
  border-radius: 10px;
  font-family: Monaco, monospace;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .theme-name[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1f2d3d;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-header .inline-btns[data-v-5ff79bf2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description[data-v-5ff79bf2] {
  min-height: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description .description-content[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #909399;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-description .extra-btns[data-v-5ff79bf2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer[data-v-5ff79bf2] {
  gap: 12px;
  color: #909399;
  font-size: 12px;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer .spacer[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.theme-title-wrapper .theme-meta-grid .meta-row.meta-footer .theme-creator[data-v-5ff79bf2]::before {
  content: '\B7';
  margin: 0 6px;
}
.theme-title-wrapper .operate-btn-group[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 12px;
  padding: 6px 12px;
}
.theme-title-wrapper .operate-btn-group .el-button[data-v-5ff79bf2] {
  font-size: 20px;
}
.theme-title-wrapper .operate-btn-group .el-button.add-btn[data-v-5ff79bf2] {
  color: #409eff;
}
.theme-title-wrapper .operate-btn-group .el-button.edit-btn[data-v-5ff79bf2] {
  color: #67c23a;
}
.theme-title-wrapper .operate-btn-group .el-button.copy-btn[data-v-5ff79bf2] {
  color: #e6a23c;
}
.theme-title-wrapper .operate-btn-group .el-button.delete-btn[data-v-5ff79bf2] {
  color: #f56c6c;
}
.version-radio[data-v-5ff79bf2] {
  margin-right: 24px;
}
.version-radio[data-v-5ff79bf2] .el-radio-button__inner {
  padding: 8px 16px;
}
.version-radio[data-v-5ff79bf2] .el-radio-button__inner.is-active {
  background: #409eff;
  color: #fff;
}
.theme-collapse[data-v-5ff79bf2] .el-collapse-item__header {
  height: 36px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
  margin-top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.theme-collapse[data-v-5ff79bf2] .el-collapse-item__content {
  background: #fafbfc;
  padding-bottom: 0;
  overflow-y: auto;
  /* 内部滚动 */
}
.theme-collapse[data-v-5ff79bf2] .el-collapse-item {
  border: 1px solid #ebeef5;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.theme-collapse[data-v-5ff79bf2] .el-collapse-item__header {
  height: auto !important;
}
.theme-collapse[data-v-5ff79bf2] .el-collapse-item__arrow {
  margin-right: 12px;
  color: #909399;
}
.name_title[data-v-5ff79bf2] {
  font-size: 15px;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  color: #1f8fff;
}
.info_room[data-v-5ff79bf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.col[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col > .key[data-v-5ff79bf2] {
  color: #777777;
  width: 84px !important;
  text-align: right;
  margin-right: 10px;
}
.col > .value[data-v-5ff79bf2] {
  color: #333333;
}
.col > .inline-edit[data-v-5ff79bf2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-table[data-v-5ff79bf2] {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.project-detail-container[data-v-01ad10c0] {
  min-height: 100vh;
  background: #f0f2f6;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-detail-container .el-header[data-v-01ad10c0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.project-detail-container .detail-main[data-v-01ad10c0] {
  width: 95%;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: visible;
}
.project-detail-container nav[data-v-01ad10c0] {
  font-family: Inter, Inter;
  font-size: 14px;
  color: #303133;
  margin: 14px 0;
}

