.app {
  padding: 20rpx;
}

.section {
  margin: 20rpx 0;
}

.section-title {
  line-height: 40rpx;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 28rpx;
  color: #999;
}

.section-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20rpx;
}
