@import url('head_foot.css');
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#content {
  flex: 1;
}
#content h3 {
  height: 16px;
  font-size: 20px;
  font-family: zi;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  margin-bottom: 12px;
}
#content .text_div {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  margin-bottom: 12px;
}
