.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;
}
}

