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

*[data-v-1ce51752] {
  box-sizing: border-box;
  font-size: 14px;
}
[data-v-1ce51752] .dailyParamSty .el-form-item {
  margin-bottom: 0 !important;
  transform: translateY(-10px);
}
[data-v-1ce51752] .disableBtn {
  background: #f5f7fa !important;
}
.no-toast[data-v-1ce51752] {
  color: #888;
}
.see-info[data-v-1ce51752] {
  color: #0c6fa8;
  cursor: pointer;
}
.form-textarea[data-v-1ce51752] {
  padding: 0 15px;
  line-height: 1.2;
  border-bottom: 1px solid #f2f2f2;
}
.form-textarea textarea[data-v-1ce51752] {
  box-sizing: border-box;
  background: #f6f6f6;
  border: 0;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.form-textarea textarea[data-v-1ce51752]::-moz-placeholder {
  color: #999;
  opacity: 0.65;
}
.form-textarea textarea[data-v-1ce51752]::placeholder {
  color: #999;
  opacity: 0.65;
}
.form-textarea .form-label[data-v-1ce51752] {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  color: #888888;
}
.form-textarea .form-label span[data-v-1ce51752] {
  font-size: 14px;
}
[data-v-1ce51752] .el-footer {
  padding: 0 0 !important;
  height: 50px !important;
  left: 50%;
  transform: translate(-50%, 0%);
}
.el-main[data-v-1ce51752] {
  padding: 0px 0px 100px 0px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.el-main .info_box[data-v-1ce51752] {
  margin-top: 10px;
  font-size: 14px;
}
.el-main .info_box[data-v-1ce51752] .van-cell-group {
  padding: 0px !important;
}
.el-main .info_box[data-v-1ce51752] .van-cell {
  padding-right: 13px;
}
.el-main .info_box[data-v-1ce51752] .van-cell::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border-bottom: 1px solid #ebedf0 !important;
  transform: scale(0.5);
}
.el-main .info_box[data-v-1ce51752] .van-field__label {
  color: #888888 !important;
}
.el-main .info_box .info_title[data-v-1ce51752] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #fff;
  height: 40px;
  align-items: center;
  padding: 0px 14px;
}
.el-main .info_box .title_text[data-v-1ce51752] {
  font-weight: bold;
}
.el-main .info_box .title_icon[data-v-1ce51752] {
  color: #969799;
  font-size: 23px;
}
.el-main .info_box .required[data-v-1ce51752] {
  position: relative;
}
.el-main .info_box .required[data-v-1ce51752]::before {
  content: '*';
  color: red;
  position: absolute;
  top: -1px;
  left: -8px;
  font-size: 16px;
}
.el-main .info_box .payment_type[data-v-1ce51752] {
  display: flex;
  flex-wrap: wrap;
}
.el-main .info_box .payment_type .payment_type_item[data-v-1ce51752] {
  margin-right: 10px;
  width: 65px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.el-main .info_box .payment_type .payment_type_item_active[data-v-1ce51752] {
  border: 1px solid #0d6fa9;
  color: #0c6fa8;
  position: relative;
}
.el-main .info_box .payment_type .payment_type_item_active[data-v-1ce51752]::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  right: 4px;
  position: absolute;
  bottom: 2px;
  transform: rotate(45deg) scaleY(1);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.el-main .info_box .payment_type .payment_type_item_active[data-v-1ce51752]::before {
  box-sizing: content-box;
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 16px solid #0d6fa9;
}
.el-main .info_box .no-toast[data-v-1ce51752] {
  font-size: 12px;
  color: #999999;
  background-color: #ffffff;
  padding: 0px 16px 10px 16px;
}
.el-main .approval-order[data-v-1ce51752] {
  box-sizing: border-box;
  padding: 0 14px;
  padding-bottom: 10px;
  background-color: #fff;
}
.el-main .approval-order li[data-v-1ce51752] {
  position: relative;
  margin-top: 10px;
  background: #f2f2f2;
  line-height: 36px;
  text-indent: 10px;
  border-radius: 5px;
}
.el-main .approval-order li[data-v-1ce51752]:nth-of-type(1) {
  margin-top: 0px;
}
.el-main .approval-order li .del-icon[data-v-1ce51752] {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #888;
}
.el-main .note_box[data-v-1ce51752] {
  background: #fff;
  padding: 10px 14px;
}
.el-main .note_box .note_lable[data-v-1ce51752] {
  color: #888888;
}
.el-main .note_box .note_text[data-v-1ce51752] .el-textarea__inner {
  padding: 5px 10px;
  width: 100%;
  background-color: #f5f5f5;
  border: 0px solid #dcdfe6;
  border-radius: 0px;
}
.el-main .note_box .note_text[data-v-1ce51752] .el-textarea {
  margin-top: 10px;
  width: 100%;
}
.pc_box[data-v-1ce51752] {
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.pc_box[data-v-1ce51752] .el-form-item {
  margin-bottom: 10px;
}
.pc_box .pc_box_middle[data-v-1ce51752] {
  padding-bottom: 200px;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  overflow-y: auto;
}
.pc_box .pc_box_middle[data-v-1ce51752]::-webkit-scrollbar {
  display: none;
}
.pc_box .bottom_footer[data-v-1ce51752] {
  width: 100%;
  height: 54px;
  z-index: 22;
  background: #fff;
  box-shadow: 2px 0 10px 1px #cdcdcd;
}
.pc_box .bottom_footer .pc_footer_btn[data-v-1ce51752] {
  float: right;
  height: 100%;
  padding: 11px 10px;
}
.pc_box .payment_type[data-v-1ce51752] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 40px;
}
.pc_box .payment_type .payment_type_item[data-v-1ce51752] {
  cursor: pointer;
  margin-right: 10px;
  width: 68px;
  height: 32px;
  background: #f8f8f8;
  border: 1px solid #dddfe6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_box .payment_type .payment_type_item_active[data-v-1ce51752] {
  border: 1px solid #0d6fa9;
  color: #0c6fa8;
  position: relative;
}
.pc_box .payment_type .payment_type_item_active[data-v-1ce51752]::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  right: 4px;
  position: absolute;
  bottom: 2px;
  transform: rotate(45deg) scaleY(1);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.pc_box .payment_type .payment_type_item_active[data-v-1ce51752]::before {
  box-sizing: content-box;
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 16px solid #0d6fa9;
}
.approval_box[data-v-1ce51752] {
  width: calc(100% - 150px);
  margin-left: 100px !important;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 0px 10px;
  margin: 10px 0px;
}
.approval_item[data-v-1ce51752] {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  height: 42px;
  justify-content: space-between;
  line-height: 42px;
}
.approval_item[data-v-1ce51752]:nth-last-of-type(1) {
  border-bottom: 0px solid #eeeeee;
}

