
[data-v-836cc242] .van-pull-refresh {
  background-color: #F6F6F6;
}
.container[data-v-836cc242] {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
}
.container .tablist[data-v-836cc242] .van-tab--active {
  color: #0c6fa8;
}
.container .tablist[data-v-836cc242] .van-tabs__line {
  background-color: #0c6fa8;
  border-radius: 10%;
  border-width: 50px !important;
}
.container .search[data-v-836cc242] {
  height: 44.5px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  background: #fff;
}
.container .search .search-box[data-v-836cc242] {
  width: 100%;
  max-width: 750px;
  height: 32px;
  background-color: #f4f4f4;
  border-radius: 16px;
  margin-left: 12.5px;
  display: flex;
  align-items: center;
}
.container .search .search-box .search-icon[data-v-836cc242] {
  width: 15px;
  height: 15px;
  margin-left: 12.5px;
}
.container .search .search-box .oddnumber[data-v-836cc242] {
  width: calc(100% - 45px);
  height: 100%;
  font-size: 13px;
  color: #333;
  /*padding-left: 0.15rem;*/
  border: none;
  padding: 0;
  background: #f4f4f4;
  box-sizing: border-box;
  margin-left: 5px;
}
.container .search .screen-btn[data-v-836cc242] {
  width: 62.5px;
  height: 100%;
  font-size: 13px;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.container .search .screen-btn p[data-v-836cc242] {
  color: #888888;
}
.container .search .screen-btn img[data-v-836cc242] {
  width: 14px;
  height: 14px;
  margin-left: 2.5px;
}
.container .content-list[data-v-836cc242] {
  width: 100%;
  position: absolute;
  max-width: 750px;
  bottom: 0;
  top: 85px;
}
.container .content-list .order-item[data-v-836cc242] {
  width: calc(100% -14px * 2);
  background-color: #F6F6F6;
  height: auto;
  background: #fff;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.05);
}
.container .content-list .order-item[data-v-836cc242]:last-child {
  margin-bottom: 10px;
}
.container .content-list .order-item .order-state[data-v-836cc242] {
  position: relative;
  width: calc(100% - 10px * 2);
  height: 40px;
  border-bottom: 1px solid #eaeaea;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 4px;
}
.container .content-list .order-item .order-state .state-name[data-v-836cc242] {
  font-size: 13px;
  line-height: 40px;
  position: relative;
}
.container .content-list .order-item .order-state .time[data-v-836cc242] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 40px;
  color: #999999;
}
.container .content-list .order-item .company-name[data-v-836cc242] {
  width: 100%;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 0 10px;
  box-sizing: border-box;
}
.container .content-list .order-item .order-info[data-v-836cc242] {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.container .content-list .order-item .order-info .order-info-row[data-v-836cc242] {
  width: 100%;
  display: flex;
}
.container .content-list .order-item .order-info .order-info-row[data-v-836cc242]:last-child {
  padding-bottom: 10px;
}
.container .content-list .order-item .order-info .order-info-row .info-label[data-v-836cc242] {
  width: 75px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.container .content-list .order-item .order-info .order-info-row .info-content[data-v-836cc242] {
  flex: 1;
  /*display: flex;*/
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
.container .content-list .pass[data-v-836cc242]::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #60c586;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.container .content-list .pass .state-name[data-v-836cc242] {
  color: #60c586;
}
.container .content-list .pass .state-name[data-v-836cc242]::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #60c586;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.container .content-list .failed .state-name[data-v-836cc242] {
  color: #f55757;
}
.container .content-list .failed .state-name[data-v-836cc242]::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f55757;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.container .content-list .failed[data-v-836cc242]::after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f55757;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.container .keyText[data-v-836cc242] {
  font-size: 15px;
  line-height: 32px;
  width: 35px;
  color: #0c6fa8;
  margin-left: 10px;
}
.statusToast[data-v-836cc242] {
  font-size: 14px;
  line-height: 40px;
}
.statusToast span[data-v-836cc242] {
  color: #fff;
  display: inline-block;
  line-height: 20px;
  transform: scale(0.8);
  border-radius: 2.5px;
  padding: 0 0.1rem;
}
.statusToast .status-bg0[data-v-836cc242] {
  background: #f55757;
}
.statusToast .status-bg1[data-v-836cc242] {
  background: #64b2ed;
}
.statusToast .status-bg2[data-v-836cc242] {
  background: #f49e17;
}
.statusToast .status-bg3[data-v-836cc242] {
  background: #60c586;
}
.header-box[data-v-836cc242] {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  background: #fff;
  z-index: 999;
}
.header-box .header-inner[data-v-836cc242] {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
/* 底部按钮 */
.footerBtn[data-v-836cc242] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background: #0d6fa9;
  color: #fff;
  text-align: center;
}
.fixed-title[data-v-836cc242] {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background: #fff;
}
.fixed-title .close-btn[data-v-836cc242] {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 14px;
  color: #0d6fa9;
  z-index: 999;
  cursor: pointer;
}


.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #fff !important;
  background: #0d6fa9 !important;
}

