@font-face {
  font-family: NormalFont;
  src: local("Helvetica Neue"), local("Helvetica"), local("Arial"), local("Microsoft Yahei"), local("Hiragino Sans GB"), local("Heiti SC"), local("WenQuanYi Micro Hei"), local("sans-serif");
}

@font-face {
  font-family: ANumber;
  src: url('../font/04b08.woff2') format('woff2'), url('../font/04b08.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: FZLTHJW;
  src: url('../font/FZLTHJW.woff2') format('woff2'), url('../font/FZLTHJW.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: FZLTZH;
  src: url('../font/FZLTZH.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

[data-icon] {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: 0.3em;
}

[data-icon]:before {
  font-family: FontAwesome;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
}

html,
body {
  width: 100%;
  max-width: none;
  height: 100%;
  background: url(../image/main-bg.png);
  background-size: 100% 100%;
}

.main {
  position: relative;
  top: 5%;
  margin: auto;
  width: 70%;
  height: 90%;
  min-height: 400px;
  min-width: 700px;
  text-align: center;
  background: url(../image/protocol-form-bg.png);
  background-size: 100% 100%;
}

.main .head {
  margin-bottom: 75px;
  height: 59px;
  background-color: #25836e;
}

.main .scroll {
  margin: 30px;
  padding: 30px;
  height: calc(100% - 300px);
  font-size: 20px;
  text-align: left;
  line-height: 35px;
  border: solid 1px #3f3f3f;
  overflow-y: auto;
}

.main .scroll p {
  margin-bottom: 20px;
}

.main .scroll .title {
  font-weight: bold;
  margin-bottom: 0;
}

/*# sourceMappingURL=protocol.css.map */