*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  height: 100%;
}
body{
  height: 100%;
}
.body{
  background-image: url("../images/bg-20221227.jpg");
  background-size: 100% auto;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
}
.logo{
  width: 38.27%;
  position: absolute;
  top: 6%;
  right: 7%;
  /* top: 50%;
  right: 7.2%;
  margin-top: -81.87%; */
}
.slug{
  width: 74.4%;
  position: absolute;
  left: 10.67%;
  top: 50%;
  margin-top:-60%;
}
.go{
  text-align: right;
}
.main-img{
  height: 65vh;
  margin-top: 9vh;
  /* width:80%; */
}
.download{
  width: 75%;
  left: 12.5%;
  position: absolute;
  bottom: 18vh;
}
.lunch-wrapper{
  position: absolute;
  bottom: 18vh;
  width: 50%;
  /*left: 12.5%;*/
}
.bottom-text{
  width: 53%;
  left: 23.5%;
  bottom:10vh;
  position: absolute;
}

#tips{
  background:rgba(0,0,0,0.7);
  display: none;
  position:fixed;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
}
#tips_img{margin:8px 5%;width:88%;}
.footer{
  position: absolute;
  width: 100%;
  bottom: 1%;
  left:0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle
}
.footer:hover,.footer:click{
  text-decoration: none;
}
.info{
  font-size: 8px;
  color: #9bdbff;
  position: absolute;
  bottom: 2vh;
  left: 0;
  right: 0;
  line-height: 1.4;
}
.info-line{
  color: rgba(255,255,255,0.63);
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-line-l{
  margin-right: 5px;
  width: 112px;
  text-align: right;
}
.info-line-r{
  margin-left: 5px;
  width: 150px;
  text-align: left;
}
.info-line-term{
  color: rgba(155,218,255,0.74);
  position: relative;
}
.info-line-term:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: 18px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent rgba(155,218,255,0.74);
}
