html,
body {
  width: 100%;
  min-width: 1280px;
  background-color: #aaa;
  padding: 0;
  margin: 0;
  position: relative;
}

* {
  font-family: "PingFang SC", "Microsoft YaHei";
  box-sizing: border-box;
}

a {
  text-decoration-line: none;
}

.center-box {
  width: 1200px;
  margin: auto;
}

.full-box {
  width: 100%;
  position: relative;
}

.title {
  position: relative;
  z-index: 10;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin: 15px 0;
  padding: 5px 0;
}
.title::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #da251c;
  position: absolute;
  top: 0;
  left: 0;
}
.title::after {
  content: "";
  display: block;
  height: 4px;
  width: 6px;
  background-color: #da251c;
  position: absolute;
  top: 0;
  left: 46px;
}

/*# sourceMappingURL=base.css.map */
