.outSideBg {
  width:100%;
  height:100%;
  color:#000;
  padding: 20px 0 100px;
  font-size:14px;
}
.main-top {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  font-size:16px;
}
.main-content {
  width:1000px;
  margin:0 auto;
}
.right-btn span{
  margin-right:20px;
}
.right-btn span:first-child{
  margin-right:0px;
}
.brand {
  background-color: #fff;
  font-size:14px;
  padding: 15px 40px;
  text-align: left;
  margin-bottom: 40px;
}
.total-statistics {
  display:flex;
  justify-content:center;
  padding: 20px 0;
}
.statistics-detial {
  width:330px;
  text-align:center;
  line-height:32px;
  border-right:1px solid #DCDFE6;
}
.statistics-detial:last-child {
  border-right:none;
}
.total {
  font-size:24px;
}
.list-opearte {
  display:flex;
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  justify-content:space-between;
  line-height:20px;
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}
.list-opearte .el-icon {
  vertical-align: middle;
  margin-left:10px;
}
.add-btn {
  width: 960px;
  padding: 0 20px;
  line-height:32px;
  text-align:center;
  border-radius:0;
  cursor: pointer;
  background-color: #fff;
}
.add-btn > div{
  border: 1px dashed #DCDFE6;
}
.table-list {
  background-color: #fff;
  width:960px;
  padding: 20px;
  margin:0 auto;
  padding-bottom:30px;
}

.table-class {
  display:flex;
}
.table-content {
  margin-left:20px;
}
.bold {
  font-weight:700;
}
.box {
  /*强制文本在一行内显示*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:330px;
}
.page {
  display: flex;
  justify-content: flex-end;
  text-align:right;
  margin-top:20px;
}
.footer {
  background-color: #fff;
  font-size:14px;
  padding: 30px;
  line-height:26px;
  text-align: left;
}
.footer p {
  line-height:40px;
  padding:0;
  margin:0;
  font-weight: 700;
}
.footer p:first-child{
  font-weight: bold
}