.px-border[data-v-0fb116c6] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
  user-select: none;
  -webkit-user-select: none;
  /* Safari / Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.px-border .px-header[data-v-0fb116c6] {
    width: 100%;
    height: 48px;
    background-color: #F3F2FF;
    border-radius: 4px;
    margin: 26px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #736EFE;
}
.px-border .px-row[data-v-0fb116c6] {
    width: 100%;
    height: 48px;
    background-color: #FAFAFA;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 14px;
    cursor: move;
    display: flex;
    justify-content: start;
    align-items: center;
}
.px-border .px-row .px-title[data-v-0fb116c6] {
      flex: 1;
      min-width: 0;
      height: 48px;
      line-height: 48px;
      font-weight: 400;
      font-size: 14px;
      color: #666666;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: break-all;
}
.px-border .px-row .px-title span[data-v-0fb116c6] {
        margin-right: 16px;
}
.px-border .px-row .px-title i[data-v-0fb116c6] {
        color: #FF3B30;
        margin-right: 4px;
}
.px-border .px-row .px-title .px-start-hidden[data-v-0fb116c6] {
        opacity: 0;
}
.dialog-btn-border[data-v-0fb116c6] {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-btn-border[data-v-0fb116c6] .dialog-btn-cancel {
    width: 112px !important;
    height: 40px !important;
    background-color: #FFFFFF !important;
    border-radius: 3px !important;
    border: 1px solid #736EFE !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #736EFE !important;
    line-height: 16px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 8px !important;
}
.dialog-btn-border .dialog-btn-sure[data-v-0fb116c6] {
    width: 112px !important;
    height: 40px !important;
    background-color: #736EFE !important;
    border-radius: 3px !important;
    border: 1px solid #736EFE !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 8px !important;
    color: #FFFFFF !important;
}