.tips-modal[data-v-31d6be28] {
  width: 300px;
  max-height: 300px;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
  min-height: 150px;
}
.tips-modal .top[data-v-31d6be28] {
  width: 100%;
  height: 100%;
  padding: 40px 10px 0px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.tips-modal .top span[data-v-31d6be28] {
  font-size: 0.3rem;
  color: #222222;
}
.tips-modal .bottom[data-v-31d6be28] {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 16px;
  box-shadow: 0rem -0.03rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.tips-modal .bottom .left-btn[data-v-31d6be28] {
  width: 50%;
  height: 100%;
  line-height: 0.95rem;
  color: #555555;
}
.tips-modal .bottom .right-btn[data-v-31d6be28] {
  width: 50%;
  height: 100%;
  background: #0d6fa9;
  line-height: 0.95rem;
  color: #fff;
}
.carListClass[data-v-31d6be28] {
  font-size: 16px;
  padding: 0px 10px 10px 10px;
}
.carListClass li[data-v-31d6be28] {
  background: #f6f6f6;
  margin-top: 10px;
  line-height: 20px;
  border-radius: 5px;
  padding: 6px 10px;
}
.container[data-v-31d6be28] {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}
.container .item-tit[data-v-31d6be28] {
  font-size: 14px;
  color: #222;
  line-height: 3;
  text-indent: 1em;
  border-bottom: 1px solid #f2f2f2;
}
.container .add-scroll[data-v-31d6be28] {
  width: 100%;
}
.container .add-scroll .form-block[data-v-31d6be28] {
  width: 100%;
  background: #fff;
}
.container .add-scroll .form-block .tips[data-v-31d6be28] {
  font-size: 14px;
  color: #888888;
  box-sizing: border-box;
  padding-left: 12px;
  line-height: 40px;
}
.container .add-scroll .form-block .tips .psColor[data-v-31d6be28] {
  color: #f34747;
}
.container .add-scroll .form-block .appendix[data-v-31d6be28] {
  line-height: 40px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 750px;
  color: #888888;
}
.container .add-scroll .form-block .appendix-list[data-v-31d6be28] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
}
.container .add-scroll .form-block .appendix-list .add-appendix[data-v-31d6be28] {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  font-size: 0.68rem;
  color: #bfbfbf;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 0.1rem;
}
.container .add-scroll .form-block .form-row[data-v-31d6be28] {
  width: 100%;
  line-height: 45px;
  display: flex;
  box-sizing: border-box;
  padding: 0 12px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.container .add-scroll .form-block .form-row .form-label[data-v-31d6be28] {
  position: relative;
  width: 100px;
  font-size: 14px;
  padding-left: 12px;
  color: #888;
}
.container .add-scroll .form-block .form-row .form-label[data-v-31d6be28]:nth-child(4)::before {
  display: none !important;
}
.container .add-scroll .form-block .form-row .form-label[data-v-31d6be28]::before {
  position: absolute;
  top: 11px;
  left: -1px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWtJREFUOE+tU78vQ1EU/s5re5sY2CV9SiLui8RiISaLmAwSiYSJv0DS1NiKAY2B2E1MTYTVwsZoal8X9JbJwkRv23fk3bTSH95Lh97x3HO/fL8uIeS4ididfy0rtcWgNQoFsAUbAKUD9wYD4NpijZm+nEr1tp2RG8CgmIgvEfGIVDpvGLi2eAcwSowrz/KOnXL9oTnvkFAci85bnpViwmpLmgEo2iJLwA6A4SaDS6n0ZjsD1xYXADb8e2I8MnAoK/rmz4NSUkhuUArE2yHGfoNwIMt6v7XTY2IhGZuzmDJgLHcB5SNAdlLpQvu8B8Adj0+xx1lirHcAEK4bxHvTr7WnQADXFmkAGQBDwTL4RCNyNqN+no0fxu1EfAWENMALzYc5qfRul4lHgL9jzicDp47SvvkmRhMXGOeIUk6+VEv/xejLQ53TIGx1xRibJdCEX4x+imSK53kfzlv9fjBVDjIsqMqhMXZI6OM7/wK77qMRabe+MQAAAABJRU5ErkJggg==) no-repeat;
  background-size: contain;
}
.container .add-scroll .form-block .form-row .form-input-box[data-v-31d6be28] {
  width: calc(100% - 1.75rem - 0.3rem);
  height: 100%;
  display: flex;
}
.container .add-scroll .form-block .form-row .form-input-box .remarks-input[data-v-31d6be28] {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  border: none;
  padding: 0;
}
.container .add-scroll .form-block .form-row .form-picker[data-v-31d6be28] {
  width: calc(100% - 1.75rem - 0.3rem);
  height: 100%;
}
.container .add-scroll .form-block .form-row .form-picker .icon_style[data-v-31d6be28] {
  color: #888 !important;
}
.container .add-scroll .form-block .form-row .form-picker .form-picker-text[data-v-31d6be28] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .add-scroll .form-block .commodity[data-v-31d6be28] {
  width: 100%;
}
.container .add-scroll .form-block .commodity .com-item[data-v-31d6be28] {
  width: 100%;
  padding: 0.3rem 0.34rem 0.3rem 0.25rem;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  align-items: flex-start;
}
.container .add-scroll .form-block .commodity .com-item[data-v-31d6be28]::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.15rem;
  height: 0.26rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YmVjMmY2YS1lYjUyLTJlNDEtYWI0Zi05ZTZkM2Q1ZmM3NjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEVFODEzOTU3QTM1MTFFQThFQjFEMUZERkU5RjVEQ0QiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEVFODEzOTQ3QTM1MTFFQThFQjFEMUZERkU5RjVEQ0QiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjljMzc2NTItOWRiMS1lYjQxLTkzZWItMjhkMjYxMGY1ZTcxIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDJiYjNjZGQtNzMxNC0xMWVhLTk1OGItZDQyZWFhYWUzMDYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+80gUogAAAWdJREFUeNqMlE8ohFEUxd/M5IvZzGp27GSnrKSsRiLK34UMyoZiSYolC7GkLOzGUgpRSiOGFKnZTMpK2SgLpUhT1Bfn1lE3i/veqd/i3Nfp+959777E9eXNqnNuHpTAKPhwAUqCBVALesAhqAsNHinfAXZBTUhwAlyoWj8ocM0MfoMBcKfq42DLFxR9gl5wr9ZmwZovKHoD3eBR1ZbAoi8oegFd4FnV5KszvqDoiV9+pU9wv2O+oOiBe36nT7HTfb6gqMxuV+kjnnHOFxRdgREemSjN29WaDLhdJ2ASxPQZsBcSFH3983FIsJN7S9FLw4Z9wTYOQURf5RRVrGAzOGVDHBs0CG6trjaCczbCsTF5cGadYz3HLEv/A6bAgXVzsvxSg6rNgR3rrspvFUGTqi2DTWs60jzoFrW2AVaseYz4/+2qXuDLZ74A2xyjP+2DaTbFDOo5K9LHIa/cOt+cYzCkJsHUrwADAE2ARmtwocxWAAAAAElFTkSuQmCC) no-repeat;
  background-size: 0.15rem 0.26rem;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.container .add-scroll .form-block .commodity .com-item .com-item-icon[data-v-31d6be28] {
  width: 1.3rem;
  height: 1.3rem;
}
.container .add-scroll .form-block .commodity .com-item .com-content[data-v-31d6be28] {
  width: calc(100% - 1.3rem - 0.3rem);
  height: 1.8rem;
  box-sizing: border-box;
  padding-left: 0.25rem;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-name[data-v-31d6be28] {
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-m[data-v-31d6be28] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-m .specs[data-v-31d6be28] {
  width: 5rem;
  height: 0.4rem;
  font-size: 0.26rem;
  color: #888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-m .price[data-v-31d6be28] {
  font-size: 0.28rem;
  color: #888888;
}
.container .add-scroll .form-block .commodity .com-item .com-content .count[data-v-31d6be28] {
  height: 0.3rem;
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #888888;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-total[data-v-31d6be28] {
  font-size: 0.26rem;
  color: #888888;
  margin-top: 0.1rem;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-total .num[data-v-31d6be28] {
  color: #222;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-total .taxAmount[data-v-31d6be28] {
  color: #f34747;
}
.container .add-scroll .form-block .commodity .com-item .com-content .com-total .t2[data-v-31d6be28] {
  color: #f34747;
}
.container .add-scroll .form-block .title[data-v-31d6be28] {
  width: 100%;
  height: 0.7rem;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .add-scroll .form-block .title .t1[data-v-31d6be28] {
  font-size: 0.28rem;
  color: #888888;
}
.container .add-scroll .form-block .title .t2[data-v-31d6be28] {
  color: #f34747;
}
.container .add-scroll .form-block .add-btn[data-v-31d6be28] {
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888888;
}
.container .add-scroll .form-block .add-btn .plus[data-v-31d6be28] {
  font-size: 14px;
  font-weight: bold;
}
.container .footer[data-v-31d6be28] {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
}
.container .footer .reset-btn[data-v-31d6be28] {
  border-top: 1px solid #d9d9d9;
  width: 50%;
  height: 1rem;
  background-color: #ffffff;
  font-size: 0.32rem;
  color: #555555;
  line-height: 1rem;
  text-align: center;
}
.container .footer .submit-btn[data-v-31d6be28] {
  border-top: 1px solid #0d6fa9;
  width: 50%;
  height: 1rem;
  background-color: #0d6fa9;
  font-size: 0.32rem;
  color: #fff;
  line-height: 1rem;
  text-align: center;
}
.van-uploader__preview-delete[data-v-31d6be28] {
  bottom: auto;
  top: 0.05rem;
  right: 0.05rem;
  font-size: 0.35rem;
}
.qd-box[data-v-31d6be28] {
  width: 100%;
  height: 8.92rem;
  background: #fff;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  position: relative;
}
.qd-box .close-btn[data-v-31d6be28] {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3rem;
  z-index: 100;
}
.qd-box .qd-top[data-v-31d6be28] {
  width: calc(100% - 0.15rem * 2);
  height: 2.3rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  padding: 0.3rem 0.15rem;
  box-sizing: border-box;
}
.qd-box .qd-top .qd-top-pic[data-v-31d6be28] {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 0.05rem;
}
.qd-box .qd-top .qd-info[data-v-31d6be28] {
  width: calc(100% - 1.62rem);
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.qd-box .qd-top .qd-info .qd-title[data-v-31d6be28] {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #222222;
}
.qd-box .qd-top .qd-info .qd-specs[data-v-31d6be28] {
  font-size: 0.24rem;
  color: #888888;
  margin-top: 0.95rem;
}
.qd-box .qd-form[data-v-31d6be28] {
  width: calc(100% - 0.15rem * 2);
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.qd-box .qd-form-row[data-v-31d6be28] {
  width: 100%;
  height: 0.9rem;
  display: flex;
}
.qd-box .qd-form-row[data-v-31d6be28]:first-child {
  margin-top: 0.3rem;
}
.qd-box .qd-form-row .qd-form-row-lebel[data-v-31d6be28] {
  width: 1.6rem;
  font-size: 0.28rem;
  line-height: 0.9rem;
  color: #888888;
}
.qd-box .qd-form-row .qd-form-row-right[data-v-31d6be28] {
  width: 1.6rem;
  display: flex;
  align-items: center;
  width: calc(100% - 1.6rem - 0.15rem);
}
.qd-box .qd-form-row .qd-form-row-right .t1[data-v-31d6be28] {
  font-size: 0.3rem;
  color: #222222;
}
.qd-box .qd-form-row .qd-form-row-right .form-input[data-v-31d6be28] {
  width: 4.6rem;
  height: 100%;
  color: #222;
  font-size: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  border: none;
}
.qd-box .qd-form-row .qd-form-row-right .t2[data-v-31d6be28] {
  font-size: 0.3rem;
  color: #888888;
}
.qd-box .qd-form-row .qd-form-row-right .t3[data-v-31d6be28] {
  font-size: 0.26rem;
  color: #222222;
}
.qd-box .qd-form-row .bb[data-v-31d6be28] {
  border-bottom: 1px solid #eeeeee;
}
.van-stepper__input[data-v-31d6be28] {
  width: 2rem;
  background: #fff;
}
.cut_box[data-v-31d6be28] {
  height: 10px;
  background: #f2f2f2;
}
/* 底部按钮 */
.footerBtn[data-v-31d6be28] {
  width: 100%;
  position: fixed;
  bottom: 0;
  max-width: 750px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background: #0d6fa9;
  color: #fff;
  text-align: center;
}

