/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number {
  font-family: 'din-alternate-bold';
}
.ml-number {
  font-family: 'Roboto';
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn {
  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:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card {
  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 {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line::after,
.card .split-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog /deep/ .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog /deep/ .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog /deep/ .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog /deep/ .el-form-item__label::before {
  display: none;
}
/deep/ .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
/deep/ .el-table th {
  padding: 10px 0;
}
/deep/ .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer {
  min-height: 40px;
}
/deep/ .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.st-dialog-view {
  background: #fff;
}
.st-dialog-view .dialog-title-view {
  font-weight: 600;
  font-size: 18px;
  color: #2b2b2b;
  margin: 20px 0 15px;
  text-align: center;
}
.st-dialog-view .dialog-description-view {
  padding-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.48;
}
.st-dialog-view .dialog-warning-view {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.st-dialog-view .dialog-warning-view > svg {
  width: 40px;
  height: 40px;
}
.st-dialog-view .dialog-button-group-view {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-dialog-view .dialog-button-group-view button {
  width: 100%;
}
.st-dialog-view .dialog-button-group-view .dividing-view {
  width: 20px;
  height: 100%;
  flex: none;
}
.st-dialog-view .dialog-button-group-view .button-cancel-view {
  background: transparent;
  border: 1px solid #2b44b1;
  color: #2b44b1;
  box-shadow: none;
}
.st-dialog-view .dialog-button-group-view .button-cancel-view:hover {
  background: transparent;
}
.st-dialog-view .footer-view {
  padding-top: 16px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-dialog-view .footer-view .customer-service-icon {
  width: 15px;
  height: 19px;
}
.st-dialog-view .footer-view > span {
  padding-left: 5px;
  font-size: 13px;
  color: #000;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-480cd01c] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-480cd01c] {
  font-family: 'Roboto';
}
.flex-container[data-v-480cd01c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-480cd01c] {
  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-480cd01c]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-480cd01c] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-480cd01c] {
  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-480cd01c] {
  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-480cd01c]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-480cd01c]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-480cd01c]::after,
.card .split-line[data-v-480cd01c]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-480cd01c] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-480cd01c] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-480cd01c] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-480cd01c] .el-form-item__label::before {
  display: none;
}
[data-v-480cd01c] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-480cd01c] .el-table th {
  padding: 10px 0;
}
[data-v-480cd01c] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-480cd01c] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-480cd01c] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-480cd01c] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-480cd01c] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-480cd01c] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.msg-item-view[data-v-480cd01c] {
  position: relative;
  background-color: #fff;
  padding: 48px 0 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #9298a2;
  line-height: normal;
  cursor: pointer;
}
.msg-item-view[data-v-480cd01c]:after {
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  left: 90px;
  bottom: 0;
  border-bottom: 2px dashed rgba(150, 150, 150, 0.15);
}
.msg-item-view .left-view[data-v-480cd01c] {
  flex: 3;
  display: flex;
  overflow: hidden;
}
.msg-item-view .left-view .badge-view[data-v-480cd01c] {
  flex: none;
  margin-right: 20px;
  min-width: 50px;
}
.msg-item-view .left-view .badge-text[data-v-480cd01c] {
  color: #fff;
  background-color: #da0000;
  border-radius: 10px;
  font-size: 12px;
  padding: 2px 6px;
}
.msg-item-view .content-view[data-v-480cd01c] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.msg-item-view .content-view .title-text[data-v-480cd01c] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: none;
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
}
.msg-item-view .content-view .title-text .type[data-v-480cd01c] {
  color: #888;
}
.msg-item-view .content-view .description-text[data-v-480cd01c] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 6px;
  line-height: 45px;
  height: 40px;
}
.msg-item-view .content-view .description-text[data-v-480cd01c] img {
  display: none;
}
.msg-item-view .content-view .description-text[data-v-480cd01c] * {
  margin: 0;
  display: inline;
}
.msg-item-view .time-text[data-v-480cd01c] {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
}
.msg-item-view .right-view[data-v-480cd01c] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.msg-item-view .right-view .delete-view[data-v-480cd01c] {
  height: 22px;
}
.msg-item-view .right-view svg[data-v-480cd01c] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.5s;
  fill: #d1d1d1;
}
.msg-item-view .right-view svg[data-v-480cd01c]:hover {
  transform: scale(1.2);
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-5fbd9021] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-5fbd9021] {
  font-family: 'Roboto';
}
.flex-container[data-v-5fbd9021] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-5fbd9021] {
  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-5fbd9021]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-5fbd9021] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-5fbd9021] {
  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-5fbd9021] {
  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-5fbd9021]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-5fbd9021]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-5fbd9021]::after,
