body {
  background-image: url(https://jzmbti-statics.oss-cn-shanghai.aliyuncs.com/congxin/website/full-bg%402x.png);
  background-size: 100% 100%;
}
.full-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

.page-inner {
  width: 120rem;
  height: 60rem;
  position: relative;
}

.congxin-logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 11.0625rem;
  height: 4.5rem;
}

.congxin-phone {
  position: absolute;
  top: 15.1875rem;
  left: 6rem;
  width: 33.3125rem;
  height: 44.8125rem;
  z-index: 1;
}

.congxin-tu {
  position: absolute;
  top: 0;
  right: 3rem;
  width: 51.5625rem;
  height: 39.0625rem;
}

.congxin-slogan {
  position: absolute;
  top: 34.875rem;
  right: 41.5625rem;
  width: 36.875rem;
  height: 12.75rem;
}

.congxin-line {
  position: absolute;
  top: 39.625rem;
  left: 22.75rem;
  width: 79rem;
  height: 13.5625rem;
}

.congxin-code-wrapper {
  position: absolute;
  bottom: 7.625rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.congxin-code {
  height: 10.375rem;
  width: 10.375rem;
}

.congxin-code-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  margin-top: 0.375rem;
}

.congxin-code-text-wrapper {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  text-align: right;
}

.congxin-code-text {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 0.625rem;
}
