.printExample[data-v-2bca2442] {
  padding-top: 100px;
  text-align: center;
}

.announcement-title[data-v-4304c1d0] {
  display: flex;
  justify-content: space-between;
  height: 62px;
  padding: 20px 24px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #909399;
  line-height: 22px;
}
.announcement-content[data-v-4304c1d0] {
  margin: 0 24px;
}
.announcement-content .announcement-item[data-v-4304c1d0] {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  height: 52px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 52px;
}

.title[data-v-430b7ca6] {
  height: 85px;
  border-radius: 2px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 85px;
  text-align: center;
  margin-bottom: 20px;
}
.content[data-v-430b7ca6] {
  padding: 0 24px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.content br[data-v-430b7ca6] {
  margin: 10px 0;
  width: 100%;
  height: 0;
  display: block;
  content: '';
}

.ark-spin-fix {
  z-index: 999;
}
.ark-spin-fix .demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
}
@keyframes ani-demo-spin {
from {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
to {
    transform: rotate(360deg);
}
}

.shopPromotionRanking[data-v-275945fe] {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 0 16px 16px 16px;
  /* .conditionContent.up{
      max-height: 58px;
    } */
}
.shopPromotionRanking .topContent[data-v-275945fe] {
  height: 56px;
  min-height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
}
.shopPromotionRanking .topContent .top[data-v-275945fe] {
  height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
}
.shopPromotionRanking .topContent .top .icon[data-v-275945fe] {
  width: 2px;
  height: 18px;
  background: #fe6a46;
  border-radius: 1px;
  margin: 0 6px 0 7px;
}
.shopPromotionRanking .topContent .top .text[data-v-275945fe] {
  font-size: 14px;
  font-weight: 600;
  color: #4C4C4C;
  line-height: 20px;
}
.shopPromotionRanking .topContent .export[data-v-275945fe] {
  width: 82px;
  height: 30px;
  background: #FE6A46;
  border-radius: 2px;
  border: 1px solid #FE6A46;
  display: flex;
  cursor: pointer;
}
.shopPromotionRanking .topContent .export .exImg[data-v-275945fe] {
  width: 13px;
  height: 13px;
  position: relative;
  top: 8px;
  margin-left: 21px;
}
.shopPromotionRanking .topContent .export .exText[data-v-275945fe] {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin-left: 2px;
}
.shopPromotionRanking .conditionContent[data-v-275945fe] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  /* border: 1px solid #DEDEDE; */
  padding-top: 16px;
  padding-right: 51px;
}
.shopPromotionRanking .conditionContent .itemContent[data-v-275945fe] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 40px;
}
.shopPromotionRanking .conditionContent .itemContent .itemLabel[data-v-275945fe] {
  min-width: 76px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.shopPromotionRanking .conditionContent .itemContent .posterType[data-v-275945fe] {
  width: calc(100% - 84px);
}
.shopPromotionRanking .btnContent[data-v-275945fe] {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
.shopPromotionRanking .btnContent .resetBtn[data-v-275945fe] {
  margin-right: 8px;
}
.shopPromotionRanking .upOrDown[data-v-275945fe] {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.shopPromotionRanking .divider[data-v-275945fe] {
  width: calc(100% + 32px);
  position: relative;
  left: -16px;
  background: #F3F5FA;
  height: 12px;
}
.shopPromotionRanking .tableContent[data-v-275945fe] {
  flex: 1;
  overflow-y: hidden;
  margin-top: 16px;
}
.shopPromotionRanking .pageContent[data-v-275945fe] {
  padding: 3px 0;
  display: flex;
  justify-content: flex-end;
}
.quickOperation[data-v-275945fe] {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
}
.quickText[data-v-275945fe] {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  /* // line-height: 17px; */
}
.upDown[data-v-275945fe] {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 80px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.AbnormalPriceMonitoreStrategy .shopDropMultiSelectFilter {
  width: 100%;
}

.AbnormalPriceMonitoreStrategy[data-v-7fe683e0] {
  min-width: 1380px;
}
.pageContent[data-v-7fe683e0] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-7fe683e0]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-7fe683e0],
.conditionContentOne[data-v-7fe683e0] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-7fe683e0],
.conditionContentOne .itemContent[data-v-7fe683e0] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-7fe683e0],
.conditionContentOne .itemContent .itemLabel[data-v-7fe683e0] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-7fe683e0],
.conditionContentOne .itemContent .posterType[data-v-7fe683e0] {
  width: calc(100% - 84px);
}
.tableArea[data-v-7fe683e0] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-7fe683e0] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-7fe683e0] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-7fe683e0] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-7fe683e0] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-7fe683e0] .ark-select-input[disabled] {
  color: #575757;
}
.strategy-panel[data-v-7fe683e0] {
  width: 100%;
}
.strategy-panel[data-v-7fe683e0] .ark-collapse-item {
  padding: 0;
}
.strategy-panel[data-v-7fe683e0] .ark-collapse > .ark-collapse-item > .ark-collapse-content {
  padding: 0;
}
.form-item[data-v-7fe683e0] {
  display: flex;
  align-items: center;
}
.form-item .form-label[data-v-7fe683e0] {
  margin-right: 4px;
}
.form-item .value-width[data-v-7fe683e0] {
  width: 166px !important;
}
[data-v-7fe683e0] #syncpltstock .ItemComponentRoot .itemLabel {
  flex: 0 0 210px!important;
}
.AbnormalPriceMonitoreStrategy .content .block .ark-col[data-v-7fe683e0] {
  margin-bottom: 3px;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-45c61f60] {
  min-width: 1380px;
}
.pageContent[data-v-45c61f60] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-45c61f60]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-45c61f60],
.conditionContentOne[data-v-45c61f60] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-45c61f60],
.conditionContentOne .itemContent[data-v-45c61f60] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-45c61f60],
.conditionContentOne .itemContent .itemLabel[data-v-45c61f60] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-45c61f60],
.conditionContentOne .itemContent .posterType[data-v-45c61f60] {
  width: calc(100% - 84px);
}
.tableArea[data-v-45c61f60] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-45c61f60] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea .handleBtn[data-v-45c61f60] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-45c61f60] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-45c61f60] .ark-select-input[disabled] {
  color: #575757;
}
.bottomTips[data-v-45c61f60] {
  color: #989898;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 120px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.OMSOrderVTPolicy .ark-upload-drag {
  border: none;
}
.OMSOrderVTPolicy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.OMSOrderVTPolicy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.OMSOrderVTPolicy .shopDropMultiSelectFilter {
  width: 100%;
}

