.container {
  min-width: 1200px;
}
.noMarginTop {
  margin-top: 0 !important;
}
.search-block {
  height: 80px;
  line-height: 80px;
  background: url("../img/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;
}
.search-block #order-id:focus {
  border-color: #6294ff;
}
.search-block .search-icon {
  cursor: pointer;
  margin-right: 40px;
  background: #008fff;
  color: #fff;
  height: 44px;
  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("../img/clear.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
.search-block .search-icon .clearInput:hover {
  background-image: url("../img/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-width: 10px;
  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-width: 10px;
  border-bottom-color: currentColor;
  color: #ffffff;
}
.search-block .orderId-guide:hover .orderId {
  display: block;
}
.report-box {
  background: #fff;
  padding: 30px;
  min-height: 888px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.report-box .orderInformation {
  border: none;
}
.report-box .orderInformation thead {
  height: 45px;
  background-color: #f1f3f7;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #efefef;
}
.report-box .orderInformation thead tr th {
  vertical-align: middle;
  font-weight: bold;
  border: none;
  text-align: center;
}
.report-box .orderInformation thead tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
.report-box .orderInformation tbody tr {
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.report-box .orderInformation tbody tr th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  padding: 30px 8px;
}
.report-box .orderInformation tbody tr th.first {
  padding-left: 20px;
  text-align: left;
}
.report-box .orderInformation tbody tr th.titles {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
}
.report-box .orderInformation tbody tr th .report-status {
  display: inline-block;
  width: 88px;
  height: 28px;
  border-radius: 500px;
  background: #edf9ff;
  vertical-align: middle;
  border: 1px solid #06b3fb;
  line-height: 26px;
  color: #06b3fb;
  font-size: 14px;
  text-align: center;
  margin-right: 6%;
  padding-right: 3px;
}
.report-box .orderInformation tbody tr th .report-status .status-icon {
  width: 16px;
  height: 16px;
  background-image: url("../img/status-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 4px;
}
.report-box .orderInformation tbody tr th .report-status.status-1 {
  border-color: #ff881e;
  background: #fff7ed;
  color: #ff881e;
}
.report-box .orderInformation tbody tr th .report-status.status-1 .status-icon {
  background-image: url("../img/status-1.png");
}
.report-box .orderInformation tbody tr th .report-status.status-2 {
  border-color: #06b3fb;
  background: #edf9ff;
  color: #06b3fb;
}
.report-box .orderInformation tbody tr th .report-status.status-2 .status-icon {
  background-image: url("../img/status-2.png");
}
.report-box .orderInformation tbody tr th .report-status.status-3 {
  border-color: #ff3636;
  background: #ffeded;
  color: #ff3636;
}
.report-box .orderInformation tbody tr th .report-status.status-3 .status-icon {
  background-image: url("../img/status-3.png");
}
.report-box .orderInformation tbody tr th .report-operate {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.report-box .orderInformation tbody tr th .report-operate .download {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #c1c1c1;
  text-decoration: none;
}
.report-box .orderInformation tbody tr th .report-operate .delete {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  margin-left: 10px;
  cursor: pointer;
}
.report-box .orderInformation tbody tr th .report-operate.rateExplicit .download {
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #008bff;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
}
.report-box .orderInformation tbody tr th .report-operate.rateExplicit .download:hover {
  text-decoration: none;
  color: #ffffff;
  background: #008bffb5;
}
.report-box .orderInformation tbody tr th .report-operate.rateExplicit .delete {
  background: #ff5560;
  color: #ffffff;
}
.report-box .orderInformation tbody tr th .report-operate.rateExplicit .delete:hover {
  background: rgba(255, 85, 96, 0.86);
}
.report-box .orderInformation tbody tr th .report-operate.rateImplicit .download {
  cursor: default;
  pointer-events: none;
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #c1c1c1;
}
.report-box .orderInformation tbody tr th .report-operate.rateImplicit .delete {
  background: #f2f2f2;
  color: #c1c1c1;
  cursor: default;
}
.report-box .orderInformation tbody tr th .scanFollow {
  font-size: 0;
}
.report-box .orderInformation tbody tr th .scanFollow .codeBox {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border: 1px solid #ededed;
  margin-right: 18px;
  vertical-align: middle;
}
.report-box .orderInformation tbody tr th .scanFollow .codeBox img {
  width: 50%;
}
.report-box .orderInformation tbody tr th .scanFollow .tipsText {
  display: inline-block;
  vertical-align: middle;
}
.report-box .orderInformation tbody tr th .scanFollow .tipsText .p-1 {
  color: #50b674;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
  margin-top: 6px;
}
.report-box .orderInformation tbody tr th .scanFollow .tipsText .p-2 {
  color: #999999;
  font-size: 12px;
  text-align: left;
  line-height: 1.1;
  margin-top: 8px;
}
.report-box .report-item {
  height: 110px;
  line-height: 110px;
  border: 1px solid #e5f2fc;
  border-radius: 8px;
  margin-bottom: 32px;
  background-image: url("../img/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;
  margin-right: 8%;
}
.report-box .report-item .report-info .report-title {
  color: #242a44;
  font-size: 16px;
  margin-bottom: 5px;
  width: 560px;
  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: 20px;
}
.report-box .report-item .report-info .report-a > span .redText {
  color: #ff5151;
  margin-right: 20px;
}
.report-box .report-item .report-info .report-a > span.report-author {
  display: inline-block;
  max-width: 120px;
  vertical-align: sub;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-box .report-item .suspicionRate {
  width: 70px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  border: 1px solid #ff6666;
  border-radius: 6px;
  text-align: center;
  margin-right: 8%;
  display: none;
}
.report-box .report-item .suspicionRate .top {
  background: #ff6666;
  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 .suspicionRate .bottom {
  background: #ffeded;
  color: #ff1212;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.report-box .report-item .suspicionRate.highRate {
  border: 1px solid #ff6666;
}
.report-box .report-item .suspicionRate.highRate .top {
  background: #ff6666;
  color: #ffffff;
}
.report-box .report-item .suspicionRate.highRate .bottom {
  background: #ffeded;
  color: #ff1212;
}
.report-box .report-item .suspicionRate.middleRate {
  border: 1px solid #ff9b42;
}
.report-box .report-item .suspicionRate.middleRate .top {
  background: #ff9b42;
  color: #ffffff;
}
.report-box .report-item .suspicionRate.middleRate .bottom {
  background: #fff7ed;
  color: #ff9b42;
}
.report-box .report-item .suspicionRate.lowRate {
  border: 1px solid #b3a3f5;
}
.report-box .report-item .suspicionRate.lowRate .top {
  background: #b3a3f5;
  color: #ffffff;
}
.report-box .report-item .suspicionRate.lowRate .bottom {
  background: #f0edff;
  color: #b3a3f5;
}
.report-box .report-item .report-status {
  display: inline-block;
  width: 110px;
  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;
  margin-right: 6%;
}
.report-box .report-item .report-status .status-icon {
  width: 19px;
  height: 19px;
  background-image: url("../img/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.status-1 {
  border-color: #ff881e;
  background: #fff7ed;
  color: #ff881e;
}
.report-box .report-item .report-status.status-1 .status-icon {
  background-image: url("../img/status-1.png");
}
.report-box .report-item .report-status.status-2 {
  border-color: #06b3fb;
  background: #edf9ff;
  color: #06b3fb;
}
.report-box .report-item .report-status.status-2 .status-icon {
  background-image: url("../img/status-2.png");
}
.report-box .report-item .report-status.status-3 {
  border-color: #ff3636;
  background: #ffeded;
  color: #ff3636;
}
.report-box .report-item .report-status.status-3 .status-icon {
  background-image: url("../img/status-3.png");
}
.report-box .report-item .report-operate {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.report-box .report-item .report-operate .download {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #c1c1c1;
  text-decoration: none;
}
.report-box .report-item .report-operate .delete {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  margin-left: 10px;
  cursor: pointer;
}
.report-box .report-item .report-operate.rateExplicit .download {
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #008bff;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
}
.report-box .report-item .report-operate.rateExplicit .download:hover {
  text-decoration: none;
  color: #ffffff;
  background: #008bffb5;
}
.report-box .report-item .report-operate.rateExplicit .delete {
  background: #ff5560;
  color: #ffffff;
}
.report-box .report-item .report-operate.rateExplicit .delete:hover {
  background: rgba(255, 85, 96, 0.86);
}
.report-box .report-item .report-operate.rateImplicit .download {
  cursor: default;
  pointer-events: none;
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #c1c1c1;
}
.report-box .report-item .report-operate.rateImplicit .delete {
  background: #f2f2f2;
  color: #c1c1c1;
}
.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 0px #1091ff;
}
.report-box .nodata-block .report-tips {
  color: #b7bccb;
  font-size: 12px;
  margin-top: 40px;
}
.report-box .expiration-tips {
  background: #edf9ff;
  font-size: 12px;
  color: #0d81fc;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  bottom: 16px;
}
.mask_body {
  position: fixed;
  background: #000;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: none;
}
.delete-pop {
  width: 402px;
  background: #fff;
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  margin-top: -101px;
  margin-left: -201px;
  border-radius: 12px;
  display: none;
  border-bottom: 10px;
}
.delete-pop .pop_top {
  height: 46px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 22px;
}
.delete-pop .pop_top .pop_title {
  float: left;
  font-size: 18px;
  color: #252525;
  line-height: 46px;
}
.delete-pop .pop_top img {
  width: 14px;
  vertical-align: middle;
  float: right;
  margin-top: 16px;
  cursor: pointer;
}
.delete-pop .pop_cont .p1 {
  color: #006dff;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 14px;
}
.delete-pop .pop_cont .back_block {
  width: 320px;
  height: 60px;
  background: #f0f6ff;
  margin: 0 auto;
  padding: 8px 0;
}
.delete-pop .pop_cont .back_block .p2 {
  color: #5d5d5d;
  text-align: center;
  margin-bottom: 4px;
}
.delete-pop .pop_cont .back_block .p3 {
  color: #5d5d5d;
  text-align: center;
}
.delete-pop .pop_bottom {
  height: 66px;
  padding: 16px 136px 0;
}
.delete-pop .pop_bottom .cancel_btn {
  width: 60px;
  height: 34px;
  background: #f2f2f2;
  color: #777777;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  float: left;
  cursor: pointer;
}
.delete-pop .pop_bottom .cancel_btn:hover {
  background: #e5e5e5;
}
.delete-pop .pop_bottom .cancel_btn:active {
  background: #d3d3d3;
}
.delete-pop .pop_bottom .determine_btn {
  width: 60px;
  height: 34px;
  background: #006dff;
  color: #ffffff;
  border-radius: 6px;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin-left: 10px;
  cursor: pointer;
}
.delete-pop .pop_bottom .determine_btn:hover {
  background: #0261df;
}
.delete-pop .pop_bottom .determine_btn:active {
  background: #0458c9;
}
@media (max-width: 1600px) {
  .report-box .report-item .report-info {
    margin-right: 2%;
  }
  .report-box .report-item .report-status {
    margin-right: 2%;
  }
}
.loadLine {
  text-align: center;
  padding-top: 20vh;
  display: none;
}
.loadLine p {
  margin-top: 10px;
}
.nav-activity {
  width: 100px;
  height: 32px;
  background: linear-gradient(180deg, #FFEFE8 3%, #FFE6EF 100%);
  color: #E20000;
  font-size: 14px;
  border-radius: 4px;
  line-height: 32px;
  cursor: pointer;
  margin-top: 18px;
  position: relative;
  float: right;
  margin-left: 36px;
  display: none;
}
.nav-activity a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: inherit;
}
.nav-activity a:hover {
  text-decoration: none;
}
.nav-activity a:focus {
  text-decoration: none;
}
.nav-activity:hover {
  background: linear-gradient(180deg, #FFE5DB 3%, #FFD9F6 100%);
}
.nav-activity img {
  margin-left: 7px;
  position: relative;
  top: -3px;
}
/*# sourceMappingURL=query.css.map */