* {
  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%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13.0666666667rem;
  background: url("./assets/bg.png") no-repeat center center/100% 100%;
  padding-bottom: 0.8rem;
}

.logo {
  width: 3.8133333333rem;
  height: 4.6133333333rem;
  margin-bottom: 1.0666666667rem;
}

.btn-item {
  width: 9.2533333333rem;
  height: 1.7066666667rem;
  border-radius: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.4266666667rem;
  color: #fff;
  padding: 0 0.4rem;
}
.btn-item:nth-of-type(1) {
  margin-bottom: 0.4rem;
  background: linear-gradient(90deg, #2D626D 0%, #403B57 51%, #53374D 100%);
}
.btn-item:nth-of-type(2) {
  margin-bottom: 0.4rem;
  background: linear-gradient(90deg, #2D626D 0%, #403B57 51%, #53374D 100%);
}
.btn-item:nth-of-type(3) {
  background: linear-gradient(90deg, #2D626D 0%, #403B57 51%, #53374D 100%);
}

span {
  font-weight: 400;
  font-size: 0.3733333333rem;
  color: #fff;
}

.btn-arrow {
  width: 0.2666666667rem;
  height: 0.4266666667rem;
  background: url("./assets/arrow.png") no-repeat center center/100% 100%;
}
