* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  resize: none;
  font-family: PingFang SC;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
}
.fillContainer {
  width: 100%;
  height: 100%;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-size: 10px;
}
li {
  list-style: none;
}
.bgfff {
  background-color: #fff;
}
.fontBold {
  font-weight: bold;
}
.fontCenter {
  text-align: center;
}
.flex {
  display: flex;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.flex-ac-juc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-right {
  flex-direction: row-reverse;
}
.flex-jus {
  display: flex;
  justify-content: space-between;
}
.flex-juc {
  display: flex;
  justify-content: center;
}
.flex-mid-bet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-col-rev {
  flex-direction: column-reverse;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-mid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-row-bom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.cursor-p {
  cursor: pointer;
}
.centerContent {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  flex: 1 0 auto;
}
/*# sourceMappingURL=com.css.map */