@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
}

img {
  max-width: 100%;
  border: 0;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

ul, li {
  list-style: none;
}

.flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.two-lines-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header {
  width: 100%;
  background: url("../img/img-bg7.png") no-repeat center;
  background-size: cover;
}
.header .guohui {
  display: block;
  margin: 0 auto;
  width: 1.1rem;
  padding-top: 0.15rem;
}
.header .dahui {
  margin: 0.15rem auto 0 auto;
  width: 9.98rem;
}
.header .report-btn {
  font-size: 0.2rem;
  color: #fff;
  background: linear-gradient(to bottom, #fead19 0%, #fb321d 100%);
  padding: 0.06rem 0;
  border-radius: 20rem;
  margin: 0.15rem auto 0.3rem auto;
  display: block;
  width: 1.26rem;
  text-align: center;
  cursor: pointer;
}
.header .nav {
  position: relative;
  margin: 0 auto;
  height: 0.9rem;
  color: #fff;
  font-size: 0.16rem;
  background: url("../img/菜单顶部.png") no-repeat center bottom;
}
.header .nav .nav-wrap {
  max-width: 12rem;
  margin: 0 auto;
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0.3rem;
}
.header .nav .mune {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.05rem;
  max-width: 12rem;
}
.header .nav .mune .mune-item {
  cursor: pointer;
  margin: 0.1rem 0.56rem;
}

.footer {
  margin-top: 0.56rem;
  width: 100%;
  padding: 0.85rem 0;
  background: #c4251f;
  font-size: 0.18rem;
  color: #eddabd;
}
.footer .warp {
  max-width: 13rem;
  margin: 0 auto;
}
.footer .warp .warp-center {
  width: 8.5rem;
}
.footer .warp .warp-center .filing {
  width: 0.5rem;
  margin-right: 0.3rem;
}
.footer .warp .warp-center .filing .flex-wrap p {
  margin: 0;
  margin-right: 0.32rem;
  line-height: 0.35rem;
}/*# sourceMappingURL=mian.css.map */