/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-3b5d5fd2] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-3b5d5fd2] {
  font-family: 'Roboto';
}
.flex-container[data-v-3b5d5fd2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-3b5d5fd2] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-3b5d5fd2]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-3b5d5fd2] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-3b5d5fd2] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-3b5d5fd2] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-3b5d5fd2]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-3b5d5fd2]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-3b5d5fd2]::after,
.card .split-line[data-v-3b5d5fd2]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-3b5d5fd2] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-3b5d5fd2] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-3b5d5fd2] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-3b5d5fd2] .el-form-item__label::before {
  display: none;
}
[data-v-3b5d5fd2] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-3b5d5fd2] .el-table th {
  padding: 10px 0;
}
[data-v-3b5d5fd2] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3b5d5fd2] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-3b5d5fd2] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3b5d5fd2] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-3b5d5fd2] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-3b5d5fd2] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.user-info[data-v-3b5d5fd2] {
  padding: 0 63px;
  min-height: 100vh;
}
.user-info .content[data-v-3b5d5fd2] {
  background-color: #fff;
  border-radius: 5px;
  width: 778px;
  box-sizing: border-box;
  padding: 23px 30px 30px 0;
  margin: auto;
}
.user-info .header[data-v-3b5d5fd2] {
  display: flex;
  padding-bottom: 20px;
}
.user-info .header .li[data-v-3b5d5fd2] {
  box-sizing: border-box;
  flex: 1;
  padding: 20px;
  background: #f5f5f5;
  margin-right: 20px;
  border-radius: 10px;
}
.user-info .header .li[data-v-3b5d5fd2]:last-of-type {
  margin-right: 0;
}
.user-info .header .small-title[data-v-3b5d5fd2] {
  color: #888;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 6px;
}
.user-info .header .desc[data-v-3b5d5fd2] {
  font-size: 18px;
  color: #000;
  line-height: 20px;
}
.user-info .form[data-v-3b5d5fd2] {
  font-size: 14px;
  padding: 20px;
  background: #f5f5f5;
}
.user-info .form .copy-success-view[data-v-3b5d5fd2] {
  position: absolute;
  left: 105%;
  transform: translateY(-130%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  color: #fff;
  background: #2b44b1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.user-info .form .copy-success-view[data-v-3b5d5fd2]::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #2b44b1;
  z-index: -1;
}
.user-info .form .copy-success-view span[data-v-3b5d5fd2] {
  font-size: 10px;
  transform: scale(0.83);
}
.user-info .form[data-v-3b5d5fd2] .el-form-item__label {
  width: 80px;
  font-size: 14px;
  text-align: left;
  color: #9298a2;
  font-weight: normal;
}
.user-info .form[data-v-3b5d5fd2] .el-form-item__content {
  float: left;
  color: #9298a2;
  width: 330px;
}
.user-info .form[data-v-3b5d5fd2] .el-radio__inner {
  width: 14px;
  height: 14px;
}
.user-info .form[data-v-3b5d5fd2] .el-radio {
  margin-right: 15px;
}
.user-info .form[data-v-3b5d5fd2] .el-date-editor {
  width: 100%;
}
.user-info .form[data-v-3b5d5fd2] .el-input__prefix {
  left: auto;
  right: 0;
}
.user-info .form[data-v-3b5d5fd2] .el-radio__inner::after {
  width: 6px;
  height: 6px;
}
.user-info .form[data-v-3b5d5fd2] .el-form-item__label::before {
  display: none;
}
.user-info .form[data-v-3b5d5fd2] .el-input__center input::-webkit-input-placeholder {
  color: #9298a2;
  font-size: 14px;
}
.user-info .form[data-v-3b5d5fd2] .el-date-editor--date > .el-input__inner {
  padding: 0 88px 0 10px;
}
.user-info .form[data-v-3b5d5fd2] .el-radio + .el-radio {
  margin-left: 0;
}
.user-info .form[data-v-3b5d5fd2] .el-radio__input.is-checked .el-radio__inner {
  background: rgba(204, 0, 0, 0.1);
}
.user-info .form[data-v-3b5d5fd2] .el-radio__input.is-checked .el-radio__inner::after {
  background: #2b44b1;
}
.user-info .form .btn[data-v-3b5d5fd2] {
  line-height: 36px;
  width: 140px;
  margin-left: 80px;
  height: 36px;
}

