.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}

.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #fff !important;
  background: #0d6fa9 !important;
}
.van-dialog__message--has-title {
  overflow: hidden !important;
}

.editImgStyle[data-v-6c6b6304] {
  position: fixed;
  top: 5000px;
  left: 5000px;
  z-index: -1;
}
.el-container[data-v-6c6b6304] {
  max-width: 750px;
  margin: 0 auto;
}
.el-main[data-v-6c6b6304] {
  height: 100vh;
  padding: 0px 0px 60px 0px !important;
  position: relative;
  background: #f2f2f2;
  max-width: 750px;
  overflow-x: hidden;
}
.el-main[data-v-6c6b6304] .el-table .cell {
  padding: 0px 2px !important;
}
.el-footer[data-v-6c6b6304] {
  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;
}
.el-footer .footerBtn[data-v-6c6b6304] {
  text-align: center;
  width: 100%;
  font-size: 16px;
  height: 100%;
  background-color: #0c6fa8;
  color: #fff;
  line-height: 44px;
}
.info[data-v-6c6b6304] {
  background: #fff;
  line-height: 44px;
  font-size: 14px;
  font-weight: 550;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
}
.item_lable[data-v-6c6b6304] {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-size: 16px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.item_lable[data-v-6c6b6304]::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #ebedf0;
  transform: scaleY(0.5);
}
.item_lable p[data-v-6c6b6304] {
  font-size: 14px;
}
.item_lable p[data-v-6c6b6304]:nth-of-type(1) {
  color: #969799;
}
.contentText[data-v-6c6b6304] {
  text-align: left !important;
  color: #323233 !important;
}
.titleCss[data-v-6c6b6304] {
  width: 90px;
  text-align: left;
  flex: none !important;
  color: #969799;
}
.textB[data-v-6c6b6304] {
  font-size: 18px !important;
  font-weight: 600;
}
.textColor[data-v-6c6b6304] {
  color: #df6c65;
}
.textColorGreey[data-v-6c6b6304] {
  color: #72c786;
}
.calculation_box[data-v-6c6b6304] {
  background-color: #fff;
  padding: 16px;
}
.calculation_box .calculation[data-v-6c6b6304] {
  border-radius: 6px;
  background-color: #f8f9fa;
  font-size: 14px;
  display: grid;
  padding: 10px;
  height: 400px;
  grid-template-columns: repeat(3, 30%);
  grid-template-rows: repeat(5, 18%);
  grid-gap: 10px;
}
.calculation_box .calculation .calculation_item[data-v-6c6b6304] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calculation_box .calculation .calculation_item .calculation_top[data-v-6c6b6304] {
  width: 100%;
  margin-bottom: 10px;
  color: #f55f46;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
}
.calculation_box .calculation .calculation_item .calculation_bottom[data-v-6c6b6304] {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.fixed-img[data-v-6c6b6304] {
  width: 90vw;
}
.fixed-img .inner-box[data-v-6c6b6304] {
  box-sizing: border-box;
  width: 95%;
  max-width: 750px;
  margin: 10px auto 0;
  height: calc(100vh - 30px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffff;
  border-radius: 5px;
  padding: 20px 10px 10px;
}
.fixed-img .inner-box img[data-v-6c6b6304] {
  width: 100%;
}
.chartInfo[data-v-6c6b6304] {
  background-color: #fff;
  line-height: 44px;
  padding: 0px 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsScreenStyle[data-v-6c6b6304] {
  padding: 0px 10px;
  line-height: 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #f0f1f3;
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsScreenList[data-v-6c6b6304] {
  position: relative;
}
.goodsScreenItem[data-v-6c6b6304] {
  position: absolute;
  top: 30px;
  background: #f0f1f3;
  width: 120px;
  max-height: 200px;
  padding: 0px 10px;
  z-index: 4;
  overflow-x: auto;
}
.timeList[data-v-6c6b6304] {
  height: 44px;
  background: #fff;
  font-size: 14px;
  padding: 0px 10px;
  border-bottom: 1px solid #ebedf0;
}
.timeList .timeItem[data-v-6c6b6304] {
  width: 37%;
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeList .timeItem p[data-v-6c6b6304] {
  background: #f0f1f3;
  padding: 10px 10px;
  border-radius: 6px;
  color: #646466;
}
.timeList .timeItem .activeItem[data-v-6c6b6304] {
  background-color: #0c6fa8;
  color: #fff;
}
.masterk[data-v-6c6b6304] {
  font-size: 14px;
  background-color: #fff;
  padding: 10px 16px;
}
.remarkfo[data-v-6c6b6304] {
  max-width: 500px;
  min-width: 300px;
  background-color: #fff;
  font-size: 16px;
}
.remarkfo .remarkclear[data-v-6c6b6304] {
  line-height: 44px;
  text-align: center;
  padding: 0px 16px;
}
.remarkfo .remarkStyle[data-v-6c6b6304] {
  color: #acacac;
  float: left;
}
.remarkfo[data-v-6c6b6304] .van-field__control {
  background-color: #fafafa;
  padding: 10px 16px;
}
.remarkfo[data-v-6c6b6304] .van-cell {
  padding: 0px !important;
}
.btnD[data-v-6c6b6304] {
  font-size: 16px;
  display: flex;
  line-height: 44px;
}
.fixed-img[data-v-6c6b6304] {
  position: relative;
}
.fixed-img .inner-box[data-v-6c6b6304] {
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto 0;
  height: calc(100vh - 30px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffff;
  border-radius: 5px;
}
.fixed-img .inner-box[data-v-6c6b6304] .el-image {
  overflow: hidden;
  overflow-y: auto;
  height: 90%;
  width: 100%;
}
.fixed-img .inner-box[data-v-6c6b6304] .el-image::-webkit-scrollbar {
  display: none;
}
.fixed-img .inner-box[data-v-6c6b6304] .el-image__inner,
.fixed-img .inner-box .el-image__placeholder[data-v-6c6b6304] {
  width: 100%;
  height: auto;
}
.fixed-img .img_btn[data-v-6c6b6304] {
  font-size: 12px;
  color: #fff;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #0c6fa8;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tableGoodsNameBox[data-v-6c6b6304] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tableGoodsNameBox .goodsTis[data-v-6c6b6304] {
  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;
}
[data-v-6c6b6304] .van-cell-group {
  padding: 0px 0px !important;
}
.w_header_title[data-v-6c6b6304] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.w_header_title .tis_box_w[data-v-6c6b6304] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 4px;
  font-weight: normal;
  height: 20px;
  font-weight: 550;
}
.w_header_title .tis_box_w img[data-v-6c6b6304] {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.w_header_title .add_w[data-v-6c6b6304] {
  border: 1px solid #FFC0B5;
  color: #f55f46;
  background-color: #ffebe8;
}
.w_header_title .down_w[data-v-6c6b6304] {
  border: 1px solid #88E6D5;
  color: #21bfa5;
  background-color: #e8fffa;
}

