html {
  width: 100%;
  height: 100%;
  font-size: 100px;
}
html body {
  width: 100%;
  height: 100%;
  position: relative;
}
html body .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: .44rem;
  justify-content: flex-start;
  display: flex;
  background: #496269;
  align-items: center;
}
html body .header img {
  width: .3rem;
  height: .3rem;
  margin-left: .08rem;
  margin-top: -.05rem;
}
html body .header span {
  margin-left: 1.2rem;
  color: white;
  font-size: .16rem;
}
html body .main {
  padding: 10px;
  margin-top: .44rem;
  margin-bottom: .4rem;
}
html body .main .main-top {
  text-align: center;
  height: .5rem;
  line-height: .5rem;
}
html body .main h2 {
  color: #161817;
}
html body .main h3 {
  font-weight: normal;
  font-size: .14rem;
  color: #686a69;
  /*text-decoration: underline;*/
}
html body .main p {
  font-size: .14rem;
  color: #656766;
}
/*# sourceMappingURL=protocol.css.map */
