.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
th {
  font-size: 14px;
}
.container {
  padding: 20px;
}
.container h2 {
  font-size: 16px;
}
.container .el-card__header {
  border-bottom: 1px solid #e6e7ea;
  background-color: #f6f8fc;
}
.container .el-upload-list {
  max-height: 92px;
  overflow: hidden;
}
.container .box-card .list {
  padding: 20px;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.container .box-card .list span {
  padding-right: 5px;
}
.container .addform .el-input {
  max-width: 350px;
}
.container .dragimg {
  background: url(/mmp/img/modules/system/drag.png) center left no-repeat;
  width: 50px;
  height: 50px;
}
#tableCell {
  overflow: initial !important;
}
#tableCell .el-table__body-wrapper {
  overflow: initial;
}
#tableCell tbody tr {
  position: relative;
}
#tableCell tbody tr .avatar_wrapper {
  width: 34px;
}
#tableCell tbody tr .avatar_wrapper:hover .inform-pop {
  display: block;
}
#tableCell tbody tr .avatar_wrapper .avatar {
  width: 34px;
  height: 37px;
  display: block;
}
#tableCell tbody tr .avatar_wrapper .inform-pop {
  position: absolute;
  top: -280px;
  left: 60px;
  background-color: #fff;
  z-index: 4;
  width: 445px;
  border: 1px solid #ddd;
  display: none;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-tit {
  background: #fafafa;
  height: 42px;
  border-bottom: 1px solid #ddd;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-tit ul li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  float: left;
  display: inline;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-tit ul .active {
  color: #FA8C16;
  border-bottom: 2px solid #FA8C16;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt {
  height: 400px;
  overflow-y: auto;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt .inform-pop-info {
  padding: 10px 10px 0;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt .inform-info-ul {
  padding-left: 45px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt .inform-info-ul .terminal-phone {
  padding-left: 40px;
  background: url(../../../../img/unileverIcos.png) 0 -294px no-repeat;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 12px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt .listnone {
  padding-top: 10px;
  padding-left: 45px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop .inform-pop-txt .listnone li {
  border-bottom: 1px dashed #ddd;
  line-height: 20px;
  padding: 0 0 5px;
  margin-bottom: 15px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table {
  color: #666;
  height: 400px;
  overflow: auto;
  display: block;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table .border-top {
  border-bottom: 1px solid #ddd;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table tr .ipt-td-fixed {
  width: 80px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table tr td {
  border: none;
  padding-left: 10px;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table tr td .tags li {
  float: left;
}
#tableCell tbody tr .avatar_wrapper .inform-pop table tr td .tags li .tags-txt {
  display: inline-block;
  background: #47cfbc;
  border-radius: 50px;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
  text-align: center;
  white-space: nowrap;
  margin: 4px;
}
#tableCell tbody tr:first-child .inform-pop {
  top: 0;
}
