* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 0.36rem;
  color: #333333;
  min-height: 100vh;
  background: #DD1613;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
li {
  list-style: none;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.header {
  background: url("../images/banner_gdhr.jpg") no-repeat center top;
  background-size: 100% 100%;
  width: 100vw;
  height: 70vw;
  box-sizing: border-box;
  padding: 59vw 0 0;
}
.header .nav {
  width: 99vw;
  margin: 0 auto;
}
.header .nav li {
  float: left;
  margin: 0.1rem 0.08rem;
  color: #ff8f21;
  padding-bottom: 0.1rem;
  position: relative;
  font-size: 0.32rem;
}
.header .nav li.active {
  color: #fff941;
}
.header .nav li.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #fff941;
  border-radius: 3px;
  bottom: 0;
  left: 0;
}
.main {
  width: 100vw;
  position: relative;
  background: #DD1613;
  padding: 0.2rem 0 1.4rem;
}
.main .con {
  width: 96vw;
  padding: 0.1rem 0;
  margin: 0 auto 0.3rem;
  background: #ffffff;
  border-radius: 0.1rem;
}
.main .con ul.title {
  color: #666666;
}
.main .con ul li {
  padding: 2vw;
  text-align: center;
}
.main .con ul li .rank {
  float: left;
  width: 14vw;
}
.main .con ul li .name {
  width: 44vw;
  float: left;
}
.main .con ul li .name img {
  width: 12vw;
  border-radius: 12vw;
  height: 12vw;
  margin-right: 4vw;
}
.main .con ul li .name span {
  font-weight: bold;
  display: inline-block;
  min-width: 14vw;
  text-align: left;
}
.main .con ul li .name span.long {
  font-size: 0.32rem;
  width: 28vw;
  line-height: 0.38rem;
  vertical-align: -0.2rem;
}
.main .con ul li .vote {
  float: right;
  width: 33vw;
}
.main .con ul.content {
  line-height: 12vw;
}
.main .con ul.content .rank {
  font-size: 0.5rem;
}
.main .con ul.content .vote {
  color: #fe5500;
  font-style: italic;
  font-weight: bold;
  font-size: 0.3rem;
}
.main .con ul.content .vote span {
  font-size: 0.5rem;
  margin-right: 0.5vw;
  vertical-align: -2px;
}
.footer {
  width: 100vw;
  padding: 0.2rem 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}
.footer .icon {
  width: 49.8vw;
  font-size: 0.32rem;
  text-align: center;
}
.footer .icon img {
  width: 0.5rem;
  margin-bottom: 0.1rem;
}
.footer .line {
  width: 0.4vw;
  background: url("../images/line.png");
  height: 1rem;
  background-size: 100% 100%;
}
/*# sourceMappingURL=phb.css.map */