.card .split-line[data-v-5fbd9021]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-5fbd9021] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-5fbd9021] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-5fbd9021] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-5fbd9021] .el-form-item__label::before {
  display: none;
}
[data-v-5fbd9021] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-5fbd9021] .el-table th {
  padding: 10px 0;
}
[data-v-5fbd9021] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-5fbd9021] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-5fbd9021] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-5fbd9021] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-5fbd9021] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-5fbd9021] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-6698da59] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-6698da59] {
  font-family: 'Roboto';
}
.flex-container[data-v-6698da59] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-6698da59] {
  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-6698da59]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-6698da59] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-6698da59] {
  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-6698da59] {
  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-6698da59]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-6698da59]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-6698da59]::after,
.card .split-line[data-v-6698da59]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-6698da59] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-6698da59] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-6698da59] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-6698da59] .el-form-item__label::before {
  display: none;
}
[data-v-6698da59] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-6698da59] .el-table th {
  padding: 10px 0;
}
[data-v-6698da59] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-6698da59] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-6698da59] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-6698da59] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-6698da59] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-6698da59] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-36a05d09] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-36a05d09] {
  font-family: 'Roboto';
}
.flex-container[data-v-36a05d09] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-36a05d09] {
  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-36a05d09]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-36a05d09] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-36a05d09] {
  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-36a05d09] {
  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-36a05d09]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-36a05d09]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-36a05d09]::after,
.card .split-line[data-v-36a05d09]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-36a05d09] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-36a05d09] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-36a05d09] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-36a05d09] .el-form-item__label::before {
  display: none;
}
[data-v-36a05d09] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-36a05d09] .el-table th {
  padding: 10px 0;
}
[data-v-36a05d09] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-36a05d09] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-36a05d09] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-36a05d09] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-36a05d09] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-36a05d09] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-e69aa6ae] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-e69aa6ae] {
  font-family: 'Roboto';
}
.flex-container[data-v-e69aa6ae] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-e69aa6ae] {
  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-e69aa6ae]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-e69aa6ae] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-e69aa6ae] {
  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-e69aa6ae] {
  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-e69aa6ae]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-e69aa6ae]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-e69aa6ae]::after,
.card .split-line[data-v-e69aa6ae]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-e69aa6ae] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-e69aa6ae] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-e69aa6ae] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-e69aa6ae] .el-form-item__label::before {
  display: none;
}
[data-v-e69aa6ae] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-e69aa6ae] .el-table th {
  padding: 10px 0;
}
[data-v-e69aa6ae] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-e69aa6ae] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-e69aa6ae] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-e69aa6ae] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-e69aa6ae] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-e69aa6ae] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.user-message-center[data-v-e69aa6ae] {
  position: relative;
  padding: 10px 0;
  background: #fff;
}
[data-v-e69aa6ae] .cell,[data-v-e69aa6ae] td {
  padding: 0 !important;
}
[data-v-e69aa6ae] .el-table__header-wrapper {
  display: none;
}
.tab-content[data-v-e69aa6ae] {
  width: 1180px;
  margin: 0 auto;
}
.message-center-tab[data-v-e69aa6ae] {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}
.message-center-tab .tab-item-view[data-v-e69aa6ae] {
  width: 100px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  margin-left: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.message-center-tab .tab-item-view.active[data-v-e69aa6ae] {
  font-weight: 600;
  background-color: #2b44b1;
  border-radius: 100px;
  color: #fff;
}
.message-center-tab .tab-item-view[data-v-e69aa6ae]:not(:first-child) {
  margin-left: 10px;
}
.message-center-tab .badge-view[data-v-e69aa6ae] {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
  box-sizing: border-box;
  background-color: #da0000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
}
[data-v-e69aa6ae] .all-button-view {
  position: absolute;
  right: 0;
  top: 12px;
  height: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  z-index: 4;
}
[data-v-e69aa6ae] .all-button-view .button-view {
  width: 140px;
  height: 37px;
  border: 1px solid #2b44b1;
  color: #2b44b1;
  margin-right: 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
[data-v-e69aa6ae] .all-button-view .button-view:last-child {
  color: #fff;
  background: #2b44b1;
}

