body {
  background-color: #ECF9FF;
  padding-bottom: 24px;
  background-image: url("../../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
html {
  min-height: 100vh;
}
.haderNav {
  position: fixed;
  top: 0;
  background: #ffffff;
}
.content {
  padding-top: 95px;
}
.content .content-box {
  max-width: 1200px;
  margin: 0 auto;
}
.content .content-box .head-search {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-image: url("../../img/top_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 0px;
  font-size: 0;
}
.content .content-box .head-search > div {
  display: inline-block;
}
.content .content-box .head-search > div .searchText {
  color: #333333;
  font-size: 16px;
  margin-left: 30px;
  margin-right: 23px;
}
.content .content-box .head-search > div #orderId {
  width: 320px;
  height: 38px;
  border: 1px solid #DDDDE3;
  padding-left: 17px;
  font-size: 14px;
  outline: none;
}
.content .content-box .head-search > div .clearSearch {
  width: 16px;
  height: 16px;
  background-image: url(../../img/delete-search.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: -30px;
  margin-right: 14px;
  cursor: pointer;
  display: none;
}
.content .content-box .head-search > div .clearSearch:hover {
  background-image: url(../../img/delete-search-a.png);
}
.content .content-box .head-search > div .search-btn {
  width: 98px;
  height: 38px;
  border-radius: 4px;
  background: #4977F8;
  display: inline-block;
  color: #fff;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.content .content-box .head-search .orderIdGuide .order-ali {
  display: inline-block;
  margin-left: 21px;
  cursor: pointer;
  position: relative;
}
.content .content-box .head-search .orderIdGuide .order-ali img {
  vertical-align: middle;
  margin-top: -8px;
}
.content .content-box .head-search .orderIdGuide .order-ali span {
  color: #666666;
  font-size: 14px;
  margin-left: 7px;
}
.content .content-box .head-search .orderIdGuide .order-ali .orderId2 {
  position: absolute;
  top: 70px;
  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;
}
.content .content-box .head-search .orderIdGuide .order-ali .orderId2 img {
  width: 562px;
  height: 281px;
}
.content .content-box .head-search .orderIdGuide .order-ali .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;
}
.content .content-box .head-search .orderIdGuide .order-ali:hover .orderId {
  display: block;
}
.content .content-box .head-search .orderIdGuide .order-wx {
  display: inline-block;
  margin-left: 23px;
  cursor: pointer;
  position: relative;
}
.content .content-box .head-search .orderIdGuide .order-wx img {
  vertical-align: middle;
  margin-top: -8px;
}
.content .content-box .head-search .orderIdGuide .order-wx span {
  color: #666666;
  font-size: 14px;
  margin-left: 7px;
}
.content .content-box .head-search .orderIdGuide .order-wx .orderId1 {
  position: absolute;
  top: 70px;
  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;
}
.content .content-box .head-search .orderIdGuide .order-wx .orderId1 img {
  width: 562px;
  height: 281px;
}
.content .content-box .head-search .orderIdGuide .order-wx .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;
}
.content .content-box .head-search .orderIdGuide .order-wx:hover .orderId {
  display: block;
}
.content .content-box .order-card {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 0px 0px 10px 10px;
}
.content .content-box .order-card .orderInformation {
  display: none;
  border: none;
}
.content .content-box .order-card .orderInformation thead {
  height: 45px;
  background-color: #f1f3f7;
  font-size: 14px;
  color: #686868;
}
.content .content-box .order-card .orderInformation thead tr th {
  vertical-align: middle;
  font-weight: normal;
  border: none;
  text-align: center;
}
.content .content-box .order-card .orderInformation thead tr th:first-child {
  padding-left: 20px;
}
.content .content-box .order-card .orderInformation tbody tr {
  height: 50px;
  border-bottom: 1px solid #ededed;
}
.content .content-box .order-card .orderInformation tbody tr td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  padding: 30px 8px;
  font-size: 14px;
  color: #333333;
}
.content .content-box .order-card .orderInformation tbody tr td.first {
  padding-left: 20px;
  text-align: left;
}
.content .content-box .order-card .orderInformation tbody tr td.titles {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
}
.content .content-box .order-card .orderInformation tbody tr td .price-text {
  color: #2E66FF;
  font-weight: bold;
}
.content .content-box .order-card .orderInformation tbody tr td .state-block {
  background: #DCEFFE;
  color: #007BFF;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #007BFF;
}
.content .content-box .order-card .orderInformation tbody tr td .operate-block .copyCode {
  display: inline-block;
  width: 94px;
  height: 30px;
  line-height: 30px;
  background: #4C83FF;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
  cursor: pointer;
}
.content .content-box .order-card .orderInformation tbody tr td .operate-block .deleteOrder {
  display: inline-block;
  width: 78px;
  height: 30px;
  background: #FF4C6D;
  border-radius: 8px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.content .content-box .order-card .orderInformation tbody tr td .operate-block.noClick .copyCode {
  background: #b2b3b7;
  pointer-events: none;
}
.content .content-box .order-card .orderInformation tbody tr td .operate-block.noClick .deleteOrder {
  background: #ff9fb1;
  pointer-events: none;
}
.content .content-box .order-card .nodata-block {
  text-align: center;
  padding: 140px 0 220px;
}
.content .content-box .order-card .nodata-block .nodata-text {
  font-size: 14px;
  color: #222222;
  margin-top: 10px;
}
.content .content-box .order-card .loadLine {
  display: none;
  text-align: center;
  height: 599px;
  padding: 240px 0 220px;
}
.content .content-box .order-card .loadLine p {
  margin-top: 10px;
}
.content .content-box .order-card #CopyCOde {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.content .useFlow-block {
  display: none;
  width: 1200px;
  background: #ffffff;
  padding: 0 30px 30px;
  margin: 24px auto 0;
  border-radius: 10px;
}
.content .useFlow-block .head-u {
  height: 76px;
  line-height: 76px;
  position: relative;
}
.content .useFlow-block .head-u img {
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 6px;
}
.content .useFlow-block .head-u span {
  color: #00103f;
  font-size: 20px;
  font-weight: bold;
}
.content .useFlow-block .head-u:before {
  content: '';
  position: absolute;
  width: 100%;
  background: #F1F1F1;
  height: 1px;
  bottom: 0;
}
.content .useFlow-block .procedure-block {
  margin-top: 24px;
  background: #F7F9FF;
  padding: 64px 30px 0;
  position: relative;
}
.content .useFlow-block .procedure-block .tag-pc {
  width: 120px;
  height: 40px;
  background: linear-gradient(90deg, #638FFF, #3369FE);
  border-radius: 12px 0px 12px 0px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.content .useFlow-block .block_1 .stepBox {
  display: inline-block;
}
.content .useFlow-block .block_1 .stepBox .text-p {
  font-size: 14px;
  margin-bottom: 10px;
}
.content .useFlow-block .block_1 .stepBox .text-p .No-n {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #396EFE;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  margin-right: 2px;
}
.content .useFlow-block .block_1 .stepBox .text-p a {
  color: #008AFF;
  font-weight: bold;
}
.content .useFlow-block .block_1 .stepBox .step-img {
  margin-bottom: 30px;
}
.content .useFlow-block .block_1 .stepBox.step1,
.content .useFlow-block .block_1 .stepBox.step3 {
  width: 520px;
}
.content .useFlow-block .block_1 .stepBox.step2,
.content .useFlow-block .block_1 .stepBox.step4 {
  margin-left: 18px;
}
.content .useFlow-block .block_1 .arrow-i {
  margin: 0 7px;
}
.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: #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;
}
#floatingBox .complainBox {
  right: 20px;
}
/*# sourceMappingURL=query.css.map */