.brand-taiwan {
  position: relative; /* 用 relative 允许使用 top 和 left 属性进行定位 */
  top: 20px; /* 下移动到 R 字母的底部，根据实际情况调整 */
  left: -10px; /* 根据需要向左移动，以便放置在 R 的正下方 */
  font-size: 0.25em; /* 根据设计需求调整字体大小 */
  font-weight: bold; /* 如果需要，设置字体加粗 */
  color: #fff; /* 设置字体颜色，如果需要的话 */
  /* ...其他样式... */
}