h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  background: #F1E3D4;
}

#app {
  background: url(./img/bg.png);
  background-size: cover; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center center; 
}

.content {
  padding: 21px;
  box-sizing: border-box;
}

.content_big_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 37px;
  color: #8F6130;
  line-height: 52px;
  text-align: center;
  font-style: normal;
  margin-bottom: 26px;
}

.content .qrcode_box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  /* padding: 15px; */
  box-sizing: border-box;
  margin: auto;
}

.content .qrcode_title{
  background: rgba(241, 229, 214, .25);
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 17px;
  color: rgba(143, 97, 48, 1);
  line-height: 24px;
  padding: 12px 15px;
  text-align: left;
  font-style: normal;
}

.content .qrcode_content{
  padding: 13px 15px 16px;
}

.content .qrcode_box .qrcode {
  margin: auto;
  text-align: center;
  min-width: 300px;
  min-height: 300px;
  max-width: 500px;
  max-height: 500px;
  position: relative;
}

.content .qrcode_box .qrcode .qrcode-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content .qrcode_box .qrcode .end {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #858585;
  line-height: 22px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.content .qrcode_box .prompt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .qrcode_box .prompt .icon {
  width: 16px;
  height: 19px;
  margin-right: 8px;
}

.content .qrcode_box .prompt span {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #53C31B;
  line-height: 18px;
  margin: 14px 0;
}

.content .qrcode_box h5 {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #8A8A8A;
  line-height: 18px;
  text-align: center;
}

.content .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.content .menu .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .menu .item .icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.content .menu .item span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #8F6130;
  line-height: 16px;
}

.fwb{
  padding: 19px 12px 7px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 28px;
}
.fwb img{
  max-width: 100%;
  height: auto;
  display: block;
}
.fwb p {
  display: block;
  margin: 0;
}

.logo {
  text-align: center;
  /* position: fixed;
  left: 0;
  right: 0;
  bottom: 8%; */
  margin:  26px auto 0px; 
  padding-bottom: 46px;
  
}

.logo .icon {
  width: 68px;
  height: 18px;
}

.customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  box-sizing: border-box;
  text-align: center;
}

.customer .title {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #2B2727;
  line-height: 27px;
}

.customer .qr {
  margin-top: 16px;
}

.customer .qr img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.customer .qr span {
  font-size: 13px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #7E7B7B;
  line-height: 17px;
  margin-top: 12px;
  display: block;
}
