.report {
  line-height: 51px;
  text-align: right;
  position: relative;
}

.report .report-btn {
  height: 51px;
  font-size: 14px;
  color: #9d9d9d;
  display: inline-block;
  /* position: relative; */
}
.report-btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(//ychb-img.bitautoimg.com/dealer/dealersite/20210806/images/icons/icons.png) no-repeat -282px -30px;
  width: 13px;
  height: 15px;
}
.report-btn-up::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(//ychb-img.bitautoimg.com/dealer/dealersite/20210806/images/icons/icons.png) no-repeat -282px -46px;
  width: 13px;
  height: 15px;
}
.report-list {
  position: absolute;
  right: -16px;
  top: 40px;
  z-index: 101;
  display: none;
}
.status-container {
  right: -104px;
  top: 50px;
  width: 205px;
}
.status-container .report-result-status {
  text-align: center;
  margin-top: 30px;
}
.status-container .report-result-status::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(//ychb-img.bitautoimg.com/dealer/dealersite/20210806/images/icons/icons.png) no-repeat -161px -541px;
  margin: 0 auto;
}
.status-container .report-result-fail::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(//ychb-img.bitautoimg.com/das/fed/yi-oph5/tree/release/news-report/report-pc-fail.png) top center/100%
    100% no-repeat;
  margin: 0 auto;
}
.status-container .report-result-tit {
  font-size: 14px;
  color: #999999;
  text-align: left;
  padding-left: 21px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 50px;
}
.report-list .report-ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.report-list .report-ul .report-item {
  width: 118px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid;
  border-color: rgba(225, 225, 225, 0.5);
  z-index: 101;
}
.report-list .report-ul li:hover {
  background: #f8f8f8;
  color: #e74c3c;
}
.report-result {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  width: 205px;
  height: 215px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.report-result-top {
  position: absolute;
  top: -20px;
  left: 38px;
}
.report-result em {
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  _border-color: white #f3961c white white;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: -18px;
  font-size: 0;
  line-height: 0;
}
.report-result-span {
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
  /* _border-color: white #f3961c white white; */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -18px;
  line-height: 0;
}
.hide {
  display: none !important;
}