* {
  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: 12.2133333333rem;
  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: 8.9333333333rem;
  height: 2.1333333333rem;
  border-radius: 0.4266666667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.4rem;
  color: #fff;
  padding: 0 0.4266666667rem;
  box-shadow: 0rem 0.0533333333rem 0.2133333333rem 0rem rgba(101, 33, 188, 0.35);
}
.btn-item:nth-of-type(1) {
  margin-bottom: 0.5333333333rem;
  background: linear-gradient(270deg, #CBACFF 0%, #696EFF 100%);
}
.btn-item:nth-of-type(2) {
  margin-bottom: 0.5333333333rem;
  background: linear-gradient(270deg, #CBACFF 0%, #696EFF 100%);
}
.btn-item:nth-of-type(3) {
  background: linear-gradient(270deg, #CBACFF 0%, #696EFF 100%);
}

span {
  font-weight: 600;
  font-size: 0.4rem;
  color: #fff;
}

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