body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0C1C3C;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url('https://cultiv-cdn.qmrt.ltd/public/static/mp-weixin/pc_background.jpg') no-repeat center center / cover;
}

.header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  padding-left: 50px;

  .logo {
    height: 35px;
    object-fit: contain;
  }

  .company {
    width: 313px;
    height: 30px;
    object-fit: contain;
  }
}

.container {
  position: relative;
  max-width: 1300px;
  height: 744.5px;
  padding: 30px 36px;
  margin-right: auto;
  margin-left: auto;
  filter: blur(0px);
  box-shadow: 0px 0px 4px 1px rgba(0,209,255,0.39);
  border-radius: 8px;
  border: 1px solid;
  transform: translate3d(0, 0, 0);
  word-break: break-word;
  overflow-y: auto;
  background:
    radial-gradient(0% 43% at 50% 17%, rgba(21, 47, 91, 0.7) 0%, rgba(5, 12, 32, 0.7) 100%),
    radial-gradient(0% 24% at 50% 19%, rgba(104, 134, 189, 0.7) 0%, rgba(5, 17, 45, 0) 100%);
}

.container::-webkit-scrollbar {
  display: none;
}

.content {
  font-family: PingFangSC, PingFang SC;
  font-size: 28rpx;
  color: #fff;
  line-height: 44rpx;
  font-style: normal;
}

.content:not(:last-child) {
  margin-bottom: 50px;
}

.title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.detail {
  font-size: 14px;
  line-height: 25px;
  text-indent: 2em;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45.5px;
  width: 100%;
  padding-bottom: 12px;
}

.footer-company, .footer-qrcode-text {
  height: 16.5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 16.5px;
  text-align: center;
  font-style: normal;
}
