html {
  font-size: 15px;
}

html h1 {
  font-size: 1.4rem;
  text-align: center;
  background-color: #595758;
  border-top: 3px solid #ffd83b;
  color: #fff;
  padding: 20px 0;
}

html h3 {
  font-size: 1.2rem;
  margin: 25px 0 10px;
}

html p {
  margin: 10px 0;
}

html ol {
  list-style-position: inside;
}

html .info {
  margin-top: 50px;
}

html footer {
  background-color: #595758;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

html .con {
  line-height: 22px;
  padding: 0 20px 20px;
}

html .tit {
  margin-top: 20px;
}
/*# sourceMappingURL=service.css.map */