.show-img-list[data-v-fe7d6758] {
  width: 100%;
  height: calc(100vh - 290px);
  padding: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.show-img-list li[data-v-fe7d6758] {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.show-img-list li.cur .el-image[data-v-fe7d6758] {
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #ff0000;
}
.show-img-list li .el-image[data-v-fe7d6758] {
  width: 100%;
  display: block;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.show-img-list li p[data-v-fe7d6758] {
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.show-img-list li .show-img-error[data-v-fe7d6758] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  cursor: pointer;
  background: #f1f1f1;
  position: relative;
}
.show-img-list li .show-img-error p[data-v-fe7d6758] {
  display: block;
  width: 100%;
  color: #ff0000;
}
.show-img-list li .show-img-error .el-image[data-v-fe7d6758] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2020;
}
.update-template[data-v-fe7d6758] {
  text-align: center;
  padding: 10px 0;
  margin-top: -15px;
  background: #f1f1f1;
}
.order-detail[data-v-20d2ae4e] {
  font-size: 14px;
}
.order-detail li[data-v-20d2ae4e] {
  margin-bottom: 10px;
  border: 1px solid #b3d8ff;
}
.order-detail li .li-item-title[data-v-20d2ae4e] {
  background: #ecf5ff;
  padding: 10px;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}
.order-detail li .item-content[data-v-20d2ae4e] {
  background: #ffffff;
  padding: 10px;
  font-size: 13px;
}
.order-detail li .item-content p[data-v-20d2ae4e] {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
}
.order-detail li .item-content p span[data-v-20d2ae4e] {
  flex: 1;
}
.order-detail li .order-list[data-v-20d2ae4e] {
  display: flex;
  flex-wrap: wrap;
}
.order-detail li .order-list .order-item[data-v-20d2ae4e] {
  flex: 1;
  min-width: 50%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.order-detail li .order-list .order-item .order-item-top[data-v-20d2ae4e] {
  display: flex;
  font-size: 12px;
}
.order-detail li .order-list .order-item .order-item-top .el-image[data-v-20d2ae4e] {
  width: 80px;
  height: 80px;
}
.order-detail li .order-list .order-item .order-item-top .con[data-v-20d2ae4e] {
  line-height: 20px;
  margin-left: 10px;
}
.order-detail li .order-list .order-item .el-table[data-v-20d2ae4e] {
  background: #f1f1f1;
}
.order-detail li .history-after-sales[data-v-20d2ae4e] {
  display: flex;
}
.order-detail li .history-after-sales .history-after-sales-item[data-v-20d2ae4e] {
  flex: 1;
  min-width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 12px;
}
.order-detail li .history-after-sales .history-after-sales-item .process-results[data-v-20d2ae4e] {
  padding: 10px;
}
.order-detail li .history-after-sales .history-after-sales-item .process-results p[data-v-20d2ae4e] {
  line-height: 26px;
  display: flex;
}
.order-detail li .history-after-sales .history-after-sales-item .process-results p span[data-v-20d2ae4e] {
  margin-right: 100px;
}
.order-detail li .history-after-sales .history-after-sales-item .history-after-sales-top[data-v-20d2ae4e] {
  display: flex;
  line-height: 30px;
  background: #f1f1f1;
  line-height: 40px;
}
.order-detail li .history-after-sales .history-after-sales-item .history-after-sales-top span[data-v-20d2ae4e] {
  margin-right: 100px;
}
.order-detail li .history-after-sales .history-after-sales-item .history-after-sales-con[data-v-20d2ae4e] {
  display: flex;
}
.order-detail li .history-after-sales .history-after-sales-item .history-after-sales-con .question-con[data-v-20d2ae4e] {
  flex: 1;
}
.order-detail li .history-after-sales .history-after-sales-item .history-after-sales-con .question-con .el-image[data-v-20d2ae4e] {
  width: 60px;
  height: 60px;
  margin: 8px 8px 0 0;
}
.order-detail .photo-list[data-v-20d2ae4e] {
  display: flex;
  line-height: 16px;
  border: 1px solid #f1f1f1;
  margin-top: 3px;
}
.order-detail .photo-list .el-image[data-v-20d2ae4e] {
  width: 40px;
  height: 40px;
  margin: 5px;
}
.order-detail .product-mess[data-v-20d2ae4e] {
  display: flex;
  line-height: 16px;
}
.order-detail .product-mess .el-image[data-v-20d2ae4e] {
  margin-right: 5px;
}

.order-detail .el-table .warning-row {
    background: #f1f1f1 !important;
}

