/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-c204d828] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-c204d828] {
  font-family: 'Roboto';
}
.flex-container[data-v-c204d828] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-c204d828] {
  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-c204d828]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-c204d828] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-c204d828] {
  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-c204d828] {
  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-c204d828]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-c204d828]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-c204d828]::after,
.card .split-line[data-v-c204d828]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-c204d828] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-c204d828] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-c204d828] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-c204d828] .el-form-item__label::before {
  display: none;
}
[data-v-c204d828] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-c204d828] .el-table th {
  padding: 10px 0;
}
[data-v-c204d828] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-c204d828] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-c204d828] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-c204d828] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-c204d828] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-c204d828] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.user-message-detail[data-v-c204d828] {
  padding: 0 16px;
  overflow: hidden;
}
.user-message-detail .detail-header-view[data-v-c204d828] {
  margin-top: 29px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.user-message-detail .detail-header-view .prev-name-view[data-v-c204d828] {
  cursor: pointer;
  color: #165dca;
}
.user-message-detail .detail-header-view > span[data-v-c204d828] {
  color: #a8a8a8;
  padding: 0 10px;
}
.user-message-detail .detail-header-view .curr-name-view[data-v-c204d828] {
  color: #000;
}
.user-message-detail .section-view[data-v-c204d828] {
  margin-top: 31px;
  background-color: #fff;
  padding: 50px 70px;
  max-width: 800px;
  margin: auto;
}
.user-message-detail .section-view .title-view[data-v-c204d828] {
  font-size: 20px;
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}
.user-message-detail .section-view .description-view[data-v-c204d828] {
  font-size: 16px;
  color: #9298a2;
  padding-bottom: 29px;
  text-align: center;
  position: relative;
}
.user-message-detail .section-view .description-view .border-view[data-v-c204d828] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 97px;
  height: 1px;
  background-color: #999;
}
.user-message-detail .section-view .content-view[data-v-c204d828] {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.84;
  color: #333;
}
.user-message-detail .section-view .content-view[data-v-c204d828] img {
  height: auto;
  max-width: 100%;
}
.user-message-detail .section-view .content-view[data-v-c204d828] ul,
.user-message-detail .section-view .content-view[data-v-c204d828] ol {
  list-style: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.user-message-detail .content-view div[data-v-c204d828] {
  color: #9298a2;
}
.user-message-detail .section-reply-view[data-v-c204d828] {
  padding-top: 31px;
}
.user-message-detail .section-reply-view .header-reply-view[data-v-c204d828] {
  min-height: 216px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px 2px 0 0;
  padding: 30px 70px;
  box-sizing: border-box;
}
.user-message-detail .section-reply-view .header-reply-view .info-view[data-v-c204d828] {
  display: flex;
  align-items: center;
}
.user-message-detail .section-reply-view .header-reply-view img[data-v-c204d828] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.user-message-detail .section-reply-view .header-reply-view .description-view[data-v-c204d828] {
  padding-left: 16px;
}
.user-message-detail .section-reply-view .header-reply-view .description-view div[data-v-c204d828] {
  font-size: 16px;
  padding-bottom: 8px;
}
.user-message-detail .section-reply-view .header-reply-view .description-view span[data-v-c204d828] {
  font-size: 14px;
  color: #9298a2;
}
.user-message-detail .section-reply-view .header-reply-view .content-view[data-v-c204d828] {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
.user-message-detail .section-reply-view .content-view div[data-v-c204d828] img {
  width: 100%;
  height: auto;
}
.user-message-detail .section-reply-view .feedback-view[data-v-c204d828] {
  min-height: 500px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 0 0 2px 2px;
  border-top: 0;
  box-sizing: border-box;
  padding: 30px 70px;
  color: #9298a2;
}
.user-message-detail .section-reply-view .feedback-view .title-view[data-v-c204d828] {
  font-size: 20px;
  color: #000;
}
.user-message-detail .section-reply-view .feedback-view .description-view[data-v-c204d828] {
  padding: 10px 0;
  font-size: 16px;
}
.user-message-detail .section-reply-view .feedback-view .content-view[data-v-c204d828] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
.user-message-detail .section-reply-view .feedback-view .content-view[data-v-c204d828] div {
  font-size: 16px;
}
.user-message-detail .section-reply-view .feedback-view .content-view[data-v-c204d828] div img {
  width: 100%;
  height: auto;
}

