.textinfo[data-v-3d32d134] {
  display: flex;
  font-size: 14px;
}
.textinfo .textinfo_box[data-v-3d32d134] {
  width: 50%;
}
.textinfo .textinfo_box .info_item[data-v-3d32d134] {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.textinfo .textinfo_box .info_item[data-v-3d32d134]:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.textinfo .textinfo_box .info_item .info_item_lable[data-v-3d32d134] {
  color: #999;
  width: 120px;
  text-align: right;
}
.calculation[data-v-3d32d134] {
  border-radius: 4px;
  background-color: #f8f9fa;
  padding: 20px 20px;
  font-size: 14px;
  display: grid;
  height: 100px;
  grid-template-columns: repeat(5, 19%);
  grid-template-rows: repeat(2, 50%);
  grid-gap: 10px;
}
.calculation .calculation_item[data-v-3d32d134] {
  text-align: center;
}
.calculation .calculation_item .calculation_top[data-v-3d32d134] {
  width: 100%;
  margin-bottom: 10px;
  color: #f55f46;
  font-weight: 600;
  text-align: center;
}
.calculation .calculation_item .calculation_bottom[data-v-3d32d134] {
  width: 100%;
  text-align: center;
}
.perKiloBg1[data-v-3d32d134] {
  background-color: #f55f46;
}
.perKiloBg2[data-v-3d32d134] {
  background-color: #21bfa5;
}
.textColor[data-v-3d32d134] {
  font-size: 12px;
  margin-left: 5px;
  color: #df6c65;
}
.textColorGreey[data-v-3d32d134] {
  font-size: 12px;
  margin-left: 5px;
  color: #72c786;
}
.textB[data-v-3d32d134] {
  font-weight: 600;
}
.btn-tabs-color[data-v-3d32d134] {
  display: inline-block;
  font-size: 12px;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 3px;
  margin-left: 5px;
}
.tabs-color1[data-v-3d32d134] {
  color: #0c6fa8;
  border-color: #0c6fa8;
  background-color: #e6f6ff;
}
.tabs-color2[data-v-3d32d134] {
  color: #999;
  border-color: #bbb;
  background-color: #f0f0f0;
}
.iconLeft[data-v-3d32d134] {
  color: #999;
}
[data-v-3d32d134] .el-table__footer-wrapper tbody td.el-table__cell {
  background: #ffefd9;
}
[data-v-3d32d134] .el-table__fixed-footer-wrapper tbody td.el-table__cell {
  background: #ffefd9;
}
.btn_dialog[data-v-3d32d134] {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  box-shadow: 0px -5px 10px -5px #eee;
  background: #fff;
  padding: 0 20px;
  z-index: 66;
}
.remark[data-v-3d32d134] {
  margin-top: 14px;
  padding: 14px;
  font-size: 14px;
  display: flex;
  background-color: #f8f9fa;
}
.remark .remark_lable[data-v-3d32d134] {
  width: 50px !important;
  color: #999;
}
.remark .remark_info[data-v-3d32d134] {
  flex: 1;
}
.is_open_style[data-v-3d32d134] {
  cursor: pointer;
  padding-right: 14px;
  color: #999;
  font-weight: 100 !important;
}


[data-v-5797b606] .el-table .warning-row {
  color: #111f2c;
  font-size: 13px !important;
  padding: 4px 0 !important;
}
.drawer-containerS[data-v-5797b606] {
  padding: 20px 20px 80px 20px !important;
  overflow: hidden;
  overflow-y: auto;
  height: 90vh;
}
.drawer-containerS[data-v-5797b606]::-webkit-scrollbar {
  display: none;
}
.baseInfo[data-v-5797b606] {
  display: flex;
  font-size: 14px;
}
.baseInfo .baseInfo_box[data-v-5797b606] {
  width: 50%;
}
.baseInfo .baseInfo_box .baseInfo_item[data-v-5797b606] {
  display: flex;
  height: 32px;
  align-items: center;
  margin-bottom: 10px;
}
.baseInfo .baseInfo_box .baseInfo_item[data-v-5797b606]:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.baseInfo .baseInfo_box .baseInfo_item .baseInfo_item_lable[data-v-5797b606] {
  color: #999;
  width: 75px;
  position: relative;
  text-align: right;
  margin-right: 12px;
}
.baseInfo .baseInfo_box .baseInfo_item .baseInfo_item_input[data-v-5797b606] {
  height: 32px;
  display: flex;
  align-items: center;
}
.baseInfo .baseInfo_box .baseInfo_item .baseInfo_item_required[data-v-5797b606]::before {
  position: absolute;
  content: '*';
  color: red;
  top: 0px;
  left: 10px;
}
.measurement_box[data-v-5797b606] {
  display: flex;
  justify-content: space-between;
}
.measurement_box .measurement_item[data-v-5797b606] {
  width: 47%;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
}
.measurement_box .measurement_item .measurement_top[data-v-5797b606] {
  font-size: 14px;
  color: #0c6fa8;
  font-weight: 550;
}
.measurement_box .measurement_item .measurement_bottom[data-v-5797b606] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 14px;
}
.measurement_box .measurement_item .measurement_bottom .measurement_bottom_item[data-v-5797b606] {
  flex: 1;
}
.measurement_box .measurement_item .measurement_bottom .measurement_bottom_item .measurement_num[data-v-5797b606] {
  font-weight: 550;
  text-align: left;
  margin-bottom: 10px;
}
.measurement_box .measurement_item .measurement_bottom .measurement_bottom_item .measurement_text[data-v-5797b606] {
  display: flex;
  text-align: left;
  align-items: center;
}
.btn_dialog[data-v-5797b606] {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  box-shadow: 0px -5px 10px -5px #eee;
  background: #fff;
  padding: 0 20px;
  z-index: 66;
}
.is_open_style[data-v-5797b606] {
  cursor: pointer;
  padding-right: 14px;
  color: #999;
  font-weight: 100 !important;
}
.perKilo[data-v-5797b606] {
  box-sizing: border-box;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
  border-radius: 3px;
  color: #fff;
  height: 16px;
  width: 16px;
  font-size: 12px !important;
}
.perKiloBg1[data-v-5797b606] {
  background-color: #21bfa5;
}
.perKiloBg2[data-v-5797b606] {
  background-color: #f55f46;
}
[data-v-5797b606] .el-input__inner {
  height: 32px;
  line-height: 32px;
}
[data-v-5797b606] .el-input__icon {
  line-height: 32px;
}
[data-v-5797b606] .el-input-group__append {
  width: 40px;
  padding: 0 8px !important;
  text-align: center;
}
[data-v-5797b606] .el-radio__input.is-checked + .el-radio__label {
  color: #0c6fa8;
}
[data-v-5797b606] .el-radio__input.is-checked .el-radio__inner {
  border-color: #0c6fa8;
  background: #0c6fa8;
}
[data-v-5797b606] .el-dialog__footer {
  padding: 10px;
  border-top: 1px solid #eee;
}
.dialog_info .dialog_info_item[data-v-5797b606] {
  display: flex;
  margin-bottom: 10px;
}
.dialog_info .dialog_info_item[data-v-5797b606]:nth-of-type(1) {
  margin-bottom: 0px;
}
.dialog_info .dialog_info_item .dialog_info_lable[data-v-5797b606] {
  height: 32px;
  line-height: 32px;
  color: #999;
  width: 75px;
  text-align: right;
  margin-right: 12px;
}
.dialog_info .dialog_info_item .dialog_info_input[data-v-5797b606] {
  display: flex;
  align-items: center;
}
.detailImgStyle[data-v-5797b606] {
  position: fixed;
  left: 50000px;
}
.imgbox[data-v-5797b606] {
  height: 50vh;
  overflow-y: auto;
}
.imgbox[data-v-5797b606]::-webkit-scrollbar {
  display: none;
}
[data-v-5797b606] .el-image__inner,
.el-image__placeholder[data-v-5797b606] {
  width: 100%;
  height: auto;
}
.tableGoodsNameBox[data-v-5797b606] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tableGoodsNameBox .goodsTis[data-v-5797b606] {
  width: 35px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4f5ff;
  border: 1px solid #5c8daa;
  border-radius: 4px;
  color: #0d6fa9;
  font-size: 10px;
}
.inputBox[data-v-5797b606] {
  display: flex;
  justify-content: space-between;
}
.inputBox .inputBox_show[data-v-5797b606] {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7fb;
  border: 1px solid #eaedf4;
  border-radius: 4px;
}
.inputBox .inputBox_num[data-v-5797b606] {
  width: 49%;
}
[data-v-5797b606] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #f2f6fc !important;
  border-color: #dcdfe6 !important;
}
.percent_box[data-v-5797b606] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.percent_box p[data-v-5797b606] {
  width: 48%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7fb;
  border: 1px solid #eaedf4;
  border-radius: 4px;
}
[data-v-5797b606] .el-table__header {
  width: 100%;
  table-layout: fixed !important;
}
[data-v-5797b606] .el-table__body {
  width: 100%;
  table-layout: fixed !important;
}
.w_header_title[data-v-5797b606] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_header_title .tis_box_w[data-v-5797b606] {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 4px;
  height: 20px;
  font-weight: 550;
}
.w_header_title .tis_box_w img[data-v-5797b606] {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.w_header_title .add_w[data-v-5797b606] {
  border: 1px solid #ffc0b5;
  color: #f55f46;
  background-color: #ffebe8;
}
.w_header_title .down_w[data-v-5797b606] {
  border: 1px solid #88e6d5;
  color: #21bfa5;
  background-color: #e8fffa;
}

.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}
.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:1;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish{color:#07c160}

[data-v-5e14dbcd] .el-table .warning-row {
  color: #111f2c;
  font-size: 13px !important;
  padding: 4px 0 !important;
}
.drawer-containerS[data-v-5e14dbcd] {
  padding: 20px 20px 80px 20px !important;
  overflow: hidden;
  overflow-y: auto;
  height: 90vh;
}
.drawer-containerS[data-v-5e14dbcd]::-webkit-scrollbar {
  display: none;
}
.chartabox[data-v-5e14dbcd] {
  position: relative;
  margin-bottom: 20px;
}
.chartabox[data-v-5e14dbcd]:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.chartabox .chartInfo[data-v-5e14dbcd] {
  font-weight: 550;
  font-size: 14px;
  z-index: 60;
  position: absolute;
}
.textinfo[data-v-5e14dbcd] {
  display: flex;
  font-size: 14px;
}
.textinfo .textinfo_box[data-v-5e14dbcd] {
  width: 50%;
}
.textinfo .textinfo_box .info_item[data-v-5e14dbcd] {
  display: flex;
  height: 40px;
  margin-bottom: 5px;
  font-size: 14px;
  align-items: center;
}
.textinfo .textinfo_box .info_item .toEditOrderStyle[data-v-5e14dbcd] {
  color: #0c6fa8;
  cursor: pointer;
  margin-left: 12px;
}
.textinfo .textinfo_box .info_item[data-v-5e14dbcd]:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.textinfo .textinfo_box .info_item .info_item_lable[data-v-5e14dbcd] {
  color: #999;
  width: 120px;
  margin-right: 12px;
  text-align: right;
}
.calculation[data-v-5e14dbcd] {
  border-radius: 4px;
  background-color: #f8f9fa;
  padding: 20px 20px;
  font-size: 14px;
  display: grid;
  height: 170px;
  grid-template-columns: repeat(5, 19%);
  grid-template-rows: repeat(3, 33%);
  grid-gap: 10px;
}
.calculation .calculation_item[data-v-5e14dbcd] {
  text-align: center;
}
.calculation .calculation_item .calculation_top[data-v-5e14dbcd] {
  width: 100%;
  margin-bottom: 10px;
  color: #f55f46;
  font-weight: 600;
  text-align: center;
}
.calculation .calculation_item .calculation_bottom[data-v-5e14dbcd] {
  width: 100%;
  text-align: center;
}
.perKiloBg1[data-v-5e14dbcd] {
  background-color: #f55f46;
}
.perKiloBg2[data-v-5e14dbcd] {
  background-color: #21bfa5;
}
.textColor[data-v-5e14dbcd] {
  font-size: 12px;
  margin-left: 5px;
  color: #df6c65;
}
.textColorGreey[data-v-5e14dbcd] {
  font-size: 12px;
  margin-left: 5px;
  color: #72c786;
}
.textB[data-v-5e14dbcd] {
  font-weight: 600;
}
.btn-tabs-color[data-v-5e14dbcd] {
  display: inline-block;
  font-size: 12px;
  padding: 2px 3px;
  border: 1px solid;
  border-radius: 3px;
  margin-left: 5px;
}
.tabs-color1[data-v-5e14dbcd] {
  color: #0c6fa8;
  border-color: #0c6fa8;
  background-color: #e6f6ff;
}
.tabs-color2[data-v-5e14dbcd] {
  color: #999;
  border-color: #bbb;
  background-color: #f0f0f0;
}
.iconLeft[data-v-5e14dbcd] {
  color: #999;
}
[data-v-5e14dbcd] .el-table__footer-wrapper tbody td.el-table__cell {
  background: #ffefd9;
  padding: 4px 0 !important;
}
[data-v-5e14dbcd] .el-table__fixed-footer-wrapper tbody td.el-table__cell {
  background: #ffefd9;
  padding: 4px 0 !important;
}
.btn_dialog[data-v-5e14dbcd] {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  box-shadow: 0px -5px 10px -5px #eee;
  background: #fff;
  padding: 0 20px;
  z-index: 66;
}
.remark[data-v-5e14dbcd] {
  margin-top: 14px;
  padding: 14px;
  font-size: 14px;
  background-color: #f8f9fa;
}
.remark .remark_lable[data-v-5e14dbcd] {
  color: #999;
  display: flex;
  justify-content: space-between;
}
.remark .remark_info[data-v-5e14dbcd] {
  margin-top: 10px;
  flex: 1;
}
.is_open_style[data-v-5e14dbcd] {
  cursor: pointer;
  padding-right: 14px;
  color: #999;
  font-weight: 100 !important;
}
.detailImgStyle[data-v-5e14dbcd] {
  position: fixed;
  top: -5000px;
  right: -5000px;
  z-index: -4;
}
.tableGoodsNameBox[data-v-5e14dbcd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tableGoodsNameBox .goodsTis[data-v-5e14dbcd] {
  width: 35px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4f5ff;
  border: 1px solid #5c8daa;
  border-radius: 4px;
  color: #0d6fa9;
  font-size: 10px;
}
.w_header_title[data-v-5e14dbcd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w_header_title .tis_box_w[data-v-5e14dbcd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 20px;
  padding: 0px 5px;
  border-radius: 4px;
  font-weight: 550;
}
.w_header_title .tis_box_w img[data-v-5e14dbcd] {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.w_header_title .add_w[data-v-5e14dbcd] {
  border: 1px solid #FFC0B5;
  color: #f55f46;
  background-color: #ffebe8;
}
.w_header_title .down_w[data-v-5e14dbcd] {
  border: 1px solid #88E6D5;
  color: #21bfa5;
  background-color: #e8fffa;
}

@media all and (min-width: 500px) and (max-width: 1600px) {
.el-drawer {
    width: 1000px !important;
}
}
.el-drawer__container {
  background: rgba(0, 0, 0, 0.6) !important;
}
.ellipsisText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  cursor: pointer;
}
.popoverStyle {
  color: #fff !important;
  background: #303133 !important;
  border: 0px;
  font-size: 14px;
}
.setstyle {
  min-height: 200px;
  padding: 0 !important;
  margin: 0;
  overflow: auto;
  cursor: default !important;
}
* {
  font-size: 16px;
}
#app {
  max-width: 100vw !important;
}


[data-v-2671b0aa] .item-area .el-form-item {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 20px;
  margin-bottom: 10px;
}
.header-area[data-v-2671b0aa] {
  padding: 20px 0;
  text-indent: 1%;
  color: #888;
  cursor: pointer;
}
.list-content[data-v-2671b0aa] {
  width: 98%;
  margin: 0 auto;
}
.list-content .item-area[data-v-2671b0aa] {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  margin-top: 15px;
  padding: 15px;
}
.list-content .item-area[data-v-2671b0aa]:first-child {
  padding-bottom: 0;
}
.list-content .item-area .tabs[data-v-2671b0aa] {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #E4E7ED;
}
.list-content .table-area[data-v-2671b0aa] {
  margin-top: 15px;
}
.list-content .table-area .table-opt[data-v-2671b0aa],
.list-content .table-area .dis-table-opt[data-v-2671b0aa] {
  display: inline-block;
  color: #0c6fa8;
  margin-right: 10px;
  cursor: pointer;
}
.list-content .table-area .table-opt[data-v-2671b0aa]:last-child,
.list-content .table-area .dis-table-opt[data-v-2671b0aa]:last-child {
  margin-right: 0;
}
.list-content .table-area .dis-table-opt[data-v-2671b0aa] {
  color: #999;
  cursor: not-allowed;
}
.item-area .el-form[data-v-2671b0aa] {
  display: flex;
  flex-wrap: wrap;
}
.btn-tabs-color[data-v-2671b0aa] {
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  line-height: 20px;
  border: 1px solid ;
  border-radius: 4px;
}
.tabs-color1[data-v-2671b0aa] {
  color: #0c6fa8;
  border-color: #0c6fa8;
  background-color: #E6F6FF;
}
.tabs-color2[data-v-2671b0aa] {
  color: #999;
  border-color: #bbb;
  background-color: #F0F0F0;
}
[data-v-2671b0aa] .el-table .warning-row {
  color: #111f2c;
  font-size: 13px !important;
}
[data-v-2671b0aa] .el-table .warning-rowS {
  background: #f8f9fb;
  color: #111f2c;
  font-size: 13px !important;
}
[data-v-2671b0aa] .el-table .success-rowS {
  background: #ffffff;
  color: #111f2c;
  padding: 10px 0 !important;
  font-size: 13px !important;
}
.grossProfit[data-v-2671b0aa] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.grossProfit .perKilo[data-v-2671b0aa] {
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 0px 3px;
  color: #fff;
  height: 18px;
  font-size: 12px !important;
}
.grossProfit .perKiloBg1[data-v-2671b0aa] {
  background-color: #f55f46;
}
.grossProfit .perKiloBg2[data-v-2671b0aa] {
  background-color: #21bfa5;
}
.item_box[data-v-2671b0aa] .el-select .el-input .el-select__caret {
  height: 32px;
}
.item_box[data-v-2671b0aa] .el-input__suffix {
  height: 32px;
  width: 43px;
}
.item_box[data-v-2671b0aa] .el-input__prefix {
  height: 32px;
  width: 20px;
}
.tab_box_style[data-v-2671b0aa] {
  box-sizing: border-box;
  padding-top: 10px;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e4e7ed;
}
.tab_box_style .p_active[data-v-2671b0aa] {
  color: #0c6fa8;
  position: relative;
}
.tab_box_style .p_active[data-v-2671b0aa]::before {
  bottom: -2px;
  left: 0px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0c6fa8;
  position: absolute;
}
.tab_box_style p[data-v-2671b0aa] {
  padding-bottom: 10px;
  margin-right: 30px;
  text-align: center;
  font-size: 15px;
}
.tab_box_style p[data-v-2671b0aa]:hover {
  color: #0c6fa8;
}


.popperClass_list {
  width: 300px !important;
}

.order-item-target[data-v-c3009096] {
  background: rgba(12, 111, 168, 0.05) !important;
}
.el-container[data-v-c3009096] {
  max-width: 750px;
  margin: 0 auto;
}
.el-main[data-v-c3009096] {
  height: 100vh;
  padding: 0 0 50px;
  position: relative;
  background: #f2f2f2;
  max-width: 750px;
  font-size: 16px;
}
.el-main .listTop[data-v-c3009096] {
  background-color: #fff;
  width: 100%;
  max-width: 750px;
  position: fixed;
  top: 0;
  z-index: 25;
}
.el-main[data-v-c3009096] .van-list {
  margin-top: 53px;
}
.el-main[data-v-c3009096] .search-input .el-input__inner {
  height: 32px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
}
.el-main ul[data-v-c3009096] {
  padding: 12px;
}
.el-main ul a[data-v-c3009096] {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 10px;
}
.el-main ul a .top[data-v-c3009096] {
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.el-main ul a .middle[data-v-c3009096] {
  line-height: 20px;
  font-size: 14px;
}
.el-main ul a .middle .user-box[data-v-c3009096] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.el-main ul a .middle .user-box[data-v-c3009096]::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 12px;
  background: #0c6fa8;
  content: '';
  border-radius: 3px;
}
.el-main ul a .middle .user-box .user-txt[data-v-c3009096] {
  text-indent: 10px;
}
.el-main ul a .middle .user-box .status-icon[data-v-c3009096] {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}
.el-main ul a .middle .data-area[data-v-c3009096] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.el-main ul a .middle .data-area p[data-v-c3009096] {
  text-align: center;
}
.el-main ul a .middle .data-area p span[data-v-c3009096] {
  display: block;
  font-size: 17px;
  font-weight: 550;
}
.el-main ul a .middle .data-area p span.red-txt[data-v-c3009096] {
  box-sizing: border-box;
  color: #f16262;
}
.el-main ul a .middle .data-area p span.green-txt[data-v-c3009096] {
  color: #50ca7e;
}
.el-main ul a .middle .data-area p b[data-v-c3009096] {
  display: block;
  font-size: 12px;
  color: #999;
}
.el-main ul a .textColor[data-v-c3009096] {
  color: #888888;
}
.el-footer[data-v-c3009096] {
  position: fixed;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  border-top: 1px solid #ebeef5;
  margin: 0 auto;
  padding: 0px;
}
span.red-icon[data-v-c3009096] {
  box-sizing: border-box;
  background: #f16262;
}
span.red-icon i[data-v-c3009096] {
  transform: translateY(-1px);
}
span.green-icon[data-v-c3009096] {
  background: #50ca7e;
}
span.green-icon i[data-v-c3009096] {
  transform: translateX(-1px);
}
.keyword[data-v-c3009096] {
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-size: 14px;
  padding: 10px 7px 10px 7px;
}
.keyText[data-v-c3009096] {
  font-size: 16px;
  line-height: 32px;
  width: 50px;
  color: #0c6fa8;
}
[data-v-c3009096] .el-input__icon {
  margin-right: 18px;
}
[data-v-c3009096] .el-icon-search:before {
  content: '\E778';
}
[data-v-c3009096] .el-input__icon {
  margin-left: 15px;
  line-height: 32px;
}
[data-v-c3009096] .search-input .el-input__inner {
  background-color: #f4f4f4;
  border: none;
}
[data-v-c3009096] .el-input__icon {
  margin-left: 15px;
}
[data-v-c3009096] .el-input--mini {
  font-size: 12px;
  padding: 0px 12px;
}
.remark_box[data-v-c3009096] {
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #f4f8fb;
  color: #94afbf;
  font-size: 12px;
  line-height: 16px;
}