.errorFormBox[data-v-a090dc6a] {
  border: 1px solid red;
}
.OMSOrderVTPolicy[data-v-a090dc6a] {
  min-width: 1380px;
  padding: 0 16px;
}
.pageContent[data-v-a090dc6a] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-a090dc6a]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-a090dc6a],
.conditionContentOne[data-v-a090dc6a] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-a090dc6a],
.conditionContentOne .itemContent[data-v-a090dc6a] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-a090dc6a],
.conditionContentOne .itemContent .itemLabel[data-v-a090dc6a] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-a090dc6a],
.conditionContentOne .itemContent .posterType[data-v-a090dc6a] {
  width: calc(100% - 84px);
}
.tableArea[data-v-a090dc6a] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-a090dc6a] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-a090dc6a] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-a090dc6a] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-a090dc6a] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-a090dc6a] .ark-select-input[disabled] {
  color: #575757;
}
.strategy-panel[data-v-a090dc6a] {
  width: 100%;
}
.strategy-panel[data-v-a090dc6a] .ark-collapse-item {
  padding: 0;
}
.strategy-panel[data-v-a090dc6a] .ark-collapse > .ark-collapse-item > .ark-collapse-content {
  padding: 0;
}
.form-item[data-v-a090dc6a] {
  display: flex;
  align-items: center;
}
.form-item .form-label[data-v-a090dc6a] {
  margin-right: 4px;
}
.form-item .value-width[data-v-a090dc6a] {
  width: 166px !important;
}
[data-v-a090dc6a] #syncpltstock .ItemComponentRoot .itemLabel {
  flex: 0 0 210px!important;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-8ba168f0] {
  min-width: 1480px;
}
.pageContent[data-v-8ba168f0] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-8ba168f0]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-8ba168f0],
.conditionContentOne[data-v-8ba168f0] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-8ba168f0],
.conditionContentOne .itemContent[data-v-8ba168f0] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-8ba168f0],
.conditionContentOne .itemContent .itemLabel[data-v-8ba168f0] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-8ba168f0],
.conditionContentOne .itemContent .posterType[data-v-8ba168f0] {
  width: calc(100% - 84px);
}
.tableArea[data-v-8ba168f0] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-8ba168f0] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-8ba168f0] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-8ba168f0] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-8ba168f0] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-8ba168f0] .ark-select-input[disabled] {
  color: #575757;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 120px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.AbnormalPriceMonitoreStrategy .shopDropMultiSelectFilter {
  width: 100%;
}

