* {
  font-size: 14px;
}
html {
  height: 100%;
}
html body {
  height: 100%;
}
html body .query_page {
  min-height: 100%;
}
.query_page {
  background-image: url("../img/bj.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 1310px;
}
.head {
  height: 60px;
  margin-bottom: 20px;
}
.head .logo {
  margin-top: 18px;
  position: relative;
}
.head .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.head .nav > div {
  display: inline-block;
  margin-left: 30px;
}
.head .nav .upload-h {
  color: #333333;
  width: 80px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  margin-top: 22px;
}
.head .nav .upload-h a {
  color: inherit;
}
.head .nav .upload-h a:hover {
  text-decoration: none;
  color: #7d55fc;
}
.head .nav .report-h {
  width: 80px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #7d55fc;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  margin-top: 22px;
}
.head .nav .report-h a {
  color: inherit;
}
.head .nav .report-h a:hover {
  text-decoration: none;
  color: #7d55fc;
}
.head .nav .report-h li {
  margin: auto;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background-color: #7d55fc;
}
.head .nav .nav-activity {
  width: 100px;
  height: 30px;
  background: linear-gradient(180deg, #FFEFE8 3%, #FFE6EF 100%);
  color: #E20000;
  font-size: 14px;
  border-radius: 4px;
  line-height: 30px;
  cursor: pointer;
  margin-top: 24px;
  margin-left: 34px;
  vertical-align: middle;
  transition: all 0.3s;
  position: relative;
  display: none;
}
.head .nav .nav-activity a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: inherit;
}
.head .nav .nav-activity a:hover {
  text-decoration: none;
}
.head .nav .nav-activity a:focus {
  text-decoration: none;
}
.head .nav .nav-activity:hover {
  background: linear-gradient(180deg, #FFE5DB 3%, #FFD9F6 100%);
}
.head .nav .nav-activity img {
  margin-left: 7px;
  position: relative;
  top: -3px;
}
.content-block {
  padding: 0 15px;
}
.block-left {
  width: 300px;
}
.block-left .operation-process {
  background: linear-gradient(180deg, #fcfcff, #f2f3ff);
  border: 1px solid #e4e9fb;
  border-radius: 10px;
  padding: 20px 24px 30px;
}
.block-left .operation-process .name {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-left .operation-process .operation {
  position: relative;
  padding-left: 44px;
  margin-bottom: 36px;
}
.block-left .operation-process .operation .sequence {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #7d55fc;
  font-weight: bold;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background: linear-gradient(180deg, #e4dcff, #f0edff);
  border-radius: 50%;
}
.block-left .operation-process .operation .sequence.sequence-line:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -47px;
  height: 47px;
  border: 1px dashed #dfdfdf;
}
.block-left .operation-process .operation .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2px;
}
.block-left .operation-process .operation .p2 {
  color: #666666;
  font-size: 12px;
}
.block-left .common-problem {
  background: linear-gradient(0deg, #fcfcff, #f2f3ff);
  border: 1px solid #e4e9fb;
  border-radius: 10px;
  padding: 20px 24px 30px;
  margin-top: 16px;
}
.block-left .common-problem .name {
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-left .common-problem .p-cont {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.block-left .common-problem .p-cont .problem-item {
  margin-top: 14px;
}
.block-left .common-problem .p-cont .problem-item .problem-text {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.block-left .common-problem .p-cont .problem-item .problem-text img {
  margin-top: -2px;
}
.block-left .common-problem .p-cont .problem-item .problem-text span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #7d55fc;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  border-bottom-left-radius: 0;
}
.block-left .common-problem .p-cont .problem-item .answer {
  font-size: 12px;
  color: #999999;
  line-height: 1.8;
  text-align: justify;
}
.block-left .common-problem .p-cont .problem-item .answer span {
  color: #7d55fc;
}
.block-right {
  margin-left: 16px;
  width: calc(100% - 300px - 16px);
}
.block-right .generalization {
  font-size: 0;
  margin-bottom: 20px;
  display: none;
}
.block-right .generalization .g-item {
  background-image: url("../img/background_generalization.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 49%;
  height: 74px;
  font-size: 14px;
}
.block-right .generalization .g-item:last-child {
  margin-left: 2%;
}
.block-right .generalization .g-item img {
  margin-top: 10px;
}
.block-right .generalization .g-item .g-introduce {
  margin-top: 18px;
  margin-left: 10px;
}
.block-right .generalization .g-item .g-introduce .p1 {
  color: #222222;
  font-size: 14px;
}
.block-right .generalization .g-item .g-introduce .p2 {
  color: #999999;
  font-size: 12px;
}
.block-right .generalization .g-item .experience {
  width: 100px;
  height: 30px;
  border-radius: 4px;
  border: 2px solid #74aeff;
  color: #006aff;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
}
.block-right .r-content {
  width: auto;
  background: #ffffff;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  height: 857.5px;
  box-shadow: 0 0 2px 0px #e3e3e3;
}
.block-right .r-content .Breadcrumb {
  color: #222222;
  cursor: pointer;
}
.block-right .r-content .Breadcrumb:hover {
  color: #0091ff;
}
.block-right .r-content .subtitle {
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.block-right .r-content .subtitle span {
  font-size: 24px;
  position: relative;
}
.block-right .r-content .subtitle span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #0091ff;
  opacity: 0.2;
  z-index: -1;
}
.block-right .r-content .contentMain {
  padding-bottom: 20px;
}
.block-right .r-content .searchParameters {
  height: 60px;
  margin-top: 50px;
}
.block-right .r-content .searchParameters .orderIdBox {
  position: relative;
  float: left;
}
.block-right .r-content .searchParameters .orderIdBox .deleteS {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/delete2.png) no-repeat;
  cursor: pointer;
}
.block-right .r-content .searchParameters .orderIdBox .deleteS:hover {
  background: url(../img/delete3.png) no-repeat;
}
.block-right .r-content .searchParameters .orderId-name {
  font-size: 16px;
  color: #222;
  float: left;
  height: 40px;
  line-height: 40px;
}
.block-right .r-content .searchParameters input.orderId {
  width: 334px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  border: solid 1px #7d55fc;
  float: left;
  margin: 0 0 0 10px;
  background-color: #fff;
  outline: 0;
  padding-left: 10px;
}
.block-right .r-content .searchParameters input.orderId:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dacfff;
}
.block-right .r-content .searchParameters .searchBtn {
  width: 109px;
  height: 40px;
  background: #7d55fc;
  border-radius: 0 4px 4px 0;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  float: left;
  cursor: pointer;
  margin-right: 30px;
}
.block-right .r-content .searchParameters .searchBtn:hover {
  background-image: linear-gradient(90deg, #5b3ac3 0%, #7c62d7 100%);
}
.block-right .r-content .searchParameters .pointOut {
  float: left;
  height: 40px;
  line-height: 40px;
}
.block-right .r-content .resultBox {
  min-height: 450px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  width: 100%;
}
.block-right .r-content .resultBox::-webkit-scrollbar {
  width: 6px;
  background: #eee;
}
.block-right .r-content .resultBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.block-right .r-content .resultBox::-webkit-scrollbar-thumb {
  border-radius: 3px;
  height: 100px;
  background-color: #a7a7a7;
}
.block-right .r-content .resultBox .orderInformation.table {
  position: relative;
  min-width: 610px;
  border: none;
}
.block-right .r-content .resultBox .orderInformation.table thead {
  height: 45px;
  background-color: #f7f7f7;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #efefef;
  position: sticky;
  top: 0;
}
.block-right .r-content .resultBox .orderInformation.table thead tr th {
  vertical-align: middle;
  font-weight: bold;
  border: none;
  text-align: center;
}
.block-right .r-content .resultBox .orderInformation.table thead tr th:first-child {
  padding-left: 20px;
  text-align: left;
}
.block-right .r-content .resultBox .orderInformation.table tbody tr {
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
}
.block-right .r-content .resultBox .orderInformation.table tbody tr th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.block-right .r-content .resultBox .orderInformation.table tbody tr th.first {
  padding-left: 20px;
  text-align: left;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles .error_msg {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 4px 20px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 8px 0px #d3d2d2;
  color: #303030;
  width: 170px;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles .error_msg:after,
.block-right .r-content .resultBox .orderInformation.table tbody .titles .error_msg:before {
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #dfdfdf;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  right: 74px;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles .error_msg:after {
  border-bottom: 9px solid #fff;
  top: -8px;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles.not span {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 28px;
  background: #fff2ed;
  color: #ff8b4d;
  border: 1px solid #ff8b4d;
  border-radius: 17px;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles.failure span {
  cursor: pointer;
  background: #FEE8E8;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #F46262;
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 28px;
  color: #F46262;
  position: relative;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles.failure span:hover .error_msg {
  display: block;
}
.block-right .r-content .resultBox .orderInformation.table tbody .titles.complete span {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 28px;
  background: #dceffe;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 17px;
}
.block-right .r-content .resultBox .orderInformation.table tbody .download .nots span {
  display: inline-block;
  width: 72px;
  height: 30px;
  line-height: 30px;
  background: #e5e5e5;
  color: #fff;
  border-radius: 6px;
  margin-right: 4px;
  margin-top: -2px;
  cursor: default;
}
.block-right .r-content .resultBox .orderInformation.table tbody .download .complete span {
  display: inline-block;
  width: 72px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(45deg, #006aff, #0095ff);
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.block-right .r-content .resultBox .orderInformation.table tbody .delete-btn {
  width: 50px;
  height: 30px;
  background: linear-gradient(90deg, #5569f5, #5986f6);
  cursor: pointer;
  color: #ffff;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  margin-left: 8px;
}
.block-right .r-content .noData {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 80px;
}
.block-right .r-content .noData .guide {
  color: #4f4f4f;
  margin-top: 16px;
}
.block-right .r-content .prompt {
  margin-top: 54px;
}
.block-right .r-content .prompt .p1 {
  color: #7d55fc;
}
.block-right .r-content .prompt .p2,
.block-right .r-content .prompt .p3,
.block-right .r-content .prompt .p4 {
  color: #999999;
}
.block-right .r-content .prompt .p3 a {
  text-decoration: underline;
  color: #0091ff;
}
.block-right .r-content .prompt .p4 {
  margin-top: 24px;
}
.block-right .r-content .loadLine {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
  display: none;
}
.block-right .r-content .loadLine p {
  margin-top: 10px;
}
.tbody {
  display: none;
}
.economy {
  color: #008fff;
}
.allowText {
  color: #fff;
  cursor: pointer;
}
a.complete {
  background-image: linear-gradient(90deg, #006aff 0%, #0094ff 100%);
  white-space: nowrap;
}
a.again {
  background-image: linear-gradient(90deg, #f9473b 1%, #fe6f0b 100%);
  border-radius: 8px;
  color: #ffffff;
}
a.againOrder {
  background-image: linear-gradient(90deg, #5568f5 1%, #5987f6 100%);
  color: #fff;
}
a.againOrder img {
  margin-top: 2px;
}
.pointOut {
  height: 134px;
  line-height: 146px;
  font-size: 18px;
  color: #666;
}
.wxorder {
  width: 143px;
  cursor: pointer;
  position: relative;
}
.wxorder span {
  margin-top: 10px;
}
.aliorder {
  width: 130px;
  cursor: pointer;
  position: relative;
}
.aliorder:hover .orderImg {
  display: block;
}
.wxorder:hover .orderImg {
  display: block;
}
.taobaoOrder:hover .orderImg {
  display: block;
}
.taobaoOrder {
  position: relative;
  cursor: pointer;
  display: none;
}
.taobaoOrder > img {
  width: 19px;
}
.taobaoOrder .orderImg {
  width: 260px;
  left: -160px;
}
.taobaoOrder .orderImg:after {
  left: 200px;
}
.wxorder img,
.aliorder img,
.taobaoOrder img {
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -3px;
}
.orderImg {
  position: absolute;
  z-index: 10;
  left: -220px;
  width: 400px;
  padding: 10px;
  background: #fff;
  margin-top: -15px;
  box-shadow: 0 0 8px 0px #d3d2d2;
  display: none;
  top: 88px;
}
.orderIMG-s {
  width: 100%;
}
.orderImg:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 278px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 14px;
  border-bottom-color: currentColor;
  color: #ffffff;
}
a:focus,
a {
  outline: 0;
  text-decoration: none;
}
.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;
  height: 232px;
  background: #fff;
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  margin-top: -101px;
  margin-left: -201px;
  border-radius: 12px;
  display: none;
}
.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: #7d56fc;
  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: #7d56fc;
  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: #6640ee;
}
.delete-pop .pop_bottom .determine_btn:active {
  background: #5d2ff5;
}
.fixedBox {
  height: 88px;
}
@media (max-width: 1536px) {
  .block-right .r-content .resultBox .orderInformation.table tbody .complete {
    margin-right: 8px;
  }
  .block-right .r-content .resultBox .orderInformation.table tbody .delete-btn {
    margin-left: -8px;
    margin-top: 6px;
  }
}
#memberCarrier .hasLogin {
  margin: 18px 0 !important;
}
#memberCarrier .loginButton {
  margin: 24px 0 !important;
}
.scanFollow {
  font-size: 0;
}
.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;
}
.scanFollow .codeBox img {
  width: 50%;
}
.scanFollow .tipsText {
  display: inline-block;
  vertical-align: middle;
}
.scanFollow .tipsText .p-1 {
  color: #50b674;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1;
  margin-top: 6px;
}
.scanFollow .tipsText .p-2 {
  color: #999999;
  font-size: 12px;
  text-align: left;
  line-height: 1.1;
  margin-top: 8px;
}
/*# sourceMappingURL=query.css.map */