* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
}

.page {
  width: 100%;
  max-width: 450px;
  height: 100vh;
  overflow-y: auto;
  background-image: url('./image/1.png');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}

.page-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
}

.page-tips {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 4px;
}

.page-logo {
  width: 80%;
  margin-top: 8px;
}

.content {
  width: 90%;
  transform: translateY(-20px);
}

.info {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('./image/3.png');
  background-size: 100% 100%;
}

.info-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.info-number {
  font-weight: 800;
  font-size: 38px;
  color: #333333;
  font-family: system-ui;
  margin-top: 10px;
}

.info-btn {
  background-image: url('./image/4.png');
  background-size: 100% 100%;
  width: 90%;
  height: 68px;
  line-height: 64px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
  color: #FFFFFF;
}

.item {
  width: 100%;
  height: 140px;
  margin-top: 30px;
  background-image: url('./image/5.png');
  background-size: 100% 100%;
  padding-top: 8px;
}

.item-title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 800;
  font-size: 18px;
  color: #3567FD;
  margin-left: 10%;
}

.item-info {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: clamp(12px, 3.2vw, 14.5px);
  line-height: 22px;
  color: #52534E;
  width: 80%;
  margin-left: 10%;
  margin-top: 34px;
}

.big {
  background-image: url('./image/6.png');
  height: 158px;
}

.small {
  background-image: url('./image/7.png');
  height: 116px;
}