.AbnormalPriceMonitoreStrategy[data-v-68066550] {
  min-width: 1380px;
}
.pageContent[data-v-68066550] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-68066550]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-68066550],
.conditionContentOne[data-v-68066550] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-68066550],
.conditionContentOne .itemContent[data-v-68066550] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-68066550],
.conditionContentOne .itemContent .itemLabel[data-v-68066550] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-68066550],
.conditionContentOne .itemContent .posterType[data-v-68066550] {
  width: calc(100% - 84px);
}
.tableArea[data-v-68066550] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-68066550] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-68066550] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-68066550] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-68066550] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-68066550] .ark-select-input[disabled] {
  color: #575757;
}
.strategy-panel[data-v-68066550] {
  width: 100%;
}
.strategy-panel[data-v-68066550] .ark-collapse-item {
  padding: 0;
}
.strategy-panel[data-v-68066550] .ark-collapse > .ark-collapse-item > .ark-collapse-content {
  padding: 0;
}
.form-item[data-v-68066550] {
  display: flex;
  align-items: center;
}
.form-item .form-label[data-v-68066550] {
  margin-right: 4px;
}
.form-item .value-width[data-v-68066550] {
  width: 166px !important;
}
[data-v-68066550] #syncpltstock .ItemComponentRoot .itemLabel {
  flex: 0 0 210px!important;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-d6e24eca] {
  min-width: 1380px;
}
.pageContent[data-v-d6e24eca] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-d6e24eca]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-d6e24eca],
.conditionContentOne[data-v-d6e24eca] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-d6e24eca],
.conditionContentOne .itemContent[data-v-d6e24eca] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-d6e24eca],
.conditionContentOne .itemContent .itemLabel[data-v-d6e24eca] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-d6e24eca],
.conditionContentOne .itemContent .posterType[data-v-d6e24eca] {
  width: calc(100% - 84px);
}
.tableArea[data-v-d6e24eca] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-d6e24eca] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-d6e24eca] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-d6e24eca] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-d6e24eca] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-d6e24eca] .ark-select-input[disabled] {
  color: #575757;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-34505268] {
  min-width: 1380px;
}
.pageContent[data-v-34505268] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-34505268]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-34505268],
.conditionContentOne[data-v-34505268] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-34505268],
.conditionContentOne .itemContent[data-v-34505268] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-34505268],
.conditionContentOne .itemContent .itemLabel[data-v-34505268] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-34505268],
.conditionContentOne .itemContent .posterType[data-v-34505268] {
  width: calc(100% - 84px);
}
.tableArea[data-v-34505268] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-34505268] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-34505268] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-34505268] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-34505268] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-34505268] .ark-select-input[disabled] {
  color: #575757;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 80px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.AbnormalPriceMonitoreStrategy .shopDropMultiSelectFilter {
  width: 100%;
}

