.step-warp.el-steps[data-v-e1433026] {
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.step-warp.el-steps--simple[data-v-e1433026] {
  padding-left: 0;
}
.step-warp[data-v-e1433026] .el-step .el-step__head {
  padding-right: 4px;
}
.step-warp[data-v-e1433026] .el-step .el-step__title {
  font-size: 12px;
  color: #335dfe;
  line-height: 17px;
  font-weight: bold;
}
.step-warp[data-v-e1433026] .el-step .el-step__title.is-fail {
  color: red;
}
.step-warp[data-v-e1433026] .el-step .icon {
  width: 100%;
  height: 100%;
}
.step-warp[data-v-e1433026] .el-step .description-slot-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-warp[data-v-e1433026] .el-step .description-slot-wrapper .init-des {
  min-width: 100px;
  height: 17px;
}
.step-warp[data-v-e1433026] .el-step .el-step__icon {
  border: none;
  width: 24px;
  height: 24px;
}
.step-warp[data-v-e1433026] .el-step .is-finish .icon {
  background: url(../../static/img/finished.5256c17d.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-process .icon {
  background: url(../../static/img/current.1d755f33.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-fail .icon {
  background: url(../../static/img/refused.3cf4aa8b.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .is-wait .icon {
  background: url(../../static/img/wait.66479fcc.png) no-repeat;
  background-size: contain;
}
.step-warp[data-v-e1433026] .el-step .el-step__main .el-step__arrow {
  margin: 0 1px;
}
.step-warp[data-v-e1433026] .el-step .el-step__main .is-wait {
  color: #666666;
}
.step-warp[data-v-e1433026] .is-simple {
  flex-basis: initial !important;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow::before {
  content: none;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow::after {
  content: none;
}
.step-warp[data-v-e1433026] .is-simple .el-step__main {
  display: flex;
  align-items: center;
}
.step-warp[data-v-e1433026] .is-simple .el-step__arrow {
  height: 2px;
  width: 90px;
  margin: 0 12px;
  flex-grow: initial;
  background: rgba(207, 212, 221, 0.36);
}
.step-warp[data-v-e1433026] .is-simple .el-step__main .is-finish + .el-step__arrow {
  background: #E3E8FF;
}
.step-warp[data-v-e1433026] .is-simple.tail--process .el-step__main .is-finish + .el-step__arrow {
  background-image: linear-gradient(270deg, #335DFE 0%, #E3E8FF 99%);
}
.step-warp.el-steps--horizontal[data-v-e1433026] {
  display: flex;
  align-items: center;
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__line {
  top: 9px;
  background: rgba(207, 212, 221, 0.36);
}
.step-warp[data-v-e1433026] .is-horizontal .is-finish {
  border-color: #335dfe;
}
.step-warp[data-v-e1433026] .is-horizontal:not(.tail--disable) .is-finish .el-step__line {
  background: #E3E8FF;
}
.step-warp[data-v-e1433026] .is-horizontal.tail--process .is-finish .el-step__line {
  background-image: linear-gradient(270deg, #335DFE 0%, #E3E8FF 99%);
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__icon {
  top: 3px;
}
.step-warp[data-v-e1433026] .is-horizontal .el-step__main {
  margin-top: 8px;
}

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

.m-title[data-v-2450a5d9] {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 8px;
}
.m-title[data-v-2450a5d9]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #0072ea;
}
.issue-info-wrap[data-v-2450a5d9] {
  font-size: 16px;
}
.issue-info-wrap .issue-info-box[data-v-2450a5d9] {
  min-width: 944px;
  padding: 20px 30px 6px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  clear: both;
  overflow: hidden;
}
.issue-info-wrap .issue-info-lf[data-v-2450a5d9] {
  width: 388px;
  float: left;
}
.issue-info-wrap .max-issue[data-v-2450a5d9] {
  width: 230px;
  margin-top: 6px;
  line-height: 16px;
  font-size: 12px;
  color: #666;
}
.issue-info-wrap .max-issue em[data-v-2450a5d9] {
  font-family: 'DXM-DIGIT-Regular';
  color: #333;
}
.issue-info-wrap .num-font[data-v-2450a5d9] {
  font-family: "DXM-DIGIT-Bold";
}
.issue-info-wrap .item-name[data-v-2450a5d9] {
  display: flex;
}
.issue-info-wrap .item-name .bq[data-v-2450a5d9] {
  display: block;
  width: 48px;
  height: 22px;
  margin-left: 8px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #335DFE;
  background: rgba(51, 93, 254, 0.1);
  border-radius: 2px;
}
.issue-info-wrap .item-name .item-content.flag[data-v-2450a5d9] {
  max-width: 100%;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
}
.issue-info-wrap .issue-info-bt[data-v-2450a5d9] {
  padding: 20px 30px;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  clear: both;
}
.issue-info-wrap .depositTotal-box[data-v-2450a5d9] {
  margin-bottom: 22px;
}
.issue-info-wrap .depositTotal-box .info[data-v-2450a5d9] {
  margin-left: 6px;
  font-size: 14px;
  color: #999999;
}
.issue-info-wrap .depositTotal-box .num[data-v-2450a5d9] {
  font-family: 'DXM-DIGIT-Bold';
  font-size: 18px;
}
.issue-info-wrap .mt20[data-v-2450a5d9] {
  margin-top: 20px;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .el-form-item {
  margin: 0 0 20px 0 !important;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .form-item .el-form-item:nth-of-type(2n+1) .el-form-item__label {
  width: auto !important;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .form-item .el-form-item:nth-of-type(1) .el-form-item__label {
  padding-left: 28px;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .form-item .acceptor .el-form-item__label {
  padding-left: 14px !important;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .el-form-item__label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .el-form-item__content {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.issue-info-wrap[data-v-2450a5d9] .el-form .el-form-item__content span {
  font-family: DXM-DIGIT-Bold;
}
.issue-info-wrap.issue-info-show[data-v-2450a5d9] {
  color: #333;
}
.issue-info-wrap.issue-info-show[data-v-2450a5d9] .el-form-item__label {
  color: #666;
}
.issue-info-wrap[data-v-2450a5d9] .el-form-item--small.el-form-item {
  margin: 7px 0 14px 0;
  width: 50%;
}
.issue-info-wrap[data-v-2450a5d9] .el-form-item--small.el-form-item.erro-pr {
  margin-bottom: 34px;
}
.issue-info-wrap[data-v-2450a5d9] .num-regular {
  font-family: 'DXM-DIGIT-Regular';
  color: #333;
}
.issue-info-wrap[data-v-2450a5d9] .el-form--inline .el-form-item {
  margin-right: 0;
}
.issue-info-wrap[data-v-2450a5d9] .el-table {
  background: none;
}
.issue-info-wrap[data-v-2450a5d9] .el-table th {
  background: rgba(255, 255, 255, 0.6) !important;
}
.issue-info-wrap[data-v-2450a5d9] .el-table .tableheader th {
  font-family: PingFangSC-Medium !important;
  font-size: 14px;
  color: #333;
  background: rgba(255, 255, 255, 0.6) !important;
}
.issue-info-wrap[data-v-2450a5d9] .el-table tr {
  background: rgba(255, 255, 255, 0.6) !important;
}
.issue-info-wrap .plan-wrapper[data-v-2450a5d9] {
  position: relative;
  margin-bottom: 20px;
  margin-top: -6px;
}
.issue-info-wrap .plan-wrapper .point-ico[data-v-2450a5d9] {
  display: block;
  height: 0px;
  width: 0px;
  border: 8px solid transparent;
  border-bottom-color: #EEF6FF;
  position: absolute;
  left: 115px;
  top: -16px;
}

.result[data-v-3bf39921] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 0 70px 0;
  box-sizing: border-box;
}
.result img[data-v-3bf39921] {
  width: 84px;
}
.result .text[data-v-3bf39921] {
  margin-top: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #222222;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
}

.halving-line[data-v-5f95c7b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
}
.halving-line .left[data-v-5f95c7b4] {
  width: 10px;
  height: 20px;
  background-color: #f5f6fa;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f0f1f4;
  border-left: none;
}
.halving-line .line[data-v-5f95c7b4] {
  width: calc(100% - 30px);
  border-top: 2px dotted #dae0ea;
}
.halving-line .right[data-v-5f95c7b4] {
  width: 10px;
  height: 20px;
  background-color: #f5f6fa;
  border-radius: 10px 0 0 10px;
  border: 1px solid #f0f1f4;
  border-right: none;
}

.operator-result[data-v-961726e2] {
  width: 100%;
  height: auto;
}
.operator-result .data-wrapper[data-v-961726e2] {
  background: #FFFFFF;
  border-radius: 8px;
}
.operator-result .goback[data-v-961726e2] {
  margin-top: 25px;
  padding: 15px 40px;
  background: #FFFFFF;
  border-radius: 8px;
}
.operator-result .goback .el-button[data-v-961726e2] {
  padding: 10px 20px;
  background: #335DFE;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
}


[data-v-7fb735f6] .el-form-item {
  margin-bottom: 18px;
}
[data-v-7fb735f6] .el-form-item__label,[data-v-7fb735f6] .el-form-item__content {
  line-height: 22px;
}
[data-v-7fb735f6] .issue-info-wrap .el-form .el-form-item__label,[data-v-7fb735f6] .issue-info-wrap .el-form .el-form-item__content {
  font-size: 14px;
}
[data-v-7fb735f6] .issue-info-wrap .item-name {
  align-items: center;
}
[data-v-7fb735f6] .issue-info-wrap .item-name .bq {
  margin-top: 0;
}
[data-v-7fb735f6] .el-form-item__label {
  color: #666666;
}
[data-v-7fb735f6] .el-form-item__content {
  color: #333333;
}
[data-v-7fb735f6] .prev-btn,[data-v-7fb735f6] .next-btn {
  height: 38px;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  font-size: 18px;
}
.mt-20[data-v-7fb735f6] {
  margin-top: 20px;
}
.bread-crumb[data-v-7fb735f6] {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

