.selected-num {
  color: #1E56EE;
}

.approve-container[data-v-64bfd4b6] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 78px;
  background: #FFFFFF;
  box-shadow: 0px -2px 8px 0px #edeff3;
  display: flex;
  flex-direction: row;
  padding: 0 60px 0 40px;
  align-items: center;
}
.approve-container .content[data-v-64bfd4b6] {
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  font-weight: 500;
}
.approve-container .content .button-container[data-v-64bfd4b6] {
  width: 100%;
  display: inline-block;
}
.approve-container .content .button-container .button[data-v-64bfd4b6] {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 24px;
  text-align: center;
}
.approve-container .content .button-container .button.agree[data-v-64bfd4b6] {
  background: #67C23A;
}
.approve-container .content .button-container .button.reject[data-v-64bfd4b6] {
  background: #F56C6C;
}
.approve-container .content .button-container.disabled .button[data-v-64bfd4b6] {
  background: #F5F7FA;
  border: 1px solid #e4e7ed;
  color: #C0C4CC;
}
.approve-container .content.mutil-content[data-v-64bfd4b6] {
  flex: 1;
  text-align: right;
}

.content[data-v-d494440a] {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.content .label[data-v-d494440a] {
  font-size: 16px;
  color: #666666;
}
.content .label-val[data-v-d494440a] {
  display: flex;
  flex-direction: column;
}
.content .file-item[data-v-d494440a] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.content .file-item img[data-v-d494440a] {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
.content .file-item img.del[data-v-d494440a] {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.content .file-item a[data-v-d494440a] {
  color: #335dfe;
  font-size: 14px;
}
.content .file-item:hover .del[data-v-d494440a] {
  display: block;
}


[data-v-382b0be2] .warp-right {
  min-height: 635px;
}
[data-v-382b0be2] .el-upload-list__item-name {
  white-space: normal;
}
[data-v-382b0be2] .el-list-enter-active,[data-v-382b0be2] .el-list-leave-active {
  pointer-events: none;
}
.upload-form[data-v-382b0be2] .el-form-item__label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  text-align: right;
  line-height: 32px;
  font-weight: 400;
}
.upload-form[data-v-382b0be2] .el-upload-list__item {
  display: inline-block;
  width: auto;
}
.el-form-item.mb-34[data-v-382b0be2] {
  margin-bottom: 34px;
}
.leading-20[data-v-382b0be2] .el-form-item__label,
.leading-20[data-v-382b0be2] .el-form-item__content,
.leading-20 .contract-name[data-v-382b0be2] {
  line-height: 20px;
}
.mt-20[data-v-382b0be2] {
  margin-top: 20px;
}
.ml-8[data-v-382b0be2] {
  margin-left: 8px;
}
.flex[data-v-382b0be2] {
  display: flex;
}
.items-center[data-v-382b0be2] {
  align-items: center;
}
.justify-end[data-v-382b0be2] {
  justify-content: flex-end;
}
.absolute[data-v-382b0be2] {
  position: absolute;
}
.tag[data-v-382b0be2] {
  padding: 4px 6px;
  margin-left: 8px;
  background: rgba(51, 92, 254, 0.1);
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #335dfe;
  line-height: 14px;
  white-space: nowrap;
}
.desc[data-v-382b0be2] {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
.digit[data-v-382b0be2] {
  font-family: DXM-DIGIT-Bold;
  font-weight: 700;
}
.contract-name-input[data-v-382b0be2] {
  max-width: 230px;
}
.custom-project-name-input[data-v-382b0be2] {
  max-width: 230px;
}
.contract-name[data-v-382b0be2] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 32px;
}
.image-file[data-v-382b0be2] {
  margin-top: 0;
  align-items: center;
}
.image-file[data-v-382b0be2] .file-item {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.el-zoom-in-top-enter-active[data-v-382b0be2],
.el-zoom-in-top-leave-active[data-v-382b0be2] {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}
.el-zoom-in-top-enter[data-v-382b0be2],
.el-zoom-in-top-leave-active[data-v-382b0be2] {
  opacity: 0;
  transform: scaleY(0);
}


[data-v-2cd71157] .el-tabs__header {
  margin: 0 -20px;
  padding: 0 20px;
  background: #ffffff;
}
[data-v-2cd71157] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-2cd71157] .el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: none;
}
[data-v-2cd71157] .el-form-item {
  margin-bottom: 18px;
}
[data-v-2cd71157] .el-form-item__label,[data-v-2cd71157] .el-form-item__content {
  line-height: 22px;
}
[data-v-2cd71157] .issue-info-wrap .el-form .el-form-item__label,[data-v-2cd71157] .issue-info-wrap .el-form .el-form-item__content {
  font-size: 14px;
}
[data-v-2cd71157] .issue-info-wrap .item-name {
  align-items: center;
}
[data-v-2cd71157] .issue-info-wrap .item-name .bq {
  margin-top: 0;
}
[data-v-2cd71157] .el-form-item__label {
  color: #666666;
}
[data-v-2cd71157] .el-form-item__content {
  color: #333333;
}
.p-0[data-v-2cd71157] {
  padding: 0;
}
.pb-78[data-v-2cd71157] {
  padding-bottom: 78px;
}
.mb-20[data-v-2cd71157] {
  margin-bottom: 20px;
}
.bread-crumb[data-v-2cd71157] {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