.AbnormalPriceMonitoreStrategy[data-v-7d6607aa] {
  min-width: 1380px;
}
.pageContent[data-v-7d6607aa] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-7d6607aa]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-7d6607aa],
.conditionContentOne[data-v-7d6607aa] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-7d6607aa],
.conditionContentOne .itemContent[data-v-7d6607aa] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-7d6607aa],
.conditionContentOne .itemContent .itemLabel[data-v-7d6607aa] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-7d6607aa],
.conditionContentOne .itemContent .posterType[data-v-7d6607aa] {
  width: calc(100% - 84px);
}
.tableArea[data-v-7d6607aa] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-7d6607aa] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-7d6607aa] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-7d6607aa] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.tableArea .handleBtn .handleItem[data-v-7d6607aa] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.tableArea .handleBtn .searchList[data-v-7d6607aa] {
  position: absolute;
  right: 0;
}
.content[data-v-7d6607aa] .ark-select-input[disabled] {
  color: #575757;
}
.strategy-panel[data-v-7d6607aa] {
  width: 100%;
}
.strategy-panel[data-v-7d6607aa] .ark-collapse-item {
  padding: 0 !important;
}
.strategy-panel[data-v-7d6607aa] .ark-collapse > .ark-collapse-item > .ark-collapse-content {
  padding: 0;
}
.form-item[data-v-7d6607aa] {
  display: flex;
  align-items: center;
}
.form-item .form-label[data-v-7d6607aa] {
  margin-right: 4px;
}
.form-item .value-width[data-v-7d6607aa] {
  width: 166px !important;
}
[data-v-7d6607aa] #syncpltstock .ItemComponentRoot .itemLabel {
  flex: 0 0 210px!important;
}
.AbnormalPriceMonitoreStrategy .content .block .ark-col[data-v-7d6607aa] {
  margin-bottom: 3px;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-3e4a6012] {
  min-width: 1380px;
}
.pageContent[data-v-3e4a6012] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-3e4a6012]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-3e4a6012],
.conditionContentOne[data-v-3e4a6012] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-3e4a6012],
.conditionContentOne .itemContent[data-v-3e4a6012] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-3e4a6012],
.conditionContentOne .itemContent .itemLabel[data-v-3e4a6012] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-3e4a6012],
.conditionContentOne .itemContent .posterType[data-v-3e4a6012] {
  width: calc(100% - 84px);
}
.tableArea[data-v-3e4a6012] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-3e4a6012] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea .handleBtn[data-v-3e4a6012] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-3e4a6012] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-3e4a6012] .ark-select-input[disabled] {
  color: #575757;
}
.bottomTips[data-v-3e4a6012] {
  color: #989898;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 120px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.OMSOrderVTPolicy .ark-upload-drag {
  border: none;
}
.OMSOrderVTPolicy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.OMSOrderVTPolicy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.OMSOrderVTPolicy .shopDropMultiSelectFilter {
  width: 100%;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-751fa338] {
  min-width: 1180px;
}
.pageContent[data-v-751fa338] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-751fa338]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-751fa338],
.conditionContentOne[data-v-751fa338] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-751fa338],
.conditionContentOne .itemContent[data-v-751fa338] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-751fa338],
.conditionContentOne .itemContent .itemLabel[data-v-751fa338] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-751fa338],
.conditionContentOne .itemContent .posterType[data-v-751fa338] {
  width: calc(100% - 84px);
}
.tableArea[data-v-751fa338] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-751fa338] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-751fa338] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-751fa338] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-751fa338] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-751fa338] .ark-select-input[disabled] {
  color: #575757;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px !important;
}
.content .ark-col .title {
  min-width: 120px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .priceMonitor .input_box.ark-fkrp-select {
  width: 220px;
}
.AbnormalPriceMonitoreStrategy .shopDropMultiSelectFilter {
  width: 100%;
}

.AbnormalPriceMonitoreStrategy[data-v-8ae888cc] {
  min-width: 1380px;
}
.pageContent[data-v-8ae888cc] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-8ae888cc]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-8ae888cc],
.conditionContentOne[data-v-8ae888cc] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-8ae888cc],
.conditionContentOne .itemContent[data-v-8ae888cc] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-8ae888cc],
.conditionContentOne .itemContent .itemLabel[data-v-8ae888cc] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-8ae888cc],
.conditionContentOne .itemContent .posterType[data-v-8ae888cc] {
  width: calc(100% - 84px);
}
.tableArea[data-v-8ae888cc] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-8ae888cc] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-8ae888cc] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-8ae888cc] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.tableArea .handleBtn .handleItem[data-v-8ae888cc] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.tableArea .handleBtn .searchList[data-v-8ae888cc] {
  position: absolute;
  right: 0;
}
.content[data-v-8ae888cc] .ark-select-input[disabled] {
  color: #575757;
}
.strategy-panel[data-v-8ae888cc] {
  width: 100%;
}
.strategy-panel[data-v-8ae888cc] .ark-collapse-item {
  padding: 0;
}
.strategy-panel[data-v-8ae888cc] .ark-collapse > .ark-collapse-item > .ark-collapse-content {
  padding: 0;
}
.form-item[data-v-8ae888cc] {
  display: flex;
  align-items: center;
}
.form-item .form-label[data-v-8ae888cc] {
  margin-right: 4px;
}
.form-item .value-width[data-v-8ae888cc] {
  width: 166px !important;
}
[data-v-8ae888cc] #syncpltstock .ItemComponentRoot .itemLabel {
  flex: 0 0 210px!important;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-4fa8f3a0] {
  min-width: 1380px;
}
.pageContent[data-v-4fa8f3a0] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-4fa8f3a0]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-4fa8f3a0],
.conditionContentOne[data-v-4fa8f3a0] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-4fa8f3a0],
.conditionContentOne .itemContent[data-v-4fa8f3a0] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-4fa8f3a0],
.conditionContentOne .itemContent .itemLabel[data-v-4fa8f3a0] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-4fa8f3a0],
.conditionContentOne .itemContent .posterType[data-v-4fa8f3a0] {
  width: calc(100% - 84px);
}
.tableArea[data-v-4fa8f3a0] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-4fa8f3a0] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-4fa8f3a0] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-4fa8f3a0] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-4fa8f3a0] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-4fa8f3a0] .ark-select-input[disabled] {
  color: #575757;
}

