html body {
  font-family: PingFang HK;
  background-color: #fff;
  color: #333;
}

html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
#body {
  height: 100vh;
  background-color: #FEF4EF;
  position: relative;
  overflow-x: hidden;
}
.web {
  width: 100vw;
  padding-bottom: 5vw;
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}
.head {
  color: #242424;
  font-size: 2vw;
  text-align: center;
  font-family: PingFangHK-Semibold;
  font-weight: 600;
}
.qrcode {
  width: 10vw;
  margin-top: 1vw;
  margin-bottom: 0.8vw;
  border: 0.7vw solid #FD7F6D;
  border-radius: 10px;
}
.home {
  display: flex;
  flex-flow: wrap;
  margin:1.2vw auto;
  max-width: 82vw;
}
.label {
  color: #474747;
  font-size: 1.2vw;
  font-family: PingFangHK-Semibold;
  font-weight: 600;
}

td {
  font-size: 1.1vw;
  vertical-align: unset;
  padding-top: 1vw;
}
.title {
  color: #171717;
  font-family: PingFangHK-Semibold;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .title {
    width: 14vw;
  }
}
@media screen and (min-width: 1100px) {
  .title {
    width: 10.8vw;
  }
}
.desc {
  color: #474747;
}
.qrcode {
  width: 10vw;
}
.copyright {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 4vw;
  line-height: 4vw;
  color: #6B6A6A;
  text-align: center;
  font-size: 1.1vw;
  background-color: #EEEEEE;
}
.img{
	height: 4.5vw;
	margin-right: 2vw;
}
.img-box{
	margin-top: 1.2vw;
	width: 100%;
}