.inject-Guide-vars() {
  // 引导框箭头高度
  --tv-Guide-arrow-height: 16px;
  // 引导框箭头宽度
  --tv-Guide-arrow-width: 16px;
  // 引导框边框圆角
  --tv-Guide-header-border-radius: var(--tv-border-radius-lg, 8px);
  // 引导框头部行高
  --tv-Guide-header-line-height: var(--tv-line-height-number, 1.5);
  // 引导框头部背景色
  --tv-Guide-header-bg-color: var(--tv-color-bg-2, #ffffff);
  // 引导框标题文本色
  --tv-Guide-title-text-color: var(--tv-color-text, #191919);
  // 引导框标题行高
  --tv-Guide-title-line-height: var(--tv-line-height-number, 1.5);
  // 引导框标题字重
  --tv-Guide-title-font-weight: var(--tv-font-weight-bold, 600);
  // 引导框标题字号
  --tv-Guide-title-text-font-size: var(--tv-font-size-lg, 16px);
  // 引导框关闭按钮图标宽度
  --tv-Guide-cancel-icon-width: var(--tv-icon-size, 16px);
  // 引导框关闭按钮图标高度
  --tv-Guide-cancel-icon-height: var(--tv-icon-size, 16px);
  // 引导框关闭按钮图标颜色
  --tv-Guide-cancel-icon-color: var(--tv-color-icon, #808080);
  // 引导框关闭按钮图标悬浮色
  --tv-Guide-cancel-hover-icon-color: var(--tv-color-icon-hover, #191919);
  // 引导框内容文本色
  --tv-Guide-text-text-color: var(--tv-color-text-secondary, #595959);
  // 引导框内容行高
  --tv-Guide-text-line-height: var(--tv-line-height-number, 1.5);
  // 引导框内容字号
  --tv-Guide-text-font-size: var(--tv-font-size-default, 14px);
  // 引导框内容滚动条边框色
  --tv-Guide-text-scrollbar-border-color: var(--tv-color-bg-scrollbar-thumb, #dbdbdb);
  // 引导框底部右下圆角
  --tv-Guide-footer-border-bottom-right-radius: var(--tv-border-radius-lg, 8px);
  // 引导框底部左下圆角
  --tv-Guide-footer-border-bottom-left-radius: var(--tv-border-radius-lg, 8px);
  // 引导框进度条文本颜色
  --tv-Guide-progress-text-color: var(--tv-color-text, #191919);
  // 引导框按钮默认样式文本色
  --tv-Guide-button-text-color: var(--tv-color-text, #191919);
  // 引导框按钮默认样式边框色
  --tv-Guide-button-border-color: var(--tv-color-border-secondary, #595959);
  // 引导框按钮默认样式圆角
  --tv-Guide-button-border-radius: var(--tv-border-radius-brand, 999px);
  // 引导框按钮默认样式背景色
  --tv-Guide-button-bg-color: var(--tv-color-bg-secondary, #ffffff);
  // 引导框按钮默认样式悬浮边框色
  --tv-Guide-button-hover-border-color: var(--tv-color-border, #c2c2c2);
  // 引导框按钮默认样式禁用背景色
  --tv-Guide-button-disable-bg-color: var(--tv-color-bg-disabled, #f0f0f0);
  // 引导框按钮默认样式禁用文本色
  --tv-Guide-button-disable-text-color: var(--tv-color-text-disabled, #c2c2c2);
  // 引导框按钮文字尺寸
  --tv-Guide-button-font-size: var(--tv-font-size-sm, 12px);
  // 引导框按钮宽度
  --tv-Guide-button-width: 68px;
  // 引导框按钮高度
  --tv-Guide-button-height: var(--tv-size-height-xs, 24px);
  // 引导框按钮高度
  --tv-Guide-button-padding-horizontal: 16px;
  // 引导框边框圆角
  --tv-Guide-shepherd-element-border-radius: var(--tv-border-radius-lg, 8px);
  // 分页提示文字颜色
  --tv-Guide-progresss-text-color: var(--tv-color-text-weaken, #808080);
}