.page-box {
  margin: 20px auto;
  text-align: center;
}
.page-box .el-pagination__editor.el-input {
  width: 70px !important;
}
.page-box .el-pagination__editor.el-input .el-input__inner {
  text-indent: 0 !important;
}
.order-mess[data-v-6e3b828a] {
  background: #ecf5ff;
  border: 1px solid #b3d8ff;
  padding: 10px;
  font-size: 14px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-weight: bold;
}
.order-list[data-v-6e3b828a] {
  border: 1px solid #b3d8ff;
}
.order-list li[data-v-6e3b828a] {
  padding: 10px;
  background: #f1f1f1;
}
.order-list li .order-item[data-v-6e3b828a] {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.order-list li .order-item .prod-img[data-v-6e3b828a] {
  width: 70px;
  height: 70px;
}
.order-list li .order-item .con[data-v-6e3b828a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 70px;
  font-size: 13px;
}
.order-list li .order-item .con p[data-v-6e3b828a] {
  flex: 1;
  display: flex;
  align-items: center;
}
.order-list li[data-v-6e3b828a]:not(:last-child) {
  border-bottom: 2px solid #ffffff;
}
.order-list li.cur[data-v-6e3b828a] {
  background: #f5dab1;
}
.customer-service-process[data-v-6e3b828a] {
  padding: 10px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
.customer-service-process .el-form-item[data-v-6e3b828a] {
  margin-bottom: 20px;
}
.product-mess[data-v-6e3b828a] {
  padding: 5px 10px;
  background: #f1f1f1;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
}
.product-mess .product-mess-item[data-v-6e3b828a] {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 15px 0;
  font-size: 12px;
}
.product-mess .product-mess-item span[data-v-6e3b828a] {
  display: flex;
  align-items: center;
}
.detail-list[data-v-73f5b284] {
  display: block;
  width: 100%;
}
.detail-list li[data-v-73f5b284] {
  width: 100%;
  padding: 8px 0;
}
.detail-list li[data-v-73f5b284]:not(:first-child) {
  border-top: 1px solid #ffffff;
}

.table1 .warning-row {
    background: #fdf6ec;
}

.after-sale-setup[data-v-3a3caa6d] {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.after-sale-setup .after-sale-setup-inner[data-v-3a3caa6d] {
  flex: 1;
}
.after-sale-setup .after-sale-setup-inner .title[data-v-3a3caa6d] {
  padding: 10px;
  font-size: 14px;
  background: #ecf5ff;
  border: 1px solid #b3d8ff;
  border-bottom: 0;
}
