/* 覆盖 tips-lottie 位置，移到 tips-inner 左侧外 */
.tips-lottie {
  position: absolute !important;
  left: 5px !important;
  bottom: 10px !important;
  width: 150px !important;
  height: 150px !important;
  pointer-events: none !important;
  transform: scaleX(-1) !important;
  z-index: 1 !important;
}

/* 右上角电脑装饰图 */
.tips-computer {
  position: absolute;
  right: -15px;
  top: 150px;
  width: 180px;
  pointer-events: none;
  z-index: 1;
}

/* 右下角画笔装饰图 */
.tips-paint {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 1;
}
