.root-container {
  padding-bottom: 150px;
}
.main-container {
  width: 100%;
  height: 8em;
  background: url(../imgAll/dangjian_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.text_wrap {
  width: 14.6em;
  margin: 0 auto;
  padding-top: 1.7em;
}
.text_wrap .item {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.text_wrap .item .t1 {
  display: block;
  width: 14.176em;
  /* height: 0.63em; */
}
.text_wrap .item .t2 {
  display: block;
  width: 8.656em;
  /* height: 0.63em; */
}
.text_wrap .item .t3 {
  display: block;
  width: 7.72em;
  /* height: 0.71em; */
  margin-top: 0.04em;
}
.text_wrap .item .t4 {
  display: block;
  width: 7.72em;
  /* height: 0.63em; */
}
.text_wrap .item .check_btn {
  display: block;
  width: 1.67em;
  height: 0.56em;
}
.text_wrap .item .check_btn img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.main-container .info {
  text-align: right;
  color: #41426a;
  font-size: 0.18em;
}

.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;
}
.report_item {
  height: 100%;
  display: none;
}
.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: 215px;
  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;
  text-indent: 32px;
}
.report_pop img {
  width: 100%;
}
.pop_logo {
  width: 390px;
  margin-bottom: 50px;
}
