.header-box {
  width: 100%;
  height: 3rem;
  position: fixed;
  top: 0;
  background: #118EE8;
  z-index: 20;
}
.header-box .title {
  width: 100%;
  height: 1.5rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.header-box .title img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.04rem;
}
.header-box .title span {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
}
.header-box .title + div {
  width: 100%;
  height: 1.5rem;
  padding: 0 0.14rem;
  display: flex;
  align-items: center;
}
.header-box .title + div .search-box {
  width: 90%;
  height: 0.84rem;
  background: #fff;
  border-radius: 1rem;
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
}
.header-box .title + div .search-box img {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3rem;
}
.header-box .title + div .search-box input {
  width: 80%;
  height: 0.84rem;
  padding: 0.3rem;
  outline: none;
  border: none;
}
.header-box .title + div .scan {
  width: 0.48rem;
}

.trace-box {
  width: 100%;
  padding: 0.6rem;
  display: flex;
  align-items: flex-start;
}
.trace-box .line {
  width: 0.02rem;
  margin-left: 0.18rem;
  margin-right: 0.58rem;
  background-color: #F0F0F0;
}
.trace-box .box {
  width: 80%;
}
.trace-box .box .list {
  margin-bottom: 0.8rem;
  color: #666666;
}
.trace-box .box .list .status {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.02rem;
  position: relative;
}
.trace-box .box .list .status .img1 {
  position: absolute;
  z-index: 10;
  width: 0.36rem;
  height: 0.36rem;
  left: -0.78rem;
  top: 0.02rem;
}
.trace-box .box .list .status .img2 {
  position: absolute;
  z-index: 10;
  width: 0.14rem;
  height: 0.14rem;
  left: -0.67rem;
  top: 0.15rem;
}
.trace-box .box .list:nth-child(1) {
  color: #118EE8;
}

.scanMask {
  width: 100%;
  height: 50vh;
  top: 3rem;
  position: fixed;
  z-index: 30;
}

video {
  width: 100%;
  height: 50vh;
}

.WaybillNO {
    color: #118EE8;
    font-size: 16px;
    padding: 0.2rem 0 0 0.6rem;
}
/*# sourceMappingURL=Trace_Prop.css.map */