.mh_readtitle {
  margin: 20px 0;
  width: 100%;
  height: 30px;
}

.mh_readtitle strong {
  font: bold 28px/30px microsoft yahei, simhei, simsun, arial;
  color: #f00;
}

.mh_headpager {
  margin: 20px 0;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f6f6f6;
}

.mh_btn {
  width: 80px;
  height: 30px;
  display: inline-block;
  background: #ff5267;
  font: 14px/30px SimSun, arial;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 10px;
  text-decoration: none;
  text-align: center;
}

.mh_btn:hover {
  color: #fff;
  background: #f44434;
  font-weight: bold;
  text-decoration: none
}

.tc {
  text-align: center;
}

.mh_comicpic {
  font-family: microsoft yahei, simsun, arial;
  font-weight: bold;
  font-size: 18px;
  color: #f00;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
