html, body{
  font-size: 16px;
  font: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.wrapContent{
  width: 1200px;
  margin: 0 auto;
}
.inlineBlock{
  display: inline-block;
  margin: 0;
}
.pointer{
  cursor: pointer;
}
.colorfff{
  color: #fff;
}
.flex{
  display: flex;
}
.flexCenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexItemCenter{
  display: flex;
  align-items: center;
}
.color3773C1{
  color: #3773C1;
}
.textEllipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}