.main-wrapper {
  padding-bottom: 150px;
  min-height: calc(100vh - 260px);
}
.report_mask_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10;
}
.top_btn {
  position: absolute;
  width: 50px;
  height: 178px;
  top: 50%;
  margin-top: -89px;
  left: 50%;
  margin-left: 600px;
  cursor: pointer;
}
.report_top {
  width: 100%;
  height: 70px;
  background: #196cb3;
}
.report_top .title {
  padding-left: 50px;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.report_top .title img {
  width: 54px;
  height: 26px;
  margin-right: 10px;
}
.report_top .download_btn,
.report_top .close_btn {
  position: absolute;
  top: 19px;
  cursor: pointer;
}
.report_top .download_btn img {
  width: 327px;
  height: 38px;
}
.report_top .close_btn img {
  width: 122px;
  height: 38px;
}
.report_top .download_btn {
  right: 180px;
}
.report_top .close_btn {
  right: 50px;
}
.report_pop {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 50px 0px;
  font-size: 16px;
  line-height: 28px;
}
.report_pop img {
  width: 100%;
}
.pop_logo {
  width: 390px;
  margin-bottom: 50px;
}
.report_box {
  width: 100%;
  height: 8.6em;
  background: url(../imgAll/report_bg2.jpg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
}
.report_logo {
  width: 690px;
  height: 170px;
  margin-top: 10px;
}
.list_wrap {
  position: absolute;
  right: 0.6em;
  bottom: 0.1em;
  width: 6.8em;
}
.report_list .item {
  width: 2.1em;
  height: 1.26em;
  border: 0.03em solid rgba(255, 255, 255, 0.6);
  border-radius: 0.06em;

  overflow: hidden;
  margin-right: 0.08em;
  margin-bottom: 0.1em;
  cursor: pointer;
  position: relative;
}
.report_list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.report_list .item:nth-child(3n) {
  margin-right: 0;
}
.report_list .item .innerItem {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.report_list .item .innerItem .b {
  font-size: 0.32em;
}
.report_list .item .innerItem .tag {
  font-size: 0.22em;
}
.list_wrap .info {
  text-align: center;
  color: #41426a;
  font-size: 0.18em;
}
.clear {
  zoom: 1;
  clear: both;
  display: block;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.f_l {
  float: left;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
i {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}
