.recordsBox .bd {
  background: #fff;
  border-radius: 6px;
  padding: 10px 0;
  
}

.recordsBox .bd .item {
  display: flex;
  padding: 2%;
  background: #f5f5f5;
  width: 96%;
}

.recordsBox .bd .item .code {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  position: relative;
}

.recordsBox .bd .item .code img {
  width: 100%;
  height: 100%;
}

.recordsBox .bd .item .code .remark {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
}

.recordsBox .bd .item .code .see-qr-code {
  position: absolute;
  font-size: 14px;
  background-color: #00000090;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 40px;
}

.recordsBox .bd .item .info {
  flex: 1;
}

.status {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  padding-left: 24px;
  background: url("../img/newico.png") no-repeat left;
  background-size: 20px 20px;
}

.time {
  margin: 0 0 0px 0;
  padding-left: 24px;
  font-size: 14px;
  color: #616161;
}

.tips {
  margin: 10px 0 0 0;
  padding-left: 24px;
  background: url("../img/tips.png") no-repeat left;
  background-size: 18px 18px;
  font-size: 14px;
  color: #382016;
}


.no-record {
  font-size: 14px;
}