.line[data-v-48bbac2e] {
  margin-bottom: 15px !important;
}
.bank-info[data-v-48bbac2e] {
  width: 500px;
}
.bank-info[data-v-48bbac2e] .el-form-item__content {
  width: calc(100% - 165px);
}
.bank-info[data-v-48bbac2e] .el-form-item__label {
  width: 120px !important;
}

.dialog-form {
  margin: 0 50px;
}
.dialog-form .per-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog-form .per-infor .cont-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-form .email-text {
  font-size: 12px;
  color: #dea32c;
  line-height: 15px;
}
.dialog-form .btn-conter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

