:root {
  /* 修改颜色 */
  /* 地图上标记点的颜色 */
  --world-map-point-color: #fff;
  /* 列表项显示的价格颜色 */
  --list-item-price-color: #ff6;
  /* 购买链接的主要颜色 */
  --list-item-buy-link-color: #f00;
}

/* 自定义背景图示例 */
:root {
  /* 图片太亮时，增加背景遮罩透明度 */
  --layout-main-bg-color: rgba(0, 0, 0, 0.70);
}
.layout-group .layout-bg {
  /* 添加!important强制背景图替换 */
  background: url(https://cdn.seovx.com/?mom=302) no-repeat 60% 60% !important;
  background-size: cover;
}
