
.goods-group-table-wrap {
  margin-bottom: 16px;
}
.package-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
.editable-cell {
  position: relative;
}
.editable-cell-input-wrapper,
.editable-cell-text-wrapper {
  padding-right: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.editable-cell-text-wrapper {
  padding: 5px 24px 5px 5px;
}
.editable-cell-icon,
.editable-cell-icon-check {
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.editable-cell-icon {
  line-height: 18px;
  display: none;
}
.editable-cell-icon-check {
  line-height: 28px;
}
.editable-cell:hover .editable-cell-icon {
  display: inline-block;
}
.editable-cell-icon:hover,
.editable-cell-icon-check:hover {
  color: #108ee9;
}
.editable-add-btn {
  margin-bottom: 8px;
}

.header-top[data-v-6e969698] {
  padding: 18px 20px;
  background-color: #fff;
  margin-bottom: 16px;
}
.order-content[data-v-6e969698] {
  padding: 18px 20px;
  background-color: #fff;
  min-height: calc(100vh - 100px);
}
.order-title[data-v-6e969698] {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}
.order-title[data-v-6e969698]::before {
  content: '';
  display: block;
  float: left;
  margin: 4px 6px 0 0;
  width: 3px;
  height: 16px;
  background-color: #41cc83;
  border-radius: 0px 2px 2px 0px;
}
.student-info[data-v-6e969698] {
  padding-left: 100px;
}
[data-v-6e969698] .ant-tag-checkable {
  border-color: #d9d9d9;
}
.order-label[data-v-6e969698] {
  padding-right: 8px;
  position: relative;
}
.order-label[data-v-6e969698]::before {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  display: -ms-flexbox;
  display: flex;
  content: '*';
  color: red;
  font-size: 14px;
}
.info-txt[data-v-6e969698] {
  color: #666666;
  padding-left: 5px;
}
.check-list[data-v-6e969698] {
  width: 200px;
  position: relative;
  margin-left: 50px;
  background-color: #efefef;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.check-list[data-v-6e969698]::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid #ddd;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: -20px;
  top: 10px;
}
.other-wrap[data-v-6e969698] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 30px 10px 20px;
  background-color: #fafafa;
}
.right-item[data-v-6e969698] {
  margin-top: 12px;
  text-align: right;
}
.right-label[data-v-6e969698] {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.submit-wrap[data-v-6e969698] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.submit-txt[data-v-6e969698] {
  width: 600px;
  color: red;
}
.left-wrap[data-v-6e969698] {
  min-width: 300px;
  -ms-flex: 1;
      flex: 1;
}

