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

.btn-container {
  width: 8.9333333333rem;
  height: 6.3466666667rem;
  background: linear-gradient(180deg, #381769 0%, #1D013B 100%);
  border-radius: 0.7466666667rem;
  padding: 0rem 0.72rem;
}

.btn-item {
  height: 2.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.4rem;
  color: #fff;
}
.btn-item:nth-of-type(1), .btn-item:nth-of-type(2) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-text {
  display: flex;
  align-items: center;
}
.btn-text img {
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.2133333333rem;
}

span {
  font-weight: 400;
  font-size: 0.4rem;
  color: #C889FF;
}

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