body {
  background-color: #fed8d9;
  overflow: auto;
}
.container {
  width: 100%;
  background-color: #fed8d9;
}
.bg {
  width: 100%;
}
.t1 {
  font-size: 0.34rem;
  font-weight: bold;
  color: rgba(255, 107, 107, 1);
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -0.2rem;
}
.t2 {
  display: flex;
  font-size: 0.36rem;
  font-weight: bold;
  color: rgba(209, 25, 25, 1);
  align-items: center;
  margin-top: 0.3rem;
}
.t2Bold {
  width: 2.42rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(209, 25, 25, 1);
  border-radius: 0.25rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.1rem;
}
.t3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: rgba(209, 25, 25, 1);
  margin-top: 0.2rem;
}
.qr {
  width: 2.58rem;
  height: 2.58rem;
  margin-top: 0.38rem;
}
