.home-header {
  width: 100%;
  height: 105px;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.home-header .home-header-content {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-header .home-header-content > img {
  height: 60px;
}
.home-header .home-header-content > h3 {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 1px solid #bbb;
  color: #767676;
  font-size: 16px;
  line-height: 44px;
}
.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 16px;
  text-align: center;
  color: #e9e9e9;
  font-size: 14px;
}
.footer > a {
  color: #e9e9e9;
}
.outline-table {
  width: 100%;
  table-layout: fixed;
  color: #505050;
}
.outline-table .title-cell {
  text-align: center;
}
.outline-table .content-cell {
  word-break: break-all;
}
.outline-table td {
  border: 1px solid #c6c6c6;
  padding: 12px 8px;
}
.query-result {
  width: 1100px;
  color: #505050;
}
.query-result > p {
  margin-top: 40px;
}
.query-result .qrcode-icon {
  display: block;
  width: 40px;
  cursor: pointer;
}
.query-result .location-icon-wrapper {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  vertical-align: middle;
}
.query-result .location-icon-wrapper > img {
  width: 100%;
  height: 100%;
}
.home {
  width: 100%;
  background: url(../images/background.1e48e5fa.png) no-repeat 50%;
  background-size: cover;
  position: relative;
}
.home .qrcode-wrapper {
  width: 200px;
  height: 200px;
}
.home .qrcode-wrapper > img {
  width: 100%;
  height: 100%;
}
.home .home-content-wrapper {
  width: 1100px;
  margin: 110px auto 0 auto;
}
.home .home-content-wrapper > h1 {
  width: 100%;
  height: 100px;
  color: #ff9800;
  font-size: 40px;
  text-align: center;
  line-height: 110px;
}
.home .home-content-wrapper .query-box-wrapper {
  width: 100%;
  padding: 60px 60px 40px 60px;
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: justify;*/
  /*-webkit-justify-content: space-between;*/
  /*-ms-flex-pack: justify;*/
  /*justify-content: space-between;*/
  background-color: hsla(0, 0%, 100%, 0.81);
  border-radius: 4px;
  font-size: 14px;
}
.home .home-content-wrapper img{
    max-width: 100%;
}
.home .home-content-wrapper .query-box-wrapper .form-wrapper {
  width: 400px;
  margin-right: 90px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home .home-content-wrapper .query-box-wrapper .form-wrapper .input-wrapper {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper:first-child {
  margin-top: 70px;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  .icon {
  height: 18px;
  margin-left: 20px;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  .input {
  width: 250px;
  height: 100%;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 14px;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  .tip {
  font-size: 12px;
  color: #727272;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  .code-button {
  padding-left: 10px;
  border-left: 1px solid #232323;
  cursor: pointer;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  .disabled {
  color: #727272;
  cursor: default;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  input[type="number"] {
  -moz-appearance: textfield;
}
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  input[type="number"]::-webkit-inner-spin-button,
.home
  .home-content-wrapper
  .query-box-wrapper
  .form-wrapper
  .input-wrapper
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.home .home-content-wrapper .query-box-wrapper .form-wrapper .input-button {
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background-color: #ff9800;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.home .home-content-wrapper .query-box-wrapper .tips-wrapper {
  width: 100%;
  border-left: 1px dashed #afc5cb;
}
.home .home-content-wrapper .query-box-wrapper .tips-wrapper > h3 {
  width: 100%;
  height: 60px;
  padding-left: 60px;
  margin-bottom: 10px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .home-content-wrapper .query-box-wrapper .tips-wrapper > h3 > img {
  height: 60px;
  margin-right: 10px;
}
.home .home-content-wrapper .query-box-wrapper .tips-wrapper .tips-list {
  width: 100%;
  padding-left: 130px;
}
.home .home-content-wrapper .query-box-wrapper .tips-wrapper .tips-list > li {
  padding-bottom: 10px;
  line-height: 25px;
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  30% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(4.6);
    transform: scale(4.6);
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  30% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(4.6);
    transform: scale(4.6);
    opacity: 0;
  }
}
.home .alert {
  background-color: #fff;
}
.home .result-modal .steps-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #505050;
}
.home .result-modal .steps-wrapper > hr {
  margin: 0;
  padding: 0;
  border-top: 6px solid #67c23a;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.home .result-modal .steps-wrapper .dashed {
  border-style: dashed;
  border-color: #e0e0e0;
}
.home .result-modal .steps-wrapper .node {
  position: relative;
}
.home .result-modal .steps-wrapper .node,
.home .result-modal .steps-wrapper .node .node-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.home .result-modal .steps-wrapper .node .node-title {
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 20px;
}
.home .result-modal .steps-wrapper .node .unfinished {
  color: #e0e0e0;
}
.home .result-modal .steps-wrapper .node .current {
  color: #409eff;
}
.home .result-modal .steps-wrapper .node .finished {
  color: #67c23a;
}
.home .result-modal .steps-wrapper .node .actual {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 0 !important;
  animation: 0 !important;
}
.home .result-modal .steps-wrapper .circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.home .result-modal .steps-wrapper .circle.current {
  background-color: #409eff;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .result-modal .steps-wrapper .circle.current:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #409eff;
  opacity: 0;
  -webkit-animation: flash 2s cubic-bezier(0, 0, 0.49, 1.02) infinite;
  animation: flash 2s cubic-bezier(0, 0, 0.49, 1.02) infinite;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .result-modal .steps-wrapper .circle.unfinished {
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home .result-modal .steps-wrapper .circle.finished {
  background-color: #67c23a;
}
.home .result-modal .divider {
  margin: 32px 0;
  padding: 0;
  border-top: 2px dashed #bababa;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.home .result-modal .ui-modal__container {
  border-radius: 8px;
  overflow: hidden;
}
.home .result-modal .ui-focus-container__content {
  background: url(../img/result-background.2e22919a.jpg) no-repeat 50%;
  background-size: cover;
}
.home .result-modal .ui-focus-container__content .ui-modal__header {
  background-color: hsla(0, 0%, 100%, 0.9);
}
.home .result-modal .ui-focus-container__content .ui-modal__body {
  padding: 16px;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.home .qrcode-modal .ui-modal__body {
  padding: 16px !important;
}
.desc {
  text-align: center;
  color: rgb(68, 68, 68);
}
