* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 12px;
  line-height: 1.28571;
  color: #333;
}

body {
  background-color: #f5f6f7;
}


a {
  text-decoration: none;
}

.h69 {
  height: 69px;
}

.p50-5 {
  padding: 50px 5%;
}

@media screen and (max-width: 640px) {
  .p50-5 {
    padding: 50px 3%;
  }
}

.content {
  width: 100%;
}

.content-1320 {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.d-flex {
  display: flex;
}

.flex-bothSides {
  justify-content: space-between;
  align-items: center;
}

.flex-align-items {
  align-items: center;
}/*# sourceMappingURL=mainStyle.css.map */