.quickOperation {
  height: 64px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.content .block {
  padding-top: 24px;
}
.content .ark-col {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.content .ark-col .input_box {
  max-width: 400px;
  min-width: 180px;
}
.content .ark-col .ark-input-wrapper /deep/ textarea {
  resize: none;
  min-height: 36px!important;
}
.content .ark-col .title {
  min-width: 100px;
  justify-content: flex-end;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.content .ark-col .title img {
  margin-left: 5px;
  width: 16px;
}
.refund-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.refund-content .count-part {
  height: 60px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}
.refund-content .count-part .item {
  display: flex;
  align-items: center;
}
.refund-content .count-part .item .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.refund-content .count-part .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 16px;
}
.refund-content .count-part .input-money {
  width: 80px;
  margin: 0 8px;
}
.refund-content .count-part .plus {
  margin: 0 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979797;
}
.refund-content .total-part {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.AbnormalPriceMonitoreStrategy .ark-upload-drag {
  border: none;
}
.AbnormalPriceMonitoreStrategy .ark-select-multiple .ark-select-item.ark-select-item-all {
  display: none;
}
.priceMonitor .img-framelanflag {
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  width: 16px;
}
.AbnormalPriceMonitoreStrategy .input_box.ark-fkrp-select {
  width: 220px;
}

.AbnormalPriceMonitoreStrategy[data-v-1652f2d6] {
  min-width: 1380px;
}
.pageContent[data-v-1652f2d6] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.order-setting-input-error[data-v-1652f2d6]:before {
  content: '*';
  color: red;
}
.conditionContent[data-v-1652f2d6],
.conditionContentOne[data-v-1652f2d6] {
  width: 100%;
  display: flex;
  max-height: 3000px;
  overflow: hidden;
  flex-wrap: wrap;
  padding-top: 8px;
  justify-content: space-between;
}
.conditionContent .itemContent[data-v-1652f2d6],
.conditionContentOne .itemContent[data-v-1652f2d6] {
  width: calc((100% - 120px) / 3);
  display: flex;
  align-items: center;
  margin: 0 20px 24px;
}
.conditionContent .itemContent .itemLabel[data-v-1652f2d6],
.conditionContentOne .itemContent .itemLabel[data-v-1652f2d6] {
  min-width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 17px;
  margin-right: 8px;
  text-align: right;
}
.conditionContent .itemContent .posterType[data-v-1652f2d6],
.conditionContentOne .itemContent .posterType[data-v-1652f2d6] {
  width: calc(100% - 84px);
}
.tableArea[data-v-1652f2d6] .ark-tabs-bar {
  margin-bottom: 0px;
}
.tableArea[data-v-1652f2d6] .ark-tabs-bar .ark-tabs-tab {
  line-height: 22px !important;
}
.tableArea[data-v-1652f2d6] {
  padding-top: 24px;
}
.tableArea .handleBtn[data-v-1652f2d6] {
  height: 16px;
  margin-bottom: 16px;
  display: flex;
}
.tableArea .handleBtn .handleItem[data-v-1652f2d6] {
  width: 48px;
  height: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 16px;
  margin: 0 2px;
  cursor: pointer;
}
.content[data-v-1652f2d6] .ark-select-input[disabled] {
  color: #575757;
}

.itemContent .ark-input:not(textarea) {
  height: 32px;
}
.UniqueCode .ark-checkbox-large .ark-checkbox-inner {
  width: 24px;
  height: 24px;
}
.UniqueCode .ark-checkbox-large .ark-checkbox-checked .ark-checkbox-inner:after {
  width: 7px;
  height: 12px;
  top: 3px;
  left: 7px;
}
.UniqueCode .ark-collapse-content > .ark-collapse-content-box {
  padding-bottom: 0px;
}
.UniqueCode .ark-form-label-left .ark-form-item-label {
  line-height: 18px;
}
.UniqueCode .ark-checkbox-wrapper {
  vertical-align: middle;
}
.UniqueCode .ark-radio-inner {
  background: #fff;
}
.UniqueCode .ark-checkbox-checked .ark-checkbox-inner {
  background: #fff;
}
.UniqueCode .ark-checkbox-inner:after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: var(--primary-color);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
  border: none !important;
}
.UniqueCode .ark-checkbox-checked .ark-checkbox-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.UniqueCode .ark-radio-wrapper {
  margin-right: 40px;
}

.PostDelivery[data-v-c523ff50] {
  min-width: 1240px;
  height: 100%;
}
.PostDeliveryContent[data-v-c523ff50] {
  width: 100%;
  min-height: calc(100% - 70px);
  background: #fff;
  padding: 24px;
}
.PostDeliveryContent .scanInWarning[data-v-c523ff50] {
  margin-bottom: 24px;
  padding: 16px;
  background: #D5E7FF;
}
.PostDeliveryContent .scanInWarning .warningTitle[data-v-c523ff50] {
  display: flex;
  align-items: center;
}
.PostDeliveryContent .scanInWarning .warningTitle span[data-v-c523ff50] {
  color: #0046B9;
}
.PostDeliveryContent .scanInWarning .warningTitle img[data-v-c523ff50] {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.PostDeliveryContent .scanInWarning .warningText[data-v-c523ff50] {
  padding-left: 16px;
  margin-top: 6px;
  color: #0046B9;
}
.PostDeliveryContent .scanInWarning .warningText p[data-v-c523ff50] {
  line-height: 18px;
}
.PostDeliveryContent .UniqueCode .orderMsgBox[data-v-c523ff50] {
  display: flex;
}
.PostDeliveryContent .UniqueCode .orderMsgBox .orderMsgItem[data-v-c523ff50] {
  display: flex;
  font-size: 12px;
  line-height: 17px;
  color: #444444;
  margin-right: 190px;
  max-width: 500px;
}
.PostDeliveryContent .UniqueCode .orderMsgBox .orderMsgItem img[data-v-c523ff50] {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.PostDeliveryContent .UniqueCode .orderMsgBox .orderMsgItem .MsgValue[data-v-c523ff50] {
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  margin-top: 8px;
}
.UniqueCode[data-v-c523ff50] {
  position: relative;
}
.UniqueCode .subTitle[data-v-c523ff50] {
  position: absolute;
  top: 11px;
  left: 92px;
  z-index: 2;
  color: #909399;
}
.UniqueCode:nth-child(2) .subTitle[data-v-c523ff50] {
  left: 68px;
}

a[data-v-f1b9e35c] {
  text-decoration: underline;
}

a[data-v-06d898e0] {
  text-decoration: underline;
}

