.main {
  float: left;
  border-radius: 6px;
  z-index: 10;
  font-size: 14px;
  padding-bottom: 1rem;
  width: 100%;
}

.main .btn-group {
  text-align: center;
  font-size: 14px;
}
.main .btn-group img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  padding: 20px 0 0 0;
}
.main .btn-group .txt {
  margin: 20px 0 0 0;
}

.recordsBox {
  overflow: hidden;
}
.recordsBox .hd {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.recordsBox .hd ul li {
  float: left;
  width: 110px;
  height: 42px;
  background: #382016;
  border: #fff solid 1px;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
  margin: 0 10px;
  text-align: center;
  line-height: 42px;
  color: #edc07b;
  font-size: 16px;
}
.recordsBox .hd ul li.on {
  background: #af0902;
}
.recordsBox .bd {
  background: #fff;
  border-radius: 6px;
  margin: 0px 0 20px;
  padding: 10px 0;
}

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

.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;
}
