.container {
  min-width: 1510px;
}
.noMarginTop {
  margin-top: 0 !important;
}
.search-block {
  height: 80px;
  line-height: 80px;
  background: url("../images/reportbg.png") no-repeat;
  background-size: 100% 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0 30px;
}
.search-block span.order-text {
  font-size: 16px;
  color: #02042c;
}
.search-block #order-id {
  width: 360px;
  height: 44px;
  border: 1px solid #e1e8ef;
  border-radius: 4px;
  margin-left: 14px;
  outline: none;
  padding-right: 36px;
  padding-left: 16px;
  line-height: 44px;
}
.search-block #order-id:focus {
  border-color: #6294ff;
}
.search-block .search-icon {
  cursor: pointer;
  margin-right: 40px;
  background: #008fff;
  color: #fff;
  height: 42px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  line-height: 44px;
  margin-left: -102px;
  width: 100px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}
.search-block .search-icon .clearInput {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 120px;
  top: 14px;
  cursor: pointer;
  background-image: url("../images/clear.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.search-block .search-icon .clearInput:hover {
  background-image: url("../images/clear-pr.png");
}
.search-block .orderId-guide {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  line-height: normal;
  cursor: pointer;
}
.search-block .orderId-guide > img {
  margin-top: -3px;
  margin-right: 4px;
}
.search-block .orderId-guide .orderId1 {
  position: absolute;
  top: 33px;
  left: -228px;
  width: 576px;
  height: 292px;
  background: #fff;
  text-align: center;
  line-height: 292px;
  box-shadow: 0 0 4px 1px #e3e3e3;
  z-index: 10;
  display: none;
}
.search-block .orderId-guide .orderId1 img {
  width: 562px;
  height: 281px;
}
.search-block .orderId-guide .orderId1:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 276px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: currentColor;
  color: #ffffff;
}
.search-block .orderId-guide .orderId2 {
  position: absolute;
  top: 33px;
  left: -228px;
  width: 576px;
  height: 292px;
  background: #fff;
  text-align: center;
  line-height: 292px;
  box-shadow: 0 0 4px 1px #e3e3e3;
  z-index: 10;
  display: none;
}
.search-block .orderId-guide .orderId2 img {
  width: 562px;
  height: 281px;
}
.search-block .orderId-guide .orderId2:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 276px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: currentColor;
  color: #ffffff;
}
.search-block .orderId-guide:hover .orderId {
  display: block;
}
.search-block .query-tip {
  position: absolute;
  bottom: 2px;
  left: 113px;
  color: #999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.search-block .query-tip span {
  color: red;
}
.report-box {
  padding: 30px;
  min-height: 1020px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  background-image: url(../images/ct.png);
  background-repeat: no-repeat;
  background-position: right 93%;
  position: relative;
}
.report-box .report-item {
  position: relative;
  height: 110px;
  line-height: 110px;
  border: 1px solid #e5f2fc;
  border-radius: 8px;
  margin-bottom: 32px;
  background-image: url("../images/reprot-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
}
.report-box .report-item .report-icon {
  margin-right: 18px;
}
.report-box .report-item .report-info {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 50%;
}
.report-box .report-item .report-info .report-title {
  color: #242a44;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-box .report-item .report-info .report-a {
  font-size: 12px;
  color: #9099b3;
}
.report-box .report-item .report-info .report-a > span {
  margin-right: 10px;
}
.report-box .report-item .report-info .report-a > span.report-author,
.report-box .report-item .report-info .report-a > span.report-version {
  display: inline-block;
  max-width: 100px;
  vertical-align: sub;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-box .report-item .report-info .report-a > span.report-version {
  max-width: 130px;
}
.report-box .report-item .report-rate {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 10%;
  margin-left: 2%;
  text-align: center;
}
.report-box .report-item .report-rate > div {
  width: 100%;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  border: 1px solid #95d475;
  border-radius: 6px;
  text-align: center;
}
.report-box .report-item .report-rate > div .top {
  background: #95d475;
  color: #ffffff;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  margin-top: -1px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.report-box .report-item .report-rate > div .bottom {
  background: #f0f9eb;
  color: #67C23A;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.report-box .report-item .report-rate > div.high-rate {
  border: 1px solid #ff6666;
}
.report-box .report-item .report-rate > div.high-rate .top {
  background: #ff6666;
  color: #ffffff;
}
.report-box .report-item .report-rate > div.high-rate .bottom {
  background: #ffeded;
  color: #ff1212;
}
.report-box .report-item .report-rate > div.middle-rate {
  border: 1px solid #ff9b42;
}
.report-box .report-item .report-rate > div.middle-rate .top {
  background: #ff9b42;
  color: #ffffff;
}
.report-box .report-item .report-rate > div.middle-rate .bottom {
  background: #fff7ed;
  color: #ff9b42;
}
.report-box .report-item .report-rate > div.low-rate {
  border: 1px solid #b3a3f5;
}
.report-box .report-item .report-rate > div.low-rate .top {
  background: #b3a3f5;
  color: #ffffff;
}
.report-box .report-item .report-rate > div.low-rate .bottom {
  background: #f0edff;
  color: #b3a3f5;
}
.report-box .report-item .report-status {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 15%;
  margin-left: 2%;
  text-align: center;
}
.report-box .report-item .report-status > div {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 30px;
  border-radius: 500px;
  background: #edf9ff;
  vertical-align: middle;
  border: 1px solid #06b3fb;
  line-height: 26px;
  color: #06b3fb;
  font-size: 16px;
  text-align: center;
}
.report-box .report-item .report-status > div .status-icon {
  width: 19px;
  height: 19px;
  background-image: url("../images/status-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.report-box .report-item .report-status > div.status-1 {
  border-color: #ff881e;
  background: #fff7ed;
  color: #ff881e;
}
.report-box .report-item .report-status > div.status-1 .status-icon {
  background-image: url("../images/status-1.png");
}
.report-box .report-item .report-status > div.status-2 {
  border-color: #06b3fb;
  background: #edf9ff;
  color: #06b3fb;
}
.report-box .report-item .report-status > div.status-2 .status-icon {
  background-image: url("../images/status-2.png");
}
.report-box .report-item .report-status > div.status-3 {
  border-color: #ff3636;
  background: #ffeded;
  color: #ff3636;
}
.report-box .report-item .report-status > div.status-3 .status-icon {
  background-image: url("../images/status-3.png");
}
.report-box .report-item .report-status > div.status-3 .fail-popover {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 42px;
  left: 50%;
  margin-left: -100px;
  padding: 0 0 0 10px;
  width: 200px;
  border-radius: 4px;
  background-color: #404040;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
.report-box .report-item .report-status > div.status-3 .fail-popover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
}
.report-box .report-item .report-status > div.status-3:hover {
  display: block;
}
.report-box .report-item .report-status > div.status-4 {
  border-color: #999;
  background: #f5f5f5;
  color: #999;
}
.report-box .report-item .report-status > div.status-4 .status-icon {
  background-image: url("../images/status-4.png");
}
.report-box .report-item .report-operate {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  width: 10%;
  margin-left: 2%;
  text-align: center;
}
.report-box .report-item .report-operate > a {
  display: inline-block;
  width: 100%;
  height: 30px;
  background: #008bff;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.report-box .report-item .report-operate > a:hover {
  background: #79bbff;
}
.report-box .report-item .report-operate > a + a {
  margin-top: 10px;
}
.report-box .report-item .report-operate > a.delete {
  margin-top: 10px;
  background: #ff5560;
  color: #ffffff;
}
.report-box .report-item .report-operate > a.delete:hover {
  background: rgba(255, 85, 96, 0.86);
}
.report-box .report-item .report-operate > a.disable,
.report-box .report-item .report-operate > a.disable:hover {
  background: #f4f4f5;
  color: #c8c9cc;
  cursor: not-allowed;
}
.report-box .report-item .report-operate > a.disable:hover {
  opacity: 0.8;
}
.report-box .report-item .report-recommend {
  width: 100%;
  color: #337ab7;
  background-color: #f7fdff;
  border-radius: 0 0 8px 8px;
  padding: 5px 15px;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 28px;
  border-top: 1px solid #e5f2fc;
}
.report-box .report-item .report-recommend a:hover {
  color: #ff878d;
}
.report-box .TabLoading {
  padding: 150px 0;
  text-align: center;
  background-color: #ffffff;
}
.report-box .TabLoading p {
  margin-top: 20px;
}
.report-box .nodata-block {
  text-align: center;
  padding-top: 90px;
}
.report-box .nodata-block .nodata-text {
  color: #9099b3;
  font-size: 16px;
  margin-bottom: 14px;
}
.report-box .nodata-block .toSubmit {
  width: 120px;
  height: 36px;
  background: #1091ff;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  line-height: 36px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.report-box .nodata-block .toSubmit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.report-box .nodata-block .toSubmit:hover {
  box-shadow: 0 0 5px 0 #1091ff;
}
.report-box .nodata-block .report-tips {
  color: #b7bccb;
  font-size: 12px;
  margin-top: 40px;
}
.report-box .expiration-tips {
  background: #edf9ff;
  font-size: 14px;
  color: #0d81fc;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
/*# sourceMappingURL=query.css.map */