body {
  background: #f2f2f2;
}
.main {
  padding: 20px;
  height: 100%;
  overflow: auto;
}
.hoverRed:hover {
  color: red;
  cursor: pointer;
}
.el-table__header thead .defaultPageListTableHead {
  width: 100%;
  background: #f5f7fa;
}
/*提案的标题样式*/
.head1 {
  text-align: center;
  color: red;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
}
.head2 {
  text-align: center;
  color: #666;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: bold;
}
.head3 {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.indent2 {
  text-indent: 2.4rem;
}
.handBthList .handBthItem,
.handBthList .handDeleteBthItem {
  cursor: pointer;
  text-align: center;
  color: #666;
  margin-right: 5px;
}
.handBthList .handBthItem span,
.handBthList .handDeleteBthItem span {
  vertical-align: middle;
}
.handBthList .handBthItem span.icon,
.handBthList .handDeleteBthItem span.icon {
  font-size: 20px;
  margin-right: 5px;
}
.handBthList .handBthItem + .handBthItem {
  font-size: 15px;
  margin-top: 10px;
}
.handBthList .handBthItem:hover {
  color: #409eff;
}
.handBthList .handDeleteBthItem:hover {
  color: red;
}
.aioa-page-dialog .avatar-uploader .el-avatar--square {
  width: 150px;
  height: 210px;
}
