body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div,
pre,
blockquote {
  padding: 0;
  margin: 0;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-family: Helvetica;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 0.48rem;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  border: #a6a6a6 solid 1px;
}
.clearFix {
  *zoom: 1;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
header {
  height: 2rem;
  width: 15rem;
  margin: 0 auto;
  position: relative;
}
article {
  width: 13.64rem;
  margin: 0 auto;
  margin-bottom: 1.68rem;
}
article h2 {
  line-height: 1.44rem;
  font-size: 1.12rem;
  color: #141414;
  font-weight: normal;
}
article .info {
  height: 1.68rem;
  line-height: 1.68rem;
  color: #65686a;
  font-size: 0.36rem;
}
article .info time {
  float: left;
}
article .info .comments {
  float: right;
}
article .text {
  line-height: 1.04rem;
  font-size: 0.6rem;
  color: #56564a;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
  max-height: 100%;
}
article .text pre {
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
  font-size: 0.32rem;
  padding: 0;
}
