.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1232px;
}

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

body {
  font-size: 14px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f7f8f9;
}

a {
  text-decoration: none;
}

.header-top {
  background-color: #0085C7;
  height: 64px;
  line-height: 64px;
}

.text-fff {
  color: #ffffff;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

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

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

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

.margin-top-64 {
  margin-top: 64px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-top-bottom-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.padding-top-64 {
  padding-top: 64px;
}

.padding-bottom-64 {
  padding-bottom: 64px;
}

.padding-top-bottom-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #F9F9F9;
}/*# sourceMappingURL=index.css.map */