* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 1200px;
  background: #fff;
}

.page-scale-host {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.page-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  transform-origin: center center;
  overflow: hidden;
}

.page-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  z-index: 10;
}

.header-brand img {
  height: 104px;
  width: auto;
}

.c-list {
  display: flex;
  gap: 51px;
  align-items: center;
}

.c-list .btn-hit {
  cursor: pointer;
}

.c-list .btn-hit img {
  height: 68px;
  width: auto;
}

main {
  position: absolute;
  inset: 136px 0 0;
  display: flex;
  z-index: 5;
}

.col-left {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  padding-left: 24px;
}

.col-left .title-img img {
  width: 100%;
  max-width: 860px;
  height: auto;
}

.qr-section-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 733px;
}

.qr-frame {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  padding: 12px;
  background: #fff;
  border: 3.5px solid #ff0448;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qrcode {
  width: 156px;
  height: 156px;
  line-height: 0;
}

#qrcode img {
  width: 156px !important;
  height: 156px !important;
}

.qr-hints {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.qr-hints img {
  width: 100%;
  height: auto;
}

.col-right {
  width: 54%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}

.col-right .hero-img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  max-height: 780px;
  object-fit: contain;
  object-position: right bottom;
}
