.hint-msg {
  text-align: center;
}
.el-dialog__footer {
  text-align: center;
}

.information-material-table .tips {
  margin-bottom: 20px;
  padding-left: 20px;
}
.information-material-table .cell-warning {
  color: #f59a23;
  font-size: 12px;
  margin: 0;
}
.information-material-table .el-table__header .el-table-column--selection .cell .el-checkbox:before {
  content: '*';
  font-size: 12px;
  color: red;
}
.information-material-table .el-table__header .el-table-column--selection .cell .el-checkbox:after {
  content: '参与报价';
  font-size: 12px;
}
.information-material-table .el-table__header .el-table-column--selection .el-checkbox__inner {
  display: none !important;
}
.information-material-table .input-remark {
  width: 500px;
}
.information-material-table .remark {
  margin-top: 20px;
  margin-left: 20px;
}

.publicityRemark .el-form-item__content {
  width: calc(100% - 160px);
}

.page-detail-info .remark-attachment .el-form-item__content {
  width: calc(100% - 160px);
}
.page-detail-info .cell-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #427bd4;
  cursor: pointer;
}
.page-detail-info .btn {
  margin-top: 20px;
}

