.el-main[data-v-4c7b3a90] {
  overflow: hidden;
  height: auto;
}
.opLog[data-v-4c7b3a90] {
  text-align: left;
  margin-top: 10px;
  background: #fff;
  padding-bottom: 20px;
}
.opLogTitle[data-v-4c7b3a90] {
  line-height: 50px;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.checkAll[data-v-4c7b3a90] {
  cursor: pointer;
  font-size: 14px;
  color: #969799;
}


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

.el-container[data-v-625f6c08] {
  max-width: 750px;
  margin: 0 auto;
  background: #f2f2f2;
}
.el-main[data-v-625f6c08] {
  height: 100vh;
  padding: 10px 10px 60px 10px !important;
  position: relative;
  background: #f2f2f2;
  max-width: 750px;
  overflow-x: hidden;
}
.el-main[data-v-625f6c08] .el-table .cell {
  padding: 0px 2px !important;
}
.el-footer[data-v-625f6c08] {
  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-625f6c08] {
  text-align: center;
  width: 100%;
  font-size: 16px;
  height: 100%;
  background-color: #0c6fa8;
  color: #fff;
  line-height: 44px;
}
.info[data-v-625f6c08] {
  background: #fff;
  line-height: 44px;
  font-size: 16px;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
}
.item_lable[data-v-625f6c08] {
  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-625f6c08]::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-625f6c08] {
  font-size: 14px;
}
.item_lable p[data-v-625f6c08]:nth-of-type(1) {
  color: #969799;
}
.contentText[data-v-625f6c08] {
  text-align: left !important;
  color: #323233 !important;
}
.titleCss[data-v-625f6c08] {
  width: 90px;
  text-align: left;
  flex: none !important;
  color: #969799;
}
.textB[data-v-625f6c08] {
  font-size: 18px !important;
  font-weight: 600;
}
.textColor[data-v-625f6c08] {
  color: #df6c65;
}
.textColorGreey[data-v-625f6c08] {
  color: #72c786;
}
.calculation_box[data-v-625f6c08] {
  background-color: #fff;
  padding: 16px;
}
.calculation_box .calculation[data-v-625f6c08] {
  border-radius: 4px;
  background-color: #f8f9fa;
  font-size: 14px;
  display: grid;
  padding: 10px;
  height: 150px;
  grid-template-columns: repeat(3, 30%);
  grid-template-rows: repeat(2, 50%);
  grid-gap: 10px;
}
.calculation_box .calculation .calculation_item[data-v-625f6c08] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calculation_box .calculation .calculation_item .calculation_top[data-v-625f6c08] {
  width: 100%;
  margin-bottom: 10px;
  color: #f55f46;
  font-weight: 600;
  text-align: center;
}
.calculation_box .calculation .calculation_item .calculation_bottom[data-v-625f6c08] {
  width: 100%;
  text-align: center;
}
.fixed-img[data-v-625f6c08] {
  width: 90vw;
}
.fixed-img .inner-box[data-v-625f6c08] {
  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-625f6c08] {
  width: 100%;
}
.chartInfo[data-v-625f6c08] {
  background-color: #fff;
  line-height: 44px;
  padding: 0px 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goodsScreenStyle[data-v-625f6c08] {
  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-625f6c08] {
  position: relative;
}
.goodsScreenItem[data-v-625f6c08] {
  position: absolute;
  top: 30px;
  background: #f0f1f3;
  width: 120px;
  max-height: 200px;
  padding: 0px 10px;
  z-index: 4;
  overflow-x: auto;
}
.timeList[data-v-625f6c08] {
  height: 44px;
  background: #fff;
  font-size: 14px;
  padding: 0px 10px;
  border-bottom: 1px solid #ebedf0;
}
.timeList .timeItem[data-v-625f6c08] {
  width: 37%;
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeList .timeItem p[data-v-625f6c08] {
  background: #f0f1f3;
  padding: 10px 10px;
  border-radius: 6px;
  color: #646466;
}
.timeList .timeItem .activeItem[data-v-625f6c08] {
  background-color: #0c6fa8;
  color: #fff;
}
.masterk[data-v-625f6c08] {
  font-size: 14px;
  background-color: #fff;
  padding: 10px 16px;
}
.remarkfo[data-v-625f6c08] {
  max-width: 500px;
  min-width: 300px;
  background-color: #fff;
  font-size: 16px;
}
.remarkfo .remarkclear[data-v-625f6c08] {
  line-height: 44px;
  text-align: center;
  padding: 0px 16px;
}
.remarkfo .remarkStyle[data-v-625f6c08] {
  color: #acacac;
  float: left;
}
.remarkfo[data-v-625f6c08] .van-field__control {
  background-color: #fafafa;
  padding: 10px 16px;
}
.remarkfo[data-v-625f6c08] .van-cell {
  padding: 0px !important;
}
.btnD[data-v-625f6c08] {
  font-size: 16px;
  display: flex;
  line-height: 44px;
}

