.about-container {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 180rpx;
    margin-bottom: 80rpx;
    color: var(--text-color-base);
  }

  .logo {
    width: 165rpx;
    height: 165rpx;
  }

  .title {
    margin-top: 24rpx;
    font-size: var(-font-size-xxxl);
    font-weight: 500;
    line-height: 37rpx;
  }

  .version {
    font-size: var(--font-size-lg);
    font-weight: 400;
    line-height: 40rpx;
  }
}
