* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC";
}

html, body {
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

body {
  -webkit-text-size-adjust: none;
}

.img-box img {
  width: 100%;
  display: block;
}

#main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6.5866666667rem;
  background: url("./assets/bg.png") no-repeat center center/100% 100%;
}

.logo {
  width: 3.2rem;
  height: 4.3733333333rem;
  margin-bottom: 3.5466666667rem;
}

.btn-item {
  width: 8.2666666667rem;
  height: 1.4933333333rem;
  border-radius: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.3733333333rem;
  color: #FFFFFF;
  padding: 0 0.4266666667rem;
}
.btn-item:nth-of-type(1) {
  margin-bottom: 0.64rem;
  background: #000000;
}
.btn-item:nth-of-type(2) {
  margin-bottom: 0.7466666667rem;
  background: #F8CB72;
  color: #000000;
}
.btn-item:nth-of-type(3) {
  background: #5E473D;
}
