*,
::after,
::before {
  box-sizing: border-box;
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  max-width: 1024px;
  font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 20px;
  margin: 0 auto;
}
img {
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  width: 100%;
  max-width: 768px;
  padding: 5px 5px;
}
.head h1 {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}
.daohang {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  opacity: 0.9;
}
.daohang .left {
  color: #999;
  font-size: 12px;
}
.daohang .right {
  color: #f00;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.8;
}
.fenge hr {
  border-top: 1px solid #c5c5c5;
}
.xiaobiaoti {
  margin-top: 26px;
  background-color: #B50000;
  padding: 10px 0;
  text-align: center;
}
.xiaobiaoti h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  letter-spacing: 2px;
}
.duanluo p {
  margin-top: 26px;
  text-indent: 43px;
  line-height: 36px;
}
.zhuren img {
  text-align: center;
  width: 100%;

 
}
.pltitle {
  margin-top: 60px;
}
.pltitle h2 {
  font-size: 24px;
}
.plhezi {
  margin-top: 50px;
}
.plhezi .niming span {
  font-size: 18px;
  font-weight: 400;
}
.plhezi .niming span:first-child {
  color: #607fa6;
}
.plhezi .niming span:last-child {
  color: #999;
}
.neirong {
  margin-top: 30px;
}
.plhezi .neirong p {
  color: #333;
  line-height: 36px;
}
.xiangguan {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 15px;
  color: #ccc9c9;
}
.xiangguan .tuijian strong {
  color: #f00;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.huiping {
  background-color: #efefef;
  margin: 15px auto;
}
.huiping .niming {
  margin-top: 20px;
}
.huiping .niming .touxiang {
  color: #607fa6;
  font-weight: 400;
  font-size: 18px;
}
.huiping .neirong {
  margin-top: 5px;
}
.more {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 12px;
  color: #ccc9c9;
  opacity: 0.7;
}
.more p {
  line-height: 22px;
}
#click {
  z-index: 9999;
  margin-right: 5px;
  opacity: 0.9;
  position: fixed;
  top: 70%;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#click img {
  width: 70px;
}
