:root {
  --hyj-lite-ink: #18212f;
  --hyj-lite-muted: #657282;
  --hyj-lite-line: #d9e2ee;
  --hyj-lite-green: #157347;
  --hyj-lite-blue: #2563eb;
  --hyj-lite-orange: #b45309;
  --hyj-lite-bg: #f7f9fc;
}

.hyj-lite-page-tip {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  max-width: min(360px, calc(100vw - 36px));
  border: 1px solid var(--hyj-lite-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
  color: var(--hyj-lite-ink);
  padding: 14px;
}

.hyj-lite-page-tip h2 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.25;
}

.hyj-lite-page-tip p {
  margin: 0;
  color: var(--hyj-lite-muted);
  font-size: 13px;
  line-height: 1.6;
}

.hyj-lite-page-tip button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 7px;
  background: #eef2f7;
  color: #334155;
  cursor: pointer;
}

.hyj-lite-primary-button {
  border-color: #157347 !important;
  background: #157347 !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(21, 115, 71, .20) !important;
}

.hyj-lite-hidden {
  display: none !important;
}

@media (max-width: 560px) {
  .hyj-lite-page-tip {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }
}
