body {
  margin: 0;
  height: 100vh;
  max-height: 100%;
  background-color: #4682E9;
  display: flex;
  align-items: center;
}

.pcbox {
  width: 100%;
  height: 100vh;
  background-image: url('./pc.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4682E9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.pcbox .logo {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 15px;
}
.pcbox .AppleStore {
  position: absolute;
  width: 170px;
  height: 44px;
  bottom: 13%;
  background-color: transparent;
  z-index: 1;
  left: 50%;
  transform: translateX(-165px);
}
.pcbox .GooglePlay {
  position: absolute;
  width: 170px;
  height: 44px;
  bottom: 13%;
  background-color: transparent;
  z-index: 1;
  left: 50%;
  transform: translateX(15px);
}
.pcbox .VisitSite {
  position: absolute;
  width: 350px;
  height: 44px;
  bottom: 40px;
  background-color: transparent;
  z-index: 1;
  left: 50%;
  transform: translateX(-170px);
}
.pcbox img {
  width: 100%;
}
.h5box {
  width: 100%;
  background-color: #4682E9;
  position: relative;
}
.h5box img{
  width: 100%;
}
.h5box .AppleStore {
  position: absolute;
  width: 36vw;
  height: 11vw;
  bottom: 16.5%;
  background-color: transparent;
  z-index: 1;
  left: 11%;
}
.h5box .GooglePlay {
  position: absolute;
  width: 36vw;
  height: 11vw;
  bottom: 16.5%;
  background-color: transparent;
  z-index: 1;
  right: 11%;
}
.h5box .VisitSite {
  position: absolute;
  width: 78vw;
  height: 12vw;
  bottom: 8%;
  background-color: transparent;
  z-index: 1;
  left: 11%;
}
