body {
  color: #333;
  font-size: 16px;
  background: #f4f4f4;
}

.wapper {
  width: 100%;
  max-width: 1245px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

.empty-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 32px 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}
