* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background: #DD1613;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 0.36rem;
  color: #333333;
}
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;
}
.main .search {
  background: #cf6a6a;
  width: 96vw;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  position: relative;
  margin: 0 auto;
}
.main .search input {
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 0.32rem;
  width: 80vw;
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  float: left;
  text-indent: 0.3rem;
  outline: none;
}
.main .search input::input-placeholder {
  color: #ffffff;
}
.main .search input::-webkit-input-placeholder {
  color: #ffffff;
}
.main .search input::-moz-placeholder {
  color: #ffffff;
}
.main .search input::-moz-placeholder {
  color: #ffffff;
}
.main .search input::-ms-input-placeholder {
  color: #ffffff;
}
.main .search span.searchIcon {
  background: url("../images/search.png") no-repeat center center;
  background-size: 100% 100%;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin-top: 0.2rem;
  float: right;
  margin-right: 0.3rem;
}
.main .search .close {
  position: absolute;
  right: 1rem;
  background: url("../images/icon_close.png") no-repeat center center;
  background-size: 100% 100%;
  width: 0.36rem;
  height: 0.36rem;
  top: 0.2rem;
}
.main .con {
  margin: 0.3rem auto;
  width: 96vw;
  padding-bottom: 1.2rem;
}
.main .con .section {
  background: #ffffff;
  border-radius: 0.1rem;
  width: 46vw;
  position: relative;
  margin: 1vw;
  overflow: hidden;
}
.main .con .section .tip {
  position: absolute;
  background: url("../images/tip.png") no-repeat center bottom;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.8rem;
  line-height: 0.7rem;
  font-size: 0.4rem;
  box-sizing: border-box;
  padding-right: 0.1rem;
  text-align: center;
  left: 0.2rem;
  top: -1px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}
.main .con .section img {
  width: 100%;
  height: 55vw;
}
.main .con .section h5 {
  text-align: center;
  margin: 0.1rem auto;
  font-size: 0.38rem;
  font-weight: bold;
  line-height: 0.7rem;
  height: 0.7rem;
}
.main .con .section h5.long {
  line-height: 0.35rem;
}
.main .con .section .btn {
  border-radius: 0.4rem;
  line-height: 0.6rem;
  height: 0.6rem;
  margin: 0 auto 0.1rem;
  width: 90%;
  display: block;
  text-align: center;
  overflow: hidden;
  background: #f11a1a;
  color: #ffffff;
}
.main .con .section p {
  text-align: center;
  color: #f41a16;
  font-style: italic;
  font-weight: bold;
  font-size: 0.32rem;
}
.main .con .section p span.num {
  font-size: 0.6rem;
  vertical-align: -2px;
  margin-right: 0.05rem;
}
.footer {
  width: 100vw;
  padding: 0.2rem 0;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  overflow: hidden;
}
.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=gdhr.css.map */