/* PC 首页：背景由 viewport 全屏铺底，画布内透明 */
.dual-pc .page--home {
  background: transparent;
}

.dual-pc .home-text {
  position: absolute;
  top: calc(var(--header-height) + 0.12rem);
  right: 1.5rem;
  width: 6.67rem;
  height: 3.12rem;
}

.dual-pc .home-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dual-pc .home-reserve {
  position: absolute;
  bottom: 0.48rem;
  left: 50%;
  transform: translateX(-50%);
}

.dual-pc .home-reserve img {
  width: 4.68rem;
  height: 1.09rem;
  object-fit: contain;
}
