body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  height: 100vh;

  display: flex;
  align-items: center;
  background-color: #dad8d5;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000 url(../images/bg-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: FZY4JW--GB1-0;
}




.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  img {
    width: 150px;
  }
}

.footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}