* {
  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.9333333333rem;
  background: url("./assets/bg.png") no-repeat center center/100% 100%;
}

.logo {
  width: 4.7466666667rem;
  height: 5.5733333333rem;
  margin-bottom: 1.9733333333rem;
}

.btn-item {
  width: 8.2666666667rem;
  height: 1.4933333333rem;
  border-radius: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn1 {
  background: #000000;
  font-weight: 500;
  font-size: 0.4266666667rem;
  color: #fff;
  margin-bottom: 0.64rem;
}

.btn2 {
  background: #fff;
  font-weight: 500;
  font-size: 0.4266666667rem;
  color: #000000;
  margin-bottom: 0.64rem;
}

.btn3 {
  background: #FFF6CB;
  font-weight: 500;
  font-size: 0.4266666667rem;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}
