body::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: 0;
  -ms-overflow-style: none;
}

@media screen and (min-width: 900px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}

@media screen and (max-width: 899px) {
  html {
    font-size: 46.875px;
  }
}

#qr img {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
}
.container .header .logo {
  display: block;
  width: 360px;
}
.top-btns a{
  cursor: pointer;
  display: inline-block;
}
.top-btns img {
  width: 160px;
  margin-left: 20px;  
}
.middle-title {
  height: 250px;
  padding-left: 180px;
  margin-top: 50px;
}
.middle-title img {
  height: 100%;
}
.content {
  position: fixed;
  bottom: 60px;
}
.qr-card {
  display: flex;
  padding-left: 150px;
}
.qr-card .qr {
  width: 200px;
  height: 200px;
  border: 4px solid #d945b7;
  border-radius: 10px;
  padding: 6px;
  background-color: #fff;
}
.right-qr {
  padding-left: 18px;
}
.right-qr img {
  display: block;
  padding-top: 10px;
}
.image1 {
  height: 80px;
}
.image2 {
  height: 60px;
  margin-top: 30px;
}
.image3 {
  display: block;
  margin-left: 150px;
  margin-top: 50px;
  height: 60px;
}
.person-image {
  width: 475px;
  position: fixed;
  bottom: 0;
  right: 100px;